2019-09-11 18:35:51,310 [DEBUG] yardstick.common.utils utils.py:93 Importing modules: set(['api.resources.write_hosts']) 2019-09-11 18:35:51,311 [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-11 18:35:51,466 [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-11 18:35:51,579 [INFO] yardstick.cmd.commands.task task.py:52 Task START 2019-09-11 18:35:51,580 [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-11 18:35:51,580 [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-11 18:35:51,586 [INFO] yardstick.benchmark.core.task task.py:479 Starting scenario:os-nosdn-ovs-ha 2019-09-11 18:35:51,586 [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-11 18:35:51,586 [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-11 18:35:51,586 [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-11 18:35:51,586 [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-11 18:35:51,586 [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-11 18:35:51,596 [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-11 18:35:51,928 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-11 18:35:51,929 [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-11 18:35:51,949 [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-11 18:35:52,017 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-11 18:35:52,017 [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-11 18:35:52,025 [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-11 18:35:52,033 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-11 18:35:52,034 [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-11 18:35:52,047 [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-11 18:35:52,055 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-11 18:35:52,056 [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-11 18:35:52,063 [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-11 18:35:52,070 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-11 18:35:52,070 [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-11 18:35:52,077 [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-11 18:35:52,084 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-11 18:35:52,084 [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-11 18:35:52,093 [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-11 18:35:52,115 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-11 18:35:52,115 [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-11 18:35:52,121 [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-11 18:35:52,126 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-11 18:35:52,127 [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-11 18:35:52,135 [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-11 18:35:52,154 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-11 18:35:52,154 [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-11 18:35:52,162 [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-11 18:35:52,179 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-11 18:35:52,180 [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-11 18:35:52,187 [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-11 18:35:52,205 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-11 18:35:52,205 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'demo-76e29670' START 2019-09-11 18:35:52,244 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'demo-76e29670' created 2019-09-11 18:35:52,244 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'demo-76e29670-key' 2019-09-11 18:35:52,244 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'demo-76e29670-secgroup' 2019-09-11 18:35:52,244 [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-11 18:35:52,245 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'demo-76e29670-test' 2019-09-11 18:35:52,245 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'demo-76e29670-test-subnet' in network 'demo-76e29670-test', cidr '10.0.1.0/24' 2019-09-11 18:35:52,245 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'demo-76e29670-test-router', gw-net:'floating_net' 2019-09-11 18:35:52,245 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'demo-76e29670-test-router-if0' router:'demo-76e29670-test-router', subnet:'demo-76e29670-test-subnet' 2019-09-11 18:35:52,245 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'demo-76e29670-test-subnet', 'demo-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'demo-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'demo-76e29670-test-subnet'}}], 'name': 'ares.demo-76e29670-test-port', 'security_groups': ['demo-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 18:35:52,245 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'ares.demo-76e29670', image 'cirros-0.3.5', flavor 'yardstick-flavor', ports ['ares.demo-76e29670-test-port'] 2019-09-11 18:35:52,245 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'demo-76e29670-test-subnet', 'demo-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'demo-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'demo-76e29670-test-subnet'}}], 'name': 'athena.demo-76e29670-test-port', 'security_groups': ['demo-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 18:35:52,246 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'athena.demo-76e29670-fip', network 'floating_net', port 'athena.demo-76e29670-test-port', rif 'demo-76e29670-test-router-if0' 2019-09-11 18:35:52,246 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'athena.demo-76e29670-fip-assoc', server 'athena.demo-76e29670-test-port', floating_ip 'athena.demo-76e29670-fip' 2019-09-11 18:35:52,246 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'athena.demo-76e29670', image 'cirros-0.3.5', flavor 'yardstick-flavor', ports ['athena.demo-76e29670-test-port'] 2019-09-11 18:35:52,246 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'demo-76e29670' START 2019-09-11 18:36:35,875 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'demo-76e29670' DONE in 43 secs 2019-09-11 18:36:36,471 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'demo-76e29670' DONE 2019-09-11 18:36:36,471 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:36:36,477 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 18:36:36,488 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 60s 2019-09-11 18:36:36,490 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 18:36:36,492 [DEBUG] yardstick.ssh.athena ssh.py:148 user:cirros host:172.30.10.134 2019-09-11 18:36:36,668 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:36:36,669 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14910 seq=1 START 2019-09-11 18:36:36,670 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 18:36:38,740 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.420' 2019-09-11 18:36:49,749 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14910 seq=1 END 2019-09-11 18:36:49,750 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14910 seq=2 START 2019-09-11 18:36:49,750 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 18:36:51,484 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:36:51,487 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.ares=0.42 1568227009748634112 2019-09-11 18:36:51,757 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.317' 2019-09-11 18:37:02,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14910 seq=2 END 2019-09-11 18:37:02,771 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14910 seq=3 START 2019-09-11 18:37:02,771 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 18:37:04,778 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.345' 2019-09-11 18:37:06,636 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:37:06,637 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.ares=0.317 1568227022770466048 2019-09-11 18:37:15,794 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14910 seq=3 END 2019-09-11 18:37:15,794 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14910 seq=4 START 2019-09-11 18:37:15,795 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 18:37:16,749 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:37:16,750 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.ares=0.345 1568227035794024960 2019-09-11 18:37:17,801 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.349' 2019-09-11 18:37:28,806 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14910 seq=4 END 2019-09-11 18:37:28,807 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14910 seq=5 START 2019-09-11 18:37:28,807 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 18:37:30,814 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.382' 2019-09-11 18:37:31,861 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:37:31,862 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.ares=0.349 1568227048806520064 2019-09-11 18:37:41,827 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14910 seq=5 END 2019-09-11 18:37:41,827 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 18:37:41,828 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 18:37:41,828 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 18:37:41,847 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:37:41,848 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.ares=0.382 1568227061827120128 2019-09-11 18:37:41,956 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:37:41,957 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:37:41,960 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 18:37:41,968 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 60s 2019-09-11 18:37:41,971 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 18:37:41,973 [DEBUG] yardstick.ssh.athena ssh.py:148 user:cirros host:172.30.10.134 2019-09-11 18:37:42,148 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:37:42,149 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14914 seq=1 START 2019-09-11 18:37:42,150 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 18:37:44,220 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.353' 2019-09-11 18:37:55,234 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14914 seq=1 END 2019-09-11 18:37:55,234 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14914 seq=2 START 2019-09-11 18:37:55,235 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 18:37:56,966 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:37:56,967 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.ares=0.353 1568227075233608960 2019-09-11 18:37:57,242 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.333' 2019-09-11 18:38:08,256 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14914 seq=2 END 2019-09-11 18:38:08,256 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14914 seq=3 START 2019-09-11 18:38:08,257 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 18:38:10,264 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.360' 2019-09-11 18:38:12,096 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:38:12,097 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.ares=0.333 1568227088256050944 2019-09-11 18:38:21,277 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14914 seq=3 END 2019-09-11 18:38:21,278 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14914 seq=4 START 2019-09-11 18:38:21,278 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 18:38:22,201 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:38:22,201 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.ares=0.36 1568227101277507072 2019-09-11 18:38:23,285 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.345' 2019-09-11 18:38:34,294 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14914 seq=4 END 2019-09-11 18:38:34,294 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14914 seq=5 START 2019-09-11 18:38:34,294 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 18:38:36,302 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.360' 2019-09-11 18:38:37,400 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:38:37,401 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.ares=0.345 1568227114293932032 2019-09-11 18:38:47,315 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14914 seq=5 END 2019-09-11 18:38:47,316 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 18:38:47,316 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 18:38:47,317 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 18:38:47,343 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:38:47,344 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.ares=0.36 1568227127315671040 2019-09-11 18:38:47,459 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:38:47,460 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc002" SUCCESS!!! 2019-09-11 18:38:47,460 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'demo-76e29670' START 2019-09-11 18:39:09,681 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'demo-76e29670' DONE 2019-09-11 18:39:09,682 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc002.yaml finished in 197 secs 2019-09-11 18:39:09,683 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC005-76e29670' START 2019-09-11 18:39:09,873 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC005-76e29670' created 2019-09-11 18:39:09,873 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC005-76e29670-key' 2019-09-11 18:39:09,873 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC005-76e29670-secgroup' 2019-09-11 18:39:09,874 [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-11 18:39:09,874 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC005-76e29670-test' 2019-09-11 18:39:09,874 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC005-76e29670-test-subnet' in network 'yardstick-TC005-76e29670-test', cidr '10.0.1.0/24' 2019-09-11 18:39:09,874 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC005-76e29670-test-router', gw-net:'floating_net' 2019-09-11 18:39:09,875 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC005-76e29670-test-router-if0' router:'yardstick-TC005-76e29670-test-router', subnet:'yardstick-TC005-76e29670-test-subnet' 2019-09-11 18:39:09,875 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC005-76e29670-test-subnet', 'yardstick-TC005-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC005-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC005-76e29670-test-subnet'}}], 'name': 'fio.yardstick-TC005-76e29670-test-port', 'security_groups': ['yardstick-TC005-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 18:39:09,875 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'fio.yardstick-TC005-76e29670-fip', network 'floating_net', port 'fio.yardstick-TC005-76e29670-test-port', rif 'yardstick-TC005-76e29670-test-router-if0' 2019-09-11 18:39:09,875 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'fio.yardstick-TC005-76e29670-fip-assoc', server 'fio.yardstick-TC005-76e29670-test-port', floating_ip 'fio.yardstick-TC005-76e29670-fip' 2019-09-11 18:39:09,875 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'fio.yardstick-TC005-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['fio.yardstick-TC005-76e29670-test-port'] 2019-09-11 18:39:09,876 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC005-76e29670' START 2019-09-11 18:48:39,715 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC005-76e29670' DONE in 569 secs 2019-09-11 18:48:40,350 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC005-76e29670' DONE 2019-09-11 18:48:40,351 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:48:40,351 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:48:40,354 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:48:40,366 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:48:40,368 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:48:41,374 [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-11 18:48:43,379 [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-11 18:48:44,382 [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.114')",) 2019-09-11 18:48:45,385 [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.114')",) 2019-09-11 18:48:46,387 [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.114')",) 2019-09-11 18:48:47,389 [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.114')",) 2019-09-11 18:48:48,391 [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.114')",) 2019-09-11 18:48:49,394 [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.114')",) 2019-09-11 18:48:50,396 [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.114')",) 2019-09-11 18:48:51,399 [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.114')",) 2019-09-11 18:48:53,133 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:48:53,134 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:48:55,206 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14918 seq=1 START 2019-09-11 18:48:55,207 [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-11 18:51:17,997 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568227877,\n "time" : "Wed Sep 11 18:51: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" : 298648,\n "bw" : 14931,\n "iops" : 3732.91,\n "runtime" : 20001,\n "total_ios" : 74662,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 5,\n "max" : 152,\n "mean" : 6.57,\n "stddev" : 1.02\n },\n "clat" : {\n "min" : 154,\n "max" : 281894,\n "mean" : 258.56,\n "stddev" : 1778.14,\n "percentile" : {\n "1.000000" : 177,\n "5.000000" : 183,\n "10.000000" : 187,\n "20.000000" : 195,\n "30.000000" : 207,\n "40.000000" : 219,\n "50.000000" : 229,\n "60.000000" : 241,\n "70.000000" : 258,\n "80.000000" : 282,\n "90.000000" : 310,\n "95.000000" : 330,\n "99.000000" : 378,\n "99.500000" : 394,\n "99.900000" : 462,\n "99.950000" : 764,\n "99.990000" : 63744,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 160,\n "max" : 281901,\n "mean" : 265.58,\n "stddev" : 1778.16\n },\n "bw_min" : 0,\n "bw_max" : 19352,\n "bw_agg" : 97.85,\n "bw_mean" : 14609.53,\n "bw_dev" : 3681.88\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-11 18:51:17,998 [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.44,\n "sys_cpu" : 6.38,\n "ctx" : 115123,\n "majf" : 0,\n "minf" : 14,\n "iodepth_level" : {\n "1" : 153.94,\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" : 65.84,\n "500" : 34.08,\n "750" : 0.03,\n "1000" : 0.01\n },\n "latency_ms" : {\n "2" : 0.02,\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" : 114730,\n "write_ios" : 107,\n "read_merges" : 0,\n "write_merges" : 9,\n "read_ticks" : 28516,\n "write_ticks" : 21452,\n "in_queue" : 49940,\n "util" : 94.88\n }\n ]\n}\n' 2019-09-11 18:51:19,018 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14918 seq=1 END 2019-09-11 18:51:19,018 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:51:19,019 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:51:19,019 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:51:19,040 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:51:19,042 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter read_bw=14931i,read_iops=3732.91,read_lat=265.58 1568227879017517056 2019-09-11 18:51:19,195 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:51:19,196 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:51:19,197 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:51:19,199 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:51:19,208 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:51:19,210 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:51:19,518 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:51:19,519 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:51:21,566 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14922 seq=1 START 2019-09-11 18:51:21,567 [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-11 18:51:51,982 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568227911,\n "time" : "Wed Sep 11 18:51: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" : 3669056,\n "bw" : 183452,\n "iops" : 2866.45,\n "runtime" : 20000,\n "total_ios" : 57329,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 7,\n "max" : 140,\n "mean" : 8.25,\n "stddev" : 1.14\n },\n "clat" : {\n "min" : 235,\n "max" : 27924,\n "mean" : 337.81,\n "stddev" : 121.33,\n "percentile" : {\n "1.000000" : 262,\n "5.000000" : 286,\n "10.000000" : 298,\n "20.000000" : 310,\n "30.000000" : 322,\n "40.000000" : 330,\n "50.000000" : 338,\n "60.000000" : 346,\n "70.000000" : 354,\n "80.000000" : 362,\n "90.000000" : 378,\n "95.000000" : 390,\n "99.000000" : 430,\n "99.500000" : 458,\n "99.900000" : 510,\n "99.950000" : 532,\n "99.990000" : 980,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 244,\n "max" : 27933,\n "mean" : 346.44,\n "stddev" : 121.35\n },\n "bw_min" : 15,\n "bw_max" : 200448,\n "bw_agg" : 97.39,\n "bw_mean" : 178671.97,\n "bw_dev" : 30055.99\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-11 18:51:51,983 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 1.60,\n "sys_cpu" : 6.02,\n "ctx" : 85576,\n "majf" : 0,\n "minf" : 27,\n "iodepth_level" : {\n "1" : 148.92,\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.18,\n "500" : 99.67,\n "750" : 0.14,\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.01,\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" : 85106,\n "write_ios" : 4,\n "read_merges" : 0,\n "write_merges" : 4,\n "read_ticks" : 28504,\n "write_ticks" : 236,\n "in_queue" : 28720,\n "util" : 94.96\n }\n ]\n}\n' 2019-09-11 18:51:52,995 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14922 seq=1 END 2019-09-11 18:51:52,996 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:51:52,996 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:51:52,996 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:51:53,030 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:51:53,031 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter read_bw=183452i,read_iops=2866.45,read_lat=346.44 1568227912994685952 2019-09-11 18:51:53,210 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:51:53,211 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:51:53,212 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:51:53,214 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:51:53,224 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:51:53,226 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:51:53,535 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:51:53,536 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:51:55,607 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14926 seq=1 START 2019-09-11 18:51:55,608 [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-11 18:52:26,015 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568227945,\n "time" : "Wed Sep 11 18:52: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" : 14023680,\n "bw" : 701184,\n "iops" : 684.75,\n "runtime" : 20000,\n "total_ios" : 13695,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 24,\n "max" : 389,\n "mean" : 26.93,\n "stddev" : 4.20\n },\n "clat" : {\n "min" : 1159,\n "max" : 6899,\n "mean" : 1430.17,\n "stddev" : 136.53,\n "percentile" : {\n "1.000000" : 1208,\n "5.000000" : 1256,\n "10.000000" : 1288,\n "20.000000" : 1320,\n "30.000000" : 1352,\n "40.000000" : 1384,\n "50.000000" : 1416,\n "60.000000" : 1448,\n "70.000000" : 1480,\n "80.000000" : 1528,\n "90.000000" : 1592,\n "95.000000" : 1640,\n "99.000000" : 1768,\n "99.500000" : 1816,\n "99.900000" : 2064,\n "99.950000" : 2256,\n "99.990000" : 5472,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 1185,\n "max" : 6935,\n "mean" : 1457.64,\n "stddev" : 136.91\n },\n "bw_min" : 1031,\n "bw_max" : 747520,\n "bw_agg" : 96.77,\n "bw_mean" : 678567.88,\n "bw_dev" : 120841.59\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-11 18:52:26,016 [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.50,\n "ctx" : 20638,\n "majf" : 0,\n "minf" : 267,\n "iodepth_level" : {\n "1" : 149.81,\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.85,\n "4" : 0.13,\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" : 20454,\n "write_ios" : 3,\n "read_merges" : 0,\n "write_merges" : 5,\n "read_ticks" : 29252,\n "write_ticks" : 52,\n "in_queue" : 29308,\n "util" : 97.52\n }\n ]\n}\n' 2019-09-11 18:52:27,029 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14926 seq=1 END 2019-09-11 18:52:27,030 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:52:27,030 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:52:27,031 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:52:27,044 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:52:27,045 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter read_bw=701184i,read_iops=684.75,read_lat=1457.64 1568227947029310976 2019-09-11 18:52:27,184 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:52:27,185 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:52:27,185 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:52:27,187 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:52:27,196 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:52:27,198 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:52:27,505 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:52:27,506 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:52:29,551 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14930 seq=1 START 2019-09-11 18:52:29,552 [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-11 18:52:59,968 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568227979,\n "time" : "Wed Sep 11 18:52: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" : 9460,\n "bw" : 472,\n "iops" : 118.23,\n "runtime" : 20003,\n "total_ios" : 2365,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 8,\n "max" : 40569,\n "mean" : 23.09,\n "stddev" : 680.47\n },\n "clat" : {\n "min" : 3343,\n "max" : 88191,\n "mean" : 8425.47,\n "stddev" : 7185.22,\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" : 6048,\n "50.000000" : 6112,\n "60.000000" : 7392,\n "70.000000" : 8096,\n "80.000000" : 8512,\n "90.000000" : 9280,\n "95.000000" : 15424,\n "99.000000" : 45312,\n "99.500000" : 64256,\n "99.900000" : 72192,\n "99.950000" : 73216,\n "99.990000" : 88576,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 3354,\n "max" : 88202,\n "mean" : 8454.68,\n "stddev" : 7249.85\n },\n "bw_min" : 0,\n "bw_max" : 580,\n "bw_agg" : 97.43,\n "bw_mean" : 459.85,\n "bw_dev" : 100.10\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-11 18:52:59,969 [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.14,\n "sys_cpu" : 0.28,\n "ctx" : 3580,\n "majf" : 0,\n "minf" : 13,\n "iodepth_level" : {\n "1" : 150.32,\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.42,\n "10" : 92.98,\n "20" : 2.58,\n "50" : 3.17,\n "100" : 0.85,\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" : 3557,\n "read_merges" : 0,\n "write_merges" : 11,\n "read_ticks" : 0,\n "write_ticks" : 30380,\n "in_queue" : 30380,\n "util" : 99.44\n }\n ]\n}\n' 2019-09-11 18:53:00,981 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14930 seq=1 END 2019-09-11 18:53:00,982 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:53:00,982 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:53:00,982 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:53:01,019 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:53:01,020 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter write_bw=472i,write_iops=118.23,write_lat=8454.68 1568227980980731904 2019-09-11 18:53:01,138 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:53:01,139 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:53:01,139 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:53:01,142 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:53:01,152 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:53:01,154 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:53:01,462 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:53:01,464 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:53:03,534 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14934 seq=1 START 2019-09-11 18:53:03,535 [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-11 18:53:33,968 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568228013,\n "time" : "Wed Sep 11 18:53:33 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" : 136768,\n "bw" : 6836,\n "iops" : 106.82,\n "runtime" : 20005,\n "total_ios" : 2137,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 10,\n "max" : 44032,\n "mean" : 41.79,\n "stddev" : 1100.54\n },\n "clat" : {\n "min" : 3942,\n "max" : 119277,\n "mean" : 9322.57,\n "stddev" : 7993.27,\n "percentile" : {\n "1.000000" : 4256,\n "5.000000" : 5088,\n "10.000000" : 5728,\n "20.000000" : 6368,\n "30.000000" : 7008,\n "40.000000" : 7392,\n "50.000000" : 7840,\n "60.000000" : 8096,\n "70.000000" : 8512,\n "80.000000" : 8896,\n "90.000000" : 12224,\n "95.000000" : 18304,\n "99.000000" : 41216,\n "99.500000" : 63232,\n "99.900000" : 110080,\n "99.950000" : 111104,\n "99.990000" : 119296,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 3955,\n "max" : 119292,\n "mean" : 9357.99,\n "stddev" : 8065.82\n },\n "bw_min" : 6,\n "bw_max" : 9523,\n "bw_agg" : 97.84,\n "bw_mean" : 6688.33,\n "bw_dev" : 1703.72\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' 2019-09-11 18:53:33,969 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'_max" : 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" : 3204,\n "majf" : 0,\n "minf" : 13,\n "iodepth_level" : {\n "1" : 149.18,\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" : 85.21,\n "20" : 10.25,\n "50" : 3.70,\n "100" : 0.66,\n "250" : 0.14,\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" : 3190,\n "read_merges" : 0,\n "write_merges" : 11,\n "read_ticks" : 0,\n "write_ticks" : 30100,\n "in_queue" : 30120,\n "util" : 99.51\n }\n ]\n}\n' 2019-09-11 18:53:34,981 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14934 seq=1 END 2019-09-11 18:53:34,982 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:53:34,982 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:53:34,983 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:53:35,023 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:53:35,024 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter write_bw=6836i,write_iops=106.82,write_lat=9357.99 1568228014981332992 2019-09-11 18:53:35,121 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:53:35,122 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:53:35,123 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:53:35,125 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:53:35,135 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:53:35,137 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:53:35,443 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:53:35,444 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:53:37,515 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14938 seq=1 START 2019-09-11 18:53:37,516 [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-11 18:54:08,245 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568228047,\n "time" : "Wed Sep 11 18:54:07 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" : 282624,\n "bw" : 13916,\n "iops" : 13.59,\n "runtime" : 20309,\n "total_ios" : 276,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 45,\n "max" : 388,\n "mean" : 73.83,\n "stddev" : 19.58\n },\n "clat" : {\n "min" : 49605,\n "max" : 336312,\n "mean" : 73504.23,\n "stddev" : 28422.24,\n "percentile" : {\n "1.000000" : 50432,\n "5.000000" : 50944,\n "10.000000" : 51456,\n "20.000000" : 59136,\n "30.000000" : 62720,\n "40.000000" : 64256,\n "50.000000" : 66048,\n "60.000000" : 67072,\n "70.000000" : 73216,\n "80.000000" : 85504,\n "90.000000" : 98816,\n "95.000000" : 114176,\n "99.000000" : 197632,\n "99.500000" : 211968,\n "99.900000" : 337920,\n "99.950000" : 337920,\n "99.990000" : 337920,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 49688,\n "max" : 336390,\n "mean" : 73577.90,\n "stddev" : 28423.18\n },\n "bw_min" : 101,\n "bw_max" : 17290,\n "bw_agg" : 98.10,\n "bw_mean" : 13651.42,\n "bw_dev" : 3092.50\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' 2019-09-11 18:54:08,246 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'" : 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.12,\n "sys_cpu" : 0.04,\n "ctx" : 413,\n "majf" : 0,\n "minf" : 11,\n "iodepth_level" : {\n "1" : 146.38,\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.36,\n "100" : 90.94,\n "250" : 8.33,\n "500" : 0.36,\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" : 417,\n "read_merges" : 0,\n "write_merges" : 11,\n "read_ticks" : 0,\n "write_ticks" : 31176,\n "in_queue" : 31348,\n "util" : 99.56\n }\n ]\n}\n' 2019-09-11 18:54:08,260 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Fio SLA validation failed. Error: write_lat 73577.900000 > sla:write_lat(20000.000000); write_iops 13 < sla:write_iops(100); ',) 2019-09-11 18:54:09,264 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14938 seq=1 END 2019-09-11 18:54:09,265 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:54:09,265 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:54:09,266 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:54:09,308 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:54:09,310 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter write_bw=13916i,write_iops=13.59,write_lat=73577.9 1568228049264317952 2019-09-11 18:54:09,458 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:54:09,459 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:54:09,459 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:54:09,461 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:54:09,470 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:54:09,472 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:54:09,779 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:54:09,780 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:54:11,851 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14942 seq=1 START 2019-09-11 18:54:11,852 [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-11 18:54:42,266 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568228081,\n "time" : "Wed Sep 11 18:54:41 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" : 8732,\n "bw" : 436,\n "iops" : 109.14,\n "runtime" : 20002,\n "total_ios" : 2183,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 9,\n "max" : 39883,\n "mean" : 23.43,\n "stddev" : 698.65\n },\n "clat" : {\n "min" : 3015,\n "max" : 110393,\n "mean" : 9129.18,\n "stddev" : 7068.92,\n "percentile" : {\n "1.000000" : 4448,\n "5.000000" : 5536,\n "10.000000" : 6112,\n "20.000000" : 6752,\n "30.000000" : 7264,\n "40.000000" : 7712,\n "50.000000" : 8032,\n "60.000000" : 8384,\n "70.000000" : 8640,\n "80.000000" : 8896,\n "90.000000" : 9408,\n "95.000000" : 15552,\n "99.000000" : 46336,\n "99.500000" : 60160,\n "99.900000" : 83456,\n "99.950000" : 87552,\n "99.990000" : 110080,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 3026,\n "max" : 110404,\n "mean" : 9159.05,\n "stddev" : 7133.72\n },\n "bw_min" : 0,\n "bw_max" : 528,\n "bw_agg" : 97.68,\n "bw_mean" : 425.90,\n "bw_dev" : 91.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 ' 2019-09-11 18:54:42,267 [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.08,\n "sys_cpu" : 0.30,\n "ctx" : 3272,\n "majf" : 0,\n "minf" : 11,\n "iodepth_level" : {\n "1" : 149.20,\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.41,\n "10" : 91.62,\n "20" : 4.08,\n "50" : 3.02,\n "100" : 0.82,\n "250" : 0.05,\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" : 3257,\n "read_merges" : 0,\n "write_merges" : 11,\n "read_ticks" : 0,\n "write_ticks" : 30076,\n "in_queue" : 30076,\n "util" : 99.47\n }\n ]\n}\n' 2019-09-11 18:54:43,279 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14942 seq=1 END 2019-09-11 18:54:43,280 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:54:43,280 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:54:43,280 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:54:43,292 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:54:43,293 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter write_bw=436i,write_iops=109.14,write_lat=9159.05 1568228083278881024 2019-09-11 18:54:43,403 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:54:43,404 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:54:43,405 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:54:43,407 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:54:43,415 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:54:43,417 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:54:43,724 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:54:43,726 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:54:45,797 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14946 seq=1 START 2019-09-11 18:54:45,798 [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-11 18:55:16,211 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568228115,\n "time" : "Wed Sep 11 18:55:15 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" : 126016,\n "bw" : 6299,\n "iops" : 98.43,\n "runtime" : 20005,\n "total_ios" : 1969,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 12,\n "max" : 44347,\n "mean" : 30.23,\n "stddev" : 815.94\n },\n "clat" : {\n "min" : 3998,\n "max" : 91714,\n "mean" : 10117.80,\n "stddev" : 6689.98,\n "percentile" : {\n "1.000000" : 5088,\n "5.000000" : 6176,\n "10.000000" : 6816,\n "20.000000" : 7520,\n "30.000000" : 8032,\n "40.000000" : 8384,\n "50.000000" : 8768,\n "60.000000" : 9152,\n "70.000000" : 9408,\n "80.000000" : 10048,\n "90.000000" : 13504,\n "95.000000" : 16768,\n "99.000000" : 39168,\n "99.500000" : 64256,\n "99.900000" : 76288,\n "99.950000" : 91648,\n "99.990000" : 91648,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 4020,\n "max" : 91729,\n "mean" : 10155.97,\n "stddev" : 6802.22\n },\n "bw_min" : 6,\n "bw_max" : 7730,\n "bw_agg" : 97.62,\n "bw_mean" : 6149.15,\n "bw_dev" : 1357.88\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-11 18:55:16,211 [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.18,\n "sys_cpu" : 0.24,\n "ctx" : 2968,\n "majf" : 0,\n "minf" : 11,\n "iodepth_level" : {\n "1" : 149.92,\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" : 79.79,\n "20" : 16.25,\n "50" : 3.20,\n "100" : 0.71,\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" : 2,\n "write_ios" : 2958,\n "read_merges" : 0,\n "write_merges" : 19,\n "read_ticks" : 0,\n "write_ticks" : 30204,\n "in_queue" : 30212,\n "util" : 99.37\n }\n ]\n}\n' 2019-09-11 18:55:16,225 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Fio SLA validation failed. Error: write_iops 98 < sla:write_iops(100); ',) 2019-09-11 18:55:17,230 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14946 seq=1 END 2019-09-11 18:55:17,230 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:55:17,231 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:55:17,231 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:55:17,287 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:55:17,289 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter write_bw=6299i,write_iops=98.43,write_lat=10155.97 1568228117228884992 2019-09-11 18:55:17,410 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:55:17,410 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:55:17,411 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:55:17,413 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:55:17,422 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:55:17,424 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:55:17,731 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:55:17,732 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:55:19,803 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14950 seq=1 START 2019-09-11 18:55:19,804 [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-11 18:55:50,372 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568228149,\n "time" : "Wed Sep 11 18:55:49 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" : 260096,\n "bw" : 12971,\n "iops" : 12.67,\n "runtime" : 20051,\n "total_ios" : 254,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 41,\n "max" : 137,\n "mean" : 72.54,\n "stddev" : 12.71\n },\n "clat" : {\n "min" : 50337,\n "max" : 240833,\n "mean" : 78864.32,\n "stddev" : 24001.60,\n "percentile" : {\n "1.000000" : 52992,\n "5.000000" : 57600,\n "10.000000" : 63232,\n "20.000000" : 66048,\n "30.000000" : 67072,\n "40.000000" : 68096,\n "50.000000" : 70144,\n "60.000000" : 73216,\n "70.000000" : 78336,\n "80.000000" : 90624,\n "90.000000" : 100864,\n "95.000000" : 119296,\n "99.000000" : 175104,\n "99.500000" : 199680,\n "99.900000" : 240640,\n "99.950000" : 240640,\n "99.990000" : 240640,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 50410,\n "max" : 240904,\n "mean" : 78936.19,\n "stddev" : 24002.14\n },\n "bw_min" : 101,\n "bw_max" : 15255,\n "bw_agg" : 96.96,\n "bw_mean" : 12577.08,\n "bw_dev" : 2616.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 "stddev" : 0.00\n },\n "bw_mi' 2019-09-11 18:55:50,373 [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" : 394,\n "majf" : 0,\n "minf" : 10,\n "iodepth_level" : {\n "1" : 150.79,\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" : 89.37,\n "250" : 10.63,\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" : 402,\n "read_merges" : 0,\n "write_merges" : 9,\n "read_ticks" : 0,\n "write_ticks" : 32740,\n "in_queue" : 32740,\n "util" : 99.61\n }\n ]\n}\n' 2019-09-11 18:55:50,388 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Fio SLA validation failed. Error: write_lat 78936.190000 > sla:write_lat(20000.000000); write_iops 12 < sla:write_iops(100); ',) 2019-09-11 18:55:51,392 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14950 seq=1 END 2019-09-11 18:55:51,393 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:55:51,393 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:55:51,394 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:55:51,443 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:55:51,445 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter write_bw=12971i,write_iops=12.67,write_lat=78936.19 1568228151392131072 2019-09-11 18:55:51,556 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:55:51,557 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:55:51,557 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:55:51,559 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:55:51,569 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:55:51,571 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:55:51,878 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:55:51,879 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:55:53,951 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14954 seq=1 START 2019-09-11 18:55:53,952 [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-11 18:56:24,360 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568228183,\n "time" : "Wed Sep 11 18:56: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" : 334664,\n "bw" : 16732,\n "iops" : 4183.09,\n "runtime" : 20001,\n "total_ios" : 83666,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 5,\n "max" : 85,\n "mean" : 6.59,\n "stddev" : 0.97\n },\n "clat" : {\n "min" : 152,\n "max" : 1771,\n "mean" : 229.58,\n "stddev" : 44.87,\n "percentile" : {\n "1.000000" : 167,\n "5.000000" : 173,\n "10.000000" : 179,\n "20.000000" : 191,\n "30.000000" : 199,\n "40.000000" : 211,\n "50.000000" : 223,\n "60.000000" : 231,\n "70.000000" : 247,\n "80.000000" : 270,\n "90.000000" : 294,\n "95.000000" : 314,\n "99.000000" : 354,\n "99.500000" : 366,\n "99.900000" : 402,\n "99.950000" : 418,\n "99.990000" : 516,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 159,\n "max" : 1781,\n "mean" : 236.56,\n "stddev" : 44.98\n },\n "bw_min" : 0,\n "bw_max" : 20160,\n "bw_agg" : 97.74,\n "bw_mean" : 16353.80,\n "bw_dev" : 2863.38\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-11 18:56:24,361 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u' "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 2.64,\n "sys_cpu" : 6.70,\n "ctx" : 122014,\n "majf" : 0,\n "minf" : 10,\n "iodepth_level" : {\n "1" : 145.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.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 71.52,\n "500" : 28.47,\n "750" : 0.01,\n "1000" : 0.01\n },\n "latency_ms" : {\n "2" : 0.01,\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 "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" : 121408,\n "write_ios" : 9,\n "read_merges" : 0,\n "write_merges" : 8,\n "read_ticks" : 28284,\n "write_ticks" : 356,\n "in_queue" : 28628,\n "util" : 94.24\n }\n ]\n}\n' 2019-09-11 18:56:25,374 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14954 seq=1 END 2019-09-11 18:56:25,375 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:56:25,375 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:56:25,376 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:56:25,390 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:56:25,392 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter read_bw=16732i,read_iops=4183.09,read_lat=236.56 1568228185373977856 2019-09-11 18:56:25,520 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:56:25,521 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:56:25,521 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:56:25,523 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:56:25,532 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:56:25,534 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:56:25,842 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:56:25,843 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:56:27,914 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14958 seq=1 START 2019-09-11 18:56:27,915 [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-11 18:56:58,317 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568228217,\n "time" : "Wed Sep 11 18:56:57 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" : 3702144,\n "bw" : 185097,\n "iops" : 2892.16,\n "runtime" : 20001,\n "total_ios" : 57846,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 7,\n "max" : 145,\n "mean" : 8.22,\n "stddev" : 1.15\n },\n "clat" : {\n "min" : 230,\n "max" : 3075,\n "mean" : 334.42,\n "stddev" : 34.02,\n "percentile" : {\n "1.000000" : 262,\n "5.000000" : 286,\n "10.000000" : 298,\n "20.000000" : 310,\n "30.000000" : 318,\n "40.000000" : 326,\n "50.000000" : 334,\n "60.000000" : 342,\n "70.000000" : 350,\n "80.000000" : 358,\n "90.000000" : 374,\n "95.000000" : 386,\n "99.000000" : 422,\n "99.500000" : 442,\n "99.900000" : 498,\n "99.950000" : 516,\n "99.990000" : 572,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 238,\n "max" : 3083,\n "mean" : 343.04,\n "stddev" : 34.08\n },\n "bw_min" : 14,\n "bw_max" : 203520,\n "bw_agg" : 97.48,\n "bw_mean" : 180440.97,\n "bw_dev" : 30390.03\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-11 18:56:58,318 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 2.08,\n "sys_cpu" : 5.68,\n "ctx" : 86375,\n "majf" : 0,\n "minf" : 26,\n "iodepth_level" : {\n "1" : 148.97,\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.40,\n "500" : 99.51,\n "750" : 0.09,\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.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" : 85890,\n "write_ios" : 4,\n "read_merges" : 0,\n "write_merges" : 6,\n "read_ticks" : 28444,\n "write_ticks" : 80,\n "in_queue" : 28500,\n "util" : 94.76\n }\n ]\n}\n' 2019-09-11 18:56:59,332 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14958 seq=1 END 2019-09-11 18:56:59,333 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:56:59,333 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:56:59,333 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:56:59,354 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:56:59,355 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter read_bw=185097i,read_iops=2892.16,read_lat=343.04 1568228219331942144 2019-09-11 18:56:59,486 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:56:59,487 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:56:59,488 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:56:59,490 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:56:59,500 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:56:59,502 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:56:59,810 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:56:59,812 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:57:01,882 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14962 seq=1 START 2019-09-11 18:57:01,883 [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-11 18:57:32,289 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568228251,\n "time" : "Wed Sep 11 18:57:31 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" : 14093312,\n "bw" : 704630,\n "iops" : 688.12,\n "runtime" : 20001,\n "total_ios" : 13763,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 24,\n "max" : 390,\n "mean" : 26.65,\n "stddev" : 3.62\n },\n "clat" : {\n "min" : 1164,\n "max" : 4081,\n "mean" : 1423.25,\n "stddev" : 118.19,\n "percentile" : {\n "1.000000" : 1208,\n "5.000000" : 1256,\n "10.000000" : 1288,\n "20.000000" : 1320,\n "30.000000" : 1352,\n "40.000000" : 1384,\n "50.000000" : 1416,\n "60.000000" : 1448,\n "70.000000" : 1464,\n "80.000000" : 1512,\n "90.000000" : 1576,\n "95.000000" : 1640,\n "99.000000" : 1752,\n "99.500000" : 1784,\n "99.900000" : 1880,\n "99.950000" : 1928,\n "99.990000" : 3248,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 1192,\n "max" : 4108,\n "mean" : 1450.23,\n "stddev" : 118.27\n },\n "bw_min" : 1040,\n "bw_max" : 751616,\n "bw_agg" : 96.92,\n "bw_mean" : 682913.81,\n "bw_dev" : 127876.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" :' 2019-09-11 18:57:32,290 [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.50,\n "sys_cpu" : 3.40,\n "ctx" : 20682,\n "majf" : 0,\n "minf" : 265,\n "iodepth_level" : {\n "1" : 149.48,\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.96,\n "4" : 0.03,\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" : 20511,\n "write_ios" : 3,\n "read_merges" : 0,\n "write_merges" : 5,\n "read_ticks" : 29280,\n "write_ticks" : 116,\n "in_queue" : 29388,\n "util" : 97.57\n }\n ]\n}\n' 2019-09-11 18:57:33,302 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14962 seq=1 END 2019-09-11 18:57:33,303 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:57:33,303 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:57:33,304 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:57:33,322 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:57:33,323 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter read_bw=704630i,read_iops=688.12,read_lat=1450.23 1568228253302244864 2019-09-11 18:57:33,485 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:57:33,486 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:57:33,486 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:57:33,488 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:57:33,498 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:57:33,500 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:57:33,802 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:57:33,803 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:57:35,874 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14966 seq=1 START 2019-09-11 18:57:35,875 [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-11 18:58:06,306 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568228285,\n "time" : "Wed Sep 11 18:58:05 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" : 9208,\n "bw" : 460,\n "iops" : 115.08,\n "runtime" : 20003,\n "total_ios" : 2302,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 5,\n "max" : 439,\n "mean" : 9.46,\n "stddev" : 7.51\n },\n "clat" : {\n "min" : 191,\n "max" : 8466,\n "mean" : 327.38,\n "stddev" : 193.46,\n "percentile" : {\n "1.000000" : 209,\n "5.000000" : 229,\n "10.000000" : 241,\n "20.000000" : 262,\n "30.000000" : 282,\n "40.000000" : 298,\n "50.000000" : 314,\n "60.000000" : 330,\n "70.000000" : 350,\n "80.000000" : 374,\n "90.000000" : 418,\n "95.000000" : 442,\n "99.000000" : 510,\n "99.500000" : 588,\n "99.900000" : 2064,\n "99.950000" : 2224,\n "99.990000" : 8512,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 197,\n "max" : 8477,\n "mean" : 337.14,\n "stddev" : 193.77\n },\n "bw_min" : 223,\n "bw_max" : 632,\n "bw_agg" : 100.00,\n "bw_mean" : 462.97,\n "bw_dev" : 96.12\n },\n "write" : {\n "io_bytes" : 9356,\n "bw" : 467,\n "iops" : 116.93,\n "runtime" : 20003,\n "total_ios" : 2339,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 8,\n "max" : 75568,\n "mean" : 33.17,\n "stddev" : 1260.24\n },\n "clat" : {\n "min" : 2710,\n "max" : 76107,\n "mean" : 8168.72,\n "stddev" : 6879.52,\n "percentile" : {\n "1.000000" : 3952,\n "5.000000" : 5280,\n "10.000000" : 5536,\n "20.000000" : 5664,\n "30.000000" : 5984,\n "40.000000" : 6048,\n "50.000000" : 6688,\n "60.000000" : 7392,\n "70.000000" : 7712,\n "80.000000" : 8032,\n "90.000000" : 8768,\n "95.000000" : 16064,\n "99.000000" : 41216,\n "99.500000" : 61696,\n "99.900000" : 72192,\n "99.950000" : 75264,\n "99.990000" : 76288,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 2720,\n "max" : 92794,\n "mean" : 8214.33,\n "stddev" : 7099.34\n },\n "bw_min" : 0,\n "bw_max" : 624,\n "bw_agg" : 97.99,\n "bw_mean" : 457.60,\n "bw_dev" : 98.95\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-11 18:58:06,307 [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.20,\n "sys_cpu" : 0.58,\n "ctx" : 7308,\n "majf" : 0,\n "minf" : 13,\n "iodepth_level" : {\n "1" : 156.71,\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" : 6.79,\n "500" : 42.17,\n "750" : 0.50,\n "1000" : 0.02\n },\n "latency_ms" : {\n "2" : 0.06,\n "4" : 0.56,\n "10" : 45.96,\n "20" : 1.92,\n "50" : 1.62,\n "100" : 0.41,\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" : 3662,\n "write_ios" : 3617,\n "read_merges" : 0,\n "write_merges" : 13,\n "read_ticks" : 1216,\n "write_ticks" : 28988,\n "in_queue" : 30212,\n "util" : 99.31\n }\n ]\n}\n' 2019-09-11 18:58:07,320 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14966 seq=1 END 2019-09-11 18:58:07,321 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:58:07,321 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:58:07,321 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:58:07,370 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:58:07,371 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter read_bw=460i,read_iops=115.08,read_lat=337.14,write_bw=467i,write_iops=116.93,write_lat=8214.33 1568228287319990016 2019-09-11 18:58:07,487 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:58:07,488 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:58:07,488 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:58:07,490 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:58:07,500 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:58:07,502 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:58:07,809 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:58:07,810 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:58:09,881 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14970 seq=1 START 2019-09-11 18:58:09,882 [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-11 18:58:40,295 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568228319,\n "time" : "Wed Sep 11 18:58:39 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" : 129728,\n "bw" : 6484,\n "iops" : 101.32,\n "runtime" : 20006,\n "total_ios" : 2027,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 7,\n "max" : 84,\n "mean" : 11.06,\n "stddev" : 2.84\n },\n "clat" : {\n "min" : 314,\n "max" : 10717,\n "mean" : 533.76,\n "stddev" : 317.83,\n "percentile" : {\n "1.000000" : 366,\n "5.000000" : 394,\n "10.000000" : 418,\n "20.000000" : 450,\n "30.000000" : 478,\n "40.000000" : 498,\n "50.000000" : 516,\n "60.000000" : 540,\n "70.000000" : 564,\n "80.000000" : 588,\n "90.000000" : 636,\n "95.000000" : 660,\n "99.000000" : 716,\n "99.500000" : 740,\n "99.900000" : 5408,\n "99.950000" : 7712,\n "99.990000" : 10688,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 323,\n "max" : 10733,\n "mean" : 545.21,\n "stddev" : 318.10\n },\n "bw_min" : 6,\n "bw_max" : 9344,\n "bw_agg" : 97.85,\n "bw_mean" : 6344.30,\n "bw_dev" : 1838.41\n },\n "write" : {\n "io_bytes" : 129472,\n "bw" : 6471,\n "iops" : 101.12,\n "runtime" : 20006,\n "total_ios" : 2023,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 10,\n "max" : 47854,\n "mean" : 52.14,\n "stddev" : 1238.59\n },\n "clat" : {\n "min" : 3041,\n "max" : 108167,\n "mean" : 9297.08,\n "stddev" : 7811.71,\n "percentile" : {\n "1.000000" : 3984,\n "5.000000" : 5024,\n "10.000000" : 5472,\n "20.000000" : 6176,\n "30.000000" : 6816,\n "40.000000" : 7264,\n "50.000000" : 7712,\n "60.000000" : 8032,\n "70.000000" : 8384,\n "80.000000" : 8896,\n "90.000000" : 12608,\n "95.000000" : 19328,\n "99.000000" : 45312,\n "99.500000" : 63744,\n "99.900000" : 72192,\n "99.950000" : 100864,\n "99.990000" : 108032,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 3053,\n "max" : 108179,\n "mean" : 9336.70,\n "stddev" : 7897.91\n },\n "bw_min" : 3636,\n "bw_max" : 8192,\n "bw_agg" : 99.85,\n "bw_mean" : 6460.97,\n "bw_dev" : 1126.26\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-11 18:58:40,296 [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.20,\n "sys_cpu" : 0.54,\n "ctx" : 6100,\n "majf" : 0,\n "minf" : 13,\n "iodepth_level" : {\n "1" : 149.95,\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" : 20.44,\n "750" : 29.41,\n "1000" : 0.10\n },\n "latency_ms" : {\n "2" : 0.00,\n "4" : 0.54,\n "10" : 41.65,\n "20" : 5.38,\n "50" : 2.02,\n "100" : 0.40,\n "250" : 0.05,\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" : 3063,\n "write_ios" : 3011,\n "read_merges" : 0,\n "write_merges" : 14,\n "read_ticks" : 1620,\n "write_ticks" : 29136,\n "in_queue" : 30760,\n "util" : 99.20\n }\n ]\n}\n' 2019-09-11 18:58:41,311 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14970 seq=1 END 2019-09-11 18:58:41,311 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:58:41,311 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:58:41,311 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:58:41,322 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:58:41,323 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter read_bw=6484i,read_iops=101.32,read_lat=545.21,write_bw=6471i,write_iops=101.12,write_lat=9336.7 1568228321310537984 2019-09-11 18:58:41,420 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:58:41,421 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 18:58:41,421 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 18:58:41,423 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 18:58:41,434 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 18:58:41,435 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 18:58:41,742 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-11 18:58:41,743 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-11 18:58:43,787 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14974 seq=1 START 2019-09-11 18:58:43,788 [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-11 18:59:14,272 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568228353,\n "time" : "Wed Sep 11 18:59:13 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" : 300032,\n "bw" : 14952,\n "iops" : 14.60,\n "runtime" : 20066,\n "total_ios" : 293,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 25,\n "max" : 74,\n "mean" : 29.45,\n "stddev" : 5.52\n },\n "clat" : {\n "min" : 1234,\n "max" : 36955,\n "mean" : 1652.18,\n "stddev" : 2073.77,\n "percentile" : {\n "1.000000" : 1256,\n "5.000000" : 1320,\n "10.000000" : 1352,\n "20.000000" : 1416,\n "30.000000" : 1464,\n "40.000000" : 1496,\n "50.000000" : 1528,\n "60.000000" : 1560,\n "70.000000" : 1592,\n "80.000000" : 1640,\n "90.000000" : 1688,\n "95.000000" : 1768,\n "99.000000" : 1896,\n "99.500000" : 2040,\n "99.900000" : 37120,\n "99.950000" : 37120,\n "99.990000" : 37120,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 1262,\n "max" : 37011,\n "mean" : 1682.32,\n "stddev" : 2075.35\n },\n "bw_min" : 102,\n "bw_max" : 34816,\n "bw_agg" : 98.86,\n "bw_mean" : 14782.22,\n "bw_dev" : 7774.83\n },\n "write" : {\n "io_bytes" : 270336,\n "bw" : 13472,\n "iops" : 13.16,\n "runtime" : 20066,\n "total_ios" : 264,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 27,\n "max" : 18603,\n "mean" : 106.17,\n "stddev" : 930.99\n },\n "clat" : {\n "min" : 49100,\n "max" : 368354,\n "mean" : 74000.20,\n "stddev" : 29670.03,\n "percentile" : {\n "1.000000" : 49408,\n "5.000000" : 50944,\n "10.000000" : 53504,\n "20.000000" : 60160,\n "30.000000" : 63744,\n "40.000000" : 65280,\n "50.000000" : 66048,\n "60.000000" : 67072,\n "70.000000" : 72192,\n "80.000000" : 84480,\n "90.000000" : 95744,\n "95.000000" : 120320,\n "99.000000" : 226304,\n "99.500000" : 232448,\n "99.900000" : 366592,\n "99.950000" : 366592,\n "99.990000" : 366592,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 49139,\n "max" : 368393,\n "mean" : 74132.05,\n "stddev" : 29774.20\n },\n "bw_min" : 9272,\n "bw_max" : 17388,\n "bw_agg" : 100.00,\n "bw_mean" : 13599.81,\n "bw_dev" : 1914.50\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' 2019-09-11 18:59:14,272 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u' "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.08,\n "sys_cpu" : 0.16,\n "ctx" : 868,\n "majf" : 0,\n "minf" : 12,\n "iodepth_level" : {\n "1" : 152.96,\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" : 52.24,\n "4" : 0.18,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.90,\n "100" : 42.91,\n "250" : 3.59,\n "500" : 0.18,\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" : 453,\n "write_ios" : 407,\n "read_merges" : 0,\n "write_merges" : 10,\n "read_ticks" : 728,\n "write_ticks" : 29888,\n "in_queue" : 30684,\n "util" : 99.60\n }\n ]\n}\n' 2019-09-11 18:59:14,287 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Fio SLA validation failed. Error: write_lat 74132.050000 > sla:write_lat(20000.000000); read_iops 14 < sla:read_iops(100); write_iops 13 < sla:write_iops(100); ',) 2019-09-11 18:59:15,291 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14974 seq=1 END 2019-09-11 18:59:15,292 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 18:59:15,292 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 18:59:15,292 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 18:59:15,305 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 18:59:15,307 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter read_bw=14952i,read_iops=14.6,read_lat=1682.32,write_bw=13472i,write_iops=13.16,write_lat=74132.05 1568228355290795008 2019-09-11 18:59:15,417 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 18:59:15,418 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc005" SUCCESS!!! 2019-09-11 18:59:15,418 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC005-76e29670' START 2019-09-11 18:59:42,904 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC005-76e29670' DONE 2019-09-11 18:59:42,905 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc005.yaml finished in 1233 secs 2019-09-11 18:59:42,905 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC010-76e29670' START 2019-09-11 18:59:43,132 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC010-76e29670' created 2019-09-11 18:59:43,132 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC010-76e29670-key' 2019-09-11 18:59:43,132 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC010-76e29670-secgroup' 2019-09-11 18:59:43,133 [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-11 18:59:43,133 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC010-76e29670-test' 2019-09-11 18:59:43,134 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC010-76e29670-test-subnet' in network 'yardstick-TC010-76e29670-test', cidr '10.0.1.0/24' 2019-09-11 18:59:43,134 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC010-76e29670-test-router', gw-net:'floating_net' 2019-09-11 18:59:43,137 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC010-76e29670-test-router-if0' router:'yardstick-TC010-76e29670-test-router', subnet:'yardstick-TC010-76e29670-test-subnet' 2019-09-11 18:59:43,137 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC010-76e29670-test-subnet', 'yardstick-TC010-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC010-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC010-76e29670-test-subnet'}}], 'name': 'demeter.yardstick-TC010-76e29670-test-port', 'security_groups': ['yardstick-TC010-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 18:59:43,138 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.yardstick-TC010-76e29670-fip', network 'floating_net', port 'demeter.yardstick-TC010-76e29670-test-port', rif 'yardstick-TC010-76e29670-test-router-if0' 2019-09-11 18:59:43,138 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.yardstick-TC010-76e29670-fip-assoc', server 'demeter.yardstick-TC010-76e29670-test-port', floating_ip 'demeter.yardstick-TC010-76e29670-fip' 2019-09-11 18:59:43,138 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.yardstick-TC010-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.yardstick-TC010-76e29670-test-port'] 2019-09-11 18:59:43,139 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC010-76e29670' START 2019-09-11 19:00:07,157 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC010-76e29670' DONE in 24 secs 2019-09-11 19:00:07,921 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC010-76e29670' DONE 2019-09-11 19:00:07,922 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:00:07,922 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 19:00:07,924 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:00:07,935 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 10 times, class 2019-09-11 19:00:07,937 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.125 2019-09-11 19:00:08,943 [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-11 19:00:10,951 [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-11 19:00:11,953 [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.125')",) 2019-09-11 19:00:12,956 [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.125')",) 2019-09-11 19:00:13,958 [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.125')",) 2019-09-11 19:00:14,960 [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.125')",) 2019-09-11 19:00:15,962 [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.125')",) 2019-09-11 19:00:16,965 [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.125')",) 2019-09-11 19:00:19,008 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:00:25,143 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14978 seq=1 START 2019-09-11 19:00:25,144 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-11 19:00:25,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-11 19:00:26,914 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.162}' 2019-09-11 19:00:28,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:28,142 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.164}' 2019-09-11 19:00:29,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:29,357 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.161}' 2019-09-11 19:00:30,562 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:30,564 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.166}' 2019-09-11 19:00:31,759 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:31,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.163}' 2019-09-11 19:00:33,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:33,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.163}' 2019-09-11 19:00:34,285 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:34,287 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.163}' 2019-09-11 19:00:35,492 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:35,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.163}' 2019-09-11 19:00:36,681 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:36,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.163}' 2019-09-11 19:00:37,901 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:37,906 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.212}' 2019-09-11 19:00:39,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:39,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 2.174}' 2019-09-11 19:00:40,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:40,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 3.215}' 2019-09-11 19:00:41,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:41,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 3.907}' 2019-09-11 19:00:42,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:42,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 5.021}' 2019-09-11 19:00:44,090 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:44,092 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 6.520}' 2019-09-11 19:00:45,569 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:45,571 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.319}' 2019-09-11 19:00:47,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:47,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 5.022}' 2019-09-11 19:00:48,357 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:48,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.774}' 2019-09-11 19:00:49,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:49,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.625}' 2019-09-11 19:00:50,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:50,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.699}' 2019-09-11 19:00:52,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:52,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.678}' 2019-09-11 19:00:53,366 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:53,367 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.655}' 2019-09-11 19:00:54,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:54,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.655}' 2019-09-11 19:00:56,101 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:56,105 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.656}' 2019-09-11 19:00:57,281 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:57,286 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.699}' 2019-09-11 19:00:58,495 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:58,498 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.844}' 2019-09-11 19:00:59,669 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:00:59,675 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 5.936}' 2019-09-11 19:01:00,923 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:00,926 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 10.179}' 2019-09-11 19:01:02,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:02,158 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 20.095}' 2019-09-11 19:01:03,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:03,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 24.939}' 2019-09-11 19:01:05,020 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:05,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 27.029}' 2019-09-11 19:01:06,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:06,611 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 27.041}' 2019-09-11 19:01:08,078 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:08,079 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 26.959}' 2019-09-11 19:01:08,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-11 19:01:09,086 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14978 seq=1 END 2019-09-11 19:01:09,087 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14978 seq=2 START 2019-09-11 19:01:09,087 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-11 19:01:09,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-11 19:01:10,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.162}' 2019-09-11 19:01:11,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:11,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.163}' 2019-09-11 19:01:12,933 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:01:12,936 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter latencies0.latency=1.162,latencies0.size=0.00049,latencies1.latency=1.164,latencies1.size=0.00098,latencies10.latency=2.174,latencies10.size=0.03125,latencies11.latency=3.215,latencies11.size=0.04688,latencies12.latency=3.907,latencies12.size=0.0625,latencies13.latency=5.021,latencies13.size=0.09375,latencies14.latency=6.52,latencies14.size=0.125,latencies15.latency=6.319,latencies15.size=0.1875,latencies16.latency=5.022,latencies16.size=0.25,latencies17.latency=5.774,latencies17.size=0.375,latencies18.latency=5.625,latencies18.size=0.5,latencies19.latency=5.699,latencies19.size=0.75,latencies2.latency=1.161,latencies2.size=0.00195,latencies20.latency=5.678,latencies20.size=1.0,latencies21.latency=5.655,latencies21.size=1.5,latencies22.latency=5.655,latencies22.size=2.0,latencies23.latency=5.656,latencies23.size=3.0,latencies24.latency=5.699,latencies24.size=4.0,latencies25.latency=5.844,latencies25.size=6.0,latencies26.latency=5.936,latencies26.size=8.0,latencies27.latency=10.179,latencies27.size=12.0,latencies28.latency=20.095,latencies28.size=16.0,latencies29.latency=24.939,latencies29.size=24.0,latencies3.latency=1.166,latencies3.size=0.00293,latencies30.latency=27.029,latencies30.size=32.0,latencies31.latency=27.041,latencies31.size=48.0,latencies32.latency=26.959,latencies32.size=64.0,latencies4.latency=1.163,latencies4.size=0.00391,latencies5.latency=1.163,latencies5.size=0.00586,latencies6.latency=1.163,latencies6.size=0.00781,latencies7.latency=1.163,latencies7.size=0.01172,latencies8.latency=1.163,latencies8.size=0.01562,latencies9.latency=1.212,latencies9.size=0.02344 1568228469085549056 2019-09-11 19:01:13,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:13,435 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.161}' 2019-09-11 19:01:14,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:14,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.166}' 2019-09-11 19:01:15,862 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:15,864 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.164}' 2019-09-11 19:01:17,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:17,061 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.163}' 2019-09-11 19:01:18,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:18,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.164}' 2019-09-11 19:01:19,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:19,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.164}' 2019-09-11 19:01:20,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:20,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.164}' 2019-09-11 19:01:21,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:21,939 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.272}' 2019-09-11 19:01:23,252 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:23,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 2.286}' 2019-09-11 19:01:24,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:24,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 4.687}' 2019-09-11 19:01:25,744 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:25,746 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 4.574}' 2019-09-11 19:01:26,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:26,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 4.358}' 2019-09-11 19:01:28,222 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:28,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 6.613}' 2019-09-11 19:01:29,449 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:29,455 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 5.463}' 2019-09-11 19:01:30,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:30,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 5.901}' 2019-09-11 19:01:31,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:31,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.568}' 2019-09-11 19:01:33,082 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:33,084 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.703}' 2019-09-11 19:01:34,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:34,295 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.656}' 2019-09-11 19:01:35,462 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:35,464 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.630}' 2019-09-11 19:01:36,650 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:36,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.603}' 2019-09-11 19:01:37,865 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:37,869 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.590}' 2019-09-11 19:01:39,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:39,143 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.582}' 2019-09-11 19:01:40,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:40,315 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.605}' 2019-09-11 19:01:41,449 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:41,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.771}' 2019-09-11 19:01:42,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:42,907 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 6.079}' 2019-09-11 19:01:44,257 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:44,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 10.570}' 2019-09-11 19:01:45,533 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:45,535 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 19.753}' 2019-09-11 19:01:46,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:46,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 26.697}' 2019-09-11 19:01:48,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:48,167 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 27.044}' 2019-09-11 19:01:49,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:49,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 27.060}' 2019-09-11 19:01:51,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:51,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 26.973}' 2019-09-11 19:01:51,250 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-11 19:01:52,253 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14978 seq=2 END 2019-09-11 19:01:52,254 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14978 seq=3 START 2019-09-11 19:01:52,254 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-11 19:01:52,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-11 19:01:53,114 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:01:53,116 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter latencies0.latency=1.162,latencies0.size=0.00049,latencies1.latency=1.163,latencies1.size=0.00098,latencies10.latency=2.286,latencies10.size=0.03125,latencies11.latency=4.687,latencies11.size=0.04688,latencies12.latency=4.574,latencies12.size=0.0625,latencies13.latency=4.358,latencies13.size=0.09375,latencies14.latency=6.613,latencies14.size=0.125,latencies15.latency=5.463,latencies15.size=0.1875,latencies16.latency=5.901,latencies16.size=0.25,latencies17.latency=5.568,latencies17.size=0.375,latencies18.latency=5.703,latencies18.size=0.5,latencies19.latency=5.656,latencies19.size=0.75,latencies2.latency=1.161,latencies2.size=0.00195,latencies20.latency=5.63,latencies20.size=1.0,latencies21.latency=5.603,latencies21.size=1.5,latencies22.latency=5.59,latencies22.size=2.0,latencies23.latency=5.582,latencies23.size=3.0,latencies24.latency=5.605,latencies24.size=4.0,latencies25.latency=5.771,latencies25.size=6.0,latencies26.latency=6.079,latencies26.size=8.0,latencies27.latency=10.57,latencies27.size=12.0,latencies28.latency=19.753,latencies28.size=16.0,latencies29.latency=26.697,latencies29.size=24.0,latencies3.latency=1.166,latencies3.size=0.00293,latencies30.latency=27.044,latencies30.size=32.0,latencies31.latency=27.06,latencies31.size=48.0,latencies32.latency=26.973,latencies32.size=64.0,latencies4.latency=1.164,latencies4.size=0.00391,latencies5.latency=1.163,latencies5.size=0.00586,latencies6.latency=1.164,latencies6.size=0.00781,latencies7.latency=1.164,latencies7.size=0.01172,latencies8.latency=1.164,latencies8.size=0.01562,latencies9.latency=1.272,latencies9.size=0.02344 1568228512253693184 2019-09-11 19:01:53,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.162}' 2019-09-11 19:01:55,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:55,088 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.163}' 2019-09-11 19:01:56,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:56,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.161}' 2019-09-11 19:01:57,735 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:57,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.166}' 2019-09-11 19:01:59,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:01:59,007 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.164}' 2019-09-11 19:02:00,288 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:00,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.163}' 2019-09-11 19:02:01,505 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:01,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.164}' 2019-09-11 19:02:02,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:02,722 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.164}' 2019-09-11 19:02:04,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:04,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.164}' 2019-09-11 19:02:05,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:05,331 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.271}' 2019-09-11 19:02:06,868 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:06,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 2.216}' 2019-09-11 19:02:08,101 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:08,102 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 3.913}' 2019-09-11 19:02:09,351 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:09,352 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 5.064}' 2019-09-11 19:02:10,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:10,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 6.041}' 2019-09-11 19:02:11,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:11,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 6.441}' 2019-09-11 19:02:13,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:13,154 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 5.617}' 2019-09-11 19:02:14,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:14,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 4.688}' 2019-09-11 19:02:15,532 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:15,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.576}' 2019-09-11 19:02:16,735 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:16,737 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.703}' 2019-09-11 19:02:17,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:17,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.653}' 2019-09-11 19:02:19,095 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:19,098 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.630}' 2019-09-11 19:02:20,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:20,316 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.606}' 2019-09-11 19:02:21,509 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:21,512 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.591}' 2019-09-11 19:02:22,710 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:22,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.582}' 2019-09-11 19:02:23,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:23,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.606}' 2019-09-11 19:02:25,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:25,092 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.772}' 2019-09-11 19:02:26,300 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:26,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 5.876}' 2019-09-11 19:02:27,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:27,540 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 10.321}' 2019-09-11 19:02:28,727 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:28,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 19.866}' 2019-09-11 19:02:30,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:30,060 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 26.483}' 2019-09-11 19:02:31,387 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:31,392 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 26.941}' 2019-09-11 19:02:32,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:32,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 26.949}' 2019-09-11 19:02:34,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:34,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 26.944}' 2019-09-11 19:02:34,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-11 19:02:35,233 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14978 seq=3 END 2019-09-11 19:02:35,234 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14978 seq=4 START 2019-09-11 19:02:35,235 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-11 19:02:35,245 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-11 19:02:36,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.162}' 2019-09-11 19:02:38,169 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:38,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.163}' 2019-09-11 19:02:38,227 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:02:38,229 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter latencies0.latency=1.162,latencies0.size=0.00049,latencies1.latency=1.163,latencies1.size=0.00098,latencies10.latency=2.216,latencies10.size=0.03125,latencies11.latency=3.913,latencies11.size=0.04688,latencies12.latency=5.064,latencies12.size=0.0625,latencies13.latency=6.041,latencies13.size=0.09375,latencies14.latency=6.441,latencies14.size=0.125,latencies15.latency=5.617,latencies15.size=0.1875,latencies16.latency=4.688,latencies16.size=0.25,latencies17.latency=5.576,latencies17.size=0.375,latencies18.latency=5.703,latencies18.size=0.5,latencies19.latency=5.653,latencies19.size=0.75,latencies2.latency=1.161,latencies2.size=0.00195,latencies20.latency=5.63,latencies20.size=1.0,latencies21.latency=5.606,latencies21.size=1.5,latencies22.latency=5.591,latencies22.size=2.0,latencies23.latency=5.582,latencies23.size=3.0,latencies24.latency=5.606,latencies24.size=4.0,latencies25.latency=5.772,latencies25.size=6.0,latencies26.latency=5.876,latencies26.size=8.0,latencies27.latency=10.321,latencies27.size=12.0,latencies28.latency=19.866,latencies28.size=16.0,latencies29.latency=26.483,latencies29.size=24.0,latencies3.latency=1.166,latencies3.size=0.00293,latencies30.latency=26.941,latencies30.size=32.0,latencies31.latency=26.949,latencies31.size=48.0,latencies32.latency=26.944,latencies32.size=64.0,latencies4.latency=1.164,latencies4.size=0.00391,latencies5.latency=1.163,latencies5.size=0.00586,latencies6.latency=1.164,latencies6.size=0.00781,latencies7.latency=1.164,latencies7.size=0.01172,latencies8.latency=1.164,latencies8.size=0.01562,latencies9.latency=1.271,latencies9.size=0.02344 1568228555233748992 2019-09-11 19:02:39,370 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:39,372 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.161}' 2019-09-11 19:02:40,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:40,568 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.167}' 2019-09-11 19:02:41,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:41,783 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.164}' 2019-09-11 19:02:42,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:42,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.164}' 2019-09-11 19:02:44,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:44,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.164}' 2019-09-11 19:02:45,315 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:45,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.164}' 2019-09-11 19:02:46,532 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:46,533 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.164}' 2019-09-11 19:02:47,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:47,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.274}' 2019-09-11 19:02:48,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:48,906 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 2.190}' 2019-09-11 19:02:50,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:50,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 4.710}' 2019-09-11 19:02:51,460 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:51,461 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 4.388}' 2019-09-11 19:02:52,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:52,736 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 6.562}' 2019-09-11 19:02:53,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:53,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 6.562}' 2019-09-11 19:02:55,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:55,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 5.534}' 2019-09-11 19:02:56,466 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:56,468 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 4.732}' 2019-09-11 19:02:57,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:57,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.618}' 2019-09-11 19:02:58,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:58,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.706}' 2019-09-11 19:02:59,921 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:02:59,924 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.659}' 2019-09-11 19:03:01,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:01,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.632}' 2019-09-11 19:03:02,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:02,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.604}' 2019-09-11 19:03:03,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:03,453 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.585}' 2019-09-11 19:03:04,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:04,650 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.582}' 2019-09-11 19:03:05,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:05,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.605}' 2019-09-11 19:03:07,021 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:07,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.774}' 2019-09-11 19:03:08,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:08,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 5.945}' 2019-09-11 19:03:09,404 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:09,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 10.310}' 2019-09-11 19:03:10,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:10,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 16.732}' 2019-09-11 19:03:11,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:11,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 26.379}' 2019-09-11 19:03:13,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:13,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 26.954}' 2019-09-11 19:03:14,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:14,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 26.975}' 2019-09-11 19:03:16,103 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:16,105 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 26.952}' 2019-09-11 19:03:16,106 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-11 19:03:17,110 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14978 seq=4 END 2019-09-11 19:03:17,111 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14978 seq=5 START 2019-09-11 19:03:17,111 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-11 19:03:17,121 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-11 19:03:18,349 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:03:18,351 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter latencies0.latency=1.162,latencies0.size=0.00049,latencies1.latency=1.163,latencies1.size=0.00098,latencies10.latency=2.19,latencies10.size=0.03125,latencies11.latency=4.71,latencies11.size=0.04688,latencies12.latency=4.388,latencies12.size=0.0625,latencies13.latency=6.562,latencies13.size=0.09375,latencies14.latency=6.562,latencies14.size=0.125,latencies15.latency=5.534,latencies15.size=0.1875,latencies16.latency=4.732,latencies16.size=0.25,latencies17.latency=5.618,latencies17.size=0.375,latencies18.latency=5.706,latencies18.size=0.5,latencies19.latency=5.659,latencies19.size=0.75,latencies2.latency=1.161,latencies2.size=0.00195,latencies20.latency=5.632,latencies20.size=1.0,latencies21.latency=5.604,latencies21.size=1.5,latencies22.latency=5.585,latencies22.size=2.0,latencies23.latency=5.582,latencies23.size=3.0,latencies24.latency=5.605,latencies24.size=4.0,latencies25.latency=5.774,latencies25.size=6.0,latencies26.latency=5.945,latencies26.size=8.0,latencies27.latency=10.31,latencies27.size=12.0,latencies28.latency=16.732,latencies28.size=16.0,latencies29.latency=26.379,latencies29.size=24.0,latencies3.latency=1.167,latencies3.size=0.00293,latencies30.latency=26.954,latencies30.size=32.0,latencies31.latency=26.975,latencies31.size=48.0,latencies32.latency=26.952,latencies32.size=64.0,latencies4.latency=1.164,latencies4.size=0.00391,latencies5.latency=1.164,latencies5.size=0.00586,latencies6.latency=1.164,latencies6.size=0.00781,latencies7.latency=1.164,latencies7.size=0.01172,latencies8.latency=1.164,latencies8.size=0.01562,latencies9.latency=1.274,latencies9.size=0.02344 1568228597110387968 2019-09-11 19:03:18,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.162}' 2019-09-11 19:03:19,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:19,991 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.163}' 2019-09-11 19:03:21,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:21,185 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.161}' 2019-09-11 19:03:22,401 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:22,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.167}' 2019-09-11 19:03:23,617 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:23,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.164}' 2019-09-11 19:03:24,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:24,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.163}' 2019-09-11 19:03:26,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:26,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.164}' 2019-09-11 19:03:27,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:27,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.164}' 2019-09-11 19:03:28,450 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:28,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.164}' 2019-09-11 19:03:29,756 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:29,757 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.272}' 2019-09-11 19:03:31,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:31,033 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 2.286}' 2019-09-11 19:03:32,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:32,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 3.876}' 2019-09-11 19:03:33,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:33,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 5.940}' 2019-09-11 19:03:34,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:34,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 6.121}' 2019-09-11 19:03:35,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:35,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 6.725}' 2019-09-11 19:03:37,191 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:37,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 5.729}' 2019-09-11 19:03:38,386 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:38,388 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 5.888}' 2019-09-11 19:03:39,592 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:39,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.584}' 2019-09-11 19:03:40,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:40,799 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.716}' 2019-09-11 19:03:41,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:41,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.663}' 2019-09-11 19:03:43,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:43,159 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.637}' 2019-09-11 19:03:44,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:44,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.606}' 2019-09-11 19:03:45,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:45,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.595}' 2019-09-11 19:03:46,789 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:46,792 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.584}' 2019-09-11 19:03:47,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:47,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.605}' 2019-09-11 19:03:49,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:49,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.771}' 2019-09-11 19:03:50,362 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:50,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 5.892}' 2019-09-11 19:03:51,559 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:51,561 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 10.712}' 2019-09-11 19:03:52,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:52,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 20.121}' 2019-09-11 19:03:54,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:54,113 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 26.582}' 2019-09-11 19:03:55,441 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:55,445 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 26.984}' 2019-09-11 19:03:56,860 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:56,865 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 26.976}' 2019-09-11 19:03:58,284 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:03:58,285 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 27.004}' 2019-09-11 19:03:58,287 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-11 19:03:59,291 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14978 seq=5 END 2019-09-11 19:03:59,291 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14978 seq=6 START 2019-09-11 19:03:59,292 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-11 19:03:59,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-11 19:04:00,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.162}' 2019-09-11 19:04:02,154 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:02,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.163}' 2019-09-11 19:04:03,370 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:03,373 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.161}' 2019-09-11 19:04:03,453 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:04:03,455 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter latencies0.latency=1.162,latencies0.size=0.00049,latencies1.latency=1.163,latencies1.size=0.00098,latencies10.latency=2.286,latencies10.size=0.03125,latencies11.latency=3.876,latencies11.size=0.04688,latencies12.latency=5.94,latencies12.size=0.0625,latencies13.latency=6.121,latencies13.size=0.09375,latencies14.latency=6.725,latencies14.size=0.125,latencies15.latency=5.729,latencies15.size=0.1875,latencies16.latency=5.888,latencies16.size=0.25,latencies17.latency=5.584,latencies17.size=0.375,latencies18.latency=5.716,latencies18.size=0.5,latencies19.latency=5.663,latencies19.size=0.75,latencies2.latency=1.161,latencies2.size=0.00195,latencies20.latency=5.637,latencies20.size=1.0,latencies21.latency=5.606,latencies21.size=1.5,latencies22.latency=5.595,latencies22.size=2.0,latencies23.latency=5.584,latencies23.size=3.0,latencies24.latency=5.605,latencies24.size=4.0,latencies25.latency=5.771,latencies25.size=6.0,latencies26.latency=5.892,latencies26.size=8.0,latencies27.latency=10.712,latencies27.size=12.0,latencies28.latency=20.121,latencies28.size=16.0,latencies29.latency=26.582,latencies29.size=24.0,latencies3.latency=1.167,latencies3.size=0.00293,latencies30.latency=26.984,latencies30.size=32.0,latencies31.latency=26.976,latencies31.size=48.0,latencies32.latency=27.004,latencies32.size=64.0,latencies4.latency=1.164,latencies4.size=0.00391,latencies5.latency=1.163,latencies5.size=0.00586,latencies6.latency=1.164,latencies6.size=0.00781,latencies7.latency=1.164,latencies7.size=0.01172,latencies8.latency=1.164,latencies8.size=0.01562,latencies9.latency=1.272,latencies9.size=0.02344 1568228639291079168 2019-09-11 19:04:04,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:04,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.166}' 2019-09-11 19:04:05,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:05,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.164}' 2019-09-11 19:04:06,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:07,000 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.163}' 2019-09-11 19:04:08,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:08,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.164}' 2019-09-11 19:04:09,394 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:09,396 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.164}' 2019-09-11 19:04:10,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:10,593 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.164}' 2019-09-11 19:04:11,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:11,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.272}' 2019-09-11 19:04:13,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:13,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 2.399}' 2019-09-11 19:04:14,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:14,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 3.694}' 2019-09-11 19:04:15,530 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:15,532 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 5.409}' 2019-09-11 19:04:16,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:16,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 5.767}' 2019-09-11 19:04:18,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:18,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 6.551}' 2019-09-11 19:04:19,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:19,239 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.113}' 2019-09-11 19:04:20,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:20,481 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 5.737}' 2019-09-11 19:04:21,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:21,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.782}' 2019-09-11 19:04:22,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:22,899 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.556}' 2019-09-11 19:04:24,101 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:24,102 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.646}' 2019-09-11 19:04:25,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:25,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.632}' 2019-09-11 19:04:26,521 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:26,524 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.604}' 2019-09-11 19:04:27,738 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:27,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.590}' 2019-09-11 19:04:28,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:28,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.580}' 2019-09-11 19:04:30,126 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:30,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.603}' 2019-09-11 19:04:31,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:31,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.771}' 2019-09-11 19:04:32,535 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:32,538 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 5.874}' 2019-09-11 19:04:33,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:33,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 9.991}' 2019-09-11 19:04:35,000 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:35,006 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 19.927}' 2019-09-11 19:04:36,274 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:36,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 26.581}' 2019-09-11 19:04:37,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:37,610 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 26.953}' 2019-09-11 19:04:39,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:39,030 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 26.957}' 2019-09-11 19:04:40,456 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:40,458 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 26.965}' 2019-09-11 19:04:40,460 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-11 19:04:41,463 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14978 seq=6 END 2019-09-11 19:04:41,464 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14978 seq=7 START 2019-09-11 19:04:41,465 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-11 19:04:41,475 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-11 19:04:43,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.162}' 2019-09-11 19:04:43,565 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:04:43,567 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter latencies0.latency=1.162,latencies0.size=0.00049,latencies1.latency=1.163,latencies1.size=0.00098,latencies10.latency=2.399,latencies10.size=0.03125,latencies11.latency=3.694,latencies11.size=0.04688,latencies12.latency=5.409,latencies12.size=0.0625,latencies13.latency=5.767,latencies13.size=0.09375,latencies14.latency=6.551,latencies14.size=0.125,latencies15.latency=6.113,latencies15.size=0.1875,latencies16.latency=5.737,latencies16.size=0.25,latencies17.latency=5.782,latencies17.size=0.375,latencies18.latency=5.556,latencies18.size=0.5,latencies19.latency=5.646,latencies19.size=0.75,latencies2.latency=1.161,latencies2.size=0.00195,latencies20.latency=5.632,latencies20.size=1.0,latencies21.latency=5.604,latencies21.size=1.5,latencies22.latency=5.59,latencies22.size=2.0,latencies23.latency=5.58,latencies23.size=3.0,latencies24.latency=5.603,latencies24.size=4.0,latencies25.latency=5.771,latencies25.size=6.0,latencies26.latency=5.874,latencies26.size=8.0,latencies27.latency=9.991,latencies27.size=12.0,latencies28.latency=19.927,latencies28.size=16.0,latencies29.latency=26.581,latencies29.size=24.0,latencies3.latency=1.166,latencies3.size=0.00293,latencies30.latency=26.953,latencies30.size=32.0,latencies31.latency=26.957,latencies31.size=48.0,latencies32.latency=26.965,latencies32.size=64.0,latencies4.latency=1.164,latencies4.size=0.00391,latencies5.latency=1.163,latencies5.size=0.00586,latencies6.latency=1.164,latencies6.size=0.00781,latencies7.latency=1.164,latencies7.size=0.01172,latencies8.latency=1.164,latencies8.size=0.01562,latencies9.latency=1.272,latencies9.size=0.02344 1568228681463732992 2019-09-11 19:04:44,357 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:44,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.163}' 2019-09-11 19:04:45,573 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:45,575 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.161}' 2019-09-11 19:04:46,768 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:46,770 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.167}' 2019-09-11 19:04:47,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:47,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.164}' 2019-09-11 19:04:49,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:49,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.163}' 2019-09-11 19:04:50,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:50,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.164}' 2019-09-11 19:04:51,554 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:51,556 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.164}' 2019-09-11 19:04:52,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:52,754 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.164}' 2019-09-11 19:04:53,906 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:53,910 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.271}' 2019-09-11 19:04:55,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:55,058 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 2.188}' 2019-09-11 19:04:56,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:56,314 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 4.535}' 2019-09-11 19:04:57,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:57,474 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 3.998}' 2019-09-11 19:04:58,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:58,722 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 5.800}' 2019-09-11 19:04:59,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:04:59,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 6.237}' 2019-09-11 19:05:01,201 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:01,203 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.021}' 2019-09-11 19:05:02,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:02,399 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 4.684}' 2019-09-11 19:05:03,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:03,606 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.731}' 2019-09-11 19:05:04,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:04,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.670}' 2019-09-11 19:05:05,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:05,963 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.656}' 2019-09-11 19:05:07,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:07,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.629}' 2019-09-11 19:05:08,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:08,352 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.603}' 2019-09-11 19:05:09,565 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:09,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.589}' 2019-09-11 19:05:10,754 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:10,756 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.582}' 2019-09-11 19:05:11,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:11,922 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.602}' 2019-09-11 19:05:13,061 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:13,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.772}' 2019-09-11 19:05:14,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:14,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 5.895}' 2019-09-11 19:05:15,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:15,530 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 9.451}' 2019-09-11 19:05:16,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:16,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 18.078}' 2019-09-11 19:05:18,083 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:18,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 26.538}' 2019-09-11 19:05:19,415 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:19,418 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 26.888}' 2019-09-11 19:05:20,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:20,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 26.950}' 2019-09-11 19:05:22,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:22,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 26.957}' 2019-09-11 19:05:22,257 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-11 19:05:23,261 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14978 seq=7 END 2019-09-11 19:05:23,261 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14978 seq=8 START 2019-09-11 19:05:23,262 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-11 19:05:23,272 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-11 19:05:23,702 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:05:23,704 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter latencies0.latency=1.162,latencies0.size=0.00049,latencies1.latency=1.163,latencies1.size=0.00098,latencies10.latency=2.188,latencies10.size=0.03125,latencies11.latency=4.535,latencies11.size=0.04688,latencies12.latency=3.998,latencies12.size=0.0625,latencies13.latency=5.8,latencies13.size=0.09375,latencies14.latency=6.237,latencies14.size=0.125,latencies15.latency=6.021,latencies15.size=0.1875,latencies16.latency=4.684,latencies16.size=0.25,latencies17.latency=5.731,latencies17.size=0.375,latencies18.latency=5.67,latencies18.size=0.5,latencies19.latency=5.656,latencies19.size=0.75,latencies2.latency=1.161,latencies2.size=0.00195,latencies20.latency=5.629,latencies20.size=1.0,latencies21.latency=5.603,latencies21.size=1.5,latencies22.latency=5.589,latencies22.size=2.0,latencies23.latency=5.582,latencies23.size=3.0,latencies24.latency=5.602,latencies24.size=4.0,latencies25.latency=5.772,latencies25.size=6.0,latencies26.latency=5.895,latencies26.size=8.0,latencies27.latency=9.451,latencies27.size=12.0,latencies28.latency=18.078,latencies28.size=16.0,latencies29.latency=26.538,latencies29.size=24.0,latencies3.latency=1.167,latencies3.size=0.00293,latencies30.latency=26.888,latencies30.size=32.0,latencies31.latency=26.95,latencies31.size=48.0,latencies32.latency=26.957,latencies32.size=64.0,latencies4.latency=1.164,latencies4.size=0.00391,latencies5.latency=1.163,latencies5.size=0.00586,latencies6.latency=1.164,latencies6.size=0.00781,latencies7.latency=1.164,latencies7.size=0.01172,latencies8.latency=1.164,latencies8.size=0.01562,latencies9.latency=1.271,latencies9.size=0.02344 1568228723261040896 2019-09-11 19:05:24,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.162}' 2019-09-11 19:05:26,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:26,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.163}' 2019-09-11 19:05:27,375 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:27,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.161}' 2019-09-11 19:05:28,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:28,553 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.166}' 2019-09-11 19:05:29,744 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:29,746 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.164}' 2019-09-11 19:05:30,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:30,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.163}' 2019-09-11 19:05:32,058 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:32,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.164}' 2019-09-11 19:05:33,273 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:33,276 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.164}' 2019-09-11 19:05:34,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:34,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.164}' 2019-09-11 19:05:35,642 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:35,644 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.273}' 2019-09-11 19:05:36,869 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:36,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 2.351}' 2019-09-11 19:05:38,073 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:38,075 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 3.977}' 2019-09-11 19:05:39,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:39,314 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 4.744}' 2019-09-11 19:05:40,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:40,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 5.347}' 2019-09-11 19:05:41,760 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:41,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 6.305}' 2019-09-11 19:05:42,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:42,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 5.758}' 2019-09-11 19:05:44,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:44,110 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 5.748}' 2019-09-11 19:05:45,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:45,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.753}' 2019-09-11 19:05:46,416 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:46,419 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.708}' 2019-09-11 19:05:47,570 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:47,573 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.649}' 2019-09-11 19:05:48,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:48,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.629}' 2019-09-11 19:05:49,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:49,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.602}' 2019-09-11 19:05:51,063 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:51,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.590}' 2019-09-11 19:05:52,283 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:52,287 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.580}' 2019-09-11 19:05:53,456 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:53,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.604}' 2019-09-11 19:05:54,596 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:54,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.769}' 2019-09-11 19:05:55,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:55,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 5.878}' 2019-09-11 19:05:57,090 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:57,092 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 9.973}' 2019-09-11 19:05:58,343 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:58,345 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 20.022}' 2019-09-11 19:05:59,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:05:59,611 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 22.177}' 2019-09-11 19:06:00,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:00,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 23.616}' 2019-09-11 19:06:02,363 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:02,367 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 26.970}' 2019-09-11 19:06:03,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:03,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 26.958}' 2019-09-11 19:06:03,789 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-11 19:06:04,792 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14978 seq=8 END 2019-09-11 19:06:04,793 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14978 seq=9 START 2019-09-11 19:06:04,793 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-11 19:06:04,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-11 19:06:06,475 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.162}' 2019-09-11 19:06:07,666 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:07,668 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.163}' 2019-09-11 19:06:08,849 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:06:08,851 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter latencies0.latency=1.162,latencies0.size=0.00049,latencies1.latency=1.163,latencies1.size=0.00098,latencies10.latency=2.351,latencies10.size=0.03125,latencies11.latency=3.977,latencies11.size=0.04688,latencies12.latency=4.744,latencies12.size=0.0625,latencies13.latency=5.347,latencies13.size=0.09375,latencies14.latency=6.305,latencies14.size=0.125,latencies15.latency=5.758,latencies15.size=0.1875,latencies16.latency=5.748,latencies16.size=0.25,latencies17.latency=5.753,latencies17.size=0.375,latencies18.latency=5.708,latencies18.size=0.5,latencies19.latency=5.649,latencies19.size=0.75,latencies2.latency=1.161,latencies2.size=0.00195,latencies20.latency=5.629,latencies20.size=1.0,latencies21.latency=5.602,latencies21.size=1.5,latencies22.latency=5.59,latencies22.size=2.0,latencies23.latency=5.58,latencies23.size=3.0,latencies24.latency=5.604,latencies24.size=4.0,latencies25.latency=5.769,latencies25.size=6.0,latencies26.latency=5.878,latencies26.size=8.0,latencies27.latency=9.973,latencies27.size=12.0,latencies28.latency=20.022,latencies28.size=16.0,latencies29.latency=22.177,latencies29.size=24.0,latencies3.latency=1.166,latencies3.size=0.00293,latencies30.latency=23.616,latencies30.size=32.0,latencies31.latency=26.97,latencies31.size=48.0,latencies32.latency=26.958,latencies32.size=64.0,latencies4.latency=1.164,latencies4.size=0.00391,latencies5.latency=1.163,latencies5.size=0.00586,latencies6.latency=1.164,latencies6.size=0.00781,latencies7.latency=1.164,latencies7.size=0.01172,latencies8.latency=1.164,latencies8.size=0.01562,latencies9.latency=1.273,latencies9.size=0.02344 1568228764792514048 2019-09-11 19:06:08,863 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:08,865 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.161}' 2019-09-11 19:06:10,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:10,061 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.166}' 2019-09-11 19:06:11,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:11,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.164}' 2019-09-11 19:06:12,478 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:12,480 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.163}' 2019-09-11 19:06:13,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:13,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.164}' 2019-09-11 19:06:14,867 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:14,868 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.164}' 2019-09-11 19:06:16,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:16,073 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.164}' 2019-09-11 19:06:17,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:17,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.272}' 2019-09-11 19:06:18,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:18,407 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 2.443}' 2019-09-11 19:06:19,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:19,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 4.084}' 2019-09-11 19:06:20,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:20,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 4.456}' 2019-09-11 19:06:22,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:22,158 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 5.258}' 2019-09-11 19:06:23,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:23,299 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 6.619}' 2019-09-11 19:06:24,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:24,603 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 5.815}' 2019-09-11 19:06:25,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:25,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 5.798}' 2019-09-11 19:06:27,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:27,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.582}' 2019-09-11 19:06:28,340 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:28,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.700}' 2019-09-11 19:06:29,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:29,488 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.651}' 2019-09-11 19:06:30,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:30,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.631}' 2019-09-11 19:06:31,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:31,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.603}' 2019-09-11 19:06:33,102 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:33,105 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.592}' 2019-09-11 19:06:34,323 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:34,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.579}' 2019-09-11 19:06:35,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:35,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.606}' 2019-09-11 19:06:36,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:36,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.771}' 2019-09-11 19:06:37,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:37,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 5.851}' 2019-09-11 19:06:38,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:38,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 9.513}' 2019-09-11 19:06:40,250 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:40,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 19.767}' 2019-09-11 19:06:41,492 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:41,493 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 26.435}' 2019-09-11 19:06:42,824 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:42,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 26.947}' 2019-09-11 19:06:44,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:44,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 26.975}' 2019-09-11 19:06:45,664 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:45,666 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 26.984}' 2019-09-11 19:06:45,668 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-11 19:06:46,671 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14978 seq=9 END 2019-09-11 19:06:46,672 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14978 seq=10 START 2019-09-11 19:06:46,672 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-11 19:06:46,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-11 19:06:48,332 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.162}' 2019-09-11 19:06:48,947 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:06:48,949 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter latencies0.latency=1.162,latencies0.size=0.00049,latencies1.latency=1.163,latencies1.size=0.00098,latencies10.latency=2.443,latencies10.size=0.03125,latencies11.latency=4.084,latencies11.size=0.04688,latencies12.latency=4.456,latencies12.size=0.0625,latencies13.latency=5.258,latencies13.size=0.09375,latencies14.latency=6.619,latencies14.size=0.125,latencies15.latency=5.815,latencies15.size=0.1875,latencies16.latency=5.798,latencies16.size=0.25,latencies17.latency=5.582,latencies17.size=0.375,latencies18.latency=5.7,latencies18.size=0.5,latencies19.latency=5.651,latencies19.size=0.75,latencies2.latency=1.161,latencies2.size=0.00195,latencies20.latency=5.631,latencies20.size=1.0,latencies21.latency=5.603,latencies21.size=1.5,latencies22.latency=5.592,latencies22.size=2.0,latencies23.latency=5.579,latencies23.size=3.0,latencies24.latency=5.606,latencies24.size=4.0,latencies25.latency=5.771,latencies25.size=6.0,latencies26.latency=5.851,latencies26.size=8.0,latencies27.latency=9.513,latencies27.size=12.0,latencies28.latency=19.767,latencies28.size=16.0,latencies29.latency=26.435,latencies29.size=24.0,latencies3.latency=1.166,latencies3.size=0.00293,latencies30.latency=26.947,latencies30.size=32.0,latencies31.latency=26.975,latencies31.size=48.0,latencies32.latency=26.984,latencies32.size=64.0,latencies4.latency=1.164,latencies4.size=0.00391,latencies5.latency=1.163,latencies5.size=0.00586,latencies6.latency=1.164,latencies6.size=0.00781,latencies7.latency=1.164,latencies7.size=0.01172,latencies8.latency=1.164,latencies8.size=0.01562,latencies9.latency=1.272,latencies9.size=0.02344 1568228806671713024 2019-09-11 19:06:49,614 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:49,616 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.163}' 2019-09-11 19:06:50,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:50,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.161}' 2019-09-11 19:06:52,007 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:52,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.166}' 2019-09-11 19:06:53,200 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:53,204 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.164}' 2019-09-11 19:06:54,416 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:54,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.163}' 2019-09-11 19:06:55,631 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:55,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.164}' 2019-09-11 19:06:56,824 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:56,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.164}' 2019-09-11 19:06:58,041 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:58,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.164}' 2019-09-11 19:06:59,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:06:59,348 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.272}' 2019-09-11 19:07:00,548 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:00,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 2.374}' 2019-09-11 19:07:01,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:01,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 5.425}' 2019-09-11 19:07:03,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:03,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 4.704}' 2019-09-11 19:07:04,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:04,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 5.380}' 2019-09-11 19:07:05,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:05,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 4.829}' 2019-09-11 19:07:06,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:06,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 5.996}' 2019-09-11 19:07:07,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:07,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 5.795}' 2019-09-11 19:07:09,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:09,072 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.119}' 2019-09-11 19:07:10,185 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:10,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.709}' 2019-09-11 19:07:11,348 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:11,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.657}' 2019-09-11 19:07:12,554 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:12,557 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.631}' 2019-09-11 19:07:13,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:13,741 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.605}' 2019-09-11 19:07:14,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:14,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.596}' 2019-09-11 19:07:16,158 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:16,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.582}' 2019-09-11 19:07:17,318 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:17,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.607}' 2019-09-11 19:07:18,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:18,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.771}' 2019-09-11 19:07:19,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:19,728 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 5.866}' 2019-09-11 19:07:20,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:20,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 10.650}' 2019-09-11 19:07:22,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:22,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 19.938}' 2019-09-11 19:07:23,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:23,512 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 26.656}' 2019-09-11 19:07:24,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:24,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 26.958}' 2019-09-11 19:07:26,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:26,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 26.963}' 2019-09-11 19:07:27,681 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-11 19:07:27,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 26.981}' 2019-09-11 19:07:27,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-11 19:07:28,688 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14978 seq=10 END 2019-09-11 19:07:28,689 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:07:28,690 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:07:28,690 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:07:28,734 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:07:28,736 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter latencies0.latency=1.162,latencies0.size=0.00049,latencies1.latency=1.163,latencies1.size=0.00098,latencies10.latency=2.374,latencies10.size=0.03125,latencies11.latency=5.425,latencies11.size=0.04688,latencies12.latency=4.704,latencies12.size=0.0625,latencies13.latency=5.38,latencies13.size=0.09375,latencies14.latency=4.829,latencies14.size=0.125,latencies15.latency=5.996,latencies15.size=0.1875,latencies16.latency=5.795,latencies16.size=0.25,latencies17.latency=5.119,latencies17.size=0.375,latencies18.latency=5.709,latencies18.size=0.5,latencies19.latency=5.657,latencies19.size=0.75,latencies2.latency=1.161,latencies2.size=0.00195,latencies20.latency=5.631,latencies20.size=1.0,latencies21.latency=5.605,latencies21.size=1.5,latencies22.latency=5.596,latencies22.size=2.0,latencies23.latency=5.582,latencies23.size=3.0,latencies24.latency=5.607,latencies24.size=4.0,latencies25.latency=5.771,latencies25.size=6.0,latencies26.latency=5.866,latencies26.size=8.0,latencies27.latency=10.65,latencies27.size=12.0,latencies28.latency=19.938,latencies28.size=16.0,latencies29.latency=26.656,latencies29.size=24.0,latencies3.latency=1.166,latencies3.size=0.00293,latencies30.latency=26.958,latencies30.size=32.0,latencies31.latency=26.963,latencies31.size=48.0,latencies32.latency=26.981,latencies32.size=64.0,latencies4.latency=1.164,latencies4.size=0.00391,latencies5.latency=1.163,latencies5.size=0.00586,latencies6.latency=1.164,latencies6.size=0.00781,latencies7.latency=1.164,latencies7.size=0.01172,latencies8.latency=1.164,latencies8.size=0.01562,latencies9.latency=1.272,latencies9.size=0.02344 1568228848688704000 2019-09-11 19:07:28,862 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:07:28,863 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc010" SUCCESS!!! 2019-09-11 19:07:28,864 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC010-76e29670' START 2019-09-11 19:07:50,690 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC010-76e29670' DONE 2019-09-11 19:07:50,690 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc010.yaml finished in 487 secs 2019-09-11 19:07:50,691 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'demo-76e29670' START 2019-09-11 19:07:50,891 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'demo-76e29670' created 2019-09-11 19:07:50,891 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'demo-76e29670-key' 2019-09-11 19:07:50,891 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'demo-76e29670-secgroup' 2019-09-11 19:07:50,891 [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-11 19:07:50,892 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'demo-76e29670-test' 2019-09-11 19:07:50,892 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'demo-76e29670-test-subnet' in network 'demo-76e29670-test', cidr '10.0.1.0/24' 2019-09-11 19:07:50,892 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'demo-76e29670-test-router', gw-net:'floating_net' 2019-09-11 19:07:50,892 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'demo-76e29670-test-router-if0' router:'demo-76e29670-test-router', subnet:'demo-76e29670-test-subnet' 2019-09-11 19:07:50,892 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'demo-76e29670-test-subnet', 'demo-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'demo-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'demo-76e29670-test-subnet'}}], 'name': 'hera.demo-76e29670-test-port', 'security_groups': ['demo-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:07:50,892 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'hera.demo-76e29670-fip', network 'floating_net', port 'hera.demo-76e29670-test-port', rif 'demo-76e29670-test-router-if0' 2019-09-11 19:07:50,892 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'hera.demo-76e29670-fip-assoc', server 'hera.demo-76e29670-test-port', floating_ip 'hera.demo-76e29670-fip' 2019-09-11 19:07:50,893 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'hera.demo-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['hera.demo-76e29670-test-port'] 2019-09-11 19:07:50,893 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'demo-76e29670-test-subnet', 'demo-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'demo-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'demo-76e29670-test-subnet'}}], 'name': 'zeus.demo-76e29670-test-port', 'security_groups': ['demo-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:07:50,893 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'zeus.demo-76e29670-fip', network 'floating_net', port 'zeus.demo-76e29670-test-port', rif 'demo-76e29670-test-router-if0' 2019-09-11 19:07:50,893 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'zeus.demo-76e29670-fip-assoc', server 'zeus.demo-76e29670-test-port', floating_ip 'zeus.demo-76e29670-fip' 2019-09-11 19:07:50,893 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'zeus.demo-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['zeus.demo-76e29670-test-port'] 2019-09-11 19:07:50,893 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'demo-76e29670' START 2019-09-11 19:08:20,100 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'demo-76e29670' DONE in 29 secs 2019-09-11 19:08:20,601 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'demo-76e29670' DONE 2019-09-11 19:08:20,602 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:08:20,604 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:08:20,615 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 30s 2019-09-11 19:08:20,616 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:08:20,619 [INFO] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:76 user:ubuntu, target:172.30.10.121 2019-09-11 19:08:20,620 [DEBUG] yardstick.ssh.hera ssh.py:148 user:ubuntu host:172.30.10.121 2019-09-11 19:08:20,628 [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.121')",) 2019-09-11 19:08:21,631 [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.121')",) 2019-09-11 19:08:22,633 [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.121')",) 2019-09-11 19:08:23,635 [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.121')",) 2019-09-11 19:08:25,171 [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.121')",) 2019-09-11 19:08:27,406 [DEBUG] yardstick.ssh.hera ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:08:27,407 [INFO] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:80 user:ubuntu, host:172.30.10.123 2019-09-11 19:08:27,408 [DEBUG] yardstick.ssh.zeus ssh.py:148 user:ubuntu host:172.30.10.123 2019-09-11 19:08:28,411 [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-11 19:08:29,414 [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.123')",) 2019-09-11 19:08:30,416 [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.123')",) 2019-09-11 19:08:32,066 [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.123')",) 2019-09-11 19:08:33,069 [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.123')",) 2019-09-11 19:08:34,072 [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.123')",) 2019-09-11 19:08:35,078 [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.123')",) 2019-09-11 19:08:36,248 [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.123')",) 2019-09-11 19:08:37,250 [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.123')",) 2019-09-11 19:08:38,252 [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.123')",) 2019-09-11 19:08:39,255 [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.123')",) 2019-09-11 19:08:40,257 [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.123')",) 2019-09-11 19:08:41,269 [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.123')",) 2019-09-11 19:08:42,272 [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.123')",) 2019-09-11 19:08:43,284 [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.123')",) 2019-09-11 19:08:45,645 [DEBUG] yardstick.ssh.zeus ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:08:45,647 [DEBUG] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:85 Starting iperf3 server with command: iperf3 -s -D 2019-09-11 19:08:45,654 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14982 seq=1 START 2019-09-11 19:08:45,655 [DEBUG] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:146 Executing command: iperf3 -c 10.0.1.23 --json --udp --bandwidth 20m 30 --length 8K --window 29200 2019-09-11 19:08:55,858 [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.9",\n\t\t\t\t"local_port":\t41745,\n\t\t\t\t"remote_host":\t"10.0.1.23",\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"Wed, 11 Sep 2019 19:08:45 GMT",\n\t\t\t"timesecs":\t1568228925\n\t\t},\n\t\t"connecting_to":\t{\n\t\t\t"host":\t"10.0.1.23",\n\t\t\t"port":\t5201\n\t\t},\n\t\t"cookie":\t"zeus.1568228925.064935.0128f660226ef",\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.00013,\n\t\t\t\t\t"seconds":\t1.00013,\n\t\t\t\t\t"bytes":\t2252800,\n\t\t\t\t\t"bits_per_second":\t1.80201e+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.00013,\n\t\t\t\t"seconds":\t1.00013,\n\t\t\t\t"bytes":\t2252800,\n\t\t\t\t"bits_per_second":\t1.80201e+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.00013,\n\t\t\t\t\t"end":\t2.00013,\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":\t1.00013,\n\t\t\t\t"end":\t2.00013,\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":\t2.00013,\n\t\t\t\t\t"end":\t3.00012,\n\t\t\t\t\t"seconds":\t0.999993,\n\t\t\t\t\t"bytes":\t2506752,\n\t\t\t\t\t"bits_per_second":\t2.00542e+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.00013,\n\t\t\t\t"end":\t3.00012,\n\t\t\t\t"seconds":\t0.999993,\n\t\t\t\t"bytes":\t2506752,\n\t\t\t\t"bits_per_second":\t2.00542e+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.00011,\n\t\t\t\t\t"seconds":\t0.999981,\n\t\t\t\t\t"bytes":\t2547712,\n\t\t\t\t\t"bits_per_second":\t2.03821e+07,\n\t\t\t\t\t"packets":\t311,\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.00011,\n\t\t\t\t"seconds":\t0.999981,\n\t\t\t\t"bytes":\t2547712,\n\t\t\t\t"bits_per_second":\t2.03821e+07,\n\t\t\t\t"packets":\t311,\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.00011,\n\t\t\t\t\t"end":\t5.00012,\n\t\t\t\t\t"seconds":\t1.00002,\n\t\t\t\t\t"bytes":\t2449408,\n\t\t\t\t\t"bits_per_second":\t1.9595e+07,\n\t\t\t\t\t"packets":\t299,\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.00011,\n\t\t\t\t"end":\t5.00012,\n\t\t\t\t"seconds":\t1.00002,\n\t\t\t\t"bytes":\t2449408,\n\t\t\t\t"bits_per_second":\t1.9595e+07,\n\t\t\t\t"packets":\t299,\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.00013,\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":\t5.00012,\n\t\t\t\t"end":\t6.00013,\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\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t6.00013,\n\t\t\t\t\t"end":\t7.00012,\n\t\t\t\t\t"seconds":\t0.999992,\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":\t6.00013,\n\t\t\t\t"end":\t7.00012,\n\t\t\t\t"seconds":\t0.999992,\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":\t7.00012,\n\t\t\t\t\t"end":\t8.00013,\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.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":\t7.00012,\n\t\t\t\t"end":\t8.00013,\n\t\t\t\t"seconds":\t1,\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":\t8.00013,\n\t\t\t\t\t"end":\t9.00013,\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"p' 2019-09-11 19:08:55,860 [DEBUG] yardstick.ssh.zeus ssh.py:292 stdout: u'ackets":\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.00013,\n\t\t\t\t"end":\t9.00013,\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":\t9.00013,\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":\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":\t9.00013,\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":\t19988480,\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.550686,\n\t\t\t"host_user":\t0.158662,\n\t\t\t"host_system":\t0.396655,\n\t\t\t"remote_total":\t0.00469205,\n\t\t\t"remote_user":\t0,\n\t\t\t"remote_system":\t0\n\t\t}\n\t}\n}\n' 2019-09-11 19:08:55,865 [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-11 19:08:56,867 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14982 seq=1 END 2019-09-11 19:08:56,868 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14982 seq=2 START 2019-09-11 19:08:56,868 [DEBUG] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:146 Executing command: iperf3 -c 10.0.1.23 --json --udp --bandwidth 20m 30 --length 8K --window 29200 2019-09-11 19:09:00,612 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:09:00,614 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter 1568228936866959104 2019-09-11 19:09:00,721 [ERROR] yardstick.dispatcher.influxdb influxdb.py:84 Test result posting finished with status code 400. 2019-09-11 19:09:00,722 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter 1568228936866959104': invalid field format 2019-09-11 19:09:07,318 [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.9",\n\t\t\t\t"local_port":\t41468,\n\t\t\t\t"remote_host":\t"10.0.1.23",\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"Wed, 11 Sep 2019 19:08:56 GMT",\n\t\t\t"timesecs":\t1568228936\n\t\t},\n\t\t"connecting_to":\t{\n\t\t\t"host":\t"10.0.1.23",\n\t\t\t"port":\t5201\n\t\t},\n\t\t"cookie":\t"zeus.1568228936.246484.04534673269a1",\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.00015,\n\t\t\t\t\t"seconds":\t1.00002,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.9988e+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.00015,\n\t\t\t\t"seconds":\t1.00002,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.9988e+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.00015,\n\t\t\t\t\t"end":\t3.00013,\n\t\t\t\t\t"seconds":\t0.99998,\n\t\t\t\t\t"bytes":\t2506752,\n\t\t\t\t\t"bits_per_second":\t2.00544e+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.00015,\n\t\t\t\t"end":\t3.00013,\n\t\t\t\t"seconds":\t0.99998,\n\t\t\t\t"bytes":\t2506752,\n\t\t\t\t"bits_per_second":\t2.00544e+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.00013,\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.00013,\n\t\t\t\t"end":\t4.00013,\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.00013,\n\t\t\t\t\t"end":\t5.00013,\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.00013,\n\t\t\t\t"end":\t5.00013,\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.00013,\n\t\t\t\t\t"end":\t6.00013,\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":\t5.00013,\n\t\t\t\t"end":\t6.00013,\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":\t6.00013,\n\t\t\t\t\t"end":\t7.00012,\n\t\t\t\t\t"seconds":\t0.999991,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99887e+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.00013,\n\t\t\t\t"end":\t7.00012,\n\t\t\t\t"seconds":\t0.999991,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99887e+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.41,\n\t\t\t\t\t"seconds":\t1.40987,\n\t\t\t\t\t"bytes":\t2506752,\n\t\t\t\t\t"bits_per_second":\t1.4224e+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.41,\n\t\t\t\t"seconds":\t1.40987,\n\t\t\t\t"bytes":\t2506752,\n\t\t\t\t"bits_per_second":\t1.4224e+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.41,\n\t\t\t\t\t"end":\t9.00012,\n\t\t\t\t\t"seconds":\t0.590127,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t3.38715e+07,' 2019-09-11 19:09:07,320 [DEBUG] yardstick.ssh.zeus ssh.py:292 stdout: u'\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":\t8.41,\n\t\t\t\t"end":\t9.00012,\n\t\t\t\t"seconds":\t0.590127,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t3.38715e+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.30659,\n\t\t\t"host_user":\t0,\n\t\t\t"host_system":\t0.308713,\n\t\t\t"remote_total":\t0.0043312,\n\t\t\t"remote_user":\t0,\n\t\t\t"remote_system":\t0\n\t\t}\n\t}\n}\n' 2019-09-11 19:09:07,323 [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-11 19:09:08,324 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14982 seq=2 END 2019-09-11 19:09:08,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14982 seq=3 START 2019-09-11 19:09:08,325 [DEBUG] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:146 Executing command: iperf3 -c 10.0.1.23 --json --udp --bandwidth 20m 30 --length 8K --window 29200 2019-09-11 19:09:10,723 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:09:10,724 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter 1568228948324871168 2019-09-11 19:09:10,817 [ERROR] yardstick.dispatcher.influxdb influxdb.py:84 Test result posting finished with status code 400. 2019-09-11 19:09:10,818 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter 1568228948324871168': invalid field format 2019-09-11 19:09:22,974 [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.9",\n\t\t\t\t"local_port":\t35924,\n\t\t\t\t"remote_host":\t"10.0.1.23",\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"Wed, 11 Sep 2019 19:09:11 GMT",\n\t\t\t"timesecs":\t1568228951\n\t\t},\n\t\t"connecting_to":\t{\n\t\t\t"host":\t"10.0.1.23",\n\t\t\t"port":\t5201\n\t\t},\n\t\t"cookie":\t"zeus.1568228951.240637.7444a8771c419",\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.00013,\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":\t1.00012,\n\t\t\t\t"end":\t2.00013,\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\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t2.00013,\n\t\t\t\t\t"end":\t3.00012,\n\t\t\t\t\t"seconds":\t0.999984,\n\t\t\t\t\t"bytes":\t2506752,\n\t\t\t\t\t"bits_per_second":\t2.00543e+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.00013,\n\t\t\t\t"end":\t3.00012,\n\t\t\t\t"seconds":\t0.999984,\n\t\t\t\t"bytes":\t2506752,\n\t\t\t\t"bits_per_second":\t2.00543e+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.05981,\n\t\t\t\t\t"seconds":\t1.0597,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.88625e+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.05981,\n\t\t\t\t"seconds":\t1.0597,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.88625e+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.05981,\n\t\t\t\t\t"end":\t5.00012,\n\t\t\t\t\t"seconds":\t0.94031,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t2.12573e+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.05981,\n\t\t\t\t"end":\t5.00012,\n\t\t\t\t"seconds":\t0.94031,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t2.12573e+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.00013,\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.00013,\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.00013,\n\t\t\t\t\t"end":\t7.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":\t6.00013,\n\t\t\t\t"end":\t7.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":\t7.00012,\n\t\t\t\t\t"end":\t8.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":\t20054016,\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":\t1,\n\t\t\t\t"bytes":\t2506752,\n\t\t\t\t"bits_per_second":\t20054016,\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.99885e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"' 2019-09-11 19:09:22,977 [DEBUG] yardstick.ssh.zeus ssh.py:292 stdout: u'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.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.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.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":\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.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"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.274005,\n\t\t\t"host_user":\t0.290182,\n\t\t\t"host_system":\t0,\n\t\t\t"remote_total":\t0.00331219,\n\t\t\t"remote_user":\t0,\n\t\t\t"remote_system":\t0\n\t\t}\n\t}\n}\n' 2019-09-11 19:09:22,978 [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-11 19:09:23,979 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14982 seq=3 END 2019-09-11 19:09:23,980 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:09:23,981 [DEBUG] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:93 teardown 2019-09-11 19:09:24,106 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 19:09:24,106 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:09:24,141 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:09:24,142 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter 1568228963979888896 2019-09-11 19:09:24,235 [ERROR] yardstick.dispatcher.influxdb influxdb.py:84 Test result posting finished with status code 400. 2019-09-11 19:09:24,235 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter 1568228963979888896': invalid field format 2019-09-11 19:09:24,236 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:09:24,236 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc011" SUCCESS!!! 2019-09-11 19:09:24,237 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'demo-76e29670' START 2019-09-11 19:09:50,628 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'demo-76e29670' DONE 2019-09-11 19:09:50,629 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml finished in 119 secs 2019-09-11 19:09:50,629 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'demo-76e29670' START 2019-09-11 19:09:50,813 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'demo-76e29670' created 2019-09-11 19:09:50,813 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'demo-76e29670-key' 2019-09-11 19:09:50,813 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'demo-76e29670-secgroup' 2019-09-11 19:09:50,813 [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-11 19:09:50,814 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'demo-76e29670-test' 2019-09-11 19:09:50,814 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'demo-76e29670-test-subnet' in network 'demo-76e29670-test', cidr '10.0.1.0/24' 2019-09-11 19:09:50,814 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'demo-76e29670-test-router', gw-net:'floating_net' 2019-09-11 19:09:50,814 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'demo-76e29670-test-router-if0' router:'demo-76e29670-test-router', subnet:'demo-76e29670-test-subnet' 2019-09-11 19:09:50,814 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'demo-76e29670-test-subnet', 'demo-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'demo-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'demo-76e29670-test-subnet'}}], 'name': 'demeter.demo-76e29670-test-port', 'security_groups': ['demo-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:09:50,815 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.demo-76e29670-fip', network 'floating_net', port 'demeter.demo-76e29670-test-port', rif 'demo-76e29670-test-router-if0' 2019-09-11 19:09:50,815 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.demo-76e29670-fip-assoc', server 'demeter.demo-76e29670-test-port', floating_ip 'demeter.demo-76e29670-fip' 2019-09-11 19:09:50,815 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.demo-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.demo-76e29670-test-port'] 2019-09-11 19:09:50,815 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'demo-76e29670' START 2019-09-11 19:10:09,796 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'demo-76e29670' DONE in 18 secs 2019-09-11 19:10:10,275 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'demo-76e29670' DONE 2019-09-11 19:10:10,276 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:10:10,276 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 19:10:10,278 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:10:10,289 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 10 times, class 2019-09-11 19:10:10,291 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 19:10:11,296 [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-11 19:10:13,300 [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-11 19:10:15,303 [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-11 19:10:16,358 [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.114')",) 2019-09-11 19:10:18,360 [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-11 19:10:19,363 [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.114')",) 2019-09-11 19:10:20,365 [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.114')",) 2019-09-11 19:10:21,367 [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.114')",) 2019-09-11 19:10:22,370 [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.114')",) 2019-09-11 19:10:23,372 [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.114')",) 2019-09-11 19:10:24,374 [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.114')",) 2019-09-11 19:10:25,377 [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.114')",) 2019-09-11 19:10:26,756 [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.114')",) 2019-09-11 19:10:27,758 [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.114')",) 2019-09-11 19:10:28,760 [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.114')",) 2019-09-11 19:10:29,763 [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.114')",) 2019-09-11 19:10:30,765 [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.114')",) 2019-09-11 19:10:31,767 [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.114')",) 2019-09-11 19:10:32,770 [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.114')",) 2019-09-11 19:10:33,772 [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.114')",) 2019-09-11 19:10:35,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:10:41,812 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14988 seq=1 START 2019-09-11 19:10:41,813 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-11 19:10:42,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 20842.67}' 2019-09-11 19:10:43,415 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14988 seq=1 END 2019-09-11 19:10:43,416 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14988 seq=2 START 2019-09-11 19:10:43,416 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-11 19:10:43,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 19969.42}' 2019-09-11 19:10:44,953 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14988 seq=2 END 2019-09-11 19:10:44,954 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14988 seq=3 START 2019-09-11 19:10:44,954 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-11 19:10:45,285 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:10:45,287 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter bandwidth(MBps)=20842.67,size(MB)=10.49 1568229043414726912 2019-09-11 19:10:45,473 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:10:45,474 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter bandwidth(MBps)=19969.42,size(MB)=10.49 1568229044953843200 2019-09-11 19:10:45,484 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 19938.70}' 2019-09-11 19:10:46,486 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14988 seq=3 END 2019-09-11 19:10:46,487 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14988 seq=4 START 2019-09-11 19:10:46,487 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-11 19:10:47,013 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 19863.16}' 2019-09-11 19:10:48,016 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14988 seq=4 END 2019-09-11 19:10:48,016 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14988 seq=5 START 2019-09-11 19:10:48,016 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-11 19:10:50,574 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:10:50,575 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter bandwidth(MBps)=19938.7,size(MB)=10.49 1568229046486587904 2019-09-11 19:10:50,690 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:10:50,691 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter bandwidth(MBps)=19863.16,size(MB)=10.49 1568229048016016128 2019-09-11 19:10:53,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 19864.66}' 2019-09-11 19:10:54,991 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14988 seq=5 END 2019-09-11 19:10:54,991 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14988 seq=6 START 2019-09-11 19:10:54,991 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-11 19:10:55,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 20014.81}' 2019-09-11 19:10:55,807 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:10:55,808 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter bandwidth(MBps)=19864.66,size(MB)=10.49 1568229054991014912 2019-09-11 19:10:56,522 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14988 seq=6 END 2019-09-11 19:10:56,523 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14988 seq=7 START 2019-09-11 19:10:56,523 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-11 19:10:57,058 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 20033.93}' 2019-09-11 19:10:58,061 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14988 seq=7 END 2019-09-11 19:10:58,061 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14988 seq=8 START 2019-09-11 19:10:58,062 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-11 19:11:00,914 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:11:00,914 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter bandwidth(MBps)=20014.81,size(MB)=10.49 1568229056522685952 2019-09-11 19:11:01,052 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:11:01,053 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter bandwidth(MBps)=20033.93,size(MB)=10.49 1568229058061170176 2019-09-11 19:11:01,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 20501.84}' 2019-09-11 19:11:02,163 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14988 seq=8 END 2019-09-11 19:11:02,163 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14988 seq=9 START 2019-09-11 19:11:02,164 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-11 19:11:03,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 20182.57}' 2019-09-11 19:11:04,744 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14988 seq=9 END 2019-09-11 19:11:04,745 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14988 seq=10 START 2019-09-11 19:11:04,745 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-11 19:11:05,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 19919.76}' 2019-09-11 19:11:06,161 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:11:06,162 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter bandwidth(MBps)=20501.84,size(MB)=10.49 1568229062163124992 2019-09-11 19:11:06,277 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14988 seq=10 END 2019-09-11 19:11:06,278 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:11:06,278 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 2 2019-09-11 19:11:06,278 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:11:06,280 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:11:06,281 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter bandwidth(MBps)=20182.57,size(MB)=10.49 1568229064744695808 2019-09-11 19:11:06,412 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:11:06,413 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter bandwidth(MBps)=19919.76,size(MB)=10.49 1568229066277638912 2019-09-11 19:11:06,545 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:11:06,546 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc012" SUCCESS!!! 2019-09-11 19:11:06,546 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'demo-76e29670' START 2019-09-11 19:11:32,931 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'demo-76e29670' DONE 2019-09-11 19:11:32,931 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc012.yaml finished in 102 secs 2019-09-11 19:11:32,932 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC014-76e29670' START 2019-09-11 19:11:33,042 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC014-76e29670' created 2019-09-11 19:11:33,042 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC014-76e29670-key' 2019-09-11 19:11:33,043 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC014-76e29670-secgroup' 2019-09-11 19:11:33,043 [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-11 19:11:33,043 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC014-76e29670-test' 2019-09-11 19:11:33,043 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC014-76e29670-test-subnet' in network 'yardstick-TC014-76e29670-test', cidr '10.0.1.0/24' 2019-09-11 19:11:33,043 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC014-76e29670-test-router', gw-net:'floating_net' 2019-09-11 19:11:33,044 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC014-76e29670-test-router-if0' router:'yardstick-TC014-76e29670-test-router', subnet:'yardstick-TC014-76e29670-test-subnet' 2019-09-11 19:11:33,044 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC014-76e29670-test-subnet', 'yardstick-TC014-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC014-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC014-76e29670-test-subnet'}}], 'name': "Chang'e.yardstick-TC014-76e29670-test-port", 'security_groups': ['yardstick-TC014-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:11:33,044 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'Chang'e.yardstick-TC014-76e29670-fip', network 'floating_net', port 'Chang'e.yardstick-TC014-76e29670-test-port', rif 'yardstick-TC014-76e29670-test-router-if0' 2019-09-11 19:11:33,044 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'Chang'e.yardstick-TC014-76e29670-fip-assoc', server 'Chang'e.yardstick-TC014-76e29670-test-port', floating_ip 'Chang'e.yardstick-TC014-76e29670-fip' 2019-09-11 19:11:33,044 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'Chang'e.yardstick-TC014-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ["Chang'e.yardstick-TC014-76e29670-test-port"] 2019-09-11 19:11:33,045 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC014-76e29670' START 2019-09-11 19:11:51,583 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC014-76e29670' DONE in 18 secs 2019-09-11 19:11:52,075 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC014-76e29670' DONE 2019-09-11 19:11:52,076 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:11:52,076 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670", 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-11 19:11:52,079 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:11:52,090 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-11 19:11:52,092 [DEBUG] yardstick.ssh.Chang'e ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 19:11:53,096 [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-11 19:11:55,101 [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-11 19:11:57,104 [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-11 19:11:59,107 [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-11 19:12:01,110 [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-11 19:12:02,113 [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.114')",) 2019-09-11 19:12:03,115 [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.114')",) 2019-09-11 19:12:04,117 [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.114')",) 2019-09-11 19:12:05,120 [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.114')",) 2019-09-11 19:12:06,122 [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.114')",) 2019-09-11 19:12:07,655 [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.114')",) 2019-09-11 19:12:08,658 [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.114')",) 2019-09-11 19:12:09,660 [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.114')",) 2019-09-11 19:12:10,662 [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.114')",) 2019-09-11 19:12:11,670 [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.114')",) 2019-09-11 19:12:12,685 [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.114')",) 2019-09-11 19:12:13,687 [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.114')",) 2019-09-11 19:12:15,760 [DEBUG] yardstick.ssh.Chang'e ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:12:17,832 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14992 seq=1 START 2019-09-11 19:12:17,832 [DEBUG] yardstick.benchmark.scenarios.compute.unixbench unixbench.py:92 Executing run_mode: verbose 2019-09-11 19:12:17,833 [DEBUG] yardstick.benchmark.scenarios.compute.unixbench unixbench.py:111 Executing command: sudo bash unixbench_benchmark.sh -v dhry2reg 2019-09-11 19:12:18,259 [DEBUG] yardstick.ssh.Chang'e ssh.py:300 stderr: u'sh: 1: ' 2019-09-11 19:12:18,259 [DEBUG] yardstick.ssh.Chang'e ssh.py:300 stderr: u'3dinfo: not found' 2019-09-11 19:12:18,260 [DEBUG] yardstick.ssh.Chang'e ssh.py:300 stderr: u'\n' 2019-09-11 19:12:18,382 [DEBUG] yardstick.ssh.Chang'e ssh.py:300 stderr: u'Redundant argument in printf at ./Run line 1925.\n' 2019-09-11 19:14:46,077 [DEBUG] yardstick.ssh.Chang'e ssh.py:292 stdout: u'{ "single_score":"2166.6", "parallel_score":"2166.6" }\n' 2019-09-11 19:14:47,080 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14992 seq=1 END 2019-09-11 19:14:47,081 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:14:47,081 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:14:47,081 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:14:47,091 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:14:47,093 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter parallel_score="2166.6",single_score="2166.6" 1568229287079602944 2019-09-11 19:14:47,199 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:14:47,200 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc014" SUCCESS!!! 2019-09-11 19:14:47,201 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC014-76e29670' START 2019-09-11 19:15:13,516 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC014-76e29670' DONE 2019-09-11 19:15:13,517 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc014.yaml finished in 220 secs 2019-09-11 19:15:13,517 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC037-76e29670' START 2019-09-11 19:15:13,656 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC037-76e29670' created 2019-09-11 19:15:13,657 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC037-76e29670-key' 2019-09-11 19:15:13,657 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC037-76e29670-secgroup' 2019-09-11 19:15:13,658 [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-11 19:15:13,658 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC037-76e29670-test' 2019-09-11 19:15:13,658 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC037-76e29670-test-subnet' in network 'yardstick-TC037-76e29670-test', cidr '10.0.1.0/24' 2019-09-11 19:15:13,659 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC037-76e29670-test-router', gw-net:'floating_net' 2019-09-11 19:15:13,659 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC037-76e29670-test-router-if0' router:'yardstick-TC037-76e29670-test-router', subnet:'yardstick-TC037-76e29670-test-subnet' 2019-09-11 19:15:13,660 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC037-76e29670-test-subnet', 'yardstick-TC037-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC037-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC037-76e29670-test-subnet'}}], 'name': 'demeter.yardstick-TC037-76e29670-test-port', 'security_groups': ['yardstick-TC037-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:15:13,660 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.yardstick-TC037-76e29670-fip', network 'floating_net', port 'demeter.yardstick-TC037-76e29670-test-port', rif 'yardstick-TC037-76e29670-test-router-if0' 2019-09-11 19:15:13,660 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.yardstick-TC037-76e29670-fip-assoc', server 'demeter.yardstick-TC037-76e29670-test-port', floating_ip 'demeter.yardstick-TC037-76e29670-fip' 2019-09-11 19:15:13,661 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.yardstick-TC037-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.yardstick-TC037-76e29670-test-port'] 2019-09-11 19:15:13,661 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC037-76e29670-test-subnet', 'yardstick-TC037-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC037-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC037-76e29670-test-subnet'}}], 'name': 'poseidon.yardstick-TC037-76e29670-test-port', 'security_groups': ['yardstick-TC037-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:15:13,661 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'poseidon.yardstick-TC037-76e29670-fip', network 'floating_net', port 'poseidon.yardstick-TC037-76e29670-test-port', rif 'yardstick-TC037-76e29670-test-router-if0' 2019-09-11 19:15:13,662 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'poseidon.yardstick-TC037-76e29670-fip-assoc', server 'poseidon.yardstick-TC037-76e29670-test-port', floating_ip 'poseidon.yardstick-TC037-76e29670-fip' 2019-09-11 19:15:13,662 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'poseidon.yardstick-TC037-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['poseidon.yardstick-TC037-76e29670-test-port'] 2019-09-11 19:15:13,662 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC037-76e29670' START 2019-09-11 19:15:53,885 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC037-76e29670' DONE in 40 secs 2019-09-11 19:15:54,400 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC037-76e29670' DONE 2019-09-11 19:15:54,400 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:15:54,401 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', '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-76e29670', 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-11 19:15:54,403 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:15:54,410 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:15:54,411 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', '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-76e29670', 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-11 19:15:54,413 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:15:54,414 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:15:54,414 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:15:54,417 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-11 19:15:54,420 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:15:54,422 [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-11 19:15:54,423 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:15:54,424 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:15:54,424 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:15:54,426 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.125 2019-09-11 19:15:54,431 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:15:54,434 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:15:54,436 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:15:54,435 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:15:54,439 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-11 19:15:54,443 [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-11 19:15:54,446 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:15:54,448 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.125 2019-09-11 19:15:54,449 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.125 2019-09-11 19:15:55,424 [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-11 19:15:55,430 [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-11 19:15:55,446 [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-11 19:15:55,452 [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-11 19:15:56,426 [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-11 19:15:56,448 [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-11 19:15:57,427 [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-11 19:15:57,436 [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-11 19:15:57,450 [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-11 19:15:57,456 [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-11 19:15:58,430 [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-11 19:15:58,453 [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-11 19:15:59,432 [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-11 19:15:59,438 [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-11 19:15:59,455 [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-11 19:15:59,459 [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-11 19:16:00,437 [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-11 19:16:00,468 [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.125')",) 2019-09-11 19:16:00,468 [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.125')",) 2019-09-11 19:16:00,485 [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-11 19:16:01,439 [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-11 19:16:01,470 [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.125')",) 2019-09-11 19:16:01,470 [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.125')",) 2019-09-11 19:16:01,493 [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-11 19:16:02,457 [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-11 19:16:02,472 [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.125')",) 2019-09-11 19:16:02,472 [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.125')",) 2019-09-11 19:16:02,505 [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-11 19:16:03,460 [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-11 19:16:03,474 [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.125')",) 2019-09-11 19:16:03,474 [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.125')",) 2019-09-11 19:16:03,507 [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-11 19:16:04,462 [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-11 19:16:04,477 [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.125')",) 2019-09-11 19:16:04,477 [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.125')",) 2019-09-11 19:16:04,509 [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-11 19:16:05,465 [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-11 19:16:05,512 [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-11 19:16:05,732 [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.125')",) 2019-09-11 19:16:05,732 [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.125')",) 2019-09-11 19:16:06,586 [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-11 19:16:06,586 [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-11 19:16:06,734 [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.125')",) 2019-09-11 19:16:06,734 [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.125')",) 2019-09-11 19:16:07,737 [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.125')",) 2019-09-11 19:16:07,737 [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.125')",) 2019-09-11 19:16:08,739 [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.125')",) 2019-09-11 19:16:08,739 [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.125')",) 2019-09-11 19:16:09,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:16:09,341 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:16:09,343 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=1 START 2019-09-11 19:16:09,344 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:16:09,365 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:81 MPSTAT is installed 2019-09-11 19:16:09,366 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=1 START 2019-09-11 19:16:09,366 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:09,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.47 0.11 0.04 3/143 1393\n' 2019-09-11 19:16:09,439 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:09,517 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:09,742 [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.125')",) 2019-09-11 19:16:09,742 [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.125')",) 2019-09-11 19:16:10,438 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17.2' 2019-09-11 19:16:10,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:09 all 89.13 0.00 4.35 4.35 0.00 2.17 0.00 0.00 0.00 0.00\n19:16:09 0 89.13 0.00 4.35 4.35 0.00 2.17 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 89.13 0.00 4.35 4.35 0.00 2.17 0.00 0.00 0.00 0.00\nAverage: 0 89.13 0.00 4.35 4.35 0.00 2.17 0.00 0.00 0.00 0.00\n' 2019-09-11 19:16:10,744 [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.125')",) 2019-09-11 19:16:10,744 [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.125')",) 2019-09-11 19:16:11,442 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: rtt 17.200000 > sla: max_rtt(10.000000); ',) 2019-09-11 19:16:11,526 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=1 END 2019-09-11 19:16:11,527 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=2 START 2019-09-11 19:16:11,528 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:11,532 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.47 0.11 0.04 1/140 1408\n' 2019-09-11 19:16:11,534 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:11,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:11,747 [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.125')",) 2019-09-11 19:16:11,747 [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.125')",) 2019-09-11 19:16:12,445 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=1 END 2019-09-11 19:16:12,446 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=2 START 2019-09-11 19:16:12,446 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:16:12,749 [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.125')",) 2019-09-11 19:16:12,749 [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.125')",) 2019-09-11 19:16:12,781 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:11 all 0.00 0.00 8.16 91.84 0.00 0.00 0.00 0.00 0.00 0.00\n19:16:11 0 0.00 0.00 8.16 91.84 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 8.16 91.84 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 8.16 91.84 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:16:13,783 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=2 END 2019-09-11 19:16:13,784 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=3 START 2019-09-11 19:16:13,784 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:14,033 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:16:14,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.75 0.18 0.06 1/141 1420\n' 2019-09-11 19:16:14,053 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:14,121 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:14,443 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.47",loadavg1="0.11",loadavg2="0.04",loadavg3="3/143",loadavg4="1393",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="4.35",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="2.17",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="4.35",mpstat_average.cpu.%usr="89.13",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="4.35",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="2.17",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="4.35",mpstat_average.cpu0.%usr="89.13",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="4.35",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="2.17",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="4.35",mpstat_maximun.cpu.%usr="89.13",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="4.35",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="2.17",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="4.35",mpstat_maximun.cpu0.%usr="89.13",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="4.35",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="2.17",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="4.35",mpstat_minimum.cpu.%usr="89.13",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="4.35",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="2.17",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="4.35",mpstat_minimum.cpu0.%usr="89.13" 1568229371526361088 2019-09-11 19:16:14,598 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:14,600 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.47",loadavg1="0.11",loadavg2="0.04",loadavg3="1/140",loadavg4="1408",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="91.84",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.16",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="91.84",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.16",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="91.84",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.16",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="91.84",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.16",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="91.84",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.16",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="91.84",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.16",mpstat_minimum.cpu0.%usr="0.00" 1568229373783721984 2019-09-11 19:16:14,717 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:14,718 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=17.2 1568229372444737792 2019-09-11 19:16:14,925 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:16:14,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:16:14,944 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-11 19:16:14,945 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-11 19:16:15,075 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:81 MPSTAT is installed 2019-09-11 19:16:15,076 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=1 START 2019-09-11 19:16:15,076 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:15,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.32 0.31 0.10 3/143 1400\n' 2019-09-11 19:16:15,151 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:15,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:15,280 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:15,282 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:14 all 0.00 0.00 1.79' 2019-09-11 19:16:15,283 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.21 0.00' 2019-09-11 19:16:15,284 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:15,285 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:15,286 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:15,287 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:14 ' 2019-09-11 19:16:15,288 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:16:15,289 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 1.79' 2019-09-11 19:16:15,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.21' 2019-09-11 19:16:15,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:15,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:15,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:15,294 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:15,295 [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-11 19:16:15,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all 0.00' 2019-09-11 19:16:15,297 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:15,298 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.79' 2019-09-11 19:16:15,299 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.21 0.00' 2019-09-11 19:16:15,299 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:15,301 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:15,301 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:15,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:16:15,303 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:16:15,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.79' 2019-09-11 19:16:15,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.21' 2019-09-11 19:16:15,306 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:15,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:15,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:16,226 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:16 all 15.84 0.00 4.95 78.22 0.00 0.00 0.99 0.00 0.00 0.00\n19:16:16 0 15.84 0.00 4.95 78.22 0.00 0.00 0.99 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 15.84 0.00 4.95 78.22 0.00 0.00 0.99 0.00 0.00 0.00\nAverage: 0 15.84 0.00 4.95 78.22 0.00 0.00 0.99 0.00 0.00 0.00\n' 2019-09-11 19:16:16,282 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=2 END 2019-09-11 19:16:16,282 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=3 START 2019-09-11 19:16:16,283 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:16:16,311 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=3 END 2019-09-11 19:16:16,311 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=4 START 2019-09-11 19:16:16,311 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:16,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.75 0.18 0.06 2/146 1456\n' 2019-09-11 19:16:16,584 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:16,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:16:16,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:17,231 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=1 END 2019-09-11 19:16:17,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=2 START 2019-09-11 19:16:17,233 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:17,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.32 0.31 0.10 2/134 1422\n' 2019-09-11 19:16:17,238 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:17,305 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:18,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:18,307 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:18 ' 2019-09-11 19:16:18,307 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:16:18,308 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 57.00 0.00' 2019-09-11 19:16:18,310 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.00 32.00 0.00 0.00 2.00' 2019-09-11 19:16:18,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:18,312 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00\n19:16:18 0 57.00 0.00' 2019-09-11 19:16:18,313 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.00' 2019-09-11 19:16:18,314 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 32.00 0.00' 2019-09-11 19:16:18,315 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:18,316 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:16:18,317 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:18,318 [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-11 19:16:18,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:16:18,321 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 57.00 0.00 9.00' 2019-09-11 19:16:18,321 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 32.00' 2019-09-11 19:16:18,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 2.00' 2019-09-11 19:16:18,324 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:18,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:18,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:16:18,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:16:18,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 57.00 0.00' 2019-09-11 19:16:18,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.00 32.00 0.00' 2019-09-11 19:16:18,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.00' 2019-09-11 19:16:18,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:18,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:18,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:18,386 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:17 all 0.00 0.00 2.56 97.44 0.00 0.00 0.00 0.00 0.00 0.00\n19:16:17 0 0.00 0.00 2.56 97.44 0.00 0.00 0.00 0.00 0.00 0.00' 2019-09-11 19:16:18,387 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 2.56 97.44 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 2.56 97.44 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:16:18,390 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-11 19:16:19,335 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=2 END 2019-09-11 19:16:19,336 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=3 START 2019-09-11 19:16:19,336 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:19,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.32 0.31 0.10 1/127 1473\n' 2019-09-11 19:16:19,341 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:19,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:19,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=4 END 2019-09-11 19:16:19,390 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=5 START 2019-09-11 19:16:19,390 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:19,392 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=3 END 2019-09-11 19:16:19,393 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=4 START 2019-09-11 19:16:19,393 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:16:19,395 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.22 0.08 1/144 1465\n' 2019-09-11 19:16:19,396 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:19,463 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:19,733 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14999 seq=1 START 2019-09-11 19:16:19,734 [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-11 19:16:20,086 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:20,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.75",loadavg1="0.18",loadavg2="0.06",loadavg3="1/141",loadavg4="1420",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="98.21",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.79",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="98.21",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.79",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="98.21",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.79",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="98.21",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.79",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="98.21",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.79",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="98.21",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.79",mpstat_minimum.cpu0.%usr="0.00" 1568229376311012096 2019-09-11 19:16:20,181 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 1 64 20 1 1000000 2019-09-11 19:16:20,183 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:20,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.75",loadavg1="0.18",loadavg2="0.06",loadavg3="2/146",loadavg4="1456",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="97.44",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.56",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="97.44",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.56",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="97.44",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.56",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="97.44",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.56",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="97.44",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.56",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="97.44",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.56",mpstat_minimum.cpu0.%usr="0.00" 1568229379389556992 2019-09-11 19:16:20,279 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:20,281 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.32",loadavg1="0.31",loadavg2="0.10",loadavg3="3/143",loadavg4="1400",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="78.22",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.99",mpstat_average.cpu.%sys="4.95",mpstat_average.cpu.%usr="15.84",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="78.22",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.99",mpstat_average.cpu0.%sys="4.95",mpstat_average.cpu0.%usr="15.84",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="78.22",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.99",mpstat_maximun.cpu.%sys="4.95",mpstat_maximun.cpu.%usr="15.84",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="78.22",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.99",mpstat_maximun.cpu0.%sys="4.95",mpstat_maximun.cpu0.%usr="15.84",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="78.22",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.99",mpstat_minimum.cpu.%sys="4.95",mpstat_minimum.cpu.%usr="15.84",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="78.22",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.99",mpstat_minimum.cpu0.%sys="4.95",mpstat_minimum.cpu0.%usr="15.84" 1568229377231340800 2019-09-11 19:16:20,373 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:20,375 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.32",loadavg1="0.31",loadavg2="0.10",loadavg3="2/134",loadavg4="1422",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="32.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="2.00",mpstat_average.cpu.%sys="9.00",mpstat_average.cpu.%usr="57.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="32.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="2.00",mpstat_average.cpu0.%sys="9.00",mpstat_average.cpu0.%usr="57.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="32.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="2.00",mpstat_maximun.cpu.%sys="9.00",mpstat_maximun.cpu.%usr="57.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="32.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="2.00",mpstat_maximun.cpu0.%sys="9.00",mpstat_maximun.cpu0.%usr="57.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="32.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="2.00",mpstat_minimum.cpu.%sys="9.00",mpstat_minimum.cpu.%usr="57.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="32.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="2.00",mpstat_minimum.cpu0.%sys="9.00",mpstat_minimum.cpu0.%usr="57.00" 1568229379335290880 2019-09-11 19:16:20,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:20 all 32.08 0.00 3.77 62.26 0.00 0.00 1.89 0.00 0.00 0.00\n19:16:20 0 32.08 0.00 3.77 62.26 0.00 0.00 1.89 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 32.08 0.00 3.77 62.26 0.00 0.00 1.89 0.00 0.00 0.00\nAverage: 0 32.08 0.00 3.77 62.26 0.00 0.00 1.89 0.00 0.00 0.00\n' 2019-09-11 19:16:20,465 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:19 all 0.00 0.00 2.27 97.73 0.00 0.00 0.00 0.00 0.00 0.00\n19:16:19 0 0.00 0.00 2.27 97.73 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 2.27 97.73 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 2.27 97.73 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:16:20,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-11 19:16:20,473 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:20,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568229376282126848 2019-09-11 19:16:20,574 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:20,575 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.08 1568229379392656128 2019-09-11 19:16:21,386 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=3 END 2019-09-11 19:16:21,387 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=4 START 2019-09-11 19:16:21,387 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:21,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.45 0.35 0.12 1/123 1518\n' 2019-09-11 19:16:21,393 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:21,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:21,468 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=5 END 2019-09-11 19:16:21,468 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=6 START 2019-09-11 19:16:21,469 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:21,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.22 0.08 2/138 1480\n' 2019-09-11 19:16:21,475 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:21,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:22,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:22,438 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:22 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00' 2019-09-11 19:16:22,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:22,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:16:22,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:22 ' 2019-09-11 19:16:22,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 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' 2019-09-11 19:16:22,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 0.00' 2019-09-11 19:16:22,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:22,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:22,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:16:22,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:22,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:22,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:22,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:22,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:16:22,471 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=4 END 2019-09-11 19:16:22,472 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=5 START 2019-09-11 19:16:22,472 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:16:22,923 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:22,924 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:22 ' 2019-09-11 19:16:22,926 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 80.00 0.00' 2019-09-11 19:16:22,927 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 15.00 0.00' 2019-09-11 19:16:22,928 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 5.00' 2019-09-11 19:16:22,929 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:22,930 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:22,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:22,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:22,933 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:22 0' 2019-09-11 19:16:22,934 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 80.00 0.00 15.00' 2019-09-11 19:16:22,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:22,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 5.00' 2019-09-11 19:16:22,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:22,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:22,939 [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-11 19:16:22,940 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:16:22,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 80.00' 2019-09-11 19:16:22,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:22,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 15.00' 2019-09-11 19:16:22,944 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:22,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 5.00' 2019-09-11 19:16:22,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:22,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:22,947 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:22,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:16:22,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 80.00 0.00' 2019-09-11 19:16:22,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 15.00' 2019-09-11 19:16:22,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:22,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5.00' 2019-09-11 19:16:22,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:22,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:22,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:23,458 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=4 END 2019-09-11 19:16:23,458 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=5 START 2019-09-11 19:16:23,459 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:23,463 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.45 0.35 0.12 1/123 1520\n' 2019-09-11 19:16:23,464 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:23,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:23,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.159' 2019-09-11 19:16:23,957 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=6 END 2019-09-11 19:16:23,958 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=7 START 2019-09-11 19:16:23,958 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:23,963 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.10 0.27 0.09 2/146 1520\n' 2019-09-11 19:16:23,964 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:24,006 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:24,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:24,510 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:24 all' 2019-09-11 19:16:24,511 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:24,511 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:24,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:24,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:24,515 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:24,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:16:24,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:24 ' 2019-09-11 19:16:24,517 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:16:24,518 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:24,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:24,520 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:24,521 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:24,523 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:16:24,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:16:24,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:24,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:24,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:24,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:24,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:24,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:24,530 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:16:24,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:16:24,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:24,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:24,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:24,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:24,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:24,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-11 19:16:24,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:25,006 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:25,007 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:24 ' 2019-09-11 19:16:25,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 54.46' 2019-09-11 19:16:25,010 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 4.95' 2019-09-11 19:16:25,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 40.59 0.00' 2019-09-11 19:16:25,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:25,013 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:25,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:25,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:24 ' 2019-09-11 19:16:25,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:16:25,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 54.46 0.00 4.95' 2019-09-11 19:16:25,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 40.59 0.00' 2019-09-11 19:16:25,019 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:25,020 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:25,021 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:25,022 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:16:25,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 54.46' 2019-09-11 19:16:25,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:25,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4.95 40.59' 2019-09-11 19:16:25,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:25,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:25,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:25,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:25,030 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:16:25,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 54.46 0.00' 2019-09-11 19:16:25,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4.95 40.59' 2019-09-11 19:16:25,033 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:25,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:25,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:25,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:25,540 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=5 END 2019-09-11 19:16:25,541 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=6 START 2019-09-11 19:16:25,541 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:25,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.34 0.35 0.12 1/123 1522\n' 2019-09-11 19:16:25,547 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:25,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:25,671 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:25,673 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.93",loadavg1="0.22",loadavg2="0.08",loadavg3="1/144",loadavg4="1465",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="97.73",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.27",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="97.73",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.27",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="97.73",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.27",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="97.73",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.27",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="97.73",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.27",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="97.73",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.27",mpstat_minimum.cpu0.%usr="0.00" 1568229381468136192 2019-09-11 19:16:25,810 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:25,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.93",loadavg1="0.22",loadavg2="0.08",loadavg3="2/138",loadavg4="1480",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="5.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="15.00",mpstat_average.cpu.%usr="80.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="5.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="15.00",mpstat_average.cpu0.%usr="80.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="5.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="15.00",mpstat_maximun.cpu.%usr="80.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="5.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="15.00",mpstat_maximun.cpu0.%usr="80.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="5.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="15.00",mpstat_minimum.cpu.%usr="80.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="5.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="15.00",mpstat_minimum.cpu0.%usr="80.00" 1568229383957786112 2019-09-11 19:16:25,937 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:16:25,939 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.32",loadavg1="0.31",loadavg2="0.10",loadavg3="1/127",loadavg4="1473",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="62.26",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="1.89",mpstat_average.cpu.%sys="3.77",mpstat_average.cpu.%usr="32.08",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="62.26",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="1.89",mpstat_average.cpu0.%sys="3.77",mpstat_average.cpu0.%usr="32.08",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="62.26",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="1.89",mpstat_maximun.cpu.%sys="3.77",mpstat_maximun.cpu.%usr="32.08",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="62.26",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="1.89",mpstat_maximun.cpu0.%sys="3.77",mpstat_maximun.cpu0.%usr="32.08",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="62.26",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="1.89",mpstat_minimum.cpu.%sys="3.77",mpstat_minimum.cpu.%usr="32.08",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="62.26",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="1.89",mpstat_minimum.cpu0.%sys="3.77",mpstat_minimum.cpu0.%usr="32.08" 1568229381386769152 2019-09-11 19:16:25,952 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=5 END 2019-09-11 19:16:25,952 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=6 START 2019-09-11 19:16:25,953 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:16:26,039 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=7 END 2019-09-11 19:16:26,039 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=8 START 2019-09-11 19:16:26,040 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:26,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.10 0.27 0.09 4/130 1614\n' 2019-09-11 19:16:26,045 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:26,049 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:26,050 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.45",loadavg1="0.35",loadavg2="0.12",loadavg3="1/123",loadavg4="1518",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" 1568229383458067968 2019-09-11 19:16:26,089 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:26,172 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:26,174 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.45",loadavg1="0.35",loadavg2="0.12",loadavg3="1/123",loadavg4="1520",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" 1568229385540430080 2019-09-11 19:16:26,300 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:26,300 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.098 1568229382471597056 2019-09-11 19:16:26,413 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:26,413 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.159 1568229385952142080 2019-09-11 19:16:27,090 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:27,091 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:26 all 46.00 0.00 54.00' 2019-09-11 19:16:27,092 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,093 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:27,094 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,095 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:27,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:27,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:26 0 46.00 0.00 54.00' 2019-09-11 19:16:27,099 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:27,100 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,100 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,101 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,102 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,103 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:27,104 [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-11 19:16:27,104 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 46.00' 2019-09-11 19:16:27,105 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,106 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 54.00' 2019-09-11 19:16:27,107 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:27,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,109 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:27,110 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:27,112 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: 0 46.00 0.00 54.00 0.00 0.00' 2019-09-11 19:16:27,113 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:27,113 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,114 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:27,115 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:27,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:27,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:27 all 0.00 0.00 0.00 10.61' 2019-09-11 19:16:27,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 18.18' 2019-09-11 19:16:27,438 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 71.21' 2019-09-11 19:16:27,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:27 ' 2019-09-11 19:16:27,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:16:27,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 10.61' 2019-09-11 19:16:27,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 18.18' 2019-09-11 19:16:27,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:27,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 71.21\n' 2019-09-11 19:16:27,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:27,450 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:16:27,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:27,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.61' 2019-09-11 19:16:27,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 18.18' 2019-09-11 19:16:27,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 71.21' 2019-09-11 19:16:27,456 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0' 2019-09-11 19:16:27,458 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:27,459 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.61' 2019-09-11 19:16:27,460 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 18.18' 2019-09-11 19:16:27,461 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:27,462 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 71.21\n' 2019-09-11 19:16:28,118 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=8 END 2019-09-11 19:16:28,118 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=9 START 2019-09-11 19:16:28,118 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:28,123 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.17 0.30 0.10 2/132 1641\n' 2019-09-11 19:16:28,124 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:28,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:28,464 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=6 END 2019-09-11 19:16:28,465 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=7 START 2019-09-11 19:16:28,465 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:28,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.34 0.35 0.12 1/121 1524\n' 2019-09-11 19:16:28,489 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:28,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:29,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:29,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:28 ' 2019-09-11 19:16:29,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:16:29,195 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-11 19:16:29,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,199 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:29,200 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,201 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:28 ' 2019-09-11 19:16:29,202 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:16:29,203 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:29,204 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:29,204 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,205 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:29,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:29,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:29,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:16:29,210 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,211 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,211 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:16:29,212 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,213 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:29,214 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:29,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\nAverage: ' 2019-09-11 19:16:29,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:16:29,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:29,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:16:29,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,219 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:29,220 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:29,221 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:29,548 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:29,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:29 ' 2019-09-11 19:16:29,550 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:16:29,551 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:29,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,553 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.68' 2019-09-11 19:16:29,555 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-11 19:16:29,555 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.10' 2019-09-11 19:16:29,557 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:29,558 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:29 ' 2019-09-11 19:16:29,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:16:29,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:29,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:29,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 9.68 3.23 0.00 0.00 87.10\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.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-11 19:16:30,223 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=9 END 2019-09-11 19:16:30,224 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=10 START 2019-09-11 19:16:30,224 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:30,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.17 0.30 0.10 2/132 1643\n' 2019-09-11 19:16:30,230 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:30,297 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:30,564 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=7 END 2019-09-11 19:16:30,564 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=8 START 2019-09-11 19:16:30,565 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:30,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.23 0.34 0.12 1/121 1526\n' 2019-09-11 19:16:30,587 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:30,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:31,528 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:16:31,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.10",loadavg1="0.27",loadavg2="0.09",loadavg3="2/146",loadavg4="1520",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="40.59",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="4.95",mpstat_average.cpu.%usr="54.46",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="40.59",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="4.95",mpstat_average.cpu0.%usr="54.46",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="40.59",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="4.95",mpstat_maximun.cpu.%usr="54.46",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="40.59",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="4.95",mpstat_maximun.cpu0.%usr="54.46",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="40.59",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="4.95",mpstat_minimum.cpu.%usr="54.46",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="40.59",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="4.95",mpstat_minimum.cpu0.%usr="54.46" 1568229386039079936 2019-09-11 19:16:31,630 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:31,632 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.10",loadavg1="0.27",loadavg2="0.09",loadavg3="4/130",loadavg4="1614",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="54.00",mpstat_average.cpu.%usr="46.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="54.00",mpstat_average.cpu0.%usr="46.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="54.00",mpstat_maximun.cpu.%usr="46.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="54.00",mpstat_maximun.cpu0.%usr="46.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="54.00",mpstat_minimum.cpu.%usr="46.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="54.00",mpstat_minimum.cpu0.%usr="46.00" 1568229388117938944 2019-09-11 19:16:31,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:31,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:31 all' 2019-09-11 19:16:31,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:31,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.48' 2019-09-11 19:16:31,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.97 0.00' 2019-09-11 19:16:31,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:31,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.55' 2019-09-11 19:16:31,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:31,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:31 0 0.00' 2019-09-11 19:16:31,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:31,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:31,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.48 0.00 5.97' 2019-09-11 19:16:31,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:31,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.55\n' 2019-09-11 19:16:31,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:31,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:16:31,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:31,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:31,691 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.48 0.00' 2019-09-11 19:16:31,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.97 0.00' 2019-09-11 19:16:31,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 89.55' 2019-09-11 19:16:31,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:31,695 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:16:31,696 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:31,697 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.48' 2019-09-11 19:16:31,698 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:31,699 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.97 0.00' 2019-09-11 19:16:31,700 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:31,701 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.55\n' 2019-09-11 19:16:31,725 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:31,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.17",loadavg1="0.30",loadavg2="0.10",loadavg3="2/132",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" 1568229390223385088 2019-09-11 19:16:31,836 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:31,837 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.34",loadavg1="0.35",loadavg2="0.12",loadavg3="1/123",loadavg4="1522",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="71.21",mpstat_average.cpu.%iowait="10.61",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="18.18",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="71.21",mpstat_average.cpu0.%iowait="10.61",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="18.18",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="71.21",mpstat_maximun.cpu.%iowait="10.61",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="18.18",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="71.21",mpstat_maximun.cpu0.%iowait="10.61",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="18.18",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="71.21",mpstat_minimum.cpu.%iowait="10.61",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="18.18",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="71.21",mpstat_minimum.cpu0.%iowait="10.61",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="18.18",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229388464504064 2019-09-11 19:16:31,956 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:31,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.34",loadavg1="0.35",loadavg2="0.12",loadavg3="1/121",loadavg4="1524",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" 1568229390564062976 2019-09-11 19:16:32,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:32,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:31 all' 2019-09-11 19:16:32,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:32,030 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:32,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:32,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:32,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:32,033 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:32,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:32,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:31 0' 2019-09-11 19:16:32,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:32,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00 0.00' 2019-09-11 19:16:32,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:32,041 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:32,042 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:32,043 [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-11 19:16:32,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:16:32,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:32,046 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:32,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:32,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:32,049 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:32,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:32,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:16:32,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:16:32,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:32,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:32,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:32,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:32,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:32,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:32,703 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=8 END 2019-09-11 19:16:32,704 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=9 START 2019-09-11 19:16:32,704 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:32,714 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.23 0.34 0.12 2/121 1528\n' 2019-09-11 19:16:32,719 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:32,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:33,059 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=10 END 2019-09-11 19:16:33,060 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=11 START 2019-09-11 19:16:33,060 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:33,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.32 0.35 0.12 2/132 1645\n' 2019-09-11 19:16:33,067 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:33,134 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:33,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:33 all 0.00 0.00 0.00 0.00 0.00 32.43 2.70 0.00 0.00 64.86\n19:16:33 0 0.00 0.00 0.00 0.00 0.00 32.43 2.70 0.00 0.00 64.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 32.43 2.70 0.00 0.00 64.86\nAverage: 0 0.00 0.00 0.00 0.00 0.00 32.43 2.70 0.00 0.00 64.86\n' 2019-09-11 19:16:34,135 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:34,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:33 ' 2019-09-11 19:16:34,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:16:34,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 98.73' 2019-09-11 19:16:34,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:34,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:34,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.27' 2019-09-11 19:16:34,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:34,143 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:34,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:34,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:33 0' 2019-09-11 19:16:34,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 98.73' 2019-09-11 19:16:34,147 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:34,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.27' 2019-09-11 19:16:34,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:34,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:34,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:34,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:16:34,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:34,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.73' 2019-09-11 19:16:34,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:34,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.27' 2019-09-11 19:16:34,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:34,158 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:34,159 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:16:34,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:16:34,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:34,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.73' 2019-09-11 19:16:34,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:34,164 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.27 0.00' 2019-09-11 19:16:34,165 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:34,166 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:34,775 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=9 END 2019-09-11 19:16:34,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=10 START 2019-09-11 19:16:34,776 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:34,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.13 0.33 0.11 1/121 1530\n' 2019-09-11 19:16:34,802 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:34,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:35,169 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=11 END 2019-09-11 19:16:35,170 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=12 START 2019-09-11 19:16:35,170 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:35,175 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.32 0.35 0.12 2/132 1647\n' 2019-09-11 19:16:35,176 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:35,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:35,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:35,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:35 ' 2019-09-11 19:16:35,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:35,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:35,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:35,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.21' 2019-09-11 19:16:35,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-11 19:16:35,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 75.76' 2019-09-11 19:16:35,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:35,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:35 0 0.00' 2019-09-11 19:16:35,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 21.21 3.03 0.00 0.00 75.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 21.21 3.03 0.00 0.00 75.76\nAverage: 0 0.00 0.00 0.00 0.00 0.00 21.21 3.03 0.00 0.00 75.76\n' 2019-09-11 19:16:36,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:36,245 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:35 ' 2019-09-11 19:16:36,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:36,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00 0.00' 2019-09-11 19:16:36,249 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:36,250 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:36,251 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:36,252 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:35 ' 2019-09-11 19:16:36,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:16:36,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:36,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:16:36,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:36,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:36,257 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:36,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:36,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:36,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:36,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:16:36,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:36,262 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:36,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:16:36,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:36,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:36,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:36,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:36,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:16:36,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:16:36,269 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:36,270 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:16:36,271 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:36,272 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:36,273 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:36,274 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:36,900 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=10 END 2019-09-11 19:16:36,901 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=11 START 2019-09-11 19:16:36,901 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:36,930 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.13 0.33 0.11 1/121 1532\n' 2019-09-11 19:16:36,931 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:36,962 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC037-76e29670' timeout 2019-09-11 19:16:36,963 [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-11 19:16:36,988 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:37,076 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:37,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.17",loadavg1="0.30",loadavg2="0.10",loadavg3="2/132",loadavg4="1643",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" 1568229393059902976 2019-09-11 19:16:37,173 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:37,175 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.32",loadavg1="0.35",loadavg2="0.12",loadavg3="2/132",loadavg4="1645",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.27",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.73",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.27",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.73",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.27",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.73",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.27",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.73",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.27",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.73",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.27",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.73",mpstat_minimum.cpu0.%usr="0.00" 1568229395169069056 2019-09-11 19:16:37,276 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=12 END 2019-09-11 19:16:37,276 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=13 START 2019-09-11 19:16:37,277 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:37,282 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.32 0.35 0.12 2/128 1649\n' 2019-09-11 19:16:37,283 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:37,292 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:37,293 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.32",loadavg1="0.35",loadavg2="0.12",loadavg3="2/132",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" 1568229397276168192 2019-09-11 19:16:37,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:37,395 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:16:37,397 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.23",loadavg1="0.34",loadavg2="0.12",loadavg3="1/121",loadavg4="1526",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.55",mpstat_average.cpu.%iowait="4.48",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="5.97",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="89.55",mpstat_average.cpu0.%iowait="4.48",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="5.97",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="89.55",mpstat_maximun.cpu.%iowait="4.48",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="5.97",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="89.55",mpstat_maximun.cpu0.%iowait="4.48",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="5.97",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="89.55",mpstat_minimum.cpu.%iowait="4.48",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="5.97",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="89.55",mpstat_minimum.cpu0.%iowait="4.48",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="5.97",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229392703387136 2019-09-11 19:16:37,512 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:37,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.23",loadavg1="0.34",loadavg2="0.12",loadavg3="2/121",loadavg4="1528",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="64.86",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="32.43",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="64.86",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="32.43",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="64.86",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="32.43",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="64.86",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="32.43",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="64.86",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="32.43",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="64.86",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="32.43",mpstat_minimum.cpu0.%steal="2.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229394775745024 2019-09-11 19:16:37,615 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:37,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.13",loadavg1="0.33",loadavg2="0.11",loadavg3="1/121",loadavg4="1530",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="75.76",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="21.21",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="75.76",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="21.21",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="75.76",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="21.21",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="75.76",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="21.21",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="75.76",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="21.21",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="75.76",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="21.21",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229396900814080 2019-09-11 19:16:37,965 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=6 END 2019-09-11 19:16:37,965 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=7 START 2019-09-11 19:16:37,966 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:16:37,990 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:37,991 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:37 ' 2019-09-11 19:16:37,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:16:37,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:37,994 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:37,995 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:37,996 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.90' 2019-09-11 19:16:37,997 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23 0.00' 2019-09-11 19:16:37,998 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:37,998 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 83.87\n' 2019-09-11 19:16:37,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:37 ' 2019-09-11 19:16:38,000 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:16:38,001 [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\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.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-11 19:16:38,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:37 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:16: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-11 19:16:38,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.295' 2019-09-11 19:16:39,003 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=11 END 2019-09-11 19:16:39,004 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=12 START 2019-09-11 19:16:39,004 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:39,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.13 0.33 0.11 1/121 1534\n' 2019-09-11 19:16:39,032 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:39,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:39,329 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=13 END 2019-09-11 19:16:39,329 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=14 START 2019-09-11 19:16:39,330 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:39,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.29 0.36 0.12 2/129 1655\n' 2019-09-11 19:16:39,335 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:39,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:40,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:40,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:40 ' 2019-09-11 19:16:40,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:40,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 60.00' 2019-09-11 19:16:40,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:40,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00 3.33' 2019-09-11 19:16:40,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:40,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 26.67' 2019-09-11 19:16:40,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:40,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:40 ' 2019-09-11 19:16:40,098 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:16:40,099 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:40,100 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:40,100 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 60.00 0.00' 2019-09-11 19:16:40,101 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00' 2019-09-11 19:16:40,103 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33 0.00 0.00' 2019-09-11 19:16:40,104 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 26.67\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 60.00 0.00 10.00 3.33 0.00 0.00 26.67\nAverage: 0 0.00 0.00 0.00 60.00 0.00 10.00 3.33 0.00 0.00 26.67\n' 2019-09-11 19:16:40,980 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=7 END 2019-09-11 19:16:40,981 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=8 START 2019-09-11 19:16:40,981 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:16:41,106 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=12 END 2019-09-11 19:16:41,107 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=13 START 2019-09-11 19:16:41,107 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:41,112 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.12 0.35 0.12 1/121 1536\n' 2019-09-11 19:16:41,113 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:41,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:41,912 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:41,913 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:41 ' 2019-09-11 19:16:41,914 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:16:41,915 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:41,916 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:16:41,917 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:41,918 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:41,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:41,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:41,921 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:41 0' 2019-09-11 19:16:41,922 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:41,923 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:41,923 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:41,924 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:41,925 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:41,926 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:41,927 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:41,929 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\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' 2019-09-11 19:16:41,930 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:41,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:41,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:16:41,933 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:16:41,934 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:41,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:16:41,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:41,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:41,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:41,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:41,939 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:42,724 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:42,726 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.32",loadavg1="0.35",loadavg2="0.12",loadavg3="2/128",loadavg4="1649",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" 1568229399329159936 2019-09-11 19:16:42,830 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:42,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.13",loadavg1="0.33",loadavg2="0.11",loadavg3="1/121",loadavg4="1532",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" 1568229399003365120 2019-09-11 19:16:42,936 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:42,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.13",loadavg1="0.33",loadavg2="0.11",loadavg3="1/121",loadavg4="1534",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="26.67",mpstat_average.cpu.%iowait="60.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="26.67",mpstat_average.cpu0.%iowait="60.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="26.67",mpstat_maximun.cpu.%iowait="60.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="26.67",mpstat_maximun.cpu0.%iowait="60.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="26.67",mpstat_minimum.cpu.%iowait="60.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="26.67",mpstat_minimum.cpu0.%iowait="60.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" 1568229401106534912 2019-09-11 19:16:42,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=14 END 2019-09-11 19:16:42,941 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=15 START 2019-09-11 19:16:42,941 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:42,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.27 0.37 0.13 2/132 1661\n' 2019-09-11 19:16:42,947 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:42,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:43,060 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:43,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=999999.0 1568229397965248000 2019-09-11 19:16:43,171 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:43,172 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.295 1568229400980457984 2019-09-11 19:16:43,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:43,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:43 ' 2019-09-11 19:16:43,282 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:43,283 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:43,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.88 0.00' 2019-09-11 19:16:43,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.12' 2019-09-11 19:16:43,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00\n19:16:43 0 0.00 0.00 0.00 84.88 0.00 15.12 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 0.00 84.88 0.00 15.12 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 0.00 84.88 0.00 15.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:16:43,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:43,991 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:43 ' 2019-09-11 19:16:43,992 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:43,993 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:43,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:43,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:43,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:43,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:43,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-11 19:16:44,000 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:43 0' 2019-09-11 19:16:44,001 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:44,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:16:44,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:44,003 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:44,004 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:44,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:44,007 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:16:44,007 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:44,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:44,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:44,010 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:44,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:44,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:44,013 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: 0' 2019-09-11 19:16:44,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:44,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:16:44,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:44,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:44,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:44,019 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:44,291 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=13 END 2019-09-11 19:16:44,292 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=14 START 2019-09-11 19:16:44,292 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:44,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.12 0.35 0.12 1/121 1538\n' 2019-09-11 19:16:44,321 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:44,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:45,021 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=15 END 2019-09-11 19:16:45,022 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=16 START 2019-09-11 19:16:45,022 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:45,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:45,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:45 ' 2019-09-11 19:16:45,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 0.00 0.00 4.29 1.43 0.00 0.00 94.29\n19:16:45 0 0.00 0.00 0.00 0.00 0.00 4.29 1.43 0.00 0.00 94.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 4.29 1.43 0.00 0.00 94.29\nAverage: 0 0.00 0.00 0.00 0.00 0.00 4.29 1.43 0.00 0.00 94.29\n' 2019-09-11 19:16:45,390 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.27 0.37 0.13 2/132 1663\n' 2019-09-11 19:16:45,391 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:45,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:46,386 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=14 END 2019-09-11 19:16:46,387 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=15 START 2019-09-11 19:16:46,387 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:46,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.03 0.34 0.12 2/121 1540\n' 2019-09-11 19:16:46,393 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:46,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:46,460 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:46,461 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:45 ' 2019-09-11 19:16:46,462 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:46,463 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 20.00' 2019-09-11 19:16:46,463 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:46,464 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:46,465 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:46,466 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 80.00' 2019-09-11 19:16:46,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:46,468 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:45 0' 2019-09-11 19:16:46,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:46,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 20.00' 2019-09-11 19:16:46,471 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 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 20.00 0.00 0.00 0.00 0.00 0.00 0.00 80.00\nAverage: 0 0.00 0.00 20.00 0.00 0.00 0.00 0.00 0.00 0.00 80.00\n' 2019-09-11 19:16:46,662 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19809211 , "packets_per_second":995153, "flows":2, "errors":0 }\n' 2019-09-11 19:16:46,663 [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-11 19:16:46,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'14189954' 2019-09-11 19:16:46,674 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 5619257 - Lost ppm 283669 2019-09-11 19:16:46,675 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 283669 > sla_max_ppm 1000; ',) 2019-09-11 19:16:47,460 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:47 all 0.00 0.00 1.00 5.00 0.00 0.00 0.00 0.00 0.00 94.00\n19:16:47 0 0.00 0.00 1.00 5.00 0.00 0.00 0.00 0.00 0.00 94.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 5.00 0.00 0.00 0.00 0.00 0.00 94.00\nAverage: 0 0.00 0.00 1.00 5.00 0.00 0.00 0.00 0.00 0.00 94.00\n' 2019-09-11 19:16:47,473 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=16 END 2019-09-11 19:16:47,474 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=17 START 2019-09-11 19:16:47,474 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:47,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.27 0.37 0.13 1/128 1675\n' 2019-09-11 19:16:47,480 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:47,548 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:47,678 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14999 seq=1 END 2019-09-11 19:16:47,678 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14999 seq=2 START 2019-09-11 19:16:47,679 [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-11 19:16:47,690 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 1 64 20 1 1000000 2019-09-11 19:16:48,284 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:48,285 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2i,packets_per_second=995153i,packets_received=14189954i,packets_sent=19809211i,packetsize=64i,ppm=283669.0 1568229407677438976 2019-09-11 19:16:48,392 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:16:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.29",loadavg1="0.36",loadavg2="0.12",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="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" 1568229402940517888 2019-09-11 19:16:48,463 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=15 END 2019-09-11 19:16:48,463 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=16 START 2019-09-11 19:16:48,463 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:48,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.03 0.34 0.12 1/121 1551\n' 2019-09-11 19:16:48,469 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:48,512 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:48,515 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:48,517 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.27",loadavg1="0.37",loadavg2="0.13",loadavg3="2/132",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" 1568229405021827840 2019-09-11 19:16:48,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:47 all 0.00 0.00 0.00 16.22 0.00 0.00 0.00 0.00 0.00 83.78\n19:16:47 0 0.00 0.00 0.00 16.22 0.00 0.00 0.00 0.00 0.00 83.78\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 16.22 0.00 0.00 0.00 0.00 0.00 83.78\nAverage: 0 0.00 0.00 0.00 16.22 0.00 0.00 0.00 0.00 0.00 83.78\n' 2019-09-11 19:16:48,616 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:48,618 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.27",loadavg1="0.37",loadavg2="0.13",loadavg3="2/132",loadavg4="1663",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="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="20.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="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="20.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="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="20.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="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="20.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="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="20.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="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="20.00",mpstat_minimum.cpu0.%usr="0.00" 1568229407473586944 2019-09-11 19:16:48,714 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:16:48,716 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.12",loadavg1="0.35",loadavg2="0.12",loadavg3="1/121",loadavg4="1536",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="84.88",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="15.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="0.00",mpstat_average.cpu0.%iowait="84.88",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="15.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="0.00",mpstat_maximun.cpu.%iowait="84.88",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="15.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="0.00",mpstat_maximun.cpu0.%iowait="84.88",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="15.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="0.00",mpstat_minimum.cpu.%iowait="84.88",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="15.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="0.00",mpstat_minimum.cpu0.%iowait="84.88",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="15.12",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229404291362048 2019-09-11 19:16:48,823 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:48,825 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.12",loadavg1="0.35",loadavg2="0.12",loadavg3="1/121",loadavg4="1538",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="94.29",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.29",mpstat_average.cpu.%steal="1.43",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="94.29",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.29",mpstat_average.cpu0.%steal="1.43",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="94.29",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.29",mpstat_maximun.cpu.%steal="1.43",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="94.29",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.29",mpstat_maximun.cpu0.%steal="1.43",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="94.29",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.29",mpstat_minimum.cpu.%steal="1.43",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="94.29",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.29",mpstat_minimum.cpu0.%steal="1.43",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229406386429184 2019-09-11 19:16:48,944 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:48,946 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.03",loadavg1="0.34",loadavg2="0.12",loadavg3="2/121",loadavg4="1540",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="94.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="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="94.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="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="94.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="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="94.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="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="94.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="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="94.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="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568229408463066112 2019-09-11 19:16:49,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:49,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:49 all' 2019-09-11 19:16:49,515 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:49,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:49,517 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:49,518 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:49,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:49,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:49,520 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:49,521 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:16:49,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:49 ' 2019-09-11 19:16:49,523 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:16:49,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:49,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:49,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:49,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:49,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:49,530 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 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\n' 2019-09-11 19:16:49,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:16:49,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:49,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:49,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:49,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:49,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:49,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:49,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:49,557 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=17 END 2019-09-11 19:16:49,558 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=18 START 2019-09-11 19:16:49,558 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:49,563 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.17 0.36 0.13 1/131 1684\n' 2019-09-11 19:16:49,564 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:49,631 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:50,539 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=16 END 2019-09-11 19:16:50,540 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=17 START 2019-09-11 19:16:50,540 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:50,632 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:49 all 2.00 0.00 70.00 0.00 0.00 0.00 0.00 0.00 0.00 28.00\n19:16:49 0 2.00 0.00 70.00 0.00 0.00 0.00 0.00 0.00 0.00 28.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 2.00 0.00 70.00 0.00 0.00 0.00 0.00 0.00 0.00 28.00\nAverage: 0 2.00 0.00 70.00 0.00 0.00 0.00 0.00 0.00 0.00 28.00\n' 2019-09-11 19:16:50,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.95 0.33 0.12 1/121 1553\n' 2019-09-11 19:16:50,782 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:50,843 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:51,634 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=18 END 2019-09-11 19:16:51,635 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=19 START 2019-09-11 19:16:51,635 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:51,844 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:51,845 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:51 ' 2019-09-11 19:16:51,846 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:16:51,847 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:51,848 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:51,849 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:51,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.34 1.72' 2019-09-11 19:16:51,852 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:51,853 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.93\n' 2019-09-11 19:16:51,854 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:51 0' 2019-09-11 19:16:51,855 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:51,856 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:51,857 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.34 1.72' 2019-09-11 19:16:51,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:51,859 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:51,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.93' 2019-09-11 19:16:51,861 [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-11 19:16:51,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00' 2019-09-11 19:16:51,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:51,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:51,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.34' 2019-09-11 19:16:51,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.72' 2019-09-11 19:16:51,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 87.93' 2019-09-11 19:16:51,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:51,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:16:51,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:51,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:51,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:51,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:51,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.34 1.72' 2019-09-11 19:16:51,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 87.93' 2019-09-11 19:16:51,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:52,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.17 0.36 0.13 2/132 1747\n' 2019-09-11 19:16:52,056 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:52,123 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:52,877 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=17 END 2019-09-11 19:16:52,878 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=18 START 2019-09-11 19:16:52,878 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:52,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.95 0.33 0.12 1/121 1555\n' 2019-09-11 19:16:52,903 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:52,923 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC037-76e29670' timeout 2019-09-11 19:16:52,924 [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-11 19:16:52,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:53,124 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:53,125 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:52 ' 2019-09-11 19:16:53,126 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:53,127 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:53,128 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:53,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,131 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,132 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:16:53,133 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:16:52 0' 2019-09-11 19:16:53,134 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00 0.00' 2019-09-11 19:16:53,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:53,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,140 [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-11 19:16:53,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:16:53,142 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,143 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:16:53,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,147 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:53,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: 0' 2019-09-11 19:16:53,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:53,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:53,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:53,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:53,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,154 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:16:53,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=8 END 2019-09-11 19:16:53,926 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=9 START 2019-09-11 19:16:53,926 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:16:53,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:53,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:53 all' 2019-09-11 19:16:53,964 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:53,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:53,966 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.00' 2019-09-11 19:16:53,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33 0.00' 2019-09-11 19:16:53,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 86.67' 2019-09-11 19:16:53,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:53 0' 2019-09-11 19:16:53,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:53,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:53,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 10.00 3.33 0.00 0.00 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-11 19:16:54,053 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:54,055 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.27",loadavg1="0.37",loadavg2="0.13",loadavg3="1/128",loadavg4="1675",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="83.78",mpstat_average.cpu.%iowait="16.22",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="83.78",mpstat_average.cpu0.%iowait="16.22",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="83.78",mpstat_maximun.cpu.%iowait="16.22",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="83.78",mpstat_maximun.cpu0.%iowait="16.22",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="83.78",mpstat_minimum.cpu.%iowait="16.22",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="83.78",mpstat_minimum.cpu0.%iowait="16.22",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" 1568229409557929984 2019-09-11 19:16:54,156 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=19 END 2019-09-11 19:16:54,157 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=20 START 2019-09-11 19:16:54,157 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:54,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.15 0.37 0.13 2/129 1750\n' 2019-09-11 19:16:54,164 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:54,205 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:54,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.17",loadavg1="0.36",loadavg2="0.13",loadavg3="1/131",loadavg4="1684",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="28.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="70.00",mpstat_average.cpu.%usr="2.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="28.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="70.00",mpstat_average.cpu0.%usr="2.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="28.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="70.00",mpstat_maximun.cpu.%usr="2.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="28.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="70.00",mpstat_maximun.cpu0.%usr="2.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="28.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="70.00",mpstat_minimum.cpu.%usr="2.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="28.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="70.00",mpstat_minimum.cpu0.%usr="2.00" 1568229411634424832 2019-09-11 19:16:54,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:54,345 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:54,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.17",loadavg1="0.36",loadavg2="0.13",loadavg3="2/132",loadavg4="1747",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" 1568229414156805888 2019-09-11 19:16:54,488 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:54,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.03",loadavg1="0.34",loadavg2="0.12",loadavg3="1/121",loadavg4="1551",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" 1568229410539410944 2019-09-11 19:16:54,588 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:54,589 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.95",loadavg1="0.33",loadavg2="0.12",loadavg3="1/121",loadavg4="1553",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.93",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="1.72",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.93",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="1.72",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.93",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="1.72",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.93",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="1.72",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.93",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="1.72",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.93",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="1.72",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229412877907968 2019-09-11 19:16:54,695 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:54,696 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=999999.0 1568229413925815040 2019-09-11 19:16:54,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:16:54,976 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=18 END 2019-09-11 19:16:54,977 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=19 START 2019-09-11 19:16:54,977 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:54,996 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.87 0.33 0.12 1/121 1557\n' 2019-09-11 19:16:54,997 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:55,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:56,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:56,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:56 ' 2019-09-11 19:16:56,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:16:56,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:56,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:16:56,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:56,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:56 ' 2019-09-11 19:16:56,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:16:56,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:56,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:16:56,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:16:56,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:56,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:16:56,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:16:56,058 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:56,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:56,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:56,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:16:56,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:16:56,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:16:56,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:56,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:56,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:16:56,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:56,128 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:55 all 0.00 0.00 98.72 0.00 0.00 1.28 0.00 0.00 0.00 0.00\n19:16:55 0 0.00 0.00 98.72 0.00 0.00 1.28 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.72 0.00 0.00 1.28 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 98.72 0.00 0.00 1.28 0.00 0.00 0.00 0.00\n' 2019-09-11 19:16:57,072 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=19 END 2019-09-11 19:16:57,072 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=20 START 2019-09-11 19:16:57,073 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:57,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.87 0.33 0.12 1/121 1559\n' 2019-09-11 19:16:57,097 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:57,129 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=9 END 2019-09-11 19:16:57,130 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=10 START 2019-09-11 19:16:57,130 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:16:57,130 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=20 END 2019-09-11 19:16:57,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=21 START 2019-09-11 19:16:57,131 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:57,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.15 0.37 0.13 2/129 1756\n' 2019-09-11 19:16:57,138 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:57,205 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:57,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:58,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-11 19:16:58,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:57 all 0.00 0.00 98.33 0.00 0.00 1.67 0.00 0.00 0.00 0.00\n19:16:57 0 0.00 0.00 98.33 0.00 0.00 1.67 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.33 0.00 0.00 1.67 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 98.33 0.00 0.00 1.67 0.00 0.00 0.00 0.00\n' 2019-09-11 19:16:58,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:58,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:58 ' 2019-09-11 19:16:58,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:16:58,255 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:58,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 63.64' 2019-09-11 19:16:58,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:16:58,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 31.82 1.52' 2019-09-11 19:16:58,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:16:58,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03\n' 2019-09-11 19:16:58,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:16:58 0' 2019-09-11 19:16:58,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 63.64 0.00' 2019-09-11 19:16:58,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 31.82' 2019-09-11 19:16:58,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.52 0.00' 2019-09-11 19:16:58,266 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.03' 2019-09-11 19:16:58,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:16:58,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:16:58,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00 0.00 0.00 63.64 0.00 31.82 1.52 0.00 0.00 3.03\nAverage: 0 0.00 0.00 0.00 63.64 0.00 31.82 1.52 0.00 0.00 3.03\n' 2019-09-11 19:16:59,208 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=21 END 2019-09-11 19:16:59,209 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=22 START 2019-09-11 19:16:59,209 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:59,271 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=20 END 2019-09-11 19:16:59,271 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=21 START 2019-09-11 19:16:59,272 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:16:59,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.87 0.33 0.12 1/121 1561\n' 2019-09-11 19:16:59,277 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:59,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:59,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.14 0.38 0.14 3/128 1761\n' 2019-09-11 19:16:59,515 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:16:59,558 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:16:59,815 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:16:59,817 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.15",loadavg1="0.37",loadavg2="0.13",loadavg3="2/129",loadavg4="1750",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.28",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.72",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.28",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.72",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.28",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.72",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.28",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.72",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.28",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.72",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.28",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.72",mpstat_minimum.cpu0.%usr="0.00" 1568229417130669056 2019-09-11 19:16:59,943 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:16:59,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.15",loadavg1="0.37",loadavg2="0.13",loadavg3="2/129",loadavg4="1756",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.67",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.33",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.67",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.33",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.67",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.33",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.67",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.33",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.67",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.33",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.67",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.33",mpstat_minimum.cpu0.%usr="0.00" 1568229419208733184 2019-09-11 19:17:00,056 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:00,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.95",loadavg1="0.33",loadavg2="0.12",loadavg3="1/121",loadavg4="1555",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" 1568229414976262144 2019-09-11 19:17:00,176 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:00,178 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.33",loadavg2="0.12",loadavg3="1/121",loadavg4="1557",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" 1568229417072297984 2019-09-11 19:17:00,287 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:00,289 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.33",loadavg2="0.12",loadavg3="1/121",loadavg4="1559",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="3.03",mpstat_average.cpu.%iowait="63.64",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="31.82",mpstat_average.cpu.%steal="1.52",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="3.03",mpstat_average.cpu0.%iowait="63.64",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="31.82",mpstat_average.cpu0.%steal="1.52",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="3.03",mpstat_maximun.cpu.%iowait="63.64",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="31.82",mpstat_maximun.cpu.%steal="1.52",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="3.03",mpstat_maximun.cpu0.%iowait="63.64",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="31.82",mpstat_maximun.cpu0.%steal="1.52",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="3.03",mpstat_minimum.cpu.%iowait="63.64",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="31.82",mpstat_minimum.cpu.%steal="1.52",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="3.03",mpstat_minimum.cpu0.%iowait="63.64",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="31.82",mpstat_minimum.cpu0.%steal="1.52",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229419271218944 2019-09-11 19:17:00,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:16:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:00,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:00 ' 2019-09-11 19:17:00,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:00,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:00,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:00,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 72.84' 2019-09-11 19:17:00,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:00,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 27.16' 2019-09-11 19:17:00,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:00,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:00 ' 2019-09-11 19:17:00,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:17:00,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:00,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:00,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 72.84' 2019-09-11 19:17:00,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:00,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:00,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 27.16\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 72.84 0.00 0.00 0.00 27.16\nAverage: 0 0.00 0.00 0.00 0.00 0.00 72.84 0.00 0.00 0.00 27.16\n' 2019-09-11 19:17:00,399 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:00,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568229417129667072 2019-09-11 19:17:00,510 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=10 END 2019-09-11 19:17:00,510 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=11 START 2019-09-11 19:17:00,511 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:00,559 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:16:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:16:59 all 0.00 0.00 97.00 0.00 0.00 3.00 0.00 0.00 0.00 0.00\n19:16:59 0 0.00 0.00 97.00 0.00 0.00 3.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 97.00 0.00 0.00 3.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 97.00 0.00 0.00 3.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:17:01,363 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=21 END 2019-09-11 19:17:01,363 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=22 START 2019-09-11 19:17:01,364 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:01,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.80 0.32 0.12 1/121 1563\n' 2019-09-11 19:17:01,380 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:01,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:01,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-11 19:17:01,561 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=22 END 2019-09-11 19:17:01,562 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=23 START 2019-09-11 19:17:01,562 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:01,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.14 0.38 0.14 2/129 1767\n' 2019-09-11 19:17:01,568 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:01,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:02,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:02,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:02 ' 2019-09-11 19:17:02,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 2.70' 2019-09-11 19:17:02,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:02,434 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 2.70' 2019-09-11 19:17:02,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 16.22' 2019-09-11 19:17:02,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-11 19:17:02,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:02,438 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 72.97\n' 2019-09-11 19:17:02,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:02 ' 2019-09-11 19:17:02,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:17:02,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-11 19:17:02,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 2.70' 2019-09-11 19:17:02,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:02,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 16.22 2.70' 2019-09-11 19:17:02,444 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 72.97\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 2.70 0.00 2.70 2.70 0.00 16.22 2.70 0.00 0.00 72.97\nAverage: 0 2.70 0.00 2.70 2.70 0.00 16.22 2.70 0.00 0.00 72.97\n' 2019-09-11 19:17:02,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:02,637 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:01 all' 2019-09-11 19:17:02,638 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:02,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:17:02,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:02,641 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:02,641 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:02,642 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:02,643 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:17:02,644 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:01 0' 2019-09-11 19:17:02,645 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:02,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:17:02,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:02,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:17:02,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:02,649 [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-11 19:17:02,650 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:17:02,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:02,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:17:02,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:02,653 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:02,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:17:02,655 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:17:02,656 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:17:02,656 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:02,657 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00 0.00' 2019-09-11 19:17:02,658 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:02,659 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:02,659 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:02,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:17:03,447 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=22 END 2019-09-11 19:17:03,447 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=23 START 2019-09-11 19:17:03,448 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:03,462 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.80 0.32 0.12 1/121 1568\n' 2019-09-11 19:17:03,463 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:03,524 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=11 END 2019-09-11 19:17:03,524 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=12 START 2019-09-11 19:17:03,525 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:03,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:03,662 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=23 END 2019-09-11 19:17:03,663 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=24 START 2019-09-11 19:17:03,663 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:03,668 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.21 0.41 0.15 2/129 1773\n' 2019-09-11 19:17:03,669 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:03,736 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:04,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:04,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:04 ' 2019-09-11 19:17:04,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:17:04,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:04,536 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.074' 2019-09-11 19:17:04,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 5.56' 2019-09-11 19:17:04,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 13.89' 2019-09-11 19:17:04,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:17:04,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 77.78\n' 2019-09-11 19:17:04,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:04 0' 2019-09-11 19:17:04,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:04,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.56' 2019-09-11 19:17:04,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 13.89' 2019-09-11 19:17:04,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:17:04,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:04,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.78' 2019-09-11 19:17:04,547 [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-11 19:17:04,548 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:17:04,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:17:04,550 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 5.56 0.00 13.89 2.78 0.00 0.00 77.78\nAverage: 0 0.00 0.00 0.00 5.56 0.00 13.89 2.78 0.00 0.00 77.78\n' 2019-09-11 19:17:04,737 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:03 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:17:03 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-11 19:17:05,509 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:05,511 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.14",loadavg1="0.38",loadavg2="0.14",loadavg3="3/128",loadavg4="1761",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="3.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="97.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="3.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="97.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="3.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="97.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="3.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="97.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="3.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="97.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="3.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="97.00",mpstat_minimum.cpu0.%usr="0.00" 1568229421561629184 2019-09-11 19:17:05,552 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=23 END 2019-09-11 19:17:05,553 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=24 START 2019-09-11 19:17:05,553 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:05,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.82 0.33 0.12 1/121 1570\n' 2019-09-11 19:17:05,571 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:05,626 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:05,628 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.14",loadavg1="0.38",loadavg2="0.14",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" 1568229423662661120 2019-09-11 19:17:05,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:05,739 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=24 END 2019-09-11 19:17:05,740 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:05,740 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=25 START 2019-09-11 19:17:05,740 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:05,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.33",loadavg2="0.12",loadavg3="1/121",loadavg4="1561",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="27.16",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="72.84",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="27.16",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="72.84",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="27.16",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="72.84",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="27.16",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="72.84",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="27.16",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="72.84",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="27.16",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="72.84",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229421363140096 2019-09-11 19:17:05,745 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.21 0.41 0.15 2/128 1778\n' 2019-09-11 19:17:05,746 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:05,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:05,866 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:05,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.80",loadavg1="0.32",loadavg2="0.12",loadavg3="1/121",loadavg4="1563",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="72.97",mpstat_average.cpu.%iowait="2.70",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="2.70",mpstat_average.cpu.%usr="2.70",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="72.97",mpstat_average.cpu0.%iowait="2.70",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="2.70",mpstat_average.cpu0.%usr="2.70",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="72.97",mpstat_maximun.cpu.%iowait="2.70",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="2.70",mpstat_maximun.cpu.%usr="2.70",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="72.97",mpstat_maximun.cpu0.%iowait="2.70",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="2.70",mpstat_maximun.cpu0.%usr="2.70",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="72.97",mpstat_minimum.cpu.%iowait="2.70",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="2.70",mpstat_minimum.cpu.%usr="2.70",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="72.97",mpstat_minimum.cpu0.%iowait="2.70",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="2.70",mpstat_minimum.cpu0.%usr="2.70" 1568229423447175936 2019-09-11 19:17:05,980 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:05,982 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.80",loadavg1="0.32",loadavg2="0.12",loadavg3="1/121",loadavg4="1568",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="77.78",mpstat_average.cpu.%iowait="5.56",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="13.89",mpstat_average.cpu.%steal="2.78",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.78",mpstat_average.cpu0.%iowait="5.56",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="13.89",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="77.78",mpstat_maximun.cpu.%iowait="5.56",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="13.89",mpstat_maximun.cpu.%steal="2.78",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.78",mpstat_maximun.cpu0.%iowait="5.56",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="13.89",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="77.78",mpstat_minimum.cpu.%iowait="5.56",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="13.89",mpstat_minimum.cpu.%steal="2.78",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.78",mpstat_minimum.cpu0.%iowait="5.56",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="13.89",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229425552496896 2019-09-11 19:17:06,093 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:06,094 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.082 1568229420510110976 2019-09-11 19:17:06,196 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:06,197 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.073 1568229423524399104 2019-09-11 19:17:06,540 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=12 END 2019-09-11 19:17:06,541 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=13 START 2019-09-11 19:17:06,542 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:06,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:06,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:06 all' 2019-09-11 19:17:06,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,653 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.41' 2019-09-11 19:17:06,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,657 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 97.59' 2019-09-11 19:17:06,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:06 0 0.00 0.00 0.00 0.00 0.00 2.41 0.00 0.00 0.00 97.59\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all' 2019-09-11 19:17:06,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.41 0.00' 2019-09-11 19:17:06,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.59\n' 2019-09-11 19:17:06,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:17:06,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:17:06,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.41' 2019-09-11 19:17:06,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,675 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.59\n' 2019-09-11 19:17:06,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:04 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:06,792 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:05 ' 2019-09-11 19:17:06,793 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:06,794 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 92.31' 2019-09-11 19:17:06,795 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 7.69' 2019-09-11 19:17:06,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,799 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:17:06,800 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:05 0' 2019-09-11 19:17:06,801 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,801 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 92.31' 2019-09-11 19:17:06,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 7.69 0.00' 2019-09-11 19:17:06,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,806 [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-11 19:17:06,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:17:06,809 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 92.31' 2019-09-11 19:17:06,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 7.69 0.00' 2019-09-11 19:17:06,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:17:06,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:17:06,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 92.31' 2019-09-11 19:17:06,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:06,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 7.69 0.00' 2019-09-11 19:17:06,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:06,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:17:07,677 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=24 END 2019-09-11 19:17:07,678 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=25 START 2019-09-11 19:17:07,678 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:07,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.82 0.33 0.12 1/121 1572\n' 2019-09-11 19:17:07,708 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:07,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:07,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:17:07,822 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=25 END 2019-09-11 19:17:07,823 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=26 START 2019-09-11 19:17:07,824 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:07,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.35 0.45 0.16 2/127 1785\n' 2019-09-11 19:17:07,829 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:07,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:08,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:08,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:08 ' 2019-09-11 19:17:08,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:08,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 6.90' 2019-09-11 19:17:08,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45 0.00 0.00' 2019-09-11 19:17:08,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.66\n' 2019-09-11 19:17:08,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:08 0' 2019-09-11 19:17:08,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 6.90 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-11 19:17:08,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:08,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:08 ' 2019-09-11 19:17:08,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:17:08,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:17:08,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:08,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:08,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:08 ' 2019-09-11 19:17:08,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:17:08,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,881 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:17:08,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:17:08,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:17:08,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:17:08,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:08,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:08,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:17:08,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:08,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:17:08,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:17:08,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:17:08,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:08,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:08,899 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:17:09,785 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=25 END 2019-09-11 19:17:09,785 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=26 START 2019-09-11 19:17:09,786 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:09,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.75 0.33 0.12 1/121 1574\n' 2019-09-11 19:17:09,808 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:09,821 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=13 END 2019-09-11 19:17:09,821 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=14 START 2019-09-11 19:17:09,821 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:09,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:09,901 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=26 END 2019-09-11 19:17:09,902 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=27 START 2019-09-11 19:17:09,902 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:09,907 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.35 0.45 0.16 1/126 1789\n' 2019-09-11 19:17:09,908 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:09,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:10,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.128' 2019-09-11 19:17:10,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:10,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:10 ' 2019-09-11 19:17:10,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:17:10,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:10,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.07' 2019-09-11 19:17:10,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:10,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:17:10,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.93' 2019-09-11 19:17:10,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:10 0' 2019-09-11 19:17:10,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:10,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.07' 2019-09-11 19:17:10,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:10,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:10,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:10,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.93' 2019-09-11 19:17:10,881 [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-11 19:17:10,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:17:10,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:10,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19918541 , "packets_per_second":999961, "flows":2, "errors":0 }\n' 2019-09-11 19:17:10,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:10,885 [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-11 19:17:10,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.07' 2019-09-11 19:17:10,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:17:10,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:10,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.93' 2019-09-11 19:17:10,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:17:10,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:17:10,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.07 0.00' 2019-09-11 19:17:10,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:10,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:10,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.93\n' 2019-09-11 19:17:10,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17797405' 2019-09-11 19:17:10,896 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2121136 - Lost ppm 106491 2019-09-11 19:17:10,896 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 106491 > sla_max_ppm 1000; ',) 2019-09-11 19:17:10,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:10 all 0.99 0.00 0.99 14.85 0.00 0.00 0.00 0.00 0.00 83.17\n19:17:10 0 0.99 0.00 0.99 14.85 0.00 0.00 0.00 0.00 0.00 83.17\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 0.99 14.85 0.00 0.00 0.00 0.00 0.00 83.17\nAverage: 0 0.99 0.00 0.99 14.85 0.00 0.00 0.00 0.00 0.00 83.17\n' 2019-09-11 19:17:11,301 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.21",loadavg1="0.41",loadavg2="0.15",loadavg3="2/129",loadavg4="1773",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" 1568229425739703808 2019-09-11 19:17:11,399 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.21",loadavg1="0.41",loadavg2="0.15",loadavg3="2/128",loadavg4="1778",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="7.69",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="92.31",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="7.69",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="92.31",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="7.69",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="92.31",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="7.69",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="92.31",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="7.69",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="92.31",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="7.69",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="92.31",mpstat_minimum.cpu0.%usr="0.00" 1568229427822913792 2019-09-11 19:17:11,501 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.35",loadavg1="0.45",loadavg2="0.16",loadavg3="2/127",loadavg4="1785",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" 1568229429901550080 2019-09-11 19:17:11,604 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.82",loadavg1="0.33",loadavg2="0.12",loadavg3="1/121",loadavg4="1570",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="97.59",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="2.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="97.59",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="2.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="97.59",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="2.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="97.59",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="2.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="97.59",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="2.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="97.59",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="2.41",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229427677475072 2019-09-11 19:17:11,705 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.82",loadavg1="0.33",loadavg2="0.12",loadavg3="1/121",loadavg4="1572",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" 1568229429784948224 2019-09-11 19:17:11,809 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.074 1568229426540867072 2019-09-11 19:17:11,897 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=26 END 2019-09-11 19:17:11,897 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=27 START 2019-09-11 19:17:11,898 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:11,898 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14999 seq=2 END 2019-09-11 19:17:11,899 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:17:11,899 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:17:11,900 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:17:11,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.75 0.33 0.12 1/121 1580\n' 2019-09-11 19:17:11,904 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:11,905 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:11,906 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568229429820921856 2019-09-11 19:17:11,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:11,978 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=27 END 2019-09-11 19:17:11,979 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=28 START 2019-09-11 19:17:11,979 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:11,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.35 0.45 0.16 1/120 1804\n' 2019-09-11 19:17:11,985 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:12,008 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:12,009 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2i,packets_per_second=999961i,packets_received=17797405i,packets_sent=19918541i,packetsize=64i,ppm=106491.0 1568229431898775040 2019-09-11 19:17:12,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:12,145 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:17:12,146 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:17:12,148 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:17:12,159 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:17:12,160 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.125 2019-09-11 19:17:12,163 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.125 2019-09-11 19:17:12,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:17:12,435 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-11 19:17:12,436 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-11 19:17:12,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:17:12,834 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=14 END 2019-09-11 19:17:12,835 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=15 START 2019-09-11 19:17:12,835 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:12,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:12 all 11.00 0.00 1.00 10.00 0.00 0.00 0.00 0.00 0.00 78.00\n19:17:12 0 11.00 0.00 1.00 10.00 0.00 0.00 0.00 0.00 0.00 78.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 11.00 0.00 1.00 10.00 0.00 0.00 0.00 0.00 0.00 78.00\nAverage: 0 11.00 0.00 1.00 10.00 0.00 0.00 0.00 0.00 0.00 78.00\n' 2019-09-11 19:17:13,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:12 all 14.14 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 82.83\n19:17:12 0 14.14 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 82.83\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 14.14 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 82.83\nAverage: 0 14.14 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 82.83\n' 2019-09-11 19:17:13,948 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=27 END 2019-09-11 19:17:13,948 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=28 START 2019-09-11 19:17:13,949 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:13,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.75 0.33 0.12 1/119 1619\n' 2019-09-11 19:17:13,954 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:14,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:14,029 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=28 END 2019-09-11 19:17:14,030 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=29 START 2019-09-11 19:17:14,030 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:14,394 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.122' 2019-09-11 19:17:14,398 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.25 0.45 0.16 1/125 1847\n' 2019-09-11 19:17:14,399 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:14,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:15,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:15,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:15 all 0.00' 2019-09-11 19:17:15,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00' 2019-09-11 19:17:15,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:17:15,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:15,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:15 0' 2019-09-11 19:17:15,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:17:15,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:15,037 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:17:15,038 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:15,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:17:15,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:17:15,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:17:15,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:17:15,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:17:15,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:15,468 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:14 all' 2019-09-11 19:17:15,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,471 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 33.00 0.00' 2019-09-11 19:17:15,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,474 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,475 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 67.00' 2019-09-11 19:17:15,476 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:14 ' 2019-09-11 19:17:15,477 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:17:15,478 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,480 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 33.00 0.00 0.00' 2019-09-11 19:17:15,481 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 67.00' 2019-09-11 19:17:15,483 [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-11 19:17:15,485 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:17:15,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 33.00' 2019-09-11 19:17:15,488 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 67.00' 2019-09-11 19:17:15,492 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:17:15,492 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:17:15,493 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 33.00' 2019-09-11 19:17:15,495 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:15,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:15,499 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 67.00\n' 2019-09-11 19:17:15,818 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15014 seq=1 START 2019-09-11 19:17:15,819 [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-11 19:17:15,833 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 10 64 20 1 1000000 2019-09-11 19:17:16,053 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=28 END 2019-09-11 19:17:16,054 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=29 START 2019-09-11 19:17:16,054 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:16,058 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.69 0.32 0.12 1/119 1626\n' 2019-09-11 19:17:16,059 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:16,127 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:16,399 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=15 END 2019-09-11 19:17:16,399 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=16 START 2019-09-11 19:17:16,399 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:16,501 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=29 END 2019-09-11 19:17:16,501 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=30 START 2019-09-11 19:17:16,502 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:16,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.25 0.45 0.16 1/126 1857\n' 2019-09-11 19:17:16,508 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:16,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:17,127 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:17,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:17 all' 2019-09-11 19:17:17,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:17,130 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:17,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:17,132 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 23.00 0.00 0.00 0.00' 2019-09-11 19:17:17,133 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:17,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.00' 2019-09-11 19:17:17,135 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:17,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:17 0' 2019-09-11 19:17:17,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 23.00 0.00 0.00 0.00 0.00 0.00 77.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 23.00 0.00 0.00 0.00 0.00 0.00 77.00\nAverage: ' 2019-09-11 19:17:17,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:17:17,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:17,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:17,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 23.00' 2019-09-11 19:17:17,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:17,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:17,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:17,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.00\n' 2019-09-11 19:17:17,155 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:17,157 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.35",loadavg1="0.45",loadavg2="0.16",loadavg3="1/126",loadavg4="1789",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="83.17",mpstat_average.cpu.%iowait="14.85",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="83.17",mpstat_average.cpu0.%iowait="14.85",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="83.17",mpstat_maximun.cpu.%iowait="14.85",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="83.17",mpstat_maximun.cpu0.%iowait="14.85",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="83.17",mpstat_minimum.cpu.%iowait="14.85",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="83.17",mpstat_minimum.cpu0.%iowait="14.85",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" 1568229431978523904 2019-09-11 19:17:17,265 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:17,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.35",loadavg1="0.45",loadavg2="0.16",loadavg3="1/120",loadavg4="1804",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.83",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.03",mpstat_average.cpu.%usr="14.14",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.83",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.03",mpstat_average.cpu0.%usr="14.14",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.83",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.03",mpstat_maximun.cpu.%usr="14.14",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.83",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.03",mpstat_maximun.cpu0.%usr="14.14",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.83",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.03",mpstat_minimum.cpu.%usr="14.14",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.83",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.03",mpstat_minimum.cpu0.%usr="14.14" 1568229434029752064 2019-09-11 19:17:17,369 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:17,371 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.25",loadavg1="0.45",loadavg2="0.16",loadavg3="1/125",loadavg4="1847",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="67.00",mpstat_average.cpu.%iowait="33.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="67.00",mpstat_average.cpu0.%iowait="33.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="67.00",mpstat_maximun.cpu.%iowait="33.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="67.00",mpstat_maximun.cpu0.%iowait="33.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="67.00",mpstat_minimum.cpu.%iowait="33.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="67.00",mpstat_minimum.cpu0.%iowait="33.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" 1568229436501185792 2019-09-11 19:17:17,408 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-11 19:17:17,482 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:17,484 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.75",loadavg1="0.33",loadavg2="0.12",loadavg3="1/121",loadavg4="1574",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="92.93",mpstat_average.cpu.%iowait="7.07",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="92.93",mpstat_average.cpu0.%iowait="7.07",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="92.93",mpstat_maximun.cpu.%iowait="7.07",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="92.93",mpstat_maximun.cpu0.%iowait="7.07",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="92.93",mpstat_minimum.cpu.%iowait="7.07",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="92.93",mpstat_minimum.cpu0.%iowait="7.07",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" 1568229431897155072 2019-09-11 19:17:17,582 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:17,584 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.75",loadavg1="0.33",loadavg2="0.12",loadavg3="1/121",loadavg4="1580",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="78.00",mpstat_average.cpu.%iowait="10.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="11.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="78.00",mpstat_average.cpu0.%iowait="10.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="11.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="78.00",mpstat_maximun.cpu.%iowait="10.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="11.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="78.00",mpstat_maximun.cpu0.%iowait="10.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="11.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="78.00",mpstat_minimum.cpu.%iowait="10.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="11.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="78.00",mpstat_minimum.cpu0.%iowait="10.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="11.00" 1568229433948015872 2019-09-11 19:17:17,686 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:17,687 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.75",loadavg1="0.33",loadavg2="0.12",loadavg3="1/119",loadavg4="1619",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" 1568229436053641984 2019-09-11 19:17:17,799 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:17,800 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.128 1568229432834731008 2019-09-11 19:17:17,922 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:17,923 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.122 1568229436398950144 2019-09-11 19:17:18,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=29 END 2019-09-11 19:17:18,151 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=30 START 2019-09-11 19:17:18,151 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:18,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.69 0.32 0.12 1/119 1628\n' 2019-09-11 19:17:18,156 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:18,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:18,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:18 all 0.00 0.00 0.00 6.00 0.00 0.00 0.00 0.00 0.00 94.00\n19:17:18 0 0.00 0.00 0.00 6.00 0.00 0.00 0.00 0.00 0.00 94.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 6.00 0.00 0.00 0.00 0.00 0.00 94.00\nAverage: 0 0.00 0.00 0.00 6.00 0.00 0.00 0.00 0.00 0.00 94.00\n' 2019-09-11 19:17:19,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:19,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:19 all' 2019-09-11 19:17:19,228 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:19,229 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 32.94' 2019-09-11 19:17:19,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:19,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.18' 2019-09-11 19:17:19,232 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:19,232 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 65.88' 2019-09-11 19:17:19,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:19 ' 2019-09-11 19:17:19,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:17:19,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:19,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 32.94' 2019-09-11 19:17:19,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:19,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.18' 2019-09-11 19:17:19,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:19,239 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:19,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 65.88' 2019-09-11 19:17:19,241 [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-11 19:17:19,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:17:19,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:19,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 32.94' 2019-09-11 19:17:19,245 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:19,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.18 0.00' 2019-09-11 19:17:19,247 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 65.88' 2019-09-11 19:17:19,248 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:19,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00 0.00 0.00 32.94 0.00 0.00 1.18 0.00 0.00 65.88\n' 2019-09-11 19:17:19,894 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=16 END 2019-09-11 19:17:19,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=17 START 2019-09-11 19:17:19,895 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:19,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=30 END 2019-09-11 19:17:19,896 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=31 START 2019-09-11 19:17:19,896 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:19,902 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.14 0.44 0.16 2/127 1924\n' 2019-09-11 19:17:19,904 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:19,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:20,252 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=30 END 2019-09-11 19:17:20,252 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=31 START 2019-09-11 19:17:20,253 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:20,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.64 0.32 0.12 1/119 1630\n' 2019-09-11 19:17:20,268 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:20,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:20,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-11 19:17:20,972 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:20 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:17: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-11 19:17:21,320 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:21,321 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:21 ' 2019-09-11 19:17:21,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:21,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:21,324 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:21,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.43' 2019-09-11 19:17:21,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-11 19:17:21,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:21,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 85.71' 2019-09-11 19:17:21,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:21 ' 2019-09-11 19:17:21,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:17:21,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:21,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 11.43' 2019-09-11 19:17:21,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00' 2019-09-11 19:17:21,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:21,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 85.71' 2019-09-11 19:17:21,337 [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-11 19:17:21,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:17:21,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:21,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:21,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:21,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.43' 2019-09-11 19:17:21,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00' 2019-09-11 19:17:21,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:21,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 85.71\n' 2019-09-11 19:17:21,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:17:21,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:21,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:21,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:21,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.43' 2019-09-11 19:17:21,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00 0.00 85.71\n' 2019-09-11 19:17:21,975 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=31 END 2019-09-11 19:17:21,975 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=32 START 2019-09-11 19:17:21,976 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:21,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.14 0.44 0.16 2/126 1929\n' 2019-09-11 19:17:21,981 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:22,089 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:22,353 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=31 END 2019-09-11 19:17:22,353 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=32 START 2019-09-11 19:17:22,354 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:22,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.64 0.32 0.12 2/119 1632\n' 2019-09-11 19:17:22,361 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:22,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:22,909 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=17 END 2019-09-11 19:17:22,909 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=18 START 2019-09-11 19:17:22,910 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:23,029 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.25",loadavg1="0.45",loadavg2="0.16",loadavg3="1/126",loadavg4="1857",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="94.00",mpstat_average.cpu.%iowait="6.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="94.00",mpstat_average.cpu0.%iowait="6.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="94.00",mpstat_maximun.cpu.%iowait="6.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="94.00",mpstat_maximun.cpu0.%iowait="6.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="94.00",mpstat_minimum.cpu.%iowait="6.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="94.00",mpstat_minimum.cpu0.%iowait="6.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" 1568229439895592960 2019-09-11 19:17:23,090 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:22 all 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\n19:17:22 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-11 19:17:23,149 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.14",loadavg1="0.44",loadavg2="0.16",loadavg3="2/127",loadavg4="1924",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" 1568229441974930944 2019-09-11 19:17:23,252 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:23,254 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.69",loadavg1="0.32",loadavg2="0.12",loadavg3="1/119",loadavg4="1626",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="77.00",mpstat_average.cpu.%iowait="23.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="77.00",mpstat_average.cpu0.%iowait="23.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="77.00",mpstat_maximun.cpu.%iowait="23.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="77.00",mpstat_maximun.cpu0.%iowait="23.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="77.00",mpstat_minimum.cpu.%iowait="23.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="77.00",mpstat_minimum.cpu0.%iowait="23.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" 1568229438150276864 2019-09-11 19:17:23,378 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.69",loadavg1="0.32",loadavg2="0.12",loadavg3="1/119",loadavg4="1628",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="65.88",mpstat_average.cpu.%iowait="32.94",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="1.18",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="65.88",mpstat_average.cpu0.%iowait="32.94",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="1.18",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="65.88",mpstat_maximun.cpu.%iowait="32.94",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="1.18",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="65.88",mpstat_maximun.cpu0.%iowait="32.94",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="1.18",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="65.88",mpstat_minimum.cpu.%iowait="32.94",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="1.18",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="65.88",mpstat_minimum.cpu0.%iowait="32.94",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="1.18",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229440251930112 2019-09-11 19:17:23,438 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:23,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:23 ' 2019-09-11 19:17:23,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:23,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:23,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.26 0.00 18.42 2.63' 2019-09-11 19:17:23,444 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:23,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 73.68\n19:17:23 0 0.00' 2019-09-11 19:17:23,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 5.26 0.00 18.42 2.63 0.00' 2019-09-11 19:17:23,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 73.68' 2019-09-11 19:17:23,450 [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-11 19:17:23,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:17:23,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:23,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 5.26' 2019-09-11 19:17:23,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:23,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 18.42 2.63 0.00 0.00 73.68\nAverage: 0 0.00 0.00 0.00 5.26 0.00 18.42 2.63 0.00 0.00 73.68\n' 2019-09-11 19:17:23,487 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.64",loadavg1="0.32",loadavg2="0.12",loadavg3="1/119",loadavg4="1630",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" 1568229442353032960 2019-09-11 19:17:23,602 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.079 1568229439894594816 2019-09-11 19:17:23,717 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:23,718 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.073 1568229442909228032 2019-09-11 19:17:23,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.128' 2019-09-11 19:17:24,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=32 END 2019-09-11 19:17:24,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=33 START 2019-09-11 19:17:24,094 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:24,098 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.13 0.45 0.16 2/127 1935\n' 2019-09-11 19:17:24,100 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:24,168 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:24,457 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=32 END 2019-09-11 19:17:24,458 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=33 START 2019-09-11 19:17:24,458 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:24,476 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.64 0.32 0.12 1/119 1634\n' 2019-09-11 19:17:24,477 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:24,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:25,590 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:25,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:24 all' 2019-09-11 19:17:25,592 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:25,593 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:17:25,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:25,595 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:25,596 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:25,597 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:25,597 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:25,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:24 ' 2019-09-11 19:17:25,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:17:25,600 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:25,603 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 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: ' 2019-09-11 19:17:25,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:25,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:25,606 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:17:25,606 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:25,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:25,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:17:25,609 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:25,610 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:17:25,613 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:17:25,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:25,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:25 ' 2019-09-11 19:17:25,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 63.89 0.00 5.56 2.78 0.00 0.00 27.78\n19:17:25 0 0.00 0.00 0.00 63.89 0.00 5.56 2.78 0.00 0.00 27.78\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 63.89 0.00 5.56 2.78 0.00 0.00 27.78\nAverage: 0 0.00 0.00 0.00 63.89 0.00 5.56 2.78 0.00 0.00 27.78\n' 2019-09-11 19:17:25,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=18 END 2019-09-11 19:17:25,926 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=19 START 2019-09-11 19:17:25,926 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:26,615 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=33 END 2019-09-11 19:17:26,616 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=34 START 2019-09-11 19:17:26,616 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:26,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.13 0.45 0.16 2/127 1938\n' 2019-09-11 19:17:26,622 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:26,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=33 END 2019-09-11 19:17:26,665 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=34 START 2019-09-11 19:17:26,665 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:26,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.58 0.31 0.12 1/119 1636\n' 2019-09-11 19:17:26,682 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:26,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:26,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:26,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:17:27,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:26 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:17: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-11 19:17:27,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:27,761 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:27 all' 2019-09-11 19:17:27,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:27,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:27,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:27,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.82' 2019-09-11 19:17:27,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-11 19:17:27,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:27,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.24' 2019-09-11 19:17:27,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:27,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:27 ' 2019-09-11 19:17:27,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:17:27,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:27,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:27,770 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:27,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.82' 2019-09-11 19:17:27,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-11 19:17:27,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:27,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.24\n' 2019-09-11 19:17:27,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:27,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:17:27,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:27,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:27,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 8.82 2.94 0.00 0.00 88.24\nAverage: 0 0.00 0.00 0.00 0.00 0.00 8.82 2.94 0.00 0.00 88.24\n' 2019-09-11 19:17:28,693 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=34 END 2019-09-11 19:17:28,693 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=35 START 2019-09-11 19:17:28,694 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:28,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.12 0.46 0.17 2/126 1943\n' 2019-09-11 19:17:28,699 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:28,779 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=34 END 2019-09-11 19:17:28,780 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=35 START 2019-09-11 19:17:28,780 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:28,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.58 0.31 0.12 1/119 1638\n' 2019-09-11 19:17:28,785 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:28,824 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:28,825 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.14",loadavg1="0.44",loadavg2="0.16",loadavg3="2/126",loadavg4="1929",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" 1568229444093084928 2019-09-11 19:17:28,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:28,941 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=19 END 2019-09-11 19:17:28,941 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=20 START 2019-09-11 19:17:28,942 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:28,953 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:28,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.13",loadavg1="0.45",loadavg2="0.16",loadavg3="2/127",loadavg4="1935",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" 1568229446615529984 2019-09-11 19:17:29,059 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.13",loadavg1="0.45",loadavg2="0.16",loadavg3="2/127",loadavg4="1938",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" 1568229448693178880 2019-09-11 19:17:29,190 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.64",loadavg1="0.32",loadavg2="0.12",loadavg3="2/119",loadavg4="1632",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="73.68",mpstat_average.cpu.%iowait="5.26",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="18.42",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="73.68",mpstat_average.cpu0.%iowait="5.26",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="18.42",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="73.68",mpstat_maximun.cpu.%iowait="5.26",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="18.42",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="73.68",mpstat_maximun.cpu0.%iowait="5.26",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="18.42",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="73.68",mpstat_minimum.cpu.%iowait="5.26",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="18.42",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="73.68",mpstat_minimum.cpu0.%iowait="5.26",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="18.42",mpstat_minimum.cpu0.%steal="2.63",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229444457415168 2019-09-11 19:17:29,301 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.64",loadavg1="0.32",loadavg2="0.12",loadavg3="1/119",loadavg4="1634",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="27.78",mpstat_average.cpu.%iowait="63.89",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="5.56",mpstat_average.cpu.%steal="2.78",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="27.78",mpstat_average.cpu0.%iowait="63.89",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="5.56",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="27.78",mpstat_maximun.cpu.%iowait="63.89",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="5.56",mpstat_maximun.cpu.%steal="2.78",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="27.78",mpstat_maximun.cpu0.%iowait="63.89",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="5.56",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="27.78",mpstat_minimum.cpu.%iowait="63.89",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="5.56",mpstat_minimum.cpu.%steal="2.78",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="27.78",mpstat_minimum.cpu0.%iowait="63.89",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="5.56",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229446664756992 2019-09-11 19:17:29,428 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:29,429 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.58",loadavg1="0.31",loadavg2="0.12",loadavg3="1/119",loadavg4="1636",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.24",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="8.82",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="88.24",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="8.82",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="88.24",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="8.82",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="88.24",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="8.82",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="88.24",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="8.82",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="88.24",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="8.82",mpstat_minimum.cpu0.%steal="2.94",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229448779676928 2019-09-11 19:17:29,551 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:29,551 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.128 1568229445925293056 2019-09-11 19:17:29,672 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:29,691 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:29,692 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568229448941028096 2019-09-11 19:17:29,830 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:29,831 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:29 ' 2019-09-11 19:17:29,832 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 0.00 0.00 13.27 0.00 0.00 0.00 86.73\n19:17:29 0 0.00 0.00 0.00 0.00 0.00 13.27 0.00 0.00 0.00 86.73\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.27 0.00 0.00 0.00 86.73\nAverage: 0 0.00 0.00 0.00 0.00 0.00 13.27 0.00 0.00 0.00 86.73\n' 2019-09-11 19:17:30,673 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:29 all 0.00 0.00 95.05 0.00 0.00 4.95 0.00 0.00 0.00 0.00\n19:17:29 0 0.00 0.00 95.05 0.00 0.00 4.95 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 95.05 0.00 0.00 4.95 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 95.05 0.00 0.00 4.95 0.00 0.00 0.00 0.00\n' 2019-09-11 19:17:30,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-11 19:17:30,834 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=35 END 2019-09-11 19:17:30,835 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=36 START 2019-09-11 19:17:30,835 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:30,851 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.54 0.31 0.12 1/119 1640\n' 2019-09-11 19:17:30,853 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:30,930 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:31,676 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=35 END 2019-09-11 19:17:31,676 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=36 START 2019-09-11 19:17:31,677 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:31,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.12 0.46 0.17 3/127 1949\n' 2019-09-11 19:17:31,683 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:31,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:31,931 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:31,932 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:31 ' 2019-09-11 19:17:31,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:17:31,934 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:31,934 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:31,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:31,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:31,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.82' 2019-09-11 19:17:31,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-11 19:17:31,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:31,939 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.24\n' 2019-09-11 19:17:31,940 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:31 ' 2019-09-11 19:17:31,941 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:17:31,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:31,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:31,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:31,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:31,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:31,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.82 2.94' 2019-09-11 19:17:31,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:31,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.24' 2019-09-11 19:17:31,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:31,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:31,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:17:31,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:31,950 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:31,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:31,952 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:31,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.82 2.94' 2019-09-11 19:17:31,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:31,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.24\n' 2019-09-11 19:17:31,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00 0.00 0.00 0.00 0.00 8.82 2.94 0.00 0.00 88.24\n' 2019-09-11 19:17:32,688 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=20 END 2019-09-11 19:17:32,688 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=21 START 2019-09-11 19:17:32,688 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:32,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:31 all 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:17:31 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-11 19:17:32,959 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=36 END 2019-09-11 19:17:32,959 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=37 START 2019-09-11 19:17:32,960 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:33,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.54 0.31 0.12 1/119 1642\n' 2019-09-11 19:17:33,180 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:33,221 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:33,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-11 19:17:33,753 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=36 END 2019-09-11 19:17:33,754 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=37 START 2019-09-11 19:17:33,754 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:33,759 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.11 0.47 0.17 3/127 1955\n' 2019-09-11 19:17:33,760 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:33,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:34,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:34,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:34 all' 2019-09-11 19:17:34,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 37.66 0.00' 2019-09-11 19:17:34,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 59.74' 2019-09-11 19:17:34,228 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.30 0.00' 2019-09-11 19:17:34,229 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.30' 2019-09-11 19:17:34,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:34 ' 2019-09-11 19:17:34,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:17:34,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:34,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 37.66' 2019-09-11 19:17:34,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 59.74' 2019-09-11 19:17:34,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.30 0.00' 2019-09-11 19:17:34,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.30' 2019-09-11 19:17:34,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-11 19:17:34,239 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:17:34,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:34,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,241 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 37.66 0.00 59.74 1.30 0.00 0.00 1.30\nAverage: 0 0.00 0.00 0.00 37.66 0.00 59.74 1.30 0.00 0.00 1.30\n' 2019-09-11 19:17:34,792 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:34,794 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.12",loadavg1="0.46",loadavg2="0.17",loadavg3="2/126",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="4.95",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="95.05",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="4.95",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="95.05",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="4.95",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="95.05",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="4.95",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="95.05",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="4.95",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="95.05",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="4.95",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="95.05",mpstat_minimum.cpu0.%usr="0.00" 1568229451675931904 2019-09-11 19:17:34,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:34,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:33 all 0.00 0.00 98.00' 2019-09-11 19:17:34,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:34,806 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:17:34,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:34,809 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:17:34,809 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:33 ' 2019-09-11 19:17:34,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:17:34,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00' 2019-09-11 19:17:34,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:17:34,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:17:34,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:17:34,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:17:34,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:34,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00' 2019-09-11 19:17:34,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:34,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00' 2019-09-11 19:17:34,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:34,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:17:34,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:17:34,824 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00 0.00' 2019-09-11 19:17:34,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 2.00' 2019-09-11 19:17:34,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:34,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:17:34,895 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:34,896 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.12",loadavg1="0.46",loadavg2="0.17",loadavg3="3/127",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="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" 1568229453753798912 2019-09-11 19:17:35,026 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:35,029 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.58",loadavg1="0.31",loadavg2="0.12",loadavg3="1/119",loadavg4="1638",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="86.73",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="13.27",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="86.73",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="13.27",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="86.73",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="13.27",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="86.73",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="13.27",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="86.73",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="13.27",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="86.73",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="13.27",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229450834918144 2019-09-11 19:17:35,140 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:35,142 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.54",loadavg1="0.31",loadavg2="0.12",loadavg3="1/119",loadavg4="1640",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.24",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="8.82",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="88.24",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="8.82",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="88.24",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="8.82",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="88.24",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="8.82",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="88.24",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="8.82",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="88.24",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="8.82",mpstat_minimum.cpu0.%steal="2.94",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229452959028992 2019-09-11 19:17:35,241 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.113 1568229452688081920 2019-09-11 19:17:35,243 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=37 END 2019-09-11 19:17:35,244 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=38 START 2019-09-11 19:17:35,245 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:35,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.49 0.30 0.11 1/119 1644\n' 2019-09-11 19:17:35,257 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:35,312 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:35,705 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=21 END 2019-09-11 19:17:35,706 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=22 START 2019-09-11 19:17:35,706 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:35,831 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=37 END 2019-09-11 19:17:35,831 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=38 START 2019-09-11 19:17:35,832 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:35,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.11 0.47 0.17 2/127 1958\n' 2019-09-11 19:17:35,838 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:35,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:36,314 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:36,315 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:36 all' 2019-09-11 19:17:36,316 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:36,317 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:36,317 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:36,318 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:36,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.95' 2019-09-11 19:17:36,320 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56' 2019-09-11 19:17:36,321 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:36,321 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 79.49' 2019-09-11 19:17:36,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:36,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:36 0' 2019-09-11 19:17:36,324 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:36,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:36,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:36,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.95 2.56' 2019-09-11 19:17:36,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:36,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 79.49' 2019-09-11 19:17:36,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:36,329 [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 17.95 2.56 0.00 0.00 79.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 17.95 2.56 0.00 0.00 79.49\n' 2019-09-11 19:17:36,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.191' 2019-09-11 19:17:36,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:36 all 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\n19:17:36 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-11 19:17:37,332 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=38 END 2019-09-11 19:17:37,333 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=39 START 2019-09-11 19:17:37,333 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:37,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.49 0.30 0.11 2/119 1646\n' 2019-09-11 19:17:37,342 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:37,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:37,881 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=38 END 2019-09-11 19:17:37,882 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=39 START 2019-09-11 19:17:37,882 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:37,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.10 0.47 0.18 2/126 1963\n' 2019-09-11 19:17:37,888 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:37,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:38,422 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:38,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:38 all' 2019-09-11 19:17:38,424 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:38,425 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:38,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 14.29' 2019-09-11 19:17:38,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:38,427 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:38,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 85.71\n19:17:38 0 0.00 0.00 0.00 0.00 0.00 14.29 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 0.00 0.00 0.00 14.29 0.00 0.00 0.00 85.71\nAverage: 0 0.00 0.00 0.00 0.00 0.00 14.29 0.00 0.00 0.00 85.71\n' 2019-09-11 19:17:38,725 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=22 END 2019-09-11 19:17:38,725 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=23 START 2019-09-11 19:17:38,726 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:38,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:38 all 0.00 0.00 98.99 0.00 0.00 0.00 0.00 0.00 0.00 1.01\n19:17:38 0 0.00 0.00 98.99 0.00 0.00 0.00 0.00 0.00 0.00 1.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 98.99 0.00 0.00 0.00 0.00 0.00 0.00 1.01\nAverage: 0 0.00 0.00 98.99 0.00 0.00 0.00 0.00 0.00 0.00 1.01\n' 2019-09-11 19:17:39,433 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=39 END 2019-09-11 19:17:39,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=40 START 2019-09-11 19:17:39,434 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:39,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.49 0.30 0.11 1/119 1648\n' 2019-09-11 19:17:39,439 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:39,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:39,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-11 19:17:39,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19942358 , "packets_per_second":999948, "flows":110, "errors":0 }\n' 2019-09-11 19:17:39,950 [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-11 19:17:39,958 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=39 END 2019-09-11 19:17:39,959 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=40 START 2019-09-11 19:17:39,959 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:39,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19156563' 2019-09-11 19:17:39,961 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 785795 - Lost ppm 39404 2019-09-11 19:17:39,963 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.10 0.47 0.18 1/123 1979\n' 2019-09-11 19:17:39,962 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 39404 > sla_max_ppm 1000; ',) 2019-09-11 19:17:39,964 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:40,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:40,358 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:40,360 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.11",loadavg1="0.47",loadavg2="0.17",loadavg3="3/127",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="2.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.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="2.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.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="2.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.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="2.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.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="2.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.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="2.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.00",mpstat_minimum.cpu0.%usr="0.00" 1568229455831010048 2019-09-11 19:17:40,509 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:40,511 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.11",loadavg1="0.47",loadavg2="0.17",loadavg3="2/127",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="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" 1568229457881465856 2019-09-11 19:17:40,632 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:40,634 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.10",loadavg1="0.47",loadavg2="0.18",loadavg3="2/126",loadavg4="1963",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="1.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="98.99",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="1.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="98.99",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="1.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="98.99",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="1.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="98.99",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="1.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="98.99",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="1.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="98.99",mpstat_minimum.cpu0.%usr="0.00" 1568229459958607872 2019-09-11 19:17:40,736 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:40,738 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.54",loadavg1="0.31",loadavg2="0.12",loadavg3="1/119",loadavg4="1642",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="1.30",mpstat_average.cpu.%iowait="37.66",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="59.74",mpstat_average.cpu.%steal="1.30",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="1.30",mpstat_average.cpu0.%iowait="37.66",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="59.74",mpstat_average.cpu0.%steal="1.30",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="1.30",mpstat_maximun.cpu.%iowait="37.66",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="59.74",mpstat_maximun.cpu.%steal="1.30",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="1.30",mpstat_maximun.cpu0.%iowait="37.66",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="59.74",mpstat_maximun.cpu0.%steal="1.30",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="1.30",mpstat_minimum.cpu.%iowait="37.66",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="59.74",mpstat_minimum.cpu.%steal="1.30",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="1.30",mpstat_minimum.cpu0.%iowait="37.66",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="59.74",mpstat_minimum.cpu0.%steal="1.30",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229455243886080 2019-09-11 19:17:40,850 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:40,852 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.49",loadavg1="0.30",loadavg2="0.11",loadavg3="1/119",loadavg4="1644",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="79.49",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="17.95",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="79.49",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="17.95",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="79.49",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="17.95",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="79.49",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="17.95",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="79.49",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="17.95",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="79.49",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="17.95",mpstat_minimum.cpu0.%steal="2.56",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229457332505856 2019-09-11 19:17:40,961 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:40,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.49",loadavg1="0.30",loadavg2="0.11",loadavg3="2/119",loadavg4="1646",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="14.29",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.71",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="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.71",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="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.71",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="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.71",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="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.71",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="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229459433620992 2019-09-11 19:17:40,967 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15014 seq=1 END 2019-09-11 19:17:40,968 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15014 seq=2 START 2019-09-11 19:17:40,968 [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-11 19:17:41,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:41,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:40 all 0.00' 2019-09-11 19:17:41,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:41,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 21.00 0.00' 2019-09-11 19:17:41,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:41,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:41,039 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 79.00' 2019-09-11 19:17:41,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:40 0' 2019-09-11 19:17:41,041 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:41,042 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:41,043 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 21.00 0.00' 2019-09-11 19:17:41,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:41,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:41,046 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 79.00\n' 2019-09-11 19:17:41,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:17:41,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:17:41,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:41,049 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:41,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 21.00 0.00' 2019-09-11 19:17:41,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:41,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:41,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 79.00\n' 2019-09-11 19:17:41,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:17:41,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:41,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:41,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 21.00 0.00' 2019-09-11 19:17:41,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:41,058 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:41,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 79.00' 2019-09-11 19:17:41,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:17:41,068 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.108 1568229455705334784 2019-09-11 19:17:41,182 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.191 1568229458725295104 2019-09-11 19:17:41,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:41 all 0.00 0.00 0.00 3.57 0.00 0.00 0.00 0.00 0.00 96.43\n19:17:41 0 0.00 0.00 0.00 3.57 0.00 0.00 0.00 0.00 0.00 96.43\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 3.57 0.00 0.00 0.00 0.00 0.00 96.43\nAverage: 0 0.00 0.00 0.00 3.57 0.00 0.00 0.00 0.00 0.00 96.43\n' 2019-09-11 19:17:41,279 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 10 64 20 1 1000000 2019-09-11 19:17:41,845 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=23 END 2019-09-11 19:17:41,846 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=24 START 2019-09-11 19:17:41,846 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:42,061 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=40 END 2019-09-11 19:17:42,062 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=41 START 2019-09-11 19:17:42,062 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:42,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.10 0.47 0.18 1/126 1989\n' 2019-09-11 19:17:42,068 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:42,110 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:42,240 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=40 END 2019-09-11 19:17:42,241 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=41 START 2019-09-11 19:17:42,241 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:42,245 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.45 0.29 0.11 1/119 1659\n' 2019-09-11 19:17:42,246 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:42,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:42,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:17:43,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:43,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:43 ' 2019-09-11 19:17:43,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:17:43,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:17:43,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:43,295 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:43,296 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:43,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:43,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:17:43,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:43 ' 2019-09-11 19:17:43,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:17:43,301 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:17:43,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:43,303 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:43,304 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:43,305 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:43,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:17:43,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-11 19:17:43,308 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:17:43,309 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:43,310 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:43,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:43,312 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:43,312 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:43,313 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:43,314 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:17:43,315 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:43,316 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-11 19:17:43,317 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:43,318 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:43,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:43,320 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:43,321 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:17:43,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:44,134 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:43 all 0.00 0.00 0.00 15.00 0.00 0.00 0.00 0.00 0.00 85.00\n19:17:43 0 0.00 0.00 0.00 15.00 0.00 0.00 0.00 0.00 0.00 85.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 15.00 0.00 0.00 0.00 0.00 0.00 85.00\nAverage: 0 0.00 0.00 0.00 15.00 0.00 0.00 0.00 0.00 0.00 85.00\n' 2019-09-11 19:17:44,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=41 END 2019-09-11 19:17:44,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=42 START 2019-09-11 19:17:44,326 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:44,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.45 0.29 0.11 1/119 1661\n' 2019-09-11 19:17:44,349 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:44,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:45,135 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=24 END 2019-09-11 19:17:45,136 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=25 START 2019-09-11 19:17:45,136 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:45,137 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=41 END 2019-09-11 19:17:45,137 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=42 START 2019-09-11 19:17:45,138 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:45,143 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.01 0.47 0.18 2/127 2056\n' 2019-09-11 19:17:45,144 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:45,211 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:45,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:45,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:45 all' 2019-09-11 19:17:45,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:45,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:45,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:45,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:45,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00' 2019-09-11 19:17:45,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33 0.00 0.00' 2019-09-11 19:17:45,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.67' 2019-09-11 19:17:45,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:45 ' 2019-09-11 19:17:45,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:17:45,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:45,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:45,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.00 3.33 0.00 0.00 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-11 19:17:46,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-11 19:17:46,212 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:45 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:17: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-11 19:17:46,287 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:46,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=110i,packets_per_second=999948i,packets_received=19156563i,packets_sent=19942358i,packetsize=64i,ppm=39404.0 1568229460966756096 2019-09-11 19:17:46,409 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:46,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.10",loadavg1="0.47",loadavg2="0.18",loadavg3="1/123",loadavg4="1979",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="79.00",mpstat_average.cpu.%iowait="21.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="79.00",mpstat_average.cpu0.%iowait="21.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="79.00",mpstat_maximun.cpu.%iowait="21.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="79.00",mpstat_maximun.cpu0.%iowait="21.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="79.00",mpstat_minimum.cpu.%iowait="21.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="79.00",mpstat_minimum.cpu0.%iowait="21.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" 1568229462061733888 2019-09-11 19:17:46,412 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=42 END 2019-09-11 19:17:46,413 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=43 START 2019-09-11 19:17:46,413 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:46,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.42 0.29 0.11 1/119 1663\n' 2019-09-11 19:17:46,435 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:46,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:46,559 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:46,561 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.10",loadavg1="0.47",loadavg2="0.18",loadavg3="1/126",loadavg4="1989",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.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="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.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="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.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="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.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="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.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="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.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="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229465137095936 2019-09-11 19:17:46,682 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:46,684 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.49",loadavg1="0.30",loadavg2="0.11",loadavg3="1/119",loadavg4="1648",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="96.43",mpstat_average.cpu.%iowait="3.57",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="96.43",mpstat_average.cpu0.%iowait="3.57",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="96.43",mpstat_maximun.cpu.%iowait="3.57",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="96.43",mpstat_maximun.cpu0.%iowait="3.57",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="96.43",mpstat_minimum.cpu.%iowait="3.57",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="96.43",mpstat_minimum.cpu0.%iowait="3.57",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" 1568229462240286208 2019-09-11 19:17:46,826 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:46,828 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.45",loadavg1="0.29",loadavg2="0.11",loadavg3="1/119",loadavg4="1659",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" 1568229464325069056 2019-09-11 19:17:46,935 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:46,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.45",loadavg1="0.29",loadavg2="0.11",loadavg3="1/119",loadavg4="1661",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" 1568229466412637952 2019-09-11 19:17:47,078 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:47,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.106 1568229461845238016 2019-09-11 19:17:47,194 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:47,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568229465135677952 2019-09-11 19:17:47,214 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=42 END 2019-09-11 19:17:47,215 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=43 START 2019-09-11 19:17:47,215 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:47,220 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.01 0.47 0.18 2/126 2061\n' 2019-09-11 19:17:47,221 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:47,262 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:47,518 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:47,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:47 ' 2019-09-11 19:17:47,520 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:17:47,520 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:47,521 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:47,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:47,523 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:47,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.34 0.00' 2019-09-11 19:17:47,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:47,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:47,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.66\n' 2019-09-11 19:17:47,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:47 ' 2019-09-11 19:17:47,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:17:47,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 10.34 0.00 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 10.34 0.00 0.00 0.00 89.66\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.34 0.00 0.00 0.00 89.66\n' 2019-09-11 19:17:48,153 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=25 END 2019-09-11 19:17:48,153 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=26 START 2019-09-11 19:17:48,154 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:48,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:48,501 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:47 all' 2019-09-11 19:17:48,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:17:48,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,505 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:48,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:17:48,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:47 0' 2019-09-11 19:17:48,509 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,510 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,510 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:17:48,511 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,512 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:48,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:48,514 [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-11 19:17:48,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:17:48,515 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,516 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,516 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:17:48,517 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:48,518 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:48,519 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:48,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:17:48,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:17:48,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:48,523 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:17:48,524 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:48,525 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:48,526 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:48,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:17:48,531 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=43 END 2019-09-11 19:17:48,532 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=44 START 2019-09-11 19:17:48,532 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:48,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.42 0.29 0.11 2/119 1665\n' 2019-09-11 19:17:48,974 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:49,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:49,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-11 19:17:49,530 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=43 END 2019-09-11 19:17:49,530 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=44 START 2019-09-11 19:17:49,530 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:49,535 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.09 0.49 0.19 3/127 2067\n' 2019-09-11 19:17:49,536 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:49,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:50,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:50,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:50 all 0.00 0.00 0.00 0.00' 2019-09-11 19:17:50,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 79.41 1.47' 2019-09-11 19:17:50,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 19.12\n19:17:50 0 0.00 0.00 0.00 0.00 0.00 79.41 1.47 0.00 0.00 19.12\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 79.41 1.47 0.00 0.00 19.12\nAverage: 0 0.00 0.00 0.00 0.00 0.00 79.41 1.47 0.00 0.00 19.12\n' 2019-09-11 19:17:50,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:50,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:49 ' 2019-09-11 19:17:50,606 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:17:50,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:50,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:17:50,609 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:50,610 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:50,610 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:50,611 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:50,612 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n19:17:49 ' 2019-09-11 19:17:50,613 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:17:50,614 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:50,615 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:17:50,616 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:50,617 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:50,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:50,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:50,620 [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-11 19:17:50,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:17:50,622 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:50,623 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:17:50,624 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:50,625 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:50,625 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:50,626 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:50,627 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:17:50,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:17:50,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:17:50,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:50,631 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:50,632 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:50,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:50,634 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:17:51,034 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=44 END 2019-09-11 19:17:51,034 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=45 START 2019-09-11 19:17:51,035 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:51,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.38 0.28 0.11 1/119 1667\n' 2019-09-11 19:17:51,050 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:51,126 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:51,533 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=26 END 2019-09-11 19:17:51,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=27 START 2019-09-11 19:17:51,534 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:51,636 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=44 END 2019-09-11 19:17:51,636 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=45 START 2019-09-11 19:17:51,637 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:52,127 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:52,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:52 all' 2019-09-11 19:17:52,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:52,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:52,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.05' 2019-09-11 19:17:52,133 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:52,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 95.95' 2019-09-11 19:17:52,135 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:52 ' 2019-09-11 19:17:52,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:17:52,137 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:52,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:52,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.05 0.00' 2019-09-11 19:17:52,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:52,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.95\n' 2019-09-11 19:17:52,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-11 19:17:52,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:52,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:52,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:52,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:52,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.05' 2019-09-11 19:17:52,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:52,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:52,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.95' 2019-09-11 19:17:52,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:17:52,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:17:52,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:52,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:52,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:52,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.05' 2019-09-11 19:17:52,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:52,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:52,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.95' 2019-09-11 19:17:52,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:52,273 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.09 0.49 0.19 2/127 2070\n' 2019-09-11 19:17:52,274 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:52,326 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:52,328 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.01",loadavg1="0.47",loadavg2="0.18",loadavg3="2/127",loadavg4="2056",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" 1568229467214637056 2019-09-11 19:17:52,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:52,467 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:52,469 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.01",loadavg1="0.47",loadavg2="0.18",loadavg3="2/126",loadavg4="2061",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" 1568229469529993984 2019-09-11 19:17:52,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:17:52,595 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:52,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.09",loadavg1="0.49",loadavg2="0.19",loadavg3="3/127",loadavg4="2067",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" 1568229471636139008 2019-09-11 19:17:52,701 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:52,702 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.42",loadavg1="0.29",loadavg2="0.11",loadavg3="1/119",loadavg4="1663",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="10.34",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="89.66",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="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="89.66",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="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="89.66",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="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="89.66",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="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="89.66",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="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229468531539968 2019-09-11 19:17:52,840 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:52,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.42",loadavg1="0.29",loadavg2="0.11",loadavg3="2/119",loadavg4="1665",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="19.12",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="79.41",mpstat_average.cpu.%steal="1.47",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="19.12",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="79.41",mpstat_average.cpu0.%steal="1.47",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="19.12",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="79.41",mpstat_maximun.cpu.%steal="1.47",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="19.12",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="79.41",mpstat_maximun.cpu0.%steal="1.47",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="19.12",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="79.41",mpstat_minimum.cpu.%steal="1.47",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="19.12",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="79.41",mpstat_minimum.cpu0.%steal="1.47",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229471033981184 2019-09-11 19:17:52,953 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:52,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.07 1568229468153264896 2019-09-11 19:17:53,091 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.109 1568229471533458944 2019-09-11 19:17:53,156 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=45 END 2019-09-11 19:17:53,157 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=46 START 2019-09-11 19:17:53,157 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:53,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.38 0.28 0.11 1/119 1669\n' 2019-09-11 19:17:53,172 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:53,221 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:53,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:52 all 0.00 0.00 96.97 0.00 0.00 3.03 0.00 0.00 0.00 0.00\n19:17:52 0 0.00 0.00 96.97 0.00 0.00 3.03 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 96.97 0.00 0.00 3.03 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 96.97 0.00 0.00 3.03 0.00 0.00 0.00 0.00\n' 2019-09-11 19:17:54,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:54,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:54 all' 2019-09-11 19:17:54,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:54,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:54,226 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.50' 2019-09-11 19:17:54,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 15.00' 2019-09-11 19:17:54,228 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.00 0.00' 2019-09-11 19:17:54,229 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 72.50' 2019-09-11 19:17:54,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:54,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:54 0' 2019-09-11 19:17:54,232 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:54,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.50' 2019-09-11 19:17:54,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 15.00' 2019-09-11 19:17:54,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.00' 2019-09-11 19:17:54,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:54,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 72.50\n' 2019-09-11 19:17:54,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:17:54,239 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:54,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:54,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.50 0.00 15.00' 2019-09-11 19:17:54,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.00' 2019-09-11 19:17:54,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:54,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 72.50' 2019-09-11 19:17:54,245 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:54,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:17:54,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:54,247 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:54,248 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.50 0.00' 2019-09-11 19:17:54,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.00 5.00' 2019-09-11 19:17:54,250 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:54,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 72.50\n' 2019-09-11 19:17:54,345 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=45 END 2019-09-11 19:17:54,345 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=46 START 2019-09-11 19:17:54,346 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:54,364 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.17 0.52 0.20 2/126 2075\n' 2019-09-11 19:17:54,365 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:54,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:54,549 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=27 END 2019-09-11 19:17:54,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=28 START 2019-09-11 19:17:54,550 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:55,254 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=46 END 2019-09-11 19:17:55,254 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=47 START 2019-09-11 19:17:55,255 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:55,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.35 0.28 0.11 1/119 1671\n' 2019-09-11 19:17:55,260 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:55,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:55,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:17:54 all 0.00 0.00 97.98 0.00 0.00 2.02 0.00 0.00 0.00 0.00\n19:17:54 0 0.00 0.00 97.98 0.00 0.00 2.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 97.98 0.00 0.00 2.02 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 97.98 0.00 0.00 2.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:17:55,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'3.94' 2019-09-11 19:17:56,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:56,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:56 all' 2019-09-11 19:17:56,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:56,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 46.67' 2019-09-11 19:17:56,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:56,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 23.33' 2019-09-11 19:17:56,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:56,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 30.00' 2019-09-11 19:17:56,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:56 ' 2019-09-11 19:17:56,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:17:56,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:56,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 46.67' 2019-09-11 19:17:56,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:56,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 23.33' 2019-09-11 19:17:56,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:56,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:56,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 30.00' 2019-09-11 19:17:56,345 [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-11 19:17:56,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:17:56,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:56,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:56,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 46.67 0.00' 2019-09-11 19:17:56,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 23.33' 2019-09-11 19:17:56,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:56,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:56,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 30.00' 2019-09-11 19:17:56,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:56,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:17:56,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:17:56,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:56,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 46.67' 2019-09-11 19:17:56,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:56,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 23.33' 2019-09-11 19:17:56,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:56,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:56,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 30.00' 2019-09-11 19:17:56,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:56,432 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=46 END 2019-09-11 19:17:56,432 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=47 START 2019-09-11 19:17:56,433 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:56,455 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.17 0.52 0.20 4/127 2081\n' 2019-09-11 19:17:56,456 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:56,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:57,360 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=47 END 2019-09-11 19:17:57,361 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=48 START 2019-09-11 19:17:57,361 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:57,366 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.35 0.28 0.11 1/119 1673\n' 2019-09-11 19:17:57,367 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:57,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:57,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:57,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:56 ' 2019-09-11 19:17:57,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:17:57,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00 0.00' 2019-09-11 19:17:57,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:57,505 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00' 2019-09-11 19:17:57,505 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:57,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:57,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:57,509 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n19:17:56 0 0.00 0.00 98.00' 2019-09-11 19:17:57,509 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:57,511 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 2.00' 2019-09-11 19:17:57,512 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:57,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:57,514 [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-11 19:17:57,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:17:57,515 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:17:57,516 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:57,517 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00' 2019-09-11 19:17:57,518 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:57,519 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00' 2019-09-11 19:17:57,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:57,521 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:57,521 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:17:57,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:17:57,523 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:57,524 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.00' 2019-09-11 19:17:57,525 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:57,526 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:17:57,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:57,528 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:17:57,603 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=28 END 2019-09-11 19:17:57,604 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=29 START 2019-09-11 19:17:57,604 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:17:58,212 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:58,214 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.09",loadavg1="0.49",loadavg2="0.19",loadavg3="2/127",loadavg4="2070",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="3.03",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="96.97",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="3.03",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="96.97",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="3.03",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="96.97",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="3.03",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="96.97",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="3.03",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="96.97",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="3.03",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="96.97",mpstat_minimum.cpu0.%usr="0.00" 1568229474345079808 2019-09-11 19:17:58,328 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:58,330 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.17",loadavg1="0.52",loadavg2="0.20",loadavg3="2/126",loadavg4="2075",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="2.02",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="97.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="2.02",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="97.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="2.02",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="97.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="2.02",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="97.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="2.02",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="97.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="2.02",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="97.98",mpstat_minimum.cpu0.%usr="0.00" 1568229476432346112 2019-09-11 19:17:58,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:17:58,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:58 ' 2019-09-11 19:17:58,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:17:58,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:58,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:58,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:58,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 57.33' 2019-09-11 19:17:58,417 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.33' 2019-09-11 19:17:58,417 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:58,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:58,419 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 41.33\n' 2019-09-11 19:17:58,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:17:58 ' 2019-09-11 19:17:58,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:17:58,422 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:17:58,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 57.33' 2019-09-11 19:17:58,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.33' 2019-09-11 19:17:58,424 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:58,425 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:58,425 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 41.33' 2019-09-11 19:17:58,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-11 19:17:58,427 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:17:58,428 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:17:58,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:58,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 57.33' 2019-09-11 19:17:58,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.33' 2019-09-11 19:17:58,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:58,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 41.33' 2019-09-11 19:17:58,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:17:58,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:17:58,434 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:58,434 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:17:58,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:58,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 57.33' 2019-09-11 19:17:58,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.33' 2019-09-11 19:17:58,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:17:58,438 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 41.33' 2019-09-11 19:17:58,438 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:17:58,458 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:17:58,460 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.38",loadavg1="0.28",loadavg2="0.11",loadavg3="1/119",loadavg4="1667",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="95.95",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.05",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.95",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.05",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.95",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.05",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.95",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.05",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.95",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.05",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.95",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.05",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229473156322048 2019-09-11 19:17:58,530 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=47 END 2019-09-11 19:17:58,530 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=48 START 2019-09-11 19:17:58,531 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:58,575 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:58,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.38",loadavg1="0.28",loadavg2="0.11",loadavg3="1/119",loadavg4="1669",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="72.50",mpstat_average.cpu.%iowait="7.50",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="15.00",mpstat_average.cpu.%steal="5.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="72.50",mpstat_average.cpu0.%iowait="7.50",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="15.00",mpstat_average.cpu0.%steal="5.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="72.50",mpstat_maximun.cpu.%iowait="7.50",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="15.00",mpstat_maximun.cpu.%steal="5.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="72.50",mpstat_maximun.cpu0.%iowait="7.50",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="15.00",mpstat_maximun.cpu0.%steal="5.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="72.50",mpstat_minimum.cpu.%iowait="7.50",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="15.00",mpstat_minimum.cpu.%steal="5.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="72.50",mpstat_minimum.cpu0.%iowait="7.50",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="15.00",mpstat_minimum.cpu0.%steal="5.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229475254106112 2019-09-11 19:17:58,679 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:58,681 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.35",loadavg1="0.28",loadavg2="0.11",loadavg3="1/119",loadavg4="1671",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="30.00",mpstat_average.cpu.%iowait="46.67",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="23.33",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="30.00",mpstat_average.cpu0.%iowait="46.67",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="23.33",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="30.00",mpstat_maximun.cpu.%iowait="46.67",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="23.33",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="30.00",mpstat_maximun.cpu0.%iowait="46.67",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="23.33",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="30.00",mpstat_minimum.cpu.%iowait="46.67",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="23.33",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="30.00",mpstat_minimum.cpu0.%iowait="46.67",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="23.33",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229477360519936 2019-09-11 19:17:58,823 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:17:58,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568229474549444864 2019-09-11 19:17:58,928 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:17:58,928 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=3.94 1568229477603497984 2019-09-11 19:17:59,073 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:17:59,099 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.15 0.53 0.20 2/127 2087\n' 2019-09-11 19:17:59,100 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:59,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:17:59,440 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=48 END 2019-09-11 19:17:59,441 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=49 START 2019-09-11 19:17:59,441 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:17:59,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.35 0.28 0.11 1/119 1675\n' 2019-09-11 19:17:59,446 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:17:59,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:00,214 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:17:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:00,214 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:59 ' 2019-09-11 19:18:00,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:18:00,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00' 2019-09-11 19:18:00,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:18:00,219 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,220 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,221 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:18:00,221 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:17:59 0' 2019-09-11 19:18:00,222 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00' 2019-09-11 19:18:00,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00' 2019-09-11 19:18:00,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:00,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:18:00,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:00,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.00' 2019-09-11 19:18:00,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00' 2019-09-11 19:18:00,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:00,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:18:00,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00' 2019-09-11 19:18:00,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 2.00' 2019-09-11 19:18:00,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,239 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,239 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:00,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:17:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:00,515 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:00 ' 2019-09-11 19:18:00,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:00,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,517 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,518 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 21.21' 2019-09-11 19:18:00,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,520 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 78.79' 2019-09-11 19:18:00,520 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:00,521 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:00 0' 2019-09-11 19:18:00,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,523 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.21 0.00' 2019-09-11 19:18:00,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 78.79' 2019-09-11 19:18:00,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:00,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:18:00,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:00,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,530 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.21' 2019-09-11 19:18:00,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 78.79' 2019-09-11 19:18:00,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:00,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:18:00,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:00,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:00,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.21' 2019-09-11 19:18:00,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:18:00,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 78.79' 2019-09-11 19:18:00,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:01,077 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=29 END 2019-09-11 19:18:01,078 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=30 START 2019-09-11 19:18:01,078 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:01,241 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=48 END 2019-09-11 19:18:01,242 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=49 START 2019-09-11 19:18:01,242 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:01,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.15 0.53 0.20 2/127 2090\n' 2019-09-11 19:18:01,265 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:01,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:01,541 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=49 END 2019-09-11 19:18:01,541 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=50 START 2019-09-11 19:18:01,542 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:01,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.32 0.27 0.11 1/119 1677\n' 2019-09-11 19:18:01,547 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:01,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:02,122 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'12.8' 2019-09-11 19:18:02,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:01 all 0.00 0.00 97.73 0.00 0.00 2.27 0.00 0.00 0.00 0.00\n19:18:01 0 0.00 0.00 97.73 0.00 0.00 2.27 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 97.73 0.00 0.00 2.27 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 97.73 0.00 0.00 2.27 0.00 0.00 0.00 0.00\n' 2019-09-11 19:18:02,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:02,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:02 ' 2019-09-11 19:18:02,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:02,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:18:02,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 19.39 0.00' 2019-09-11 19:18:02,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:02,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 80.61\n19:18:02 ' 2019-09-11 19:18:02,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:18:02,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:02,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:02,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 19.39 0.00' 2019-09-11 19:18:02,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:02,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 80.61' 2019-09-11 19:18:02,607 [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-11 19:18:02,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:18:02,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:02,609 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,609 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 19.39' 2019-09-11 19:18:02,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 80.61' 2019-09-11 19:18:02,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:18:02,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:18:02,616 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,616 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,617 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:02,617 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,618 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 19.39' 2019-09-11 19:18:02,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,620 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:02,620 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 80.61' 2019-09-11 19:18:02,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:03,125 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: rtt 12.800000 > sla: max_rtt(10.000000); ',) 2019-09-11 19:18:03,328 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=49 END 2019-09-11 19:18:03,329 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=50 START 2019-09-11 19:18:03,329 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:03,362 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.14 0.53 0.21 3/126 2095\n' 2019-09-11 19:18:03,363 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:03,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:03,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=50 END 2019-09-11 19:18:03,624 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=51 START 2019-09-11 19:18:03,624 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:03,629 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.32 0.27 0.11 1/119 1679\n' 2019-09-11 19:18:03,630 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:03,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:04,030 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:04,032 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.17",loadavg1="0.52",loadavg2="0.20",loadavg3="4/127",loadavg4="2081",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="2.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.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="2.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.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="2.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.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="2.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.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="2.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.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="2.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.00",mpstat_minimum.cpu0.%usr="0.00" 1568229478530127104 2019-09-11 19:18:04,127 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=30 END 2019-09-11 19:18:04,127 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=31 START 2019-09-11 19:18:04,128 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:04,152 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:04,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.15",loadavg1="0.53",loadavg2="0.20",loadavg3="2/127",loadavg4="2087",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="2.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.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="2.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.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="2.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.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="2.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.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="2.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.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="2.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.00",mpstat_minimum.cpu0.%usr="0.00" 1568229481241691136 2019-09-11 19:18:04,252 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:04,253 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.15",loadavg1="0.53",loadavg2="0.20",loadavg3="2/127",loadavg4="2090",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="2.27",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="97.73",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="2.27",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="97.73",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="2.27",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="97.73",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="2.27",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="97.73",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="2.27",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="97.73",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="2.27",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="97.73",mpstat_minimum.cpu0.%usr="0.00" 1568229483328382976 2019-09-11 19:18:04,370 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:04,372 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.35",loadavg1="0.28",loadavg2="0.11",loadavg3="1/119",loadavg4="1673",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="41.33",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="57.33",mpstat_average.cpu.%steal="1.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="41.33",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="57.33",mpstat_average.cpu0.%steal="1.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="41.33",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="57.33",mpstat_maximun.cpu.%steal="1.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="41.33",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="57.33",mpstat_maximun.cpu0.%steal="1.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="41.33",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="57.33",mpstat_minimum.cpu.%steal="1.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="41.33",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="57.33",mpstat_minimum.cpu0.%steal="1.33",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229479440664064 2019-09-11 19:18:04,432 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:03 all 0.00 0.00 73.00 0.00 0.00 2.00 0.00 0.00 0.00 25.00\n19:18:03 0 0.00 0.00 73.00 0.00 0.00 2.00 0.00 0.00 0.00 25.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 73.00 0.00 0.00 2.00 0.00 0.00 0.00 25.00\nAverage: 0 0.00 0.00 73.00 0.00 0.00 2.00 0.00 0.00 0.00 25.00\n' 2019-09-11 19:18:04,480 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:04,482 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.35",loadavg1="0.28",loadavg2="0.11",loadavg3="1/119",loadavg4="1675",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="21.21",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="78.79",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="21.21",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="78.79",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="21.21",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="78.79",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="21.21",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="78.79",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="21.21",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="78.79",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="21.21",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229481541181952 2019-09-11 19:18:04,581 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:04,583 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.32",loadavg1="0.27",loadavg2="0.11",loadavg3="1/119",loadavg4="1677",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="80.61",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="19.39",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.61",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="19.39",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.61",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="19.39",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.61",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="19.39",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.61",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="19.39",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.61",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="19.39",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229483623322112 2019-09-11 19:18:04,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:04,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:04 ' 2019-09-11 19:18:04,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:18:04,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:04,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:04,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:04,683 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 18.56 0.00' 2019-09-11 19:18:04,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:04,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:04,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.44' 2019-09-11 19:18:04,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:04 ' 2019-09-11 19:18:04,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:18:04,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:04,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:04,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:04,691 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:04,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 18.56 0.00' 2019-09-11 19:18:04,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:04,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.44\n' 2019-09-11 19:18:04,695 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:18:04,696 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:04,697 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:04,698 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:04,699 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:04,699 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 18.56 0.00' 2019-09-11 19:18:04,699 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568229481077789184 2019-09-11 19:18:04,700 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:04,701 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.44\n' 2019-09-11 19:18:04,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:18:04,703 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:04,704 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:04,705 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:04,706 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 18.56 0.00' 2019-09-11 19:18:04,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:04,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.44\n' 2019-09-11 19:18:04,799 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:04,800 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=12.8 1568229484127188992 2019-09-11 19:18:05,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-11 19:18:05,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":15892805 , "packets_per_second":796901, "flows":110, "errors":0 }\n' 2019-09-11 19:18:05,190 [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-11 19:18:05,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'14722159' 2019-09-11 19:18:05,201 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1170646 - Lost ppm 73659 2019-09-11 19:18:05,202 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 73659 > sla_max_ppm 1000; ',) 2019-09-11 19:18:05,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=50 END 2019-09-11 19:18:05,435 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=51 START 2019-09-11 19:18:05,435 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:05,478 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.14 0.53 0.21 1/123 2111\n' 2019-09-11 19:18:05,479 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:05,554 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:05,710 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=51 END 2019-09-11 19:18:05,711 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=52 START 2019-09-11 19:18:05,711 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:05,716 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.30 0.27 0.11 1/119 1685\n' 2019-09-11 19:18:05,717 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:05,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:06,204 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15014 seq=2 END 2019-09-11 19:18:06,205 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:18:06,205 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:18:06,205 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:18:06,219 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:06,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=110i,packets_per_second=796901i,packets_received=14722159i,packets_sent=15892805i,packetsize=64i,ppm=73659.0 1568229486204329984 2019-09-11 19:18:06,335 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:18:06,336 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:18:06,339 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:18:06,349 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:18:06,350 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.125 2019-09-11 19:18:06,351 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.125 2019-09-11 19:18:06,548 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:04 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:06,549 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:05 ' 2019-09-11 19:18:06,550 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:18:06,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:06,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00 0.00' 2019-09-11 19:18:06,553 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:06,554 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:06,585 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:06,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 99.00' 2019-09-11 19:18:06,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:06,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:05 0' 2019-09-11 19:18:06,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:06,590 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.00' 2019-09-11 19:18:06,590 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:06,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:06,592 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:06,593 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:06,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.00' 2019-09-11 19:18:06,595 [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-11 19:18:06,596 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:18:06,597 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:18:06,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:06,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00 0.00' 2019-09-11 19:18:06,600 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:06,601 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:06,602 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:06,603 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.00\n' 2019-09-11 19:18:06,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:18:06,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:06,606 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00' 2019-09-11 19:18:06,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:06,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:06,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:06,609 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.00' 2019-09-11 19:18:06,610 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:06,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:18:06,622 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-11 19:18:06,623 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-11 19:18:06,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:06 all 9.09 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 87.88\n19:18:06 0 9.09 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 87.88\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 9.09 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 87.88\nAverage: 0 9.09 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 87.88\n' 2019-09-11 19:18:07,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:18:07,143 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=31 END 2019-09-11 19:18:07,143 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=32 START 2019-09-11 19:18:07,144 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:07,613 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=51 END 2019-09-11 19:18:07,613 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=52 START 2019-09-11 19:18:07,614 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:07,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.05 0.53 0.21 1/125 2152\n' 2019-09-11 19:18:07,634 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:07,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:07,788 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=52 END 2019-09-11 19:18:07,788 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=53 START 2019-09-11 19:18:07,789 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:07,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.30 0.27 0.11 1/119 1723\n' 2019-09-11 19:18:07,794 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:07,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:08,212 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-11 19:18:08,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:06 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:07 all 0.00 0.00 0.00 72.86 0.00 0.00 0.00 0.00 0.00 27.14\n19:18:07 0 0.00 0.00 0.00 72.86 0.00 0.00 0.00 0.00 0.00 27.14\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 72.86 0.00 0.00 0.00 0.00 0.00 27.14\nAverage: 0 0.00 0.00 0.00 72.86 0.00 0.00 0.00 0.00 0.00 27.14\n' 2019-09-11 19:18:08,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:08,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:08 all' 2019-09-11 19:18:08,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:08,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:08,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00' 2019-09-11 19:18:08,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:08,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:08,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:08,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:08,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.00' 2019-09-11 19:18:08,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:08 ' 2019-09-11 19:18:08,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:18:08,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.00' 2019-09-11 19:18:08,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:08,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:08,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:08,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.00' 2019-09-11 19:18:08,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:08,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:08,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:18:08,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:08,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:08,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00 0.00' 2019-09-11 19:18:08,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:08,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:08,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.00' 2019-09-11 19:18:08,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:18:08,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:08,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:08,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.00' 2019-09-11 19:18:08,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:08,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:08,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.00' 2019-09-11 19:18:08,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:09,707 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=52 END 2019-09-11 19:18:09,708 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=53 START 2019-09-11 19:18:09,708 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:09,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.05 0.53 0.21 1/124 2157\n' 2019-09-11 19:18:09,715 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:09,759 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:09,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=53 END 2019-09-11 19:18:09,896 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=54 START 2019-09-11 19:18:09,896 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:09,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.35 0.28 0.11 1/119 1725\n' 2019-09-11 19:18:09,902 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:09,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:10,060 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15020 seq=1 START 2019-09-11 19:18:10,061 [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-11 19:18:10,073 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 50 64 20 1 1000000 2019-09-11 19:18:10,217 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=32 END 2019-09-11 19:18:10,217 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=33 START 2019-09-11 19:18:10,218 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:10,760 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:09 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:18:09 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-11 19:18:10,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:10 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:18: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-11 19:18:11,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.133' 2019-09-11 19:18:11,345 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:11,348 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.14",loadavg1="0.53",loadavg2="0.21",loadavg3="3/126",loadavg4="2095",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="25.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="2.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="73.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="25.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="2.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="73.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="25.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="2.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="73.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="25.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="2.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="73.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="25.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="2.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="73.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="25.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="2.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="73.00",mpstat_minimum.cpu0.%usr="0.00" 1568229485434149888 2019-09-11 19:18:11,466 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:11,468 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.14",loadavg1="0.53",loadavg2="0.21",loadavg3="1/123",loadavg4="2111",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" 1568229487613178880 2019-09-11 19:18:11,573 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:11,575 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.05",loadavg1="0.53",loadavg2="0.21",loadavg3="1/125",loadavg4="2152",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="27.14",mpstat_average.cpu.%iowait="72.86",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="27.14",mpstat_average.cpu0.%iowait="72.86",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="27.14",mpstat_maximun.cpu.%iowait="72.86",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="27.14",mpstat_maximun.cpu0.%iowait="72.86",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="27.14",mpstat_minimum.cpu.%iowait="72.86",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="27.14",mpstat_minimum.cpu0.%iowait="72.86",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" 1568229489707514112 2019-09-11 19:18:11,694 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:11,696 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.32",loadavg1="0.27",loadavg2="0.11",loadavg3="1/119",loadavg4="1679",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="81.44",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="18.56",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="81.44",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="18.56",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="81.44",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="18.56",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="81.44",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="18.56",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="81.44",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="18.56",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="81.44",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="18.56",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229485710329088 2019-09-11 19:18:11,762 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=53 END 2019-09-11 19:18:11,763 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=54 START 2019-09-11 19:18:11,763 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:11,768 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.05 0.53 0.21 1/126 2170\n' 2019-09-11 19:18:11,769 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:11,804 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:11,806 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.30",loadavg1="0.27",loadavg2="0.11",loadavg3="1/119",loadavg4="1685",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="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="87.88",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.03",mpstat_average.cpu0.%usr="9.09",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="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="87.88",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.03",mpstat_maximun.cpu0.%usr="9.09",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="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="87.88",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.03",mpstat_minimum.cpu0.%usr="9.09" 1568229487788016128 2019-09-11 19:18:11,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:11,902 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:11,904 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.30",loadavg1="0.27",loadavg2="0.11",loadavg3="1/119",loadavg4="1723",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.00",mpstat_average.cpu.%iowait="10.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="90.00",mpstat_average.cpu0.%iowait="10.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="90.00",mpstat_maximun.cpu.%iowait="10.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="90.00",mpstat_maximun.cpu0.%iowait="10.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="90.00",mpstat_minimum.cpu.%iowait="10.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="90.00",mpstat_minimum.cpu0.%iowait="10.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" 1568229489895198976 2019-09-11 19:18:11,976 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=54 END 2019-09-11 19:18:11,977 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=55 START 2019-09-11 19:18:11,977 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:11,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.35 0.28 0.11 1/119 1732\n' 2019-09-11 19:18:11,983 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:12,020 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:12,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.35",loadavg1="0.28",loadavg2="0.11",loadavg3="1/119",loadavg4="1725",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" 1568229491976447232 2019-09-11 19:18:12,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:12,136 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:12,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.105 1568229487143196160 2019-09-11 19:18:12,251 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:12,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.104 1568229490217195008 2019-09-11 19:18:12,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:11 all 2.00 0.00 52.00 6.00 0.00 0.00 0.00 0.00 0.00 40.00\n19:18:11 0 2.00 0.00 52.00 6.00 0.00 0.00 0.00 0.00 0.00 40.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 2.00 0.00 52.00 6.00 0.00 0.00 0.00 0.00 0.00 40.00\nAverage: 0 2.00 0.00 52.00 6.00 0.00 0.00 0.00 0.00 0.00 40.00\n' 2019-09-11 19:18:13,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:13,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:13 ' 2019-09-11 19:18:13,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:13,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:13,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:13,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.82' 2019-09-11 19:18:13,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:13,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:13,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.18\n' 2019-09-11 19:18:13,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:13 ' 2019-09-11 19:18:13,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:13,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:13,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:13,037 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:13,038 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.82 0.00' 2019-09-11 19:18:13,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:13,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.18\n' 2019-09-11 19:18:13,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:18:13,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:18:13,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:13,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:13,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.82 0.00 0.00 0.00 98.18\nAverage: 0 0.00 0.00 0.00 0.00 0.00 1.82 0.00 0.00 0.00 98.18\n' 2019-09-11 19:18:13,231 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=33 END 2019-09-11 19:18:13,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=34 START 2019-09-11 19:18:13,232 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:13,840 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=54 END 2019-09-11 19:18:13,841 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=55 START 2019-09-11 19:18:13,841 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:13,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.04 0.53 0.21 2/127 2234\n' 2019-09-11 19:18:13,847 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:13,914 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:14,046 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=55 END 2019-09-11 19:18:14,046 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=56 START 2019-09-11 19:18:14,047 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:14,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.35 0.28 0.11 2/119 1734\n' 2019-09-11 19:18:14,055 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:14,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:14,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-11 19:18:14,915 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:14,916 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:14 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:18: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-11 19:18:15,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:15,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:15 ' 2019-09-11 19:18:15,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:15,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 30.77' 2019-09-11 19:18:15,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:15,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 69.23\n' 2019-09-11 19:18:15,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:15 0' 2019-09-11 19:18:15,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 30.77' 2019-09-11 19:18:15,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:15,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 69.23' 2019-09-11 19:18:15,154 [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-11 19:18:15,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:18:15,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:18:15,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:15,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:15,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 30.77 0.00 0.00 0.00 69.23\nAverage: 0 0.00 0.00 0.00 0.00 0.00 30.77 0.00 0.00 0.00 69.23\n' 2019-09-11 19:18:15,918 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=55 END 2019-09-11 19:18:15,919 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=56 START 2019-09-11 19:18:15,919 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:15,924 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.04 0.53 0.21 2/126 2239\n' 2019-09-11 19:18:15,925 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:15,993 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:16,161 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=56 END 2019-09-11 19:18:16,161 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=57 START 2019-09-11 19:18:16,162 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:16,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.41 0.29 0.12 1/119 1736\n' 2019-09-11 19:18:16,181 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:16,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:16,245 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=34 END 2019-09-11 19:18:16,245 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=35 START 2019-09-11 19:18:16,246 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:16,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:16 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:18:16 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-11 19:18:17,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:17,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:17 ' 2019-09-11 19:18:17,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:17,239 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:17,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 53.85 0.00' 2019-09-11 19:18:17,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.85 3.85' 2019-09-11 19:18:17,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:17,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 38.46\n' 2019-09-11 19:18:17,245 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:17 0' 2019-09-11 19:18:17,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:17,247 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 53.85' 2019-09-11 19:18:17,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.85 3.85' 2019-09-11 19:18:17,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:17,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 38.46\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 53.85 0.00 3.85 3.85 0.00 0.00 38.46\nAverage: 0 0.00 0.00 0.00 53.85 0.00 3.85 3.85 0.00 0.00 38.46\n' 2019-09-11 19:18:17,257 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:18:17,356 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:17,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.05",loadavg1="0.53",loadavg2="0.21",loadavg3="1/124",loadavg4="2157",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" 1568229491762312960 2019-09-11 19:18:17,515 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:17,517 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.05",loadavg1="0.53",loadavg2="0.21",loadavg3="1/126",loadavg4="2170",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="40.00",mpstat_average.cpu.%iowait="6.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="40.00",mpstat_average.cpu0.%iowait="6.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="40.00",mpstat_maximun.cpu.%iowait="6.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="40.00",mpstat_maximun.cpu0.%iowait="6.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="40.00",mpstat_minimum.cpu.%iowait="6.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="40.00",mpstat_minimum.cpu0.%iowait="6.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" 1568229493840338944 2019-09-11 19:18:17,637 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:17,638 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.04",loadavg1="0.53",loadavg2="0.21",loadavg3="2/127",loadavg4="2234",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" 1568229495918781952 2019-09-11 19:18:17,761 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:17,763 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.35",loadavg1="0.28",loadavg2="0.11",loadavg3="1/119",loadavg4="1732",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.18",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.82",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.18",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.82",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.18",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.82",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.18",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.82",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.18",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.82",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.18",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.82",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229494046212864 2019-09-11 19:18:17,868 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:17,870 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.35",loadavg1="0.28",loadavg2="0.11",loadavg3="2/119",loadavg4="1734",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="69.23",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="30.77",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="69.23",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="30.77",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="69.23",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="30.77",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="69.23",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="30.77",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="69.23",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="30.77",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="69.23",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="30.77",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229496161320960 2019-09-11 19:18:17,987 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:17,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.133 1568229493231433984 2019-09-11 19:18:17,996 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=56 END 2019-09-11 19:18:17,997 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=57 START 2019-09-11 19:18:17,997 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:18,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.04 0.54 0.21 2/127 2245\n' 2019-09-11 19:18:18,003 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:18,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:18,108 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:18,108 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.069 1568229496245407232 2019-09-11 19:18:18,253 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=57 END 2019-09-11 19:18:18,254 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=58 START 2019-09-11 19:18:18,254 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:18,271 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.41 0.29 0.12 1/119 1738\n' 2019-09-11 19:18:18,272 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:18,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:19,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:19,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:18 ' 2019-09-11 19:18:19,049 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:19,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:18:19,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:18:19,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:18 0' 2019-09-11 19:18:19,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:18:19,060 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,061 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,063 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:19,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:18:19,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:18:19,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:18:19,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,068 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,068 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,069 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,069 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:19,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:18:19,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:19,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:18:19,072 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,072 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,073 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,073 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,074 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,075 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:19,261 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=35 END 2019-09-11 19:18:19,262 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=36 START 2019-09-11 19:18:19,262 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:19,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:19,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:19 all' 2019-09-11 19:18:19,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.25' 2019-09-11 19:18:19,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-11 19:18:19,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62\n' 2019-09-11 19:18:19,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:19 0' 2019-09-11 19:18:19,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,364 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.25' 2019-09-11 19:18:19,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-11 19:18:19,366 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:19,367 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62\n' 2019-09-11 19:18:19,368 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:18:19,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:18:19,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:19,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 6.25 3.12 0.00 0.00 90.62\nAverage: 0 0.00 0.00 0.00 0.00 0.00 6.25 3.12 0.00 0.00 90.62\n' 2019-09-11 19:18:20,077 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=57 END 2019-09-11 19:18:20,077 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=58 START 2019-09-11 19:18:20,078 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:20,083 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.04 0.54 0.21 2/127 2248\n' 2019-09-11 19:18:20,084 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:20,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:20,273 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-11 19:18:20,373 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=58 END 2019-09-11 19:18:20,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=59 START 2019-09-11 19:18:20,374 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:20,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.37 0.29 0.12 1/119 1740\n' 2019-09-11 19:18:20,387 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:20,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:21,281 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:20 all 0.00 0.00 98.91 0.00 0.00 1.09 0.00 0.00 0.00 0.00\n19:18:20 0 0.00 0.00 98.91 0.00 0.00 1.09 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.91 0.00 0.00 1.09 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 98.91 0.00 0.00 1.09 0.00 0.00 0.00 0.00\n' 2019-09-11 19:18:21,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:21,470 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:21 ' 2019-09-11 19:18:21,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:18:21,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:21,473 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.82 0.00' 2019-09-11 19:18:21,474 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.45 1.82' 2019-09-11 19:18:21,475 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:21,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 70.91\n19:18:21 ' 2019-09-11 19:18:21,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:18:21,479 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:18:21,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.82' 2019-09-11 19:18:21,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:21,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.45 1.82 0.00' 2019-09-11 19:18:21,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:21,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 70.91\n' 2019-09-11 19:18:21,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:18:21,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 1.82 0.00 25.45 1.82 0.00 0.00 70.91\nAverage: 0 0.00 0.00 0.00 1.82 0.00 25.45 1.82 0.00 0.00 70.91\n' 2019-09-11 19:18:22,282 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=36 END 2019-09-11 19:18:22,282 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=37 START 2019-09-11 19:18:22,283 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:22,283 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=58 END 2019-09-11 19:18:22,284 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=59 START 2019-09-11 19:18:22,284 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:22,294 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.04 0.54 0.21 2/127 2254\n' 2019-09-11 19:18:22,295 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:22,363 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:22,488 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=59 END 2019-09-11 19:18:22,489 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=60 START 2019-09-11 19:18:22,489 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:22,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.37 0.29 0.12 1/119 1742\n' 2019-09-11 19:18:22,504 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:22,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:23,226 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:23,228 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.04",loadavg1="0.53",loadavg2="0.21",loadavg3="2/126",loadavg4="2239",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" 1568229497996596224 2019-09-11 19:18:23,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-11 19:18:23,356 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.04",loadavg1="0.54",loadavg2="0.21",loadavg3="2/127",loadavg4="2245",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" 1568229500077179904 2019-09-11 19:18:23,364 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:22 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:18:22 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-11 19:18:23,464 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.04",loadavg1="0.54",loadavg2="0.21",loadavg3="2/127",loadavg4="2248",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.09",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.91",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.09",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.91",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.09",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.91",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.09",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.91",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.09",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.91",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.09",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.91",mpstat_minimum.cpu0.%usr="0.00" 1568229502283610112 2019-09-11 19:18:23,572 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:23,574 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.41",loadavg1="0.29",loadavg2="0.12",loadavg3="1/119",loadavg4="1736",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="38.46",mpstat_average.cpu.%iowait="53.85",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="3.85",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="38.46",mpstat_average.cpu0.%iowait="53.85",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="3.85",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="38.46",mpstat_maximun.cpu.%iowait="53.85",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="3.85",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="38.46",mpstat_maximun.cpu0.%iowait="53.85",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="3.85",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="38.46",mpstat_minimum.cpu.%iowait="53.85",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="3.85",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="38.46",mpstat_minimum.cpu0.%iowait="53.85",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="3.85",mpstat_minimum.cpu0.%steal="3.85",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229498253420032 2019-09-11 19:18:23,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:23,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:23 all' 2019-09-11 19:18:23,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:18:23,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.88' 2019-09-11 19:18:23,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 25.00' 2019-09-11 19:18:23,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00 0.00' 2019-09-11 19:18:23,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 50.00' 2019-09-11 19:18:23,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:23 ' 2019-09-11 19:18:23,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:18:23,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:23,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 21.88' 2019-09-11 19:18:23,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:23,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.00 3.12' 2019-09-11 19:18:23,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 50.00' 2019-09-11 19:18:23,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:23,600 [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-11 19:18:23,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:23,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:23,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.88 0.00 25.00 3.12 0.00 0.00 50.00\nAverage: 0 0.00 0.00 0.00 21.88 0.00 25.00 3.12 0.00 0.00 50.00\n' 2019-09-11 19:18:23,678 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.41",loadavg1="0.29",loadavg2="0.12",loadavg3="1/119",loadavg4="1738",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" 1568229500373441024 2019-09-11 19:18:23,831 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.37",loadavg1="0.29",loadavg2="0.12",loadavg3="1/119",loadavg4="1740",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="70.91",mpstat_average.cpu.%iowait="1.82",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="25.45",mpstat_average.cpu.%steal="1.82",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="70.91",mpstat_average.cpu0.%iowait="1.82",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="25.45",mpstat_average.cpu0.%steal="1.82",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="70.91",mpstat_maximun.cpu.%iowait="1.82",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="25.45",mpstat_maximun.cpu.%steal="1.82",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="70.91",mpstat_maximun.cpu0.%iowait="1.82",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="25.45",mpstat_maximun.cpu0.%steal="1.82",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="70.91",mpstat_minimum.cpu.%iowait="1.82",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="25.45",mpstat_minimum.cpu.%steal="1.82",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="70.91",mpstat_minimum.cpu0.%iowait="1.82",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="25.45",mpstat_minimum.cpu0.%steal="1.82",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229502488518912 2019-09-11 19:18:23,935 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568229499261452800 2019-09-11 19:18:24,030 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:24,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.082 1568229502282246144 2019-09-11 19:18:24,367 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=59 END 2019-09-11 19:18:24,367 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=60 START 2019-09-11 19:18:24,368 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:24,373 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.04 0.55 0.22 2/126 2259\n' 2019-09-11 19:18:24,374 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:24,442 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:24,605 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=60 END 2019-09-11 19:18:24,606 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=61 START 2019-09-11 19:18:24,606 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:24,618 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.37 0.29 0.12 2/119 1744\n' 2019-09-11 19:18:24,619 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:24,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:25,298 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=37 END 2019-09-11 19:18:25,298 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=38 START 2019-09-11 19:18:25,298 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:25,442 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:24 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:18:24 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-11 19:18:25,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:25,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:25 all' 2019-09-11 19:18:25,675 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:25,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:25,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.68' 2019-09-11 19:18:25,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-11 19:18:25,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 87.10' 2019-09-11 19:18:25,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:25 ' 2019-09-11 19:18:25,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:25,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:25,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:18:25,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.68 3.23 0.00' 2019-09-11 19:18:25,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:25,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.10\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.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-11 19:18:26,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.077' 2019-09-11 19:18:26,445 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=60 END 2019-09-11 19:18:26,445 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=61 START 2019-09-11 19:18:26,446 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:26,450 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.04 0.55 0.22 2/127 2265\n' 2019-09-11 19:18:26,451 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:26,519 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:26,689 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=61 END 2019-09-11 19:18:26,690 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=62 START 2019-09-11 19:18:26,690 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:26,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.34 0.28 0.12 1/119 1746\n' 2019-09-11 19:18:26,711 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:26,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:27,556 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:27,557 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:26 all 0.00' 2019-09-11 19:18:27,558 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:18:27,559 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,560 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:27,561 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,563 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,564 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:26 ' 2019-09-11 19:18:27,565 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:18:27,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:18:27,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:27,568 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,569 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,570 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:18:27,571 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:27,572 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:18:27,573 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,573 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:18:27,574 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,575 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:18:27,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:18:27,579 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,580 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:18:27,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,582 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,583 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:18:27,770 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:27,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:27 ' 2019-09-11 19:18:27,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:18:27,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 13.51' 2019-09-11 19:18:27,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-11 19:18:27,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:27,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 83.78' 2019-09-11 19:18:27,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:27,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:27 0' 2019-09-11 19:18:27,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:27,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:27,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 13.51' 2019-09-11 19:18:27,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-11 19:18:27,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 83.78\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.51 2.70 0.00 0.00 83.78\nAverage: 0 0.00 0.00 0.00 0.00 0.00 13.51 2.70 0.00 0.00 83.78\n' 2019-09-11 19:18:28,314 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=38 END 2019-09-11 19:18:28,314 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=39 START 2019-09-11 19:18:28,314 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:28,586 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=61 END 2019-09-11 19:18:28,587 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=62 START 2019-09-11 19:18:28,587 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:28,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.11 0.57 0.23 2/127 2268\n' 2019-09-11 19:18:28,593 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:28,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:28,785 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=62 END 2019-09-11 19:18:28,785 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=63 START 2019-09-11 19:18:28,786 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:28,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.34 0.28 0.12 1/119 1748\n' 2019-09-11 19:18:28,806 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:28,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:29,141 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.04",loadavg1="0.54",loadavg2="0.21",loadavg3="2/127",loadavg4="2254",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" 1568229504367105024 2019-09-11 19:18:29,245 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.04",loadavg1="0.55",loadavg2="0.22",loadavg3="2/126",loadavg4="2259",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" 1568229506445262080 2019-09-11 19:18:29,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-11 19:18:29,347 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:29,348 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.04",loadavg1="0.55",loadavg2="0.22",loadavg3="2/127",loadavg4="2265",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" 1568229508586427904 2019-09-11 19:18:29,444 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.37",loadavg1="0.29",loadavg2="0.12",loadavg3="1/119",loadavg4="1742",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="50.00",mpstat_average.cpu.%iowait="21.88",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="25.00",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="50.00",mpstat_average.cpu0.%iowait="21.88",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="25.00",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="50.00",mpstat_maximun.cpu.%iowait="21.88",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="25.00",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="50.00",mpstat_maximun.cpu0.%iowait="21.88",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="25.00",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="50.00",mpstat_minimum.cpu.%iowait="21.88",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="25.00",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="50.00",mpstat_minimum.cpu0.%iowait="21.88",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="25.00",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229504605612032 2019-09-11 19:18:29,544 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.37",loadavg1="0.29",loadavg2="0.12",loadavg3="2/119",loadavg4="1744",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" 1568229506689917952 2019-09-11 19:18:29,661 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:28 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:18:28 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-11 19:18:29,671 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:29,673 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.34",loadavg1="0.28",loadavg2="0.12",loadavg3="1/119",loadavg4="1746",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="83.78",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="13.51",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="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="83.78",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="13.51",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="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="83.78",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="13.51",mpstat_minimum.cpu0.%steal="2.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229508785180928 2019-09-11 19:18:29,785 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.094 1568229505297950976 2019-09-11 19:18:29,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:29,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:29 all' 2019-09-11 19:18:29,890 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:29,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:29,891 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.077 1568229508314048000 2019-09-11 19:18:29,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:18:29,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 19.44' 2019-09-11 19:18:29,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:18:29,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:29,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.78\n19:18:29 ' 2019-09-11 19:18:29,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:29,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:18:29,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:29,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 19.44 2.78' 2019-09-11 19:18:29,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:29,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.78\n' 2019-09-11 19:18:29,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:18:29,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:29,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:29,906 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:29,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 19.44 2.78 0.00 0.00 77.78\nAverage: 0 0.00 0.00 0.00 0.00 0.00 19.44 2.78 0.00 0.00 77.78\n' 2019-09-11 19:18:30,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=62 END 2019-09-11 19:18:30,665 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=63 START 2019-09-11 19:18:30,665 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:30,670 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.11 0.57 0.23 2/126 2273\n' 2019-09-11 19:18:30,671 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:30,715 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:30,909 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=63 END 2019-09-11 19:18:30,910 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=64 START 2019-09-11 19:18:30,910 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:30,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.32 0.28 0.12 1/119 1750\n' 2019-09-11 19:18:30,931 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:31,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:31,329 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=39 END 2019-09-11 19:18:31,330 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=40 START 2019-09-11 19:18:31,330 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:31,716 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:30 all 0.00 0.00 98.92 0.00 0.00 1.08 0.00 0.00 0.00 0.00\n19:18:30 0 0.00 0.00 98.92 0.00 0.00 1.08 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.92 0.00 0.00 1.08 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 98.92 0.00 0.00 1.08 0.00 0.00 0.00 0.00\n' 2019-09-11 19:18:32,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:32,012 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:31 ' 2019-09-11 19:18:32,013 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:32,014 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:32,015 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:32,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-11 19:18:32,017 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-11 19:18:32,018 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:32,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-11 19:18:32,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:31 0' 2019-09-11 19:18:32,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:32,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:32,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:32,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-11 19:18:32,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:32,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 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-11 19:18:32,339 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-11 19:18:32,719 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=63 END 2019-09-11 19:18:32,719 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=64 START 2019-09-11 19:18:32,720 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:32,724 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.56 0.23 1/126 2280\n' 2019-09-11 19:18:32,725 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:32,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:33,029 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=64 END 2019-09-11 19:18:33,030 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=65 START 2019-09-11 19:18:33,030 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:33,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.32 0.28 0.12 1/119 1752\n' 2019-09-11 19:18:33,036 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:33,103 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:33,298 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19943014 , "packets_per_second":999947, "flows":2550, "errors":0 }\n' 2019-09-11 19:18:33,299 [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-11 19:18:33,310 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19280116' 2019-09-11 19:18:33,311 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 662898 - Lost ppm 33240 2019-09-11 19:18:33,312 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 33240 > sla_max_ppm 1000; ',) 2019-09-11 19:18:33,836 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:32 all 0.00 0.00 1.06 11.70 0.00 0.00 0.00 0.00 0.00 87.23\n19:18:32 0 0.00 0.00 1.06 11.70 0.00 0.00 0.00 0.00 0.00 87.23\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.06 11.70 0.00 0.00 0.00 0.00 0.00 87.23\nAverage: 0 0.00 0.00 1.06 11.70 0.00 0.00 0.00 0.00 0.00 87.23\n' 2019-09-11 19:18:34,104 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:34 all 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:18:34 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-11 19:18:34,316 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15020 seq=1 END 2019-09-11 19:18:34,316 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15020 seq=2 START 2019-09-11 19:18:34,317 [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-11 19:18:34,328 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 50 64 20 1 1000000 2019-09-11 19:18:34,343 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=40 END 2019-09-11 19:18:34,344 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=41 START 2019-09-11 19:18:34,344 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:34,838 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=64 END 2019-09-11 19:18:34,839 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=65 START 2019-09-11 19:18:34,839 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:34,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.56 0.23 1/126 2299\n' 2019-09-11 19:18:34,845 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:34,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:34,996 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:34,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999947i,packets_received=19280116i,packets_sent=19943014i,packetsize=64i,ppm=33240.0 1568229514315514112 2019-09-11 19:18:35,106 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=65 END 2019-09-11 19:18:35,107 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=66 START 2019-09-11 19:18:35,108 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:35,112 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.29 0.27 0.11 1/119 1763\n' 2019-09-11 19:18:35,113 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:35,140 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:35,142 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.11",loadavg1="0.57",loadavg2="0.23",loadavg3="2/127",loadavg4="2268",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" 1568229510664557056 2019-09-11 19:18:35,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:35,261 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:35,263 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.11",loadavg1="0.57",loadavg2="0.23",loadavg3="2/126",loadavg4="2273",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.08",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.92",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.08",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.92",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.08",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.92",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.08",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.92",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.08",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.92",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.08",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.92",mpstat_minimum.cpu0.%usr="0.00" 1568229512718987008 2019-09-11 19:18:35,353 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.119' 2019-09-11 19:18:35,376 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:35,378 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.56",loadavg2="0.23",loadavg3="1/126",loadavg4="2280",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.23",mpstat_average.cpu.%iowait="11.70",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.06",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.23",mpstat_average.cpu0.%iowait="11.70",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.06",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.23",mpstat_maximun.cpu.%iowait="11.70",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.06",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.23",mpstat_maximun.cpu0.%iowait="11.70",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.06",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.23",mpstat_minimum.cpu.%iowait="11.70",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.06",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.23",mpstat_minimum.cpu0.%iowait="11.70",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.06",mpstat_minimum.cpu0.%usr="0.00" 1568229514838636032 2019-09-11 19:18:35,497 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.34",loadavg1="0.28",loadavg2="0.12",loadavg3="1/119",loadavg4="1748",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="77.78",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="19.44",mpstat_average.cpu.%steal="2.78",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.78",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="19.44",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="77.78",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="19.44",mpstat_maximun.cpu.%steal="2.78",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.78",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="19.44",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="77.78",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="19.44",mpstat_minimum.cpu.%steal="2.78",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.78",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="19.44",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229510909924096 2019-09-11 19:18:35,622 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:35,624 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.32",loadavg1="0.28",loadavg2="0.12",loadavg3="1/119",loadavg4="1750",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" 1568229513029304064 2019-09-11 19:18:35,731 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.32",loadavg1="0.28",loadavg2="0.12",loadavg3="1/119",loadavg4="1752",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" 1568229515106846208 2019-09-11 19:18:35,843 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.099 1568229511329906944 2019-09-11 19:18:35,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:35 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n19:18:35 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-11 19:18:35,955 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.113 1568229514343628800 2019-09-11 19:18:36,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:36,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:36 all' 2019-09-11 19:18:36,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:36,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.00' 2019-09-11 19:18:36,185 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:36,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:36,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 95.00\n' 2019-09-11 19:18:36,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:36 0' 2019-09-11 19:18:36,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:36,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:36,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.00 0.00' 2019-09-11 19:18:36,193 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:36,194 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:36,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.00' 2019-09-11 19:18:36,196 [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-11 19:18:36,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:18:36,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:36,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:36,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.00 0.00' 2019-09-11 19:18:36,201 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:36,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:36,203 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.00' 2019-09-11 19:18:36,203 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:18:36,204 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:36,205 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:36,206 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.00' 2019-09-11 19:18:36,207 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:18:36,208 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:36,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 95.00' 2019-09-11 19:18:36,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:36,890 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=65 END 2019-09-11 19:18:36,891 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=66 START 2019-09-11 19:18:36,891 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:36,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.56 0.23 2/126 2365\n' 2019-09-11 19:18:36,897 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:36,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:37,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=66 END 2019-09-11 19:18:37,213 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=67 START 2019-09-11 19:18:37,213 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:37,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.29 0.27 0.11 1/119 1765\n' 2019-09-11 19:18:37,236 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:37,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:37,356 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=41 END 2019-09-11 19:18:37,357 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=42 START 2019-09-11 19:18:37,357 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:37,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:37 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:18: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-11 19:18:38,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:38,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:38 ' 2019-09-11 19:18:38,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:38,295 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:38,296 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:38,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50' 2019-09-11 19:18:38,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-11 19:18:38,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:38,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38\n19:18:38 ' 2019-09-11 19:18:38,301 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:18:38,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:38,303 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:38,304 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:38,305 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50 3.12 0.00' 2019-09-11 19:18:38,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:38,307 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38\n' 2019-09-11 19:18:38,308 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:38,309 [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-11 19:18:38,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-11 19:18:38,968 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=66 END 2019-09-11 19:18:38,969 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=67 START 2019-09-11 19:18:38,969 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:38,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.57 0.23 3/127 2371\n' 2019-09-11 19:18:38,975 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:39,043 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:39,311 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=67 END 2019-09-11 19:18:39,312 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=68 START 2019-09-11 19:18:39,312 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:39,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.29 0.27 0.11 1/119 1767\n' 2019-09-11 19:18:39,331 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:39,386 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:40,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=42 END 2019-09-11 19:18:40,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=43 START 2019-09-11 19:18:40,375 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:40,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:40,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:40 ' 2019-09-11 19:18:40,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:40,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,390 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:40,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.11' 2019-09-11 19:18:40,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.89' 2019-09-11 19:18:40,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:40,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:40 0' 2019-09-11 19:18:40,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:40,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.11' 2019-09-11 19:18:40,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:40,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.89' 2019-09-11 19:18:40,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:40,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:40,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:18:40,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:40,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.11' 2019-09-11 19:18:40,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:40,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.89\n' 2019-09-11 19:18:40,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:18:40,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:40,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:40,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.11 0.00' 2019-09-11 19:18:40,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,417 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:40,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.89' 2019-09-11 19:18:40,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:41,109 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.56",loadavg2="0.23",loadavg3="1/126",loadavg4="2299",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" 1568229516890789888 2019-09-11 19:18:41,126 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:41,127 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:40 all' 2019-09-11 19:18:41,128 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:41,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.72 0.00' 2019-09-11 19:18:41,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:41,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.28' 2019-09-11 19:18:41,131 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:41,132 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:41,133 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:18:41,134 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:40 0 0.00' 2019-09-11 19:18:41,135 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.72' 2019-09-11 19:18:41,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:41,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.28' 2019-09-11 19:18:41,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:41,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:41,140 [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-11 19:18:41,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:18:41,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:41,142 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.72' 2019-09-11 19:18:41,143 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:41,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.28 0.00' 2019-09-11 19:18:41,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:41,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:18:41,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:18:41,147 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:41,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:41,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.72 0.00' 2019-09-11 19:18:41,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:41,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.28' 2019-09-11 19:18:41,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:41,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:41,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:18:41,237 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:41,239 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.56",loadavg2="0.23",loadavg3="2/126",loadavg4="2365",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" 1568229518968809984 2019-09-11 19:18:41,360 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:41,362 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.29",loadavg1="0.27",loadavg2="0.11",loadavg3="1/119",loadavg4="1763",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" 1568229517212590080 2019-09-11 19:18:41,421 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=68 END 2019-09-11 19:18:41,422 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=69 START 2019-09-11 19:18:41,423 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:41,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.27 0.27 0.11 2/119 1769\n' 2019-09-11 19:18:41,436 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:41,467 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:41,469 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.29",loadavg1="0.27",loadavg2="0.11",loadavg3="1/119",loadavg4="1765",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" 1568229519311741952 2019-09-11 19:18:41,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:41,587 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:41,589 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.29",loadavg1="0.27",loadavg2="0.11",loadavg3="1/119",loadavg4="1767",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="8.11",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="91.89",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="8.11",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="91.89",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="8.11",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="91.89",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="8.11",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="91.89",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="8.11",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="91.89",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="8.11",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229521421537024 2019-09-11 19:18:41,708 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.119 1568229517356858112 2019-09-11 19:18:41,817 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:41,818 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.107 1568229520374049024 2019-09-11 19:18:42,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:18:42,154 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=67 END 2019-09-11 19:18:42,155 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=68 START 2019-09-11 19:18:42,155 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:42,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.57 0.23 3/127 2377\n' 2019-09-11 19:18:42,161 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:42,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:42,505 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:42,506 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:42 ' 2019-09-11 19:18:42,507 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:18:42,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:42,509 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:42,510 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:42,511 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 47.06' 2019-09-11 19:18:42,512 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.88' 2019-09-11 19:18:42,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 47.06\n19:18:42 0 0.00 0.00 0.00 0.00 0.00 47.06 5.88 0.00 0.00 47.06\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 47.06 5.88 0.00 0.00 47.06\nAverage: 0 0.00 0.00 0.00 0.00 0.00 47.06 5.88 0.00 0.00 47.06\n' 2019-09-11 19:18:43,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:43,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:42 all' 2019-09-11 19:18:43,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 96.00' 2019-09-11 19:18:43,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:43,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4.00' 2019-09-11 19:18:43,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:43,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:43,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:42 ' 2019-09-11 19:18:43,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:43,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:43,240 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 96.00 0.00' 2019-09-11 19:18:43,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 4.00' 2019-09-11 19:18:43,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:43,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:43,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:18:43,250 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 96.00 0.00 0.00' 2019-09-11 19:18:43,251 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4.00 0.00' 2019-09-11 19:18:43,252 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:43,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:43,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:18:43,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:43,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:43,257 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 96.00 0.00 0.00' 2019-09-11 19:18:43,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4.00 0.00' 2019-09-11 19:18:43,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:43,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:43,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:43,516 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=69 END 2019-09-11 19:18:43,516 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=70 START 2019-09-11 19:18:43,517 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:43,530 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.27 0.27 0.11 1/119 1771\n' 2019-09-11 19:18:43,531 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:43,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:44,154 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=43 END 2019-09-11 19:18:44,155 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=44 START 2019-09-11 19:18:44,155 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:44,264 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=68 END 2019-09-11 19:18:44,266 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=69 START 2019-09-11 19:18:44,266 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:44,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:44,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:44 ' 2019-09-11 19:18:44,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:44,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:44,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:44,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.97 0.00' 2019-09-11 19:18:44,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.48' 2019-09-11 19:18:44,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:44,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:44,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:44,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.55' 2019-09-11 19:18:44,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:44 ' 2019-09-11 19:18:44,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:18:44,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:44,609 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:44,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.97 0.00' 2019-09-11 19:18:44,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.48' 2019-09-11 19:18:44,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:44,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:44,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.55\n' 2019-09-11 19:18:44,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:18:44,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:18:44,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:44,616 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:44,616 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.97' 2019-09-11 19:18:44,617 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.48' 2019-09-11 19:18:44,618 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:44,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:44,620 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.55\n' 2019-09-11 19:18:44,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:18:44,622 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:18:44,623 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:44,624 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.97' 2019-09-11 19:18:44,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:44,626 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.48 0.00' 2019-09-11 19:18:44,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:44,628 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.55\n' 2019-09-11 19:18:44,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.58 0.24 2/127 2380\n' 2019-09-11 19:18:44,973 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:45,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:45,630 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=70 END 2019-09-11 19:18:45,631 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=71 START 2019-09-11 19:18:45,631 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:45,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.25 0.26 0.11 2/119 1773\n' 2019-09-11 19:18:45,641 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:45,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:45,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-11 19:18:46,041 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:45 all 0.00 0.00 96.00 0.00 0.00 4.00 0.00 0.00 0.00 0.00\n19:18:45 0 0.00 0.00 96.00 0.00 0.00 4.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 96.00 0.00 0.00 4.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 96.00 0.00 0.00 4.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:18:46,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:46,691 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:46 ' 2019-09-11 19:18:46,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:46,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:46,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:46,695 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:46,696 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 16.00' 2019-09-11 19:18:46,697 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.00' 2019-09-11 19:18:46,698 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 80.00' 2019-09-11 19:18:46,699 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:46,700 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:46 0' 2019-09-11 19:18:46,700 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:46,701 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:46,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 16.00 4.00 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 16.00 4.00 0.00 0.00 80.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 16.00 4.00 0.00 0.00 80.00\n' 2019-09-11 19:18:46,919 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:46,921 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.57",loadavg2="0.23",loadavg3="3/127",loadavg4="2371",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.28",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.72",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.28",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.72",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.28",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.72",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.28",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.72",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.28",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.72",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.28",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.72",mpstat_minimum.cpu0.%usr="0.00" 1568229522154118144 2019-09-11 19:18:47,021 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:47,023 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.57",loadavg2="0.23",loadavg3="3/127",loadavg4="2377",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="4.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="96.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="4.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="96.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="4.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="96.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="4.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="96.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="4.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="96.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="4.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="96.00",mpstat_minimum.cpu0.%usr="0.00" 1568229524264475136 2019-09-11 19:18:47,044 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=69 END 2019-09-11 19:18:47,044 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=70 START 2019-09-11 19:18:47,045 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:47,049 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.58 0.24 2/126 2385\n' 2019-09-11 19:18:47,050 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:47,091 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:47,136 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:47,138 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.58",loadavg2="0.24",loadavg3="2/127",loadavg4="2380",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="4.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="96.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="4.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="96.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="4.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="96.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="4.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="96.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="4.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="96.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="4.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="96.00",mpstat_minimum.cpu0.%usr="0.00" 1568229527044060928 2019-09-11 19:18:47,262 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:47,264 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.27",loadavg1="0.27",loadavg2="0.11",loadavg3="2/119",loadavg4="1769",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="47.06",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="47.06",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="47.06",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="47.06",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="47.06",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="47.06",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="47.06",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="47.06",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="47.06",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="47.06",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="47.06",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="47.06",mpstat_minimum.cpu0.%steal="5.88",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229523516113152 2019-09-11 19:18:47,359 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:47,361 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.27",loadavg1="0.27",loadavg2="0.11",loadavg3="1/119",loadavg4="1771",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.55",mpstat_average.cpu.%iowait="5.97",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.48",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="89.55",mpstat_average.cpu0.%iowait="5.97",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.48",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="89.55",mpstat_maximun.cpu.%iowait="5.97",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.48",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="89.55",mpstat_maximun.cpu0.%iowait="5.97",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.48",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="89.55",mpstat_minimum.cpu.%iowait="5.97",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.48",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="89.55",mpstat_minimum.cpu0.%iowait="5.97",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.48",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229525630760960 2019-09-11 19:18:47,471 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:47,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568229524154372864 2019-09-11 19:18:47,705 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=71 END 2019-09-11 19:18:47,705 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=72 START 2019-09-11 19:18:47,706 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:47,719 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.25 0.26 0.11 1/119 1775\n' 2019-09-11 19:18:47,720 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:47,770 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:47,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=44 END 2019-09-11 19:18:47,971 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=45 START 2019-09-11 19:18:47,971 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:48,092 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:47 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:18: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-11 19:18:48,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:48,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:48 all' 2019-09-11 19:18:48,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:48,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 8.82 0.00' 2019-09-11 19:18:48,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:48,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.18\n' 2019-09-11 19:18:48,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:48 0' 2019-09-11 19:18:48,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:48,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:18:48,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.82 0.00' 2019-09-11 19:18:48,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:48,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.18' 2019-09-11 19:18:48,786 [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-11 19:18:48,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:18:48,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:48,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:48,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.82' 2019-09-11 19:18:48,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:48,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:48,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.18\nAverage: 0 0.00 0.00 0.00 0.00 0.00 8.82 0.00 0.00 0.00 91.18\n' 2019-09-11 19:18:48,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.084' 2019-09-11 19:18:49,095 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=70 END 2019-09-11 19:18:49,096 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=71 START 2019-09-11 19:18:49,096 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:49,100 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.59 0.24 2/126 2391\n' 2019-09-11 19:18:49,102 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:49,169 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:49,795 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=72 END 2019-09-11 19:18:49,796 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=73 START 2019-09-11 19:18:49,796 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:49,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.23 0.26 0.11 1/119 1777\n' 2019-09-11 19:18:49,810 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:49,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:50,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:50,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:49 ' 2019-09-11 19:18:50,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:18:50,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,173 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,173 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:18:50,174 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,175 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:18:50,177 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:50,178 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:50,178 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:49 ' 2019-09-11 19:18:50,179 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:50,180 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:18:50,181 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,181 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,182 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:50,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,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-11 19:18:50,186 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:18:50,186 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:18:50,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:18:50,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:50,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,190 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,190 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,191 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:18:50,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:18:50,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:18:50,195 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:50,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:50,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:50,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:50 all' 2019-09-11 19:18:50,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 61.29' 2019-09-11 19:18:50,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.90' 2019-09-11 19:18:50,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.81\n' 2019-09-11 19:18:50,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:50 ' 2019-09-11 19:18:50,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:50,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 61.29' 2019-09-11 19:18:50,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.90 0.00' 2019-09-11 19:18:50,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:50,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.81' 2019-09-11 19:18:50,879 [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-11 19:18:50,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:18:50,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:50,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 61.29' 2019-09-11 19:18:50,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.90' 2019-09-11 19:18:50,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:50,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.81\n' 2019-09-11 19:18:50,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:18:50,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:50,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 61.29 0.00 12.90 0.00 0.00 0.00 25.81\n' 2019-09-11 19:18:50,984 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=45 END 2019-09-11 19:18:50,984 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=46 START 2019-09-11 19:18:50,985 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:51,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=71 END 2019-09-11 19:18:51,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=72 START 2019-09-11 19:18:51,201 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:51,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.59 0.24 2/126 2394\n' 2019-09-11 19:18:51,207 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:51,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:51,892 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=73 END 2019-09-11 19:18:51,893 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=74 START 2019-09-11 19:18:51,893 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:51,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.23 0.26 0.11 1/119 1779\n' 2019-09-11 19:18:51,906 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:51,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:51,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-11 19:18:52,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:52,276 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:51 ' 2019-09-11 19:18:52,277 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:18:52,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99' 2019-09-11 19:18:52,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 99.01' 2019-09-11 19:18:52,279 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:52,280 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 0.00\n19:18:51 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-11 19:18:52,567 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:52,569 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.58",loadavg2="0.24",loadavg3="2/126",loadavg4="2385",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" 1568229529095230208 2019-09-11 19:18:52,700 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:52,702 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.59",loadavg2="0.24",loadavg3="2/126",loadavg4="2391",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" 1568229531200987136 2019-09-11 19:18:52,801 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:52,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.25",loadavg1="0.26",loadavg2="0.11",loadavg3="2/119",loadavg4="1773",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="16.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="80.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="16.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="80.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="16.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="80.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="16.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="80.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="16.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="80.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="16.00",mpstat_minimum.cpu0.%steal="4.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229527704987904 2019-09-11 19:18:52,903 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:52,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.25",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1775",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="91.18",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="8.82",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="91.18",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="8.82",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="91.18",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="8.82",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="91.18",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="8.82",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="91.18",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="8.82",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="91.18",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="8.82",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229529795459072 2019-09-11 19:18:52,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:52,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:52 ' 2019-09-11 19:18:52,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:52,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:52,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:52,958 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:52,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.89' 2019-09-11 19:18:52,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:52,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 92.11' 2019-09-11 19:18:52,962 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:52,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:52 0' 2019-09-11 19:18:52,964 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:52,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:52,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:52,966 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.89 0.00' 2019-09-11 19:18:52,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:52,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.11\n' 2019-09-11 19:18:52,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:52,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:18:52,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:52,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:52,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.89' 2019-09-11 19:18:52,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:52,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.11' 2019-09-11 19:18:52,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:52,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:18:52,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:18:52,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:52,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:52,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:52,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:52,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.89' 2019-09-11 19:18:52,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:52,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.11' 2019-09-11 19:18:52,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:52,999 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.23",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1777",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="25.81",mpstat_average.cpu.%iowait="61.29",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="25.81",mpstat_average.cpu0.%iowait="61.29",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="25.81",mpstat_maximun.cpu.%iowait="61.29",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="25.81",mpstat_maximun.cpu0.%iowait="61.29",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="25.81",mpstat_minimum.cpu.%iowait="61.29",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="25.81",mpstat_minimum.cpu0.%iowait="61.29",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" 1568229531892307968 2019-09-11 19:18:53,125 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:53,126 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.08 1568229527970596096 2019-09-11 19:18:53,220 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:53,221 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.084 1568229530984246016 2019-09-11 19:18:53,282 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=72 END 2019-09-11 19:18:53,282 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=73 START 2019-09-11 19:18:53,283 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:53,288 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.59 0.24 2/125 2399\n' 2019-09-11 19:18:53,288 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:53,356 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:53,984 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=74 END 2019-09-11 19:18:53,985 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=75 START 2019-09-11 19:18:53,985 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:53,997 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.23 0.26 0.11 1/119 1781\n' 2019-09-11 19:18:53,998 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=46 END 2019-09-11 19:18:53,998 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:53,999 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=47 START 2019-09-11 19:18:53,999 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:54,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:54,357 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:53 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:18: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-11 19:18:55,010 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:18:55,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:55,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:55 ' 2019-09-11 19:18:55,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:18:55,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:55,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:55,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:55,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09 0.00' 2019-09-11 19:18:55,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:55,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:55,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.91\n' 2019-09-11 19:18:55,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:55 ' 2019-09-11 19:18:55,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:18:55,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:55,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:55,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09 0.00' 2019-09-11 19:18:55,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:55,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.91\n' 2019-09-11 19:18:55,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:55,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:18:55,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:55,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:55,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.09' 2019-09-11 19:18:55,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:55,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:55,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.91\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.09 0.00 0.00 0.00 90.91\n' 2019-09-11 19:18:55,360 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=73 END 2019-09-11 19:18:55,360 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=74 START 2019-09-11 19:18:55,361 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:55,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.59 0.24 2/126 2405\n' 2019-09-11 19:18:55,367 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:55,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:56,075 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=75 END 2019-09-11 19:18:56,075 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=76 START 2019-09-11 19:18:56,076 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:56,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.21 0.26 0.11 1/119 1783\n' 2019-09-11 19:18:56,092 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:56,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:56,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:56,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:55 all 0.00' 2019-09-11 19:18:56,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:56,437 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:18:56,438 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:56,439 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:56,440 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:56,441 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:56,442 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:56,443 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:18:55 ' 2019-09-11 19:18:56,444 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:18:56,445 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-11 19:18:56,446 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:18:56,447 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:56,448 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:56,448 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:56,449 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:56,450 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:56,451 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all 0.00' 2019-09-11 19:18:56,451 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:56,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:18:56,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:56,453 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:56,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:56,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:56,455 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:56,456 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:18:56,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0 0.00 0.00 100.00' 2019-09-11 19:18:56,458 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:56,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:56,460 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:56,461 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:56,462 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:18:57,014 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=47 END 2019-09-11 19:18:57,015 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=48 START 2019-09-11 19:18:57,015 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:18:57,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:57,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:57 ' 2019-09-11 19:18:57,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:57,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:57,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.58' 2019-09-11 19:18:57,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.90' 2019-09-11 19:18:57,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:57,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:57,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 80.52' 2019-09-11 19:18:57,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:57,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:57 ' 2019-09-11 19:18:57,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:18:57,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:57,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:57,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 15.58' 2019-09-11 19:18:57,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:57,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.90' 2019-09-11 19:18:57,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:57,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:57,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 80.52\n' 2019-09-11 19:18:57,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:57,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:18:57,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:18:57,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:57,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:57,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.58' 2019-09-11 19:18:57,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:57,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.90' 2019-09-11 19:18:57,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:57,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:57,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 80.52' 2019-09-11 19:18:57,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:57,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-11 19:18:57,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:57,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.58' 2019-09-11 19:18:57,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:57,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.90' 2019-09-11 19:18:57,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:57,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:57,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 80.52' 2019-09-11 19:18:57,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:57,464 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=74 END 2019-09-11 19:18:57,465 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=75 START 2019-09-11 19:18:57,465 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:57,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02 0.59 0.24 1/125 2409\n' 2019-09-11 19:18:57,472 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:57,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19975178 , "packets_per_second":999957, "flows":2550, "errors":0 }\n' 2019-09-11 19:18:57,523 [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-11 19:18:57,539 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:57,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19478262' 2019-09-11 19:18:57,734 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 496916 - Lost ppm 24877 2019-09-11 19:18:57,734 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 24877 > sla_max_ppm 1000; ',) 2019-09-11 19:18:58,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-11 19:18:58,175 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=76 END 2019-09-11 19:18:58,176 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=77 START 2019-09-11 19:18:58,176 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:58,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.21 0.26 0.11 1/119 1789\n' 2019-09-11 19:18:58,182 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:58,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:58,315 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:58,317 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.59",loadavg2="0.24",loadavg3="2/126",loadavg4="2394",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" 1568229533282263040 2019-09-11 19:18:58,442 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:58,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.59",loadavg2="0.24",loadavg3="2/125",loadavg4="2399",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" 1568229535360130048 2019-09-11 19:18:58,540 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:57 all 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:18:57 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-11 19:18:58,542 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:58,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.59",loadavg2="0.24",loadavg3="2/126",loadavg4="2405",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" 1568229537464296192 2019-09-11 19:18:58,639 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:18:58,641 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.23",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1779",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="92.11",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.89",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.11",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.89",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.11",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.89",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.11",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.89",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.11",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.89",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.11",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.89",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229533984296960 2019-09-11 19:18:58,736 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15020 seq=2 END 2019-09-11 19:18:58,737 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:18:58,737 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:18:58,738 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:18:58,752 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:58,754 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.23",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1781",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.91",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="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.91",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="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.91",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="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.91",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="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.91",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="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.91",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="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229536074989056 2019-09-11 19:18:58,896 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:58,898 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.21",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1783",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="80.52",mpstat_average.cpu.%iowait="15.58",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="3.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="80.52",mpstat_average.cpu0.%iowait="15.58",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="3.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="80.52",mpstat_maximun.cpu.%iowait="15.58",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="3.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="80.52",mpstat_maximun.cpu0.%iowait="15.58",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="3.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="80.52",mpstat_minimum.cpu.%iowait="15.58",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="3.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="80.52",mpstat_minimum.cpu0.%iowait="15.58",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="3.90",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229538175673856 2019-09-11 19:18:58,990 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:18:58,991 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.07 1568229533998512128 2019-09-11 19:18:59,099 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:59,100 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568229537014398208 2019-09-11 19:18:59,207 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:18:59,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999957i,packets_received=19478262i,packets_sent=19975178i,packetsize=64i,ppm=24877.0 1568229538736755968 2019-09-11 19:18:59,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:18:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:18:59,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:59 all' 2019-09-11 19:18:59,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:59,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:59,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:59,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:18:59,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:18:59 ' 2019-09-11 19:18:59,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:59,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:59,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:59,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:59,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:18:59,266 [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-11 19:18:59,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00' 2019-09-11 19:18:59,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:59,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,271 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,271 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:18:59,273 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:18:59,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:18:59,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:18:59,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,277 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:18:59,278 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:18:59,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:18:59,323 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:18:59,324 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:18:59,326 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:18:59,337 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:18:59,339 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.125 2019-09-11 19:18:59,340 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.125 2019-09-11 19:18:59,542 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=75 END 2019-09-11 19:18:59,543 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=76 START 2019-09-11 19:18:59,543 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:18:59,549 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.58 0.24 1/119 2424\n' 2019-09-11 19:18:59,550 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:18:59,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:18:59,612 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-11 19:18:59,613 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-11 19:18:59,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:18:59,947 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:19:00,028 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=48 END 2019-09-11 19:19:00,028 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=49 START 2019-09-11 19:19:00,029 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:00,281 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=77 END 2019-09-11 19:19:00,281 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=78 START 2019-09-11 19:19:00,282 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:00,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.19 0.25 0.11 1/119 1827\n' 2019-09-11 19:19:00,287 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:00,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:00,622 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:18:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:18:59 all 14.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 83.00\n19:18:59 0 14.00 0.00 3.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 14.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 83.00\nAverage: 0 14.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 83.00\n' 2019-09-11 19:19:01,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:19:01,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:01,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:01 ' 2019-09-11 19:19:01,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:01,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:01,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:01,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:01,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:01,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:19:01,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:01 0' 2019-09-11 19:19:01,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:01,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:19:01,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:01,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:19:01,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:01,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:19:01,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:01,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:19:01,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:01,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:19:01,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:01,625 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=76 END 2019-09-11 19:19:01,625 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=77 START 2019-09-11 19:19:01,626 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:01,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.58 0.24 1/124 2467\n' 2019-09-11 19:19:01,632 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:01,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:02,364 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=78 END 2019-09-11 19:19:02,365 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=79 START 2019-09-11 19:19:02,365 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:02,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.19 0.25 0.11 1/119 1829\n' 2019-09-11 19:19:02,370 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:02,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:02,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:02,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:01 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00' 2019-09-11 19:19:02,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:02,703 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:02,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:19:02,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:02,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:01 ' 2019-09-11 19:19:02,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00' 2019-09-11 19:19:02,709 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:19:02,710 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:02,710 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:19:02,711 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:19:02,712 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:02,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:02,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:02,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:02,715 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:02,715 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:19:02,716 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:02,717 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:02,717 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:19:02,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:02,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:02,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:02,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:02,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:02,722 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00\n' 2019-09-11 19:19:02,996 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15026 seq=1 START 2019-09-11 19:19:02,997 [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-11 19:19:03,009 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 100 64 20 1 1000000 2019-09-11 19:19:03,042 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=49 END 2019-09-11 19:19:03,042 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=50 START 2019-09-11 19:19:03,042 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:03,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:03 all 0.00 0.00 1.00 10.00 0.00 0.00 0.00 0.00 0.00 89.00\n19:19:03 0 0.00 0.00 1.00 10.00 0.00 0.00 0.00 0.00 0.00 89.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 10.00 0.00 0.00 0.00 0.00 0.00 89.00\nAverage: 0 0.00 0.00 1.00 10.00 0.00 0.00 0.00 0.00 0.00 89.00\n' 2019-09-11 19:19:03,725 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=77 END 2019-09-11 19:19:03,725 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=78 START 2019-09-11 19:19:03,726 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:03,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.57 0.24 1/125 2477\n' 2019-09-11 19:19:03,731 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:03,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:04,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-11 19:19:04,333 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:04,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="1.02",loadavg1="0.59",loadavg2="0.24",loadavg3="1/125",loadavg4="2409",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" 1568229539542716928 2019-09-11 19:19:04,413 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=79 END 2019-09-11 19:19:04,414 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=80 START 2019-09-11 19:19:04,414 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:04,450 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:04,452 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.93",loadavg1="0.58",loadavg2="0.24",loadavg3="1/119",loadavg4="2424",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="3.00",mpstat_average.cpu.%usr="14.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="3.00",mpstat_average.cpu0.%usr="14.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="3.00",mpstat_maximun.cpu.%usr="14.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="3.00",mpstat_maximun.cpu0.%usr="14.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="3.00",mpstat_minimum.cpu.%usr="14.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="3.00",mpstat_minimum.cpu0.%usr="14.00" 1568229541625171968 2019-09-11 19:19:04,581 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:04,583 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.93",loadavg1="0.58",loadavg2="0.24",loadavg3="1/124",loadavg4="2467",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" 1568229543725280000 2019-09-11 19:19:04,618 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.19 0.25 0.11 1/119 1836\n' 2019-09-11 19:19:04,619 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:04,683 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:04,684 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.21",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1789",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" 1568229540280945152 2019-09-11 19:19:04,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:04,791 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:04,793 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.19",loadavg1="0.25",loadavg2="0.11",loadavg3="1/119",loadavg4="1827",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" 1568229542364707072 2019-09-11 19:19:04,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:03 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n19:19:03 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-11 19:19:04,893 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:04,895 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.19",loadavg1="0.25",loadavg2="0.11",loadavg3="1/119",loadavg4="1829",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.00",mpstat_average.cpu.%iowait="10.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="89.00",mpstat_average.cpu0.%iowait="10.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="89.00",mpstat_maximun.cpu.%iowait="10.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="89.00",mpstat_maximun.cpu0.%iowait="10.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="89.00",mpstat_minimum.cpu.%iowait="10.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="89.00",mpstat_minimum.cpu0.%iowait="10.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" 1568229544413811968 2019-09-11 19:19:04,988 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:04,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.113 1568229540028217088 2019-09-11 19:19:05,081 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:05,082 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568229543041954048 2019-09-11 19:19:05,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:04 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:05,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:05 ' 2019-09-11 19:19:05,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:05,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 6.10' 2019-09-11 19:19:05,691 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:05,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:05,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:05,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.90' 2019-09-11 19:19:05,695 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:05,695 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:05 ' 2019-09-11 19:19:05,696 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:05,697 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:05,697 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:05,698 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:05,699 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.10 0.00' 2019-09-11 19:19:05,699 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:05,703 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 93.90\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 6.10 0.00 0.00 0.00 0.00 0.00 93.90\n' 2019-09-11 19:19:05,704 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:19:05,705 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:05,706 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.10' 2019-09-11 19:19:05,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:05,708 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:05,709 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.90' 2019-09-11 19:19:05,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:05,799 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=78 END 2019-09-11 19:19:05,800 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=79 START 2019-09-11 19:19:05,800 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:05,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.57 0.24 2/125 2543\n' 2019-09-11 19:19:05,806 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:05,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:06,056 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=50 END 2019-09-11 19:19:06,057 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=51 START 2019-09-11 19:19:06,057 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:06,712 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=80 END 2019-09-11 19:19:06,713 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=81 START 2019-09-11 19:19:06,713 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:06,725 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.26 0.26 0.11 1/119 1838\n' 2019-09-11 19:19:06,726 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:06,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:06,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:06 all 0.99 0.00 97.03 0.00 0.00 1.98 0.00 0.00 0.00 0.00\n19:19:06 0 0.99 0.00 97.03 0.00 0.00 1.98 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 97.03 0.00 0.00 1.98 0.00 0.00 0.00 0.00\nAverage: 0 0.99 0.00 97.03 0.00 0.00 1.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:19:07,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-11 19:19:07,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:06 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:07,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:07 ' 2019-09-11 19:19:07,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:07,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:07,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:07,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:07,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.50' 2019-09-11 19:19:07,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:07,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:07,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.50' 2019-09-11 19:19:07,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:07,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:07 0' 2019-09-11 19:19:07,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:07,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:07,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.50 0.00' 2019-09-11 19:19:07,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:07,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.50' 2019-09-11 19:19:07,787 [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-11 19:19:07,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:19:07,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:07,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:07,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:07,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:07,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.50 0.00' 2019-09-11 19:19:07,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:07,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.50' 2019-09-11 19:19:07,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:07,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:19:07,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:07,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:07,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.50' 2019-09-11 19:19:07,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:07,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.50' 2019-09-11 19:19:07,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:07,877 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=79 END 2019-09-11 19:19:07,878 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=80 START 2019-09-11 19:19:07,878 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:07,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.58 0.25 2/126 2549\n' 2019-09-11 19:19:07,884 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:07,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:08,804 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=81 END 2019-09-11 19:19:08,805 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=82 START 2019-09-11 19:19:08,805 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:08,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.26 0.26 0.11 1/119 1840\n' 2019-09-11 19:19:08,816 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:08,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:08,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:08,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:08 ' 2019-09-11 19:19:08,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:19:08,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:08,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.98 0.00' 2019-09-11 19:19:08,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:08,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.02' 2019-09-11 19:19:08,958 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:08,959 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:08,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:19:08,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:08 0 0.00 0.00 98.98 0.00' 2019-09-11 19:19:08,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.02' 2019-09-11 19:19:08,963 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:08,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:08,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:19:08,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:08,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:08,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:19:08,967 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:08,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.98 0.00' 2019-09-11 19:19:08,969 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.02' 2019-09-11 19:19:08,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:08,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:08,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:19:08,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:19:08,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.98 0.00' 2019-09-11 19:19:08,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.02' 2019-09-11 19:19:08,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:08,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:08,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:09,070 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=51 END 2019-09-11 19:19:09,071 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=52 START 2019-09-11 19:19:09,071 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:09,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:09,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:09 ' 2019-09-11 19:19:09,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:09,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:09,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:09,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.32' 2019-09-11 19:19:09,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.44' 2019-09-11 19:19:09,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:09,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.24' 2019-09-11 19:19:09,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:09 ' 2019-09-11 19:19:09,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:19:09,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:09,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:09,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:09,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.32 2.44' 2019-09-11 19:19:09,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:09,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.24' 2019-09-11 19:19:09,902 [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-11 19:19:09,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:19:09,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:09,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:09,906 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.32' 2019-09-11 19:19:09,906 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.44' 2019-09-11 19:19:09,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:09,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:09,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.24\n' 2019-09-11 19:19:09,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:19:09,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:09,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:09,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.32 2.44' 2019-09-11 19:19:09,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:09,914 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.24' 2019-09-11 19:19:09,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:09,981 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=80 END 2019-09-11 19:19:09,982 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=81 START 2019-09-11 19:19:09,982 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:09,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.58 0.25 3/126 2552\n' 2019-09-11 19:19:09,988 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:10,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:10,082 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:19:10,176 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:10,178 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.86",loadavg1="0.57",loadavg2="0.24",loadavg3="1/125",loadavg4="2477",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" 1568229545799513088 2019-09-11 19:19:10,273 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:10,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.86",loadavg1="0.57",loadavg2="0.24",loadavg3="2/125",loadavg4="2543",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.98",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="97.03",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="1.98",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="97.03",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="1.98",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="97.03",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="1.98",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="97.03",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="1.98",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="97.03",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="1.98",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="97.03",mpstat_minimum.cpu0.%usr="0.99" 1568229547877775872 2019-09-11 19:19:10,374 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:10,376 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.58",loadavg2="0.25",loadavg3="2/126",loadavg4="2549",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" 1568229549981400064 2019-09-11 19:19:10,476 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:10,477 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.19",loadavg1="0.25",loadavg2="0.11",loadavg3="1/119",loadavg4="1836",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="93.90",mpstat_average.cpu.%iowait="6.10",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.90",mpstat_average.cpu0.%iowait="6.10",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.90",mpstat_maximun.cpu.%iowait="6.10",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.90",mpstat_maximun.cpu0.%iowait="6.10",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.90",mpstat_minimum.cpu.%iowait="6.10",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.90",mpstat_minimum.cpu0.%iowait="6.10",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" 1568229546712544000 2019-09-11 19:19:10,609 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:10,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.26",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1838",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="7.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="92.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.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="92.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.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="92.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.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="92.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.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="92.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.50",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229548804444928 2019-09-11 19:19:10,712 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:10,713 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.099 1568229546056372992 2019-09-11 19:19:10,821 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:10,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.089 1568229549070415104 2019-09-11 19:19:10,917 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=82 END 2019-09-11 19:19:10,917 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=83 START 2019-09-11 19:19:10,917 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:10,922 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.23 0.26 0.11 2/119 1842\n' 2019-09-11 19:19:10,923 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:10,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:11,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:10 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:19: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-11 19:19:11,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:11,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:11 ' 2019-09-11 19:19:11,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:11,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:11,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 48.48' 2019-09-11 19:19:11,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.09' 2019-09-11 19:19:11,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:11,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:11,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:11,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 42.42' 2019-09-11 19:19:11,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:11,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:11 0 0.00' 2019-09-11 19:19:11,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 48.48' 2019-09-11 19:19:11,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.09' 2019-09-11 19:19:11,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:11,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 42.42\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:11,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00' 2019-09-11 19:19:11,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:11,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 48.48 0.00 9.09' 2019-09-11 19:19:11,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:11,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 42.42\nAverage: ' 2019-09-11 19:19:11,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:19:11,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 48.48 0.00 9.09' 2019-09-11 19:19:11,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:11,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 42.42\n' 2019-09-11 19:19:12,058 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=81 END 2019-09-11 19:19:12,059 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=82 START 2019-09-11 19:19:12,059 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:12,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.58 0.25 2/125 2557\n' 2019-09-11 19:19:12,065 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:12,086 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=52 END 2019-09-11 19:19:12,086 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=53 START 2019-09-11 19:19:12,086 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:12,133 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:12,983 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=83 END 2019-09-11 19:19:12,984 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=84 START 2019-09-11 19:19:12,984 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:12,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.23 0.26 0.11 1/119 1844\n' 2019-09-11 19:19:12,993 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:13,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:13,094 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:19:13,134 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:12 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:19: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-11 19:19:14,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:14,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:14 all' 2019-09-11 19:19:14,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 7.50 0.00' 2019-09-11 19:19:14,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:14,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.50' 2019-09-11 19:19:14,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:14 ' 2019-09-11 19:19:14,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:14,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:14,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:14,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:14,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.50 0.00' 2019-09-11 19:19:14,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:14,075 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.50' 2019-09-11 19:19:14,076 [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-11 19:19:14,076 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:14,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:19:14,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:14,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.50' 2019-09-11 19:19:14,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:14,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.50' 2019-09-11 19:19:14,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:19:14,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:19:14,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:14,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:14,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.50 0.00 0.00' 2019-09-11 19:19:14,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.50' 2019-09-11 19:19:14,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:14,136 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=82 END 2019-09-11 19:19:14,137 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=83 START 2019-09-11 19:19:14,137 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:14,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.59 0.25 2/125 2563\n' 2019-09-11 19:19:14,143 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:14,210 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:15,089 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=84 END 2019-09-11 19:19:15,089 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=85 START 2019-09-11 19:19:15,090 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:15,097 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=53 END 2019-09-11 19:19:15,098 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=54 START 2019-09-11 19:19:15,098 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:15,098 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.22 0.26 0.11 1/119 1846\n' 2019-09-11 19:19:15,099 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:15,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:15,211 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:14 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:19: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-11 19:19:15,915 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19: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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.58",loadavg2="0.25",loadavg3="3/126",loadavg4="2552",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" 1568229552058796800 2019-09-11 19:19:16,041 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:16,043 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.58",loadavg2="0.25",loadavg3="2/125",loadavg4="2557",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" 1568229554136337152 2019-09-11 19:19:16,110 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:19:16,146 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:16,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.26",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1840",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.24",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.32",mpstat_average.cpu.%steal="2.44",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.24",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.32",mpstat_average.cpu0.%steal="2.44",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.24",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.32",mpstat_maximun.cpu.%steal="2.44",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.24",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.32",mpstat_maximun.cpu0.%steal="2.44",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.24",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.32",mpstat_minimum.cpu.%steal="2.44",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.24",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.32",mpstat_minimum.cpu0.%steal="2.44",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229550917404928 2019-09-11 19:19:16,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:16,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:16 ' 2019-09-11 19:19:16,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:16,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:16,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.32' 2019-09-11 19:19:16,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.44 0.00' 2019-09-11 19:19:16,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.24' 2019-09-11 19:19:16,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:16,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:16 ' 2019-09-11 19:19:16,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:16,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.32' 2019-09-11 19:19:16,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.44 0.00' 2019-09-11 19:19:16,185 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.24' 2019-09-11 19:19:16,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:16,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:16,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:16,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:16,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:16,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:16,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.32' 2019-09-11 19:19:16,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.44' 2019-09-11 19:19:16,193 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:16,193 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.24' 2019-09-11 19:19:16,194 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:16,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-11 19:19:16,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:16,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.32' 2019-09-11 19:19:16,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.44' 2019-09-11 19:19:16,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:16,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.24\n' 2019-09-11 19:19:16,213 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=83 END 2019-09-11 19:19:16,214 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=84 START 2019-09-11 19:19:16,214 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:16,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.59 0.25 2/126 2569\n' 2019-09-11 19:19:16,219 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:16,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:16,283 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:16,285 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.23",loadavg1="0.26",loadavg2="0.11",loadavg3="2/119",loadavg4="1842",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="42.42",mpstat_average.cpu.%iowait="48.48",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.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="42.42",mpstat_average.cpu0.%iowait="48.48",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.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="42.42",mpstat_maximun.cpu.%iowait="48.48",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.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="42.42",mpstat_maximun.cpu0.%iowait="48.48",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.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="42.42",mpstat_minimum.cpu.%iowait="48.48",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.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="42.42",mpstat_minimum.cpu0.%iowait="48.48",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.09",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229552983525120 2019-09-11 19:19:16,379 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:16,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.23",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1844",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="7.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="92.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.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="92.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.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="92.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.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="92.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.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="92.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.50",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229555088994048 2019-09-11 19:19:16,486 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:16,486 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568229552086158080 2019-09-11 19:19:16,588 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:16,589 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568229555097881088 2019-09-11 19:19:17,202 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=85 END 2019-09-11 19:19:17,203 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=86 START 2019-09-11 19:19:17,203 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:17,213 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.22 0.26 0.11 1/119 1848\n' 2019-09-11 19:19:17,214 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:17,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:17,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:16 ' 2019-09-11 19:19:17,262 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:17,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:17,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.00 0.00' 2019-09-11 19:19:17,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.00' 2019-09-11 19:19:17,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:17,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:17,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:17,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:17,270 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19: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' 2019-09-11 19:19:17,271 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:17,272 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00' 2019-09-11 19:19:17,273 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:17,274 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:17,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:19:17,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:19:17,276 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:17,277 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.00' 2019-09-11 19:19:17,277 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:17,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:17,279 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00 0.00' 2019-09-11 19:19:17,279 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:17,280 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:19:17,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:18,114 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=54 END 2019-09-11 19:19:18,115 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=55 START 2019-09-11 19:19:18,115 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:18,282 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=84 END 2019-09-11 19:19:18,283 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=85 START 2019-09-11 19:19:18,283 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:18,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:18,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:18 ' 2019-09-11 19:19:18,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:18,288 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:18,288 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.89 0.60 0.25 2/126 2572\n' 2019-09-11 19:19:18,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:18,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 33.33' 2019-09-11 19:19:18,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:18,290 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:18,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.14' 2019-09-11 19:19:18,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.38' 2019-09-11 19:19:18,358 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:18,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:18,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:18,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 57.14\n19:19:18 0 0.00 0.00 0.00 33.33 0.00 7.14 2.38 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 33.33 0.00 7.14 2.38 0.00 0.00 57.14\nAverage: 0 0.00 0.00 0.00 33.33 0.00 7.14 2.38 0.00 0.00 57.14\n' 2019-09-11 19:19:19,126 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:19:19,358 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:18 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:19: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-11 19:19:19,445 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=86 END 2019-09-11 19:19:19,445 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=87 START 2019-09-11 19:19:19,446 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:19,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.22 0.26 0.11 1/119 1850\n' 2019-09-11 19:19:19,455 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:19,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:20,361 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=85 END 2019-09-11 19:19:20,361 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=86 START 2019-09-11 19:19:20,361 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:20,366 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.89 0.60 0.25 2/125 2577\n' 2019-09-11 19:19:20,367 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:20,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:20,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:20,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:20 ' 2019-09-11 19:19:20,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:20,530 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:20,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:20,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.50 2.50' 2019-09-11 19:19:20,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:20,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.00\n' 2019-09-11 19:19:20,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:20 ' 2019-09-11 19:19:20,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:20,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:20,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:20,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:20,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.50' 2019-09-11 19:19:20,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.50 0.00' 2019-09-11 19:19:20,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 95.00' 2019-09-11 19:19:20,543 [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-11 19:19:20,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00' 2019-09-11 19:19:20,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:20,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:20,547 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:20,548 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.50 2.50' 2019-09-11 19:19:20,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:20,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 95.00' 2019-09-11 19:19:20,550 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:20,551 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:20,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:19:20,553 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:20,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:20,555 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.50 2.50' 2019-09-11 19:19:20,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:20,557 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.00\n' 2019-09-11 19:19:21,130 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=55 END 2019-09-11 19:19:21,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=56 START 2019-09-11 19:19:21,131 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:21,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:20 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:19: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-11 19:19:21,559 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=87 END 2019-09-11 19:19:21,560 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=88 START 2019-09-11 19:19:21,560 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:21,568 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.20 0.25 0.11 1/119 1852\n' 2019-09-11 19:19:21,570 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:21,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:21,753 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:21,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.88",loadavg1="0.59",loadavg2="0.25",loadavg3="2/125",loadavg4="2563",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" 1568229556213423872 2019-09-11 19:19:21,863 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:21,865 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.88",loadavg1="0.59",loadavg2="0.25",loadavg3="2/126",loadavg4="2569",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" 1568229558282704128 2019-09-11 19:19:21,979 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:21,981 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.89",loadavg1="0.60",loadavg2="0.25",loadavg3="2/126",loadavg4="2572",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" 1568229560361014016 2019-09-11 19:19:22,101 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:22,103 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.22",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1846",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.24",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.32",mpstat_average.cpu.%steal="2.44",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.24",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.32",mpstat_average.cpu0.%steal="2.44",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.24",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.32",mpstat_maximun.cpu.%steal="2.44",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.24",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.32",mpstat_maximun.cpu0.%steal="2.44",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.24",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.32",mpstat_minimum.cpu.%steal="2.44",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.24",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.32",mpstat_minimum.cpu0.%steal="2.44",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229557202590976 2019-09-11 19:19:22,142 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:19:22,197 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:22,199 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.22",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1848",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="57.14",mpstat_average.cpu.%iowait="33.33",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.14",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="57.14",mpstat_average.cpu0.%iowait="33.33",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.14",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="57.14",mpstat_maximun.cpu.%iowait="33.33",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.14",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="57.14",mpstat_maximun.cpu0.%iowait="33.33",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.14",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="57.14",mpstat_minimum.cpu.%iowait="33.33",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.14",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="57.14",mpstat_minimum.cpu0.%iowait="33.33",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.14",mpstat_minimum.cpu0.%steal="2.38",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229559445146112 2019-09-11 19:19:22,331 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:22,333 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.22",loadavg1="0.26",loadavg2="0.11",loadavg3="1/119",loadavg4="1850",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="2.50",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="95.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="2.50",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="95.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="2.50",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="95.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="2.50",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="95.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="2.50",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="95.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="2.50",mpstat_minimum.cpu0.%steal="2.50",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229561559664896 2019-09-11 19:19:22,415 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=86 END 2019-09-11 19:19:22,416 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=87 START 2019-09-11 19:19:22,416 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:22,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.89 0.60 0.25 2/126 2583\n' 2019-09-11 19:19:22,422 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:22,444 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:22,445 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568229558114885120 2019-09-11 19:19:22,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:22,551 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:22,552 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568229561130595840 2019-09-11 19:19:22,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:22,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:22 ' 2019-09-11 19:19:22,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:22,643 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:22,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:22,645 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:22,645 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.30' 2019-09-11 19:19:22,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.33 0.00' 2019-09-11 19:19:22,647 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:22,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.37' 2019-09-11 19:19:22,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:22 ' 2019-09-11 19:19:22,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:22,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:22,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:22,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.30 2.33' 2019-09-11 19:19:22,653 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:22,653 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.37' 2019-09-11 19:19:22,654 [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-11 19:19:22,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:22,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:22,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:22,657 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:22,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.30' 2019-09-11 19:19:22,659 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.33 0.00' 2019-09-11 19:19:22,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.37' 2019-09-11 19:19:22,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:22,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:22,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:22,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:22,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:22,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:22,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:22,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.30 2.33' 2019-09-11 19:19:22,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:22,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.37' 2019-09-11 19:19:22,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:23,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:23,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:22 ' 2019-09-11 19:19:23,492 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:23,492 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,493 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:19:23,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:23,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,495 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,498 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:23,498 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:22 0' 2019-09-11 19:19:23,499 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:23,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:19:23,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,501 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,501 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:23,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:23,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:23,505 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:23,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:19:23,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:23,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:19:23,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:23,509 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:23,510 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,510 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,511 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:19:23,512 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:19:23,512 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:19:23,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,515 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,515 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:23,516 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:23,517 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:19:23,669 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=88 END 2019-09-11 19:19:23,670 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=89 START 2019-09-11 19:19:23,670 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:23,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.20 0.25 0.11 1/119 1854\n' 2019-09-11 19:19:23,680 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:23,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:24,146 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=56 END 2019-09-11 19:19:24,147 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=57 START 2019-09-11 19:19:24,147 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:24,519 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=87 END 2019-09-11 19:19:24,520 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=88 START 2019-09-11 19:19:24,520 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:24,525 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.60 0.26 2/126 2586\n' 2019-09-11 19:19:24,526 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:24,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:24,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:24,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:24 all 0.00' 2019-09-11 19:19:24,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:24,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.65' 2019-09-11 19:19:24,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:24,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.30 4.65 0.00' 2019-09-11 19:19:24,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:24,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.40\n' 2019-09-11 19:19:24,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:24 0' 2019-09-11 19:19:24,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:24,810 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:24,810 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.65' 2019-09-11 19:19:24,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:24,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.30' 2019-09-11 19:19:24,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.65' 2019-09-11 19:19:24,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:24,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 81.40' 2019-09-11 19:19:24,815 [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-11 19:19:24,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:24,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 4.65 0.00 9.30 4.65 0.00 0.00 81.40\nAverage: 0 0.00 0.00 0.00 4.65 0.00 9.30 4.65 0.00 0.00 81.40\n' 2019-09-11 19:19:25,595 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:24 all 0.00 0.00 63.00 0.00 0.00 0.00 0.00 0.00 0.00 37.00\n19:19:24 0 0.00 0.00 63.00 0.00 0.00 0.00 0.00 0.00 0.00 37.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 63.00 0.00 0.00 0.00 0.00 0.00 0.00 37.00\nAverage: 0 0.00 0.00 63.00 0.00 0.00 0.00 0.00 0.00 0.00 37.00\n' 2019-09-11 19:19:25,818 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=89 END 2019-09-11 19:19:25,819 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=90 START 2019-09-11 19:19:25,819 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:25,823 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.18 0.25 0.11 1/119 1856\n' 2019-09-11 19:19:25,824 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:25,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:26,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19912571 , "packets_per_second":999960, "flows":10100, "errors":0 }\n' 2019-09-11 19:19:26,238 [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-11 19:19:26,248 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19353925' 2019-09-11 19:19:26,249 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 558646 - Lost ppm 28055 2019-09-11 19:19:26,250 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 28055 > sla_max_ppm 1000; ',) 2019-09-11 19:19:26,598 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=88 END 2019-09-11 19:19:26,598 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=89 START 2019-09-11 19:19:26,599 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:26,603 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.60 0.26 1/125 2601\n' 2019-09-11 19:19:26,604 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:26,672 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:26,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:26 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:19:26 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-11 19:19:27,254 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15026 seq=1 END 2019-09-11 19:19:27,254 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15026 seq=2 START 2019-09-11 19:19:27,255 [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-11 19:19:27,267 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 100 64 20 1 1000000 2019-09-11 19:19:27,662 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:27,663 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999960i,packets_received=19353925i,packets_sent=19912571i,packetsize=64i,ppm=28055.0 1568229567253293056 2019-09-11 19:19:27,673 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:26 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n19:19:26 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-11 19:19:27,778 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:27,779 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.89",loadavg1="0.60",loadavg2="0.25",loadavg3="2/125",loadavg4="2577",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" 1568229562415432960 2019-09-11 19:19:27,877 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:27,879 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.89",loadavg1="0.60",loadavg2="0.25",loadavg3="2/126",loadavg4="2583",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" 1568229564519356928 2019-09-11 19:19:27,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=90 END 2019-09-11 19:19:27,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=91 START 2019-09-11 19:19:27,895 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:27,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.18 0.25 0.11 1/119 1867\n' 2019-09-11 19:19:27,901 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:27,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:27,973 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:27,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.90",loadavg1="0.60",loadavg2="0.26",loadavg3="2/126",loadavg4="2586",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="37.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="63.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="37.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="63.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="37.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="63.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="37.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="63.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="37.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="63.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="37.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="63.00",mpstat_minimum.cpu0.%usr="0.00" 1568229566598084864 2019-09-11 19:19:28,073 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:28,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.20",loadavg1="0.25",loadavg2="0.11",loadavg3="1/119",loadavg4="1852",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.37",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.30",mpstat_average.cpu.%steal="2.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="88.37",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.30",mpstat_average.cpu0.%steal="2.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="88.37",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.30",mpstat_maximun.cpu.%steal="2.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="88.37",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.30",mpstat_maximun.cpu0.%steal="2.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="88.37",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.30",mpstat_minimum.cpu.%steal="2.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="88.37",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.30",mpstat_minimum.cpu0.%steal="2.33",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229563669803008 2019-09-11 19:19:28,186 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:28,187 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.20",loadavg1="0.25",loadavg2="0.11",loadavg3="1/119",loadavg4="1854",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="81.40",mpstat_average.cpu.%iowait="4.65",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.30",mpstat_average.cpu.%steal="4.65",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.40",mpstat_average.cpu0.%iowait="4.65",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.30",mpstat_average.cpu0.%steal="4.65",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.40",mpstat_maximun.cpu.%iowait="4.65",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.30",mpstat_maximun.cpu.%steal="4.65",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.40",mpstat_maximun.cpu0.%iowait="4.65",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.30",mpstat_maximun.cpu0.%steal="4.65",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.40",mpstat_minimum.cpu.%iowait="4.65",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.30",mpstat_minimum.cpu.%steal="4.65",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.40",mpstat_minimum.cpu0.%iowait="4.65",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.30",mpstat_minimum.cpu0.%steal="4.65",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229565818479104 2019-09-11 19:19:28,302 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:28,304 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.18",loadavg1="0.25",loadavg2="0.11",loadavg3="1/119",loadavg4="1856",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" 1568229567894974976 2019-09-11 19:19:28,444 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:28,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568229564146658816 2019-09-11 19:19:28,675 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=89 END 2019-09-11 19:19:28,676 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=90 START 2019-09-11 19:19:28,676 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:28,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.83 0.59 0.26 1/128 2610\n' 2019-09-11 19:19:28,715 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:28,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:28,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:28,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:28 ' 2019-09-11 19:19:28,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:28,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:28,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:28,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:28,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:28,950 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:28,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:19:28,952 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:28 ' 2019-09-11 19:19:28,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:28,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:28,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:28,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:28,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:28,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:28,958 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:19:28,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:28,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:19:28,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:28,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:28,962 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:28,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:28,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:28,964 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:28,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:19:28,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:28,966 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-11 19:19:28,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:28,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:28,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:28,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:28,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:28,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:19:29,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:28 all 0.99 0.00 29.70 0.00 0.00 0.00 0.00 0.00 0.00 69.31\n19:19:28 0 0.99 0.00 29.70 0.00 0.00 0.00 0.00 0.00 0.00 69.31\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 29.70 0.00 0.00 0.00 0.00 0.00 0.00 69.31\nAverage: 0 0.99 0.00 29.70 0.00 0.00 0.00 0.00 0.00 0.00 69.31\n' 2019-09-11 19:19:29,972 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=91 END 2019-09-11 19:19:29,973 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=92 START 2019-09-11 19:19:29,973 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:29,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.17 0.24 0.11 1/119 1869\n' 2019-09-11 19:19:29,978 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:30,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:30,799 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=90 END 2019-09-11 19:19:30,799 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=91 START 2019-09-11 19:19:30,800 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:30,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.83 0.59 0.26 2/129 2673\n' 2019-09-11 19:19:30,829 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:30,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:31,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:31,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:31 ' 2019-09-11 19:19:31,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:31,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.98' 2019-09-11 19:19:31,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.98' 2019-09-11 19:19:31,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:31,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.05\n' 2019-09-11 19:19:31,058 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:31 ' 2019-09-11 19:19:31,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:19:31,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.98' 2019-09-11 19:19:31,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.98 0.00' 2019-09-11 19:19:31,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 86.05\n' 2019-09-11 19:19:31,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:31,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:19:31,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:31,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.98 0.00' 2019-09-11 19:19:31,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.98 0.00' 2019-09-11 19:19:31,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:31,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.05' 2019-09-11 19:19:31,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:31,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:31,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:19:31,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,075 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,076 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.98 0.00 6.98 0.00 0.00 0.00 86.05\n' 2019-09-11 19:19:31,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:31,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:31 ' 2019-09-11 19:19:31,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:31,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.02 0.00' 2019-09-11 19:19:31,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.98' 2019-09-11 19:19:31,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:19:31,881 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:31 0' 2019-09-11 19:19:31,881 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.02' 2019-09-11 19:19:31,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:31,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.98' 2019-09-11 19:19:31,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,887 [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-11 19:19:31,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:19:31,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:31,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.02' 2019-09-11 19:19:31,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:31,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.98' 2019-09-11 19:19:31,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:31,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:19:31,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:31,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:19:31,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.02' 2019-09-11 19:19:31,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.98' 2019-09-11 19:19:31,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:31,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:19:32,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=92 END 2019-09-11 19:19:32,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=93 START 2019-09-11 19:19:32,080 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:32,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.17 0.24 0.11 2/119 1871\n' 2019-09-11 19:19:32,093 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:32,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:32,900 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=91 END 2019-09-11 19:19:32,901 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=92 START 2019-09-11 19:19:32,901 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:32,906 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.60 0.26 2/129 2675\n' 2019-09-11 19:19:32,907 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:32,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:33,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:33,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:33 all 0.00 0.00 0.00 0.00 0.00 80.88 1.47 0.00 0.00 17.65\n19:19:33 0 0.00 0.00 0.00 0.00 0.00 80.88 1.47 0.00 0.00 17.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 80.88 1.47 0.00 0.00 17.65\nAverage: 0 0.00 0.00 0.00 0.00 0.00 80.88 1.47 0.00 0.00 17.65\n' 2019-09-11 19:19:33,552 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:33,554 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.90",loadavg1="0.60",loadavg2="0.26",loadavg3="1/125",loadavg4="2601",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" 1568229568675452928 2019-09-11 19:19:33,686 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:33,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.83",loadavg1="0.59",loadavg2="0.26",loadavg3="1/128",loadavg4="2610",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="69.31",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="29.70",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="69.31",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="29.70",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="69.31",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="29.70",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="69.31",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="29.70",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="69.31",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="29.70",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="69.31",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="29.70",mpstat_minimum.cpu0.%usr="0.99" 1568229570799136000 2019-09-11 19:19:33,796 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:33,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.83",loadavg1="0.59",loadavg2="0.26",loadavg3="2/129",loadavg4="2673",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.98",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.02",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.98",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.02",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.98",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.02",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.98",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.02",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.98",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.02",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.98",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.02",mpstat_minimum.cpu0.%usr="0.00" 1568229572900895232 2019-09-11 19:19:33,896 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:33,898 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.18",loadavg1="0.25",loadavg2="0.11",loadavg3="1/119",loadavg4="1867",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" 1568229569972702976 2019-09-11 19:19:33,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:33,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:33 all 0.00' 2019-09-11 19:19:33,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:19:33,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:33,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:33,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:33,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:33,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:33 0 0.00' 2019-09-11 19:19:33,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:33,958 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:19:33,959 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:33,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:33,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:33,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:33,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:19:33,963 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:33,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:19:33,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-11 19:19:33,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:33,967 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:33,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:33,969 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:19:33,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:19:33,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:33,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:19:33,972 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:33,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00' 2019-09-11 19:19:33,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:34,047 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:34,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.17",loadavg1="0.24",loadavg2="0.11",loadavg3="1/119",loadavg4="1869",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="86.05",mpstat_average.cpu.%iowait="6.98",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.98",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="86.05",mpstat_average.cpu0.%iowait="6.98",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.98",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="86.05",mpstat_maximun.cpu.%iowait="6.98",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.98",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="86.05",mpstat_maximun.cpu0.%iowait="6.98",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.98",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="86.05",mpstat_minimum.cpu.%iowait="6.98",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.98",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="86.05",mpstat_minimum.cpu0.%iowait="6.98",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.98",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229572079200000 2019-09-11 19:19:34,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=93 END 2019-09-11 19:19:34,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=94 START 2019-09-11 19:19:34,169 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:34,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.17 0.24 0.11 2/119 1873\n' 2019-09-11 19:19:34,176 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:34,213 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:34,215 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.17",loadavg1="0.24",loadavg2="0.11",loadavg3="2/119",loadavg4="1871",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="17.65",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="80.88",mpstat_average.cpu.%steal="1.47",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="17.65",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="80.88",mpstat_average.cpu0.%steal="1.47",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="17.65",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="80.88",mpstat_maximun.cpu.%steal="1.47",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="17.65",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="80.88",mpstat_maximun.cpu0.%steal="1.47",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="17.65",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="80.88",mpstat_minimum.cpu.%steal="1.47",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="17.65",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="80.88",mpstat_minimum.cpu0.%steal="1.47",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229574168030976 2019-09-11 19:19:34,229 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:34,977 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=92 END 2019-09-11 19:19:34,978 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=93 START 2019-09-11 19:19:34,978 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:34,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.60 0.26 3/129 2677\n' 2019-09-11 19:19:34,984 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:35,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:35,157 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC037-76e29670' timeout 2019-09-11 19:19:35,158 [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-11 19:19:35,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:35,232 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:35 all' 2019-09-11 19:19:35,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:35,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:35,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:35,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 14.29 2.86' 2019-09-11 19:19:35,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:35,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 82.86' 2019-09-11 19:19:35,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:35 ' 2019-09-11 19:19:35,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:35,239 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:35,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:35,241 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:35,241 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 14.29' 2019-09-11 19:19:35,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-11 19:19:35,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:35,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:35,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.86' 2019-09-11 19:19:35,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:35,245 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:19:35,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:35,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:35,247 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:35,248 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:35,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 14.29' 2019-09-11 19:19:35,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-11 19:19:35,250 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 82.86\nAverage: 0 0.00 0.00 0.00 0.00 0.00 14.29 2.86 0.00 0.00 82.86\n' 2019-09-11 19:19:36,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:36,030 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:35 all' 2019-09-11 19:19:36,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:19:36,033 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:36,033 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:36,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:36,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:35 ' 2019-09-11 19:19:36,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:19:36,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:19:36,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,039 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:36,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,041 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:36,042 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:36,042 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:36,043 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:36,043 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:19:36,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:36,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:19:36,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,046 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:36,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:36,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:36,049 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:19:36,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:36,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:19:36,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:36,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:36,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:36,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:19:36,158 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=57 END 2019-09-11 19:19:36,159 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=58 START 2019-09-11 19:19:36,159 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:36,252 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=94 END 2019-09-11 19:19:36,253 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=95 START 2019-09-11 19:19:36,253 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:36,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.15 0.24 0.11 1/119 1875\n' 2019-09-11 19:19:36,271 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:36,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:37,056 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=93 END 2019-09-11 19:19:37,057 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=94 START 2019-09-11 19:19:37,057 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:37,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.60 0.26 2/126 2680\n' 2019-09-11 19:19:37,063 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:37,104 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:37,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-11 19:19:37,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:37,324 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:37 ' 2019-09-11 19:19:37,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:37,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:37,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:37,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.43' 2019-09-11 19:19:37,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-11 19:19:37,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 85.71\n' 2019-09-11 19:19:37,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:37 ' 2019-09-11 19:19:37,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:19:37,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:37,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.43' 2019-09-11 19:19:37,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00' 2019-09-11 19:19:37,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 85.71' 2019-09-11 19:19:37,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:37,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:37,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:19:37,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.43 2.86' 2019-09-11 19:19:37,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 85.71' 2019-09-11 19:19:37,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:37,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:37,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:19:37,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:37,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:37,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.43' 2019-09-11 19:19:37,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00' 2019-09-11 19:19:37,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 85.71\n' 2019-09-11 19:19:38,105 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:37 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:19: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-11 19:19:38,349 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=95 END 2019-09-11 19:19:38,349 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=96 START 2019-09-11 19:19:38,349 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:38,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.15 0.24 0.11 1/119 1877\n' 2019-09-11 19:19:38,366 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:38,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:39,107 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=94 END 2019-09-11 19:19:39,108 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=95 START 2019-09-11 19:19:39,108 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:39,113 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.61 0.27 2/125 2685\n' 2019-09-11 19:19:39,114 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:39,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:39,174 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=58 END 2019-09-11 19:19:39,175 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=59 START 2019-09-11 19:19:39,175 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:39,339 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:39,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.84",loadavg1="0.60",loadavg2="0.26",loadavg3="2/129",loadavg4="2675",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" 1568229574977543168 2019-09-11 19:19:39,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:39,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:39 ' 2019-09-11 19:19:39,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:39,444 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:39,444 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 42.42 0.00' 2019-09-11 19:19:39,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09 0.00' 2019-09-11 19:19:39,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 48.48\n' 2019-09-11 19:19:39,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:39 ' 2019-09-11 19:19:39,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:39,450 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:39,451 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:39,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 42.42' 2019-09-11 19:19:39,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,452 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.84",loadavg1="0.60",loadavg2="0.26",loadavg3="3/129",loadavg4="2677",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" 1568229577056588032 2019-09-11 19:19:39,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09 0.00' 2019-09-11 19:19:39,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 48.48' 2019-09-11 19:19:39,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:39,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:39,456 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:39,456 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:39,457 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,458 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:39,458 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 42.42' 2019-09-11 19:19:39,459 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.09' 2019-09-11 19:19:39,460 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,460 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,461 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,461 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 48.48\n' 2019-09-11 19:19:39,462 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:39,463 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:39,463 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:39,464 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,464 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 42.42' 2019-09-11 19:19:39,465 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09' 2019-09-11 19:19:39,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:39,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 48.48' 2019-09-11 19:19:39,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:39,550 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:39,551 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.84",loadavg1="0.60",loadavg2="0.26",loadavg3="2/126",loadavg4="2680",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" 1568229579107373056 2019-09-11 19:19:39,650 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:39,651 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.17",loadavg1="0.24",loadavg2="0.11",loadavg3="2/119",loadavg4="1873",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="14.29",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="82.86",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="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="82.86",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="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="82.86",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="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="82.86",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="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="82.86",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="2.86",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229576252427008 2019-09-11 19:19:39,748 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:39,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.15",loadavg1="0.24",loadavg2="0.11",loadavg3="1/119",loadavg4="1875",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" 1568229578348944896 2019-09-11 19:19:39,844 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:39,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=999999.0 1568229576158580992 2019-09-11 19:19:39,940 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:39,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.114 1568229579174731008 2019-09-11 19:19:40,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:39 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:19: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-11 19:19:40,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:19:40,470 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=96 END 2019-09-11 19:19:40,471 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=97 START 2019-09-11 19:19:40,471 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:40,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.23 0.11 1/119 1879\n' 2019-09-11 19:19:40,486 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:40,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:41,159 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=95 END 2019-09-11 19:19:41,160 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=96 START 2019-09-11 19:19:41,160 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:41,165 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.61 0.27 2/126 2691\n' 2019-09-11 19:19:41,166 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:41,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:41,562 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:41,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:41 all' 2019-09-11 19:19:41,565 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 11.76' 2019-09-11 19:19:41,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:41,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:41,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.24' 2019-09-11 19:19:41,568 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:41,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:41 0' 2019-09-11 19:19:41,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:41,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:41,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:41,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.76' 2019-09-11 19:19:41,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:41,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:41,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.24' 2019-09-11 19:19:41,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:41,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:19:41,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:41,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:41,578 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:41,579 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.76' 2019-09-11 19:19:41,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:41,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.24\nAverage: 0 0.00 0.00 0.00 0.00 0.00 11.76 0.00 0.00 0.00 88.24\n' 2019-09-11 19:19:42,188 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=59 END 2019-09-11 19:19:42,189 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=60 START 2019-09-11 19:19:42,189 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:42,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:41 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:19: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-11 19:19:42,584 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=97 END 2019-09-11 19:19:42,584 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=98 START 2019-09-11 19:19:42,585 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:42,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.23 0.11 1/119 1881\n' 2019-09-11 19:19:42,596 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:42,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:43,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-11 19:19:43,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=96 END 2019-09-11 19:19:43,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=97 START 2019-09-11 19:19:43,213 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:43,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.61 0.27 2/126 2697\n' 2019-09-11 19:19:43,218 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:43,286 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:43,675 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:43,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:43 ' 2019-09-11 19:19:43,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:43,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:43,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:43,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:43,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.43' 2019-09-11 19:19:43,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00 0.00' 2019-09-11 19:19:43,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 85.71' 2019-09-11 19:19:43,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:43,683 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:43 0' 2019-09-11 19:19:43,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:43,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:43,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:43,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.43' 2019-09-11 19:19:43,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-11 19:19:43,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:43,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 85.71' 2019-09-11 19:19:43,690 [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-11 19:19:43,691 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00' 2019-09-11 19:19:43,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:43,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:43,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.43' 2019-09-11 19:19:43,695 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 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-11 19:19:44,287 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:44,288 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:43 all' 2019-09-11 19:19:44,289 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:44,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:44,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:19:44,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:44,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:44,294 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,295 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:43 ' 2019-09-11 19:19:44,297 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:19:44,298 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,299 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:19:44,300 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,301 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,303 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:44,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:19:44,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:44,306 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:44,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:19:44,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:19:44,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:19:44,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:44,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:19:44,314 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,315 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,316 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:44,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:44,697 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=98 END 2019-09-11 19:19:44,698 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=99 START 2019-09-11 19:19:44,698 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:44,711 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.23 0.11 1/119 1883\n' 2019-09-11 19:19:44,712 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:44,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:45,055 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:45,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.85",loadavg1="0.61",loadavg2="0.27",loadavg3="2/125",loadavg4="2685",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" 1568229581159539968 2019-09-11 19:19:45,159 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:45,161 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.85",loadavg1="0.61",loadavg2="0.27",loadavg3="2/126",loadavg4="2691",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" 1568229583212034048 2019-09-11 19:19:45,202 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=60 END 2019-09-11 19:19:45,203 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=61 START 2019-09-11 19:19:45,203 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:45,288 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:45,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.15",loadavg1="0.24",loadavg2="0.11",loadavg3="1/119",loadavg4="1877",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="48.48",mpstat_average.cpu.%iowait="42.42",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.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="48.48",mpstat_average.cpu0.%iowait="42.42",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.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="48.48",mpstat_maximun.cpu.%iowait="42.42",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.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="48.48",mpstat_maximun.cpu0.%iowait="42.42",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.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="48.48",mpstat_minimum.cpu.%iowait="42.42",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.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="48.48",mpstat_minimum.cpu0.%iowait="42.42",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.09",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229580470566912 2019-09-11 19:19:45,319 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=97 END 2019-09-11 19:19:45,320 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=98 START 2019-09-11 19:19:45,320 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:45,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.61 0.27 2/126 2700\n' 2019-09-11 19:19:45,325 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:45,368 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:45,384 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:45,386 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.14",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1879",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.24",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="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="88.24",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="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="88.24",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="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="88.24",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="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="88.24",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="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="88.24",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="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229582584214016 2019-09-11 19:19:45,487 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:45,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.14",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1881",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" 1568229584697587968 2019-09-11 19:19:45,600 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:45,600 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568229582188132096 2019-09-11 19:19:45,695 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:45,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.107 1568229585202548992 2019-09-11 19:19:45,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:45,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:45 ' 2019-09-11 19:19:45,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:45,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:45,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:45,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.00 0.00 14.29' 2019-09-11 19:19:45,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.57' 2019-09-11 19:19:45,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:45,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:45,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 57.14\n' 2019-09-11 19:19:45,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:45 0' 2019-09-11 19:19:45,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:45,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:45,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.00 0.00' 2019-09-11 19:19:45,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 14.29 3.57' 2019-09-11 19:19:45,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:45,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 57.14' 2019-09-11 19:19:45,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:45,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:45,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:19:45,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:45,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:45,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.00' 2019-09-11 19:19:45,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:45,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 14.29' 2019-09-11 19:19:45,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.57' 2019-09-11 19:19:45,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:45,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:45,810 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 57.14' 2019-09-11 19:19:45,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:45,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00 0.00 0.00 25.00 0.00 14.29 3.57 0.00 0.00 57.14\n' 2019-09-11 19:19:46,214 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-11 19:19:46,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:45 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:19: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-11 19:19:46,813 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=99 END 2019-09-11 19:19:46,814 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=100 START 2019-09-11 19:19:46,814 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:46,832 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.23 0.11 1/119 1885\n' 2019-09-11 19:19:46,833 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:46,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:47,371 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=98 END 2019-09-11 19:19:47,372 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=99 START 2019-09-11 19:19:47,372 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:47,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.61 0.27 2/125 2705\n' 2019-09-11 19:19:47,378 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:47,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:47,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:47,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:47 all' 2019-09-11 19:19:47,914 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:47,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:47,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:47,917 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:47,918 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.06' 2019-09-11 19:19:47,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-11 19:19:47,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.91' 2019-09-11 19:19:47,921 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:47 ' 2019-09-11 19:19:47,922 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:19:47,923 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:47,924 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:47,925 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:47,926 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.06 3.03 0.00' 2019-09-11 19:19:47,928 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.91' 2019-09-11 19:19:47,928 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:47,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:47,930 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:19:47,931 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:19:47,932 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:47,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:47,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.06 3.03' 2019-09-11 19:19:47,934 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:47,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:47,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.91\n' 2019-09-11 19:19:47,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:19:47,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:47,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:47,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:47,939 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.06 3.03 0.00 0.00 90.91\n' 2019-09-11 19:19:48,219 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=61 END 2019-09-11 19:19:48,219 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=62 START 2019-09-11 19:19:48,220 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:48,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:47 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:19: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-11 19:19:48,941 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=100 END 2019-09-11 19:19:48,942 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=101 START 2019-09-11 19:19:48,942 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:48,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.23 0.11 1/119 1887\n' 2019-09-11 19:19:48,957 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:49,007 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:49,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:19:49,423 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=99 END 2019-09-11 19:19:49,424 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=100 START 2019-09-11 19:19:49,424 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:49,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.62 0.28 2/126 2711\n' 2019-09-11 19:19:49,430 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:49,498 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:50,007 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:50,008 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:49 ' 2019-09-11 19:19:50,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:50,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:50,011 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:50,012 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.17' 2019-09-11 19:19:50,013 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.39' 2019-09-11 19:19:50,014 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 94.44' 2019-09-11 19:19:50,015 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:50,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:49 0' 2019-09-11 19:19:50,017 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:50,018 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:50,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:50,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.17' 2019-09-11 19:19:50,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.39 0.00 0.00' 2019-09-11 19:19:50,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 94.44\n' 2019-09-11 19:19:50,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:19:50,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:50,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:50,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:50,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.17' 2019-09-11 19:19:50,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.39 0.00' 2019-09-11 19:19:50,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 94.44' 2019-09-11 19:19:50,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:19:50,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:50,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:50,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:50,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.17 1.39' 2019-09-11 19:19:50,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:50,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:50,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 94.44\n' 2019-09-11 19:19:50,476 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19940756 , "packets_per_second":999962, "flows":10100, "errors":0 }\n' 2019-09-11 19:19:50,478 [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-11 19:19:50,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19159092' 2019-09-11 19:19:50,489 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 781664 - Lost ppm 39200 2019-09-11 19:19:50,490 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 39200 > sla_max_ppm 1000; ',) 2019-09-11 19:19:50,499 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:49 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:19:49 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' 2019-09-11 19:19:50,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 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-11 19:19:50,793 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:50,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.61",loadavg2="0.27",loadavg3="2/126",loadavg4="2697",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" 1568229585319591936 2019-09-11 19:19:50,901 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:50,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.61",loadavg2="0.27",loadavg3="2/126",loadavg4="2700",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" 1568229587371412992 2019-09-11 19:19:51,004 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:51,006 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.61",loadavg2="0.27",loadavg3="2/125",loadavg4="2705",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" 1568229589423727872 2019-09-11 19:19:51,037 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=101 END 2019-09-11 19:19:51,037 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=102 START 2019-09-11 19:19:51,038 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:51,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.23 0.11 1/119 1893\n' 2019-09-11 19:19:51,043 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:51,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:51,102 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:51,104 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.14",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1883",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" 1568229586813853952 2019-09-11 19:19:51,206 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:51,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.13",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1885",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.91",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.06",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="90.91",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.06",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="90.91",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.06",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="90.91",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.06",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="90.91",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.06",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="90.91",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.06",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229588941608960 2019-09-11 19:19:51,235 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=62 END 2019-09-11 19:19:51,235 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=63 START 2019-09-11 19:19:51,236 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:51,338 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:51,340 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.13",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1887",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="94.44",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.17",mpstat_average.cpu.%steal="1.39",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="94.44",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.17",mpstat_average.cpu0.%steal="1.39",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="94.44",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.17",mpstat_maximun.cpu.%steal="1.39",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="94.44",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.17",mpstat_maximun.cpu0.%steal="1.39",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="94.44",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.17",mpstat_minimum.cpu.%steal="1.39",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="94.44",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.17",mpstat_minimum.cpu0.%steal="1.39",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229591037092096 2019-09-11 19:19:51,441 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:51,441 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.079 1568229588218985984 2019-09-11 19:19:51,492 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15026 seq=2 END 2019-09-11 19:19:51,492 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:19:51,493 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:19:51,493 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:19:51,501 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=100 END 2019-09-11 19:19:51,502 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=101 START 2019-09-11 19:19:51,502 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:51,509 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.62 0.28 2/121 2725\n' 2019-09-11 19:19:51,510 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:51,541 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:51,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568229591235261952 2019-09-11 19:19:51,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:51,647 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:51,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999962i,packets_received=19159092i,packets_sent=19940756i,packetsize=64i,ppm=39200.0 1568229591492242944 2019-09-11 19:19:51,753 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:19:51,754 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:19:51,756 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:19:51,767 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:19:51,768 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.125 2019-09-11 19:19:51,769 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.125 2019-09-11 19:19:52,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:19:52,041 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-11 19:19:52,042 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-11 19:19:52,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:52 all 11.00 0.00 2.00 9.00 0.00 0.00 0.00 0.00 0.00 78.00\n19:19:52 0 11.00 0.00 2.00 9.00 0.00 0.00 0.00 0.00 0.00 78.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 11.00 0.00 2.00 9.00 0.00 0.00 0.00 0.00 0.00 78.00\nAverage: 0 11.00 0.00 2.00 9.00 0.00 0.00 0.00 0.00 0.00 78.00\n' 2019-09-11 19:19:52,249 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:19:52,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:19:52,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:51 all 14.14 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 82.83\n19:19:51 0 14.14 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 82.83\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 14.14 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 82.83\nAverage: 0 14.14 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 82.83\n' 2019-09-11 19:19:53,087 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=102 END 2019-09-11 19:19:53,087 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=103 START 2019-09-11 19:19:53,088 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:53,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.23 0.11 1/119 1931\n' 2019-09-11 19:19:53,093 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:53,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:53,580 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=101 END 2019-09-11 19:19:53,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=102 START 2019-09-11 19:19:53,581 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:53,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.61 0.27 1/123 2767\n' 2019-09-11 19:19:53,587 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:53,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:54,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:54,137 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:54 ' 2019-09-11 19:19:54,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:54,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:54,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 34.34' 2019-09-11 19:19:54,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 65.66' 2019-09-11 19:19:54,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:54,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:54 ' 2019-09-11 19:19:54,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:54,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:54,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 34.34 0.00' 2019-09-11 19:19:54,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:54,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 65.66\n' 2019-09-11 19:19:54,154 [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-11 19:19:54,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:54,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 34.34 0.00' 2019-09-11 19:19:54,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:54,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 65.66' 2019-09-11 19:19:54,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:54,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:19:54,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 34.34' 2019-09-11 19:19:54,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:54,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:54,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 65.66\n' 2019-09-11 19:19:54,253 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=63 END 2019-09-11 19:19:54,254 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=64 START 2019-09-11 19:19:54,254 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:54,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:53 all 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n19:19:53 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-11 19:19:55,169 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=103 END 2019-09-11 19:19:55,170 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=104 START 2019-09-11 19:19:55,170 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:55,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.22 0.10 1/119 1933\n' 2019-09-11 19:19:55,176 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:55,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:55,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:19:55,424 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15032 seq=1 START 2019-09-11 19:19:55,425 [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-11 19:19:55,438 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 300 64 20 1 1000000 2019-09-11 19:19:55,631 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=102 END 2019-09-11 19:19:55,632 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=103 START 2019-09-11 19:19:55,633 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:55,637 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.61 0.27 1/125 2780\n' 2019-09-11 19:19:55,638 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:55,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:56,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:19:56 all 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n19:19: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-11 19:19:56,681 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:56,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:55 all' 2019-09-11 19:19:56,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:56,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:56,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:56,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:56,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:56,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:19:56,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:55 0' 2019-09-11 19:19:56,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:56,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:56,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:56,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:56,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:56,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00 100.00' 2019-09-11 19:19:56,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:19:56,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:19:56,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:56,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:56,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:56,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:56,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00\nAverage: 0' 2019-09-11 19:19:56,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:19:56,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:56,703 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:56,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:56,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:56,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00\n' 2019-09-11 19:19:56,763 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:19:56,765 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.88",loadavg1="0.62",loadavg2="0.28",loadavg3="2/126",loadavg4="2711",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" 1568229591501537024 2019-09-11 19:19:56,907 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:56,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.88",loadavg1="0.62",loadavg2="0.28",loadavg3="2/121",loadavg4="2725",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.83",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.03",mpstat_average.cpu.%usr="14.14",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.83",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.03",mpstat_average.cpu0.%usr="14.14",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.83",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.03",mpstat_maximun.cpu.%usr="14.14",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.83",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.03",mpstat_maximun.cpu0.%usr="14.14",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.83",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.03",mpstat_minimum.cpu.%usr="14.14",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.83",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.03",mpstat_minimum.cpu0.%usr="14.14" 1568229593580899072 2019-09-11 19:19:57,016 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:57,018 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.81",loadavg1="0.61",loadavg2="0.27",loadavg3="1/123",loadavg4="2767",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" 1568229595631767040 2019-09-11 19:19:57,143 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:57,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1893",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="78.00",mpstat_average.cpu.%iowait="9.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="2.00",mpstat_average.cpu.%usr="11.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="78.00",mpstat_average.cpu0.%iowait="9.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="2.00",mpstat_average.cpu0.%usr="11.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="78.00",mpstat_maximun.cpu.%iowait="9.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="2.00",mpstat_maximun.cpu.%usr="11.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="78.00",mpstat_maximun.cpu0.%iowait="9.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="2.00",mpstat_maximun.cpu0.%usr="11.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="78.00",mpstat_minimum.cpu.%iowait="9.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="2.00",mpstat_minimum.cpu.%usr="11.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="78.00",mpstat_minimum.cpu0.%iowait="9.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="2.00",mpstat_minimum.cpu0.%usr="11.00" 1568229593087200000 2019-09-11 19:19:57,246 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=104 END 2019-09-11 19:19:57,246 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=105 START 2019-09-11 19:19:57,247 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:57,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.22 0.10 1/119 1940\n' 2019-09-11 19:19:57,252 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:57,264 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:57,265 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1931",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="65.66",mpstat_average.cpu.%iowait="34.34",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="65.66",mpstat_average.cpu0.%iowait="34.34",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="65.66",mpstat_maximun.cpu.%iowait="34.34",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="65.66",mpstat_maximun.cpu0.%iowait="34.34",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="65.66",mpstat_minimum.cpu.%iowait="34.34",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="65.66",mpstat_minimum.cpu0.%iowait="34.34",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" 1568229595169924864 2019-09-11 19:19:57,266 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=64 END 2019-09-11 19:19:57,266 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=65 START 2019-09-11 19:19:57,267 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:19:57,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:57,404 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:57,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.22",loadavg2="0.10",loadavg3="1/119",loadavg4="1933",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" 1568229597246298112 2019-09-11 19:19:57,539 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:19:57,540 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568229594253586944 2019-09-11 19:19:57,653 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:19:57,654 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568229597266269952 2019-09-11 19:19:57,708 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=103 END 2019-09-11 19:19:57,709 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=104 START 2019-09-11 19:19:57,709 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:57,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.63 0.28 1/126 2844\n' 2019-09-11 19:19:57,715 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:57,783 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:58,279 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:19:58,320 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:58,321 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:58 ' 2019-09-11 19:19:58,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:19:58,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:58,324 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:58,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:58,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:58,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.33' 2019-09-11 19:19:58,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:58,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 98.67' 2019-09-11 19:19:58,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:19:58,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:19:58 0' 2019-09-11 19:19:58,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:58,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:58,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:58,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.33 0.00' 2019-09-11 19:19:58,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:58,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.67\n' 2019-09-11 19:19:58,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:19:58,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:19:58,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:58,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:58,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:58,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.33 0.00' 2019-09-11 19:19:58,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 98.67' 2019-09-11 19:19:58,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:19:58,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:19:58,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:58,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:58,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:58,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:19:58,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.33' 2019-09-11 19:19:58,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:58,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:19:58,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.67\n' 2019-09-11 19:19:58,783 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:19:58,784 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:19:57 all 0.00 0.00 98.02 0.00 0.00 1.98 0.00 0.00 0.00 0.00\n19:19:57 0 0.00 0.00 98.02 0.00 0.00 1.98 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.02 0.00 0.00 1.98 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 98.02 0.00 0.00 1.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:19:59,352 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=105 END 2019-09-11 19:19:59,353 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=106 START 2019-09-11 19:19:59,353 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:59,364 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.22 0.10 1/119 1942\n' 2019-09-11 19:19:59,365 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:59,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:19:59,787 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=104 END 2019-09-11 19:19:59,788 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=105 START 2019-09-11 19:19:59,788 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:19:59,793 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.63 0.28 2/125 2849\n' 2019-09-11 19:19:59,795 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:19:59,862 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:00,283 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=65 END 2019-09-11 19:20:00,283 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=66 START 2019-09-11 19:20:00,284 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:00,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:19:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:00,643 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:00 all' 2019-09-11 19:20:00,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:00,645 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:00,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 31.58 0.00' 2019-09-11 19:20:00,647 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.79 0.00' 2019-09-11 19:20:00,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:00,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 52.63' 2019-09-11 19:20:00,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:00,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:00 ' 2019-09-11 19:20:00,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:00,653 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 31.58' 2019-09-11 19:20:00,653 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:00,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.79' 2019-09-11 19:20:00,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:00,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 52.63' 2019-09-11 19:20:00,656 [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-11 19:20:00,657 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:20:00,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:00,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:00,659 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 31.58' 2019-09-11 19:20:00,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:00,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.79 0.00' 2019-09-11 19:20:00,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:00,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:00,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 52.63' 2019-09-11 19:20:00,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:00,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:20:00,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:00,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:00,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 31.58 0.00' 2019-09-11 19:20:00,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.79 0.00' 2019-09-11 19:20:00,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:00,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 52.63' 2019-09-11 19:20:00,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:00,863 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:19:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:00 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:20: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-11 19:20:01,295 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-11 19:20:01,671 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=106 END 2019-09-11 19:20:01,671 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=107 START 2019-09-11 19:20:01,672 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:01,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.18 0.23 0.11 1/119 1944\n' 2019-09-11 19:20:01,686 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:01,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:01,865 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=105 END 2019-09-11 19:20:01,866 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=106 START 2019-09-11 19:20:01,866 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:01,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.63 0.28 2/126 2855\n' 2019-09-11 19:20:01,873 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:01,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:02,735 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:02,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:02 ' 2019-09-11 19:20:02,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:02,738 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,738 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,739 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,740 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.56 5.56' 2019-09-11 19:20:02,741 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,742 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-11 19:20:02,743 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:02 0' 2019-09-11 19:20:02,744 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,745 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,746 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,746 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.56 5.56' 2019-09-11 19:20:02,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,749 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-11 19:20:02,749 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:02,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:02,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:02,751 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,752 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,754 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.56 5.56' 2019-09-11 19:20:02,754 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.89' 2019-09-11 19:20:02,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:02,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:02,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:20:02,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.56 5.56' 2019-09-11 19:20:02,760 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,761 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-11 19:20:02,775 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:02,777 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.81",loadavg1="0.61",loadavg2="0.27",loadavg3="1/125",loadavg4="2780",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" 1568229597708190976 2019-09-11 19:20:02,930 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:02,931 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.90",loadavg1="0.63",loadavg2="0.28",loadavg3="1/126",loadavg4="2844",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.98",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.02",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.98",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.02",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.98",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.02",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.98",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.02",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.98",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.02",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.98",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.02",mpstat_minimum.cpu0.%usr="0.00" 1568229599787389952 2019-09-11 19:20:02,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:02,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:02 all' 2019-09-11 19:20:02,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:02,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,947 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:02,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:02 ' 2019-09-11 19:20:02,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:20:02,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:20:02,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:20:02,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:02,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:02,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:02,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,958 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:20:02,959 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:02,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:20:02,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-11 19:20:02,963 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:02,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:02,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:02,967 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:03,041 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:03,042 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.90",loadavg1="0.63",loadavg2="0.28",loadavg3="2/125",loadavg4="2849",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" 1568229601865529088 2019-09-11 19:20:03,157 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:03,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.22",loadavg2="0.10",loadavg3="1/119",loadavg4="1940",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.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="1.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="98.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="1.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="98.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="1.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="98.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="1.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="98.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="1.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="98.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="1.33",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229599352857088 2019-09-11 19:20:03,257 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:03,258 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.22",loadavg2="0.10",loadavg3="1/119",loadavg4="1942",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="52.63",mpstat_average.cpu.%iowait="31.58",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="15.79",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="52.63",mpstat_average.cpu0.%iowait="31.58",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="15.79",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="52.63",mpstat_maximun.cpu.%iowait="31.58",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="15.79",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="52.63",mpstat_maximun.cpu0.%iowait="31.58",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="15.79",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="52.63",mpstat_minimum.cpu.%iowait="31.58",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="15.79",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="52.63",mpstat_minimum.cpu0.%iowait="31.58",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="15.79",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229601671099904 2019-09-11 19:20:03,299 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=66 END 2019-09-11 19:20:03,300 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=67 START 2019-09-11 19:20:03,300 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:03,355 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:03,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568229600283268096 2019-09-11 19:20:03,473 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:03,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.109 1568229603299438080 2019-09-11 19:20:03,763 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=107 END 2019-09-11 19:20:03,764 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=108 START 2019-09-11 19:20:03,764 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:03,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.18 0.23 0.11 1/119 1946\n' 2019-09-11 19:20:03,778 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:03,853 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:03,969 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=106 END 2019-09-11 19:20:03,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=107 START 2019-09-11 19:20:03,970 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:03,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.91 0.64 0.29 2/126 2858\n' 2019-09-11 19:20:03,976 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:04,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:04,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-11 19:20:04,854 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:04,855 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:04 all' 2019-09-11 19:20:04,856 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:04,857 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.82' 2019-09-11 19:20:04,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 15.38' 2019-09-11 19:20:04,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56 0.00' 2019-09-11 19:20:04,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 69.23' 2019-09-11 19:20:04,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:04 ' 2019-09-11 19:20:04,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:04,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:04,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.82' 2019-09-11 19:20:04,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 15.38 2.56' 2019-09-11 19:20:04,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:04,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 69.23\n' 2019-09-11 19:20:04,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:04,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:04,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:04,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:04,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.82 0.00' 2019-09-11 19:20:04,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.38 2.56' 2019-09-11 19:20:04,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:04,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 69.23' 2019-09-11 19:20:04,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:20:04,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:04,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:04,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.82' 2019-09-11 19:20:04,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 15.38' 2019-09-11 19:20:04,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56' 2019-09-11 19:20:04,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 69.23\n' 2019-09-11 19:20:05,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:04 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:20: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-11 19:20:05,883 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=108 END 2019-09-11 19:20:05,884 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=109 START 2019-09-11 19:20:05,884 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:05,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.17 0.23 0.11 1/119 1948\n' 2019-09-11 19:20:05,899 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:05,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:06,048 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=107 END 2019-09-11 19:20:06,049 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=108 START 2019-09-11 19:20:06,049 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:06,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.91 0.64 0.29 2/125 2863\n' 2019-09-11 19:20:06,055 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:06,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:06,315 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=67 END 2019-09-11 19:20:06,316 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=68 START 2019-09-11 19:20:06,316 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:06,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:06,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:06 ' 2019-09-11 19:20:06,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:06,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:06,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:06,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33 2.78' 2019-09-11 19:20:06,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:06,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89' 2019-09-11 19:20:06,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:06,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:06 0' 2019-09-11 19:20:06,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:06,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:06,985 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:06,986 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33' 2019-09-11 19:20:06,987 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:20:06,988 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.89' 2019-09-11 19:20:06,989 [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-11 19:20:06,990 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:06,991 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:06,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:06,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:06,994 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33 2.78' 2019-09-11 19:20:06,995 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:06,996 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.89' 2019-09-11 19:20:06,996 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:06,997 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:20:06,998 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:06,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:07,000 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33' 2019-09-11 19:20:07,001 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:20:07,002 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:07,003 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-11 19:20:07,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:06 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:20: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-11 19:20:07,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:20:08,005 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=109 END 2019-09-11 19:20:08,006 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=110 START 2019-09-11 19:20:08,007 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:08,100 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=108 END 2019-09-11 19:20:08,100 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=109 START 2019-09-11 19:20:08,101 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:08,106 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.64 0.29 2/126 2869\n' 2019-09-11 19:20:08,107 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:08,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:08,594 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:08,596 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.90",loadavg1="0.63",loadavg2="0.28",loadavg3="2/126",loadavg4="2855",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" 1568229603969389056 2019-09-11 19:20:08,700 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:08,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.91",loadavg1="0.64",loadavg2="0.29",loadavg3="2/126",loadavg4="2858",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" 1568229606048186112 2019-09-11 19:20:08,825 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:08,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.91",loadavg1="0.64",loadavg2="0.29",loadavg3="2/125",loadavg4="2863",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" 1568229608100107008 2019-09-11 19:20:08,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.17 0.23 0.11 1/119 1950\n' 2019-09-11 19:20:08,884 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:08,930 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:08,932 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.18",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1944",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="5.56",mpstat_average.cpu.%steal="5.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="88.89",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="5.56",mpstat_average.cpu0.%steal="5.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="88.89",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="5.56",mpstat_maximun.cpu.%steal="5.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="88.89",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="5.56",mpstat_maximun.cpu0.%steal="5.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="88.89",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="5.56",mpstat_minimum.cpu.%steal="5.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="88.89",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="5.56",mpstat_minimum.cpu0.%steal="5.56",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229603763395072 2019-09-11 19:20:08,932 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:09,034 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:09,036 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.18",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1946",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="69.23",mpstat_average.cpu.%iowait="12.82",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="15.38",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="69.23",mpstat_average.cpu0.%iowait="12.82",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="15.38",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="69.23",mpstat_maximun.cpu.%iowait="12.82",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="15.38",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="69.23",mpstat_maximun.cpu0.%iowait="12.82",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="15.38",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="69.23",mpstat_minimum.cpu.%iowait="12.82",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="15.38",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="69.23",mpstat_minimum.cpu0.%iowait="12.82",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="15.38",mpstat_minimum.cpu0.%steal="2.56",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229605883621888 2019-09-11 19:20:09,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:09,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:08 ' 2019-09-11 19:20:09,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:09,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:20:09,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,154 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:09,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:08 0' 2019-09-11 19:20:09,158 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,159 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:20:09,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,160 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:09,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.17",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1948",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="8.33",mpstat_average.cpu.%steal="2.78",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="8.33",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="88.89",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="2.78",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="8.33",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="88.89",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="2.78",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="8.33",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229608005927168 2019-09-11 19:20:09,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:09,164 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:20:09,165 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:20:09,165 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,166 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:20:09,167 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,168 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,168 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,169 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:09,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:09,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:20:09,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,173 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:20:09,173 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,174 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,175 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,175 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,177 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:09,278 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:09,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.116 1568229606315522816 2019-09-11 19:20:09,331 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=68 END 2019-09-11 19:20:09,331 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=69 START 2019-09-11 19:20:09,332 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:09,384 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:09,384 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568229609331181056 2019-09-11 19:20:09,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:09,934 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:09 ' 2019-09-11 19:20:09,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:09,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 22.22' 2019-09-11 19:20:09,939 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33' 2019-09-11 19:20:09,940 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78' 2019-09-11 19:20:09,941 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 66.67\n' 2019-09-11 19:20:09,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:09 0' 2019-09-11 19:20:09,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:09,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 22.22' 2019-09-11 19:20:09,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33' 2019-09-11 19:20:09,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:20:09,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 66.67\n' 2019-09-11 19:20:09,950 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:20:09,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:09,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 22.22' 2019-09-11 19:20:09,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.33 2.78' 2019-09-11 19:20:09,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 66.67' 2019-09-11 19:20:09,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0' 2019-09-11 19:20:09,958 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:09,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 22.22 0.00 8.33 2.78 0.00 0.00 66.67\n' 2019-09-11 19:20:10,179 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=109 END 2019-09-11 19:20:10,180 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=110 START 2019-09-11 19:20:10,180 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:10,185 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.64 0.29 2/126 2872\n' 2019-09-11 19:20:10,186 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:10,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:10,343 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:20:10,963 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=110 END 2019-09-11 19:20:10,964 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=111 START 2019-09-11 19:20:10,964 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:10,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.15 0.23 0.11 1/119 1952\n' 2019-09-11 19:20:10,981 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:11,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:11,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:10 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:20: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-11 19:20:12,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:12,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:12 ' 2019-09-11 19:20:12,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:12,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:12,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:12,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:12,037 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.11' 2019-09-11 19:20:12,038 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78' 2019-09-11 19:20:12,038 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:12,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 86.11' 2019-09-11 19:20:12,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:12 ' 2019-09-11 19:20:12,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:20:12,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:12,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:12,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.11' 2019-09-11 19:20:12,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78' 2019-09-11 19:20:12,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:12,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:12,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.11' 2019-09-11 19:20:12,047 [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-11 19:20:12,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:12,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:12,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:12,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:12,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:12,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.11' 2019-09-11 19:20:12,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78' 2019-09-11 19:20:12,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:12,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:12,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.11\n' 2019-09-11 19:20:12,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:12,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:20:12,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:12,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:12,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:12,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.11' 2019-09-11 19:20:12,058 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:20:12,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 86.11' 2019-09-11 19:20:12,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:12,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=110 END 2019-09-11 19:20:12,233 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=111 START 2019-09-11 19:20:12,233 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:12,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.64 0.29 2/125 2877\n' 2019-09-11 19:20:12,239 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:12,280 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:12,347 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=69 END 2019-09-11 19:20:12,347 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=70 START 2019-09-11 19:20:12,348 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:13,061 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=111 END 2019-09-11 19:20:13,062 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=112 START 2019-09-11 19:20:13,062 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:13,076 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.15 0.23 0.11 1/119 1954\n' 2019-09-11 19:20:13,077 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:13,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:13,281 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:12 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:20: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-11 19:20:13,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-11 19:20:14,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:14,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:14 all' 2019-09-11 19:20:14,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:14,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-11 19:20:14,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.82' 2019-09-11 19:20:14,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:14,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:14,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.24\n' 2019-09-11 19:20:14,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:14 0' 2019-09-11 19:20:14,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:14,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:14,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 0.00' 2019-09-11 19:20:14,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.82' 2019-09-11 19:20:14,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:14,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.24' 2019-09-11 19:20:14,167 [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-11 19:20:14,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:20:14,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:14,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 0.00' 2019-09-11 19:20:14,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.82 0.00' 2019-09-11 19:20:14,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:14,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.24\n' 2019-09-11 19:20:14,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:14,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00 0.00 2.94 0.00 8.82 0.00 0.00 0.00 88.24\n' 2019-09-11 19:20:14,284 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=111 END 2019-09-11 19:20:14,284 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=112 START 2019-09-11 19:20:14,285 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:14,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.65 0.29 2/126 2883\n' 2019-09-11 19:20:14,291 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:14,358 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:14,502 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.92",loadavg1="0.64",loadavg2="0.29",loadavg3="2/126",loadavg4="2869",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" 1568229610179547904 2019-09-11 19:20:14,605 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.92",loadavg1="0.64",loadavg2="0.29",loadavg3="2/126",loadavg4="2872",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" 1568229612232332032 2019-09-11 19:20:14,722 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.92",loadavg1="0.64",loadavg2="0.29",loadavg3="2/125",loadavg4="2877",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" 1568229614284231936 2019-09-11 19:20:14,824 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.17",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1950",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="66.67",mpstat_average.cpu.%iowait="22.22",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="8.33",mpstat_average.cpu.%steal="2.78",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="22.22",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="8.33",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="66.67",mpstat_maximun.cpu.%iowait="22.22",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="8.33",mpstat_maximun.cpu.%steal="2.78",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="22.22",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="8.33",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="66.67",mpstat_minimum.cpu.%iowait="22.22",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="8.33",mpstat_minimum.cpu.%steal="2.78",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="22.22",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="8.33",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229610963480064 2019-09-11 19:20:14,920 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:14,922 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.15",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1952",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="86.11",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="2.78",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="86.11",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="2.78",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="86.11",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="2.78",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" 1568229613061908992 2019-09-11 19:20:15,055 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:15,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568229612347348992 2019-09-11 19:20:15,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=112 END 2019-09-11 19:20:15,178 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=113 START 2019-09-11 19:20:15,178 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:15,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.22 0.11 1/119 1956\n' 2019-09-11 19:20:15,190 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:15,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:15,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:15,360 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:14 ' 2019-09-11 19:20:15,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:20:15,362 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:20:15,362 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=70 END 2019-09-11 19:20:15,363 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=71 START 2019-09-11 19:20:15,363 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:15,363 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:15,364 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:15,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:15,366 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:15,367 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:15,368 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:14 0 0.00' 2019-09-11 19:20:15,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:15,370 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:15,371 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:15,372 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:15,373 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:15,374 [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-11 19:20:15,374 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:15,375 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:15,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:15,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:15,378 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:15,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:15,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:20:15,381 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:20:15,382 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:15,383 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:15,384 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:15,385 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:15,385 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:15,387 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:20:16,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:16,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:16 all' 2019-09-11 19:20:16,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:16,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:16,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 16.22' 2019-09-11 19:20:16,271 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 13.51' 2019-09-11 19:20:16,273 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-11 19:20:16,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 67.57' 2019-09-11 19:20:16,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:16 0' 2019-09-11 19:20:16,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:16,277 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 16.22' 2019-09-11 19:20:16,278 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 13.51' 2019-09-11 19:20:16,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-11 19:20:16,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:16,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 67.57' 2019-09-11 19:20:16,281 [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-11 19:20:16,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:16,282 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:16,283 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:16,283 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:16,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:16,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 16.22 0.00' 2019-09-11 19:20:16,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 13.51' 2019-09-11 19:20:16,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-11 19:20:16,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:16,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 67.57\n' 2019-09-11 19:20:16,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00 0.00 0.00 16.22 0.00 13.51 2.70 0.00 0.00 67.57\n' 2019-09-11 19:20:16,375 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:20:16,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=112 END 2019-09-11 19:20:16,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=113 START 2019-09-11 19:20:16,390 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:16,394 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.65 0.29 2/126 2889\n' 2019-09-11 19:20:16,395 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:16,462 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:17,289 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=113 END 2019-09-11 19:20:17,290 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=114 START 2019-09-11 19:20:17,290 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:17,303 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.22 0.11 1/119 1958\n' 2019-09-11 19:20:17,304 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:17,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:17,462 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:17,464 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:16 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00' 2019-09-11 19:20:17,465 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:17,466 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:17,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:20:17,468 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:16 ' 2019-09-11 19:20:17,468 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:20:17,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:17,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:20:17,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:17,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:17,474 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:20:17,475 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:20:17,476 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:17,477 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:17,478 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:17,478 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:17,480 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:17,480 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:17,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: 0' 2019-09-11 19:20:17,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:17,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:20:17,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:17,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:17,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:17,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:17,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:20:18,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:18,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:18 all 0.00' 2019-09-11 19:20:18,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:18,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:18,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 2.50' 2019-09-11 19:20:18,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:18,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:18,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.50' 2019-09-11 19:20:18,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:18 ' 2019-09-11 19:20:18,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:18,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:18,364 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:18,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.50 0.00' 2019-09-11 19:20:18,367 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 97.50' 2019-09-11 19:20:18,368 [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-11 19:20:18,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:18,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:18,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:18,372 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:18,373 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.50 0.00' 2019-09-11 19:20:18,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 97.50' 2019-09-11 19:20:18,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:20:18,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:20:18,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:18,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:18,379 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=71 END 2019-09-11 19:20:18,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:18,379 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=72 START 2019-09-11 19:20:18,379 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:18,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.50' 2019-09-11 19:20:18,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:18,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 97.50' 2019-09-11 19:20:18,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:18,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=113 END 2019-09-11 19:20:18,495 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=114 START 2019-09-11 19:20:18,495 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:18,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.66 0.30 1/125 2893\n' 2019-09-11 19:20:18,501 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:18,569 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:18,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19902089 , "packets_per_second":999950, "flows":90300, "errors":0 }\n' 2019-09-11 19:20:18,680 [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-11 19:20:18,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18201908' 2019-09-11 19:20:18,691 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1700181 - Lost ppm 85428 2019-09-11 19:20:18,692 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 85428 > sla_max_ppm 1000; ',) 2019-09-11 19:20:19,385 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=114 END 2019-09-11 19:20:19,386 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=115 START 2019-09-11 19:20:19,386 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:19,387 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-11 19:20:19,390 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.22 0.11 1/119 1964\n' 2019-09-11 19:20:19,391 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:19,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:19,569 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:18 all 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02\n19:20:18 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-11 19:20:19,695 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15032 seq=1 END 2019-09-11 19:20:19,696 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15032 seq=2 START 2019-09-11 19:20:19,696 [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-11 19:20:19,708 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 300 64 20 1 1000000 2019-09-11 19:20:20,151 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:20,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999950i,packets_received=18201908i,packets_sent=19902089i,packetsize=64i,ppm=85428.0 1568229619695415040 2019-09-11 19:20:20,273 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:20,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.92",loadavg1="0.65",loadavg2="0.29",loadavg3="2/126",loadavg4="2883",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" 1568229616389121024 2019-09-11 19:20:20,399 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:20,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.92",loadavg1="0.65",loadavg2="0.29",loadavg3="2/126",loadavg4="2889",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" 1568229618494530816 2019-09-11 19:20:20,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:20 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n19:20:20 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-11 19:20:20,548 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:20,549 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.15",loadavg1="0.23",loadavg2="0.11",loadavg3="1/119",loadavg4="1954",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.24",mpstat_average.cpu.%iowait="2.94",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="8.82",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="88.24",mpstat_average.cpu0.%iowait="2.94",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="8.82",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="88.24",mpstat_maximun.cpu.%iowait="2.94",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="8.82",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="88.24",mpstat_maximun.cpu0.%iowait="2.94",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="8.82",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="88.24",mpstat_minimum.cpu.%iowait="2.94",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="8.82",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="88.24",mpstat_minimum.cpu0.%iowait="2.94",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="8.82",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229615177758976 2019-09-11 19:20:20,572 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=114 END 2019-09-11 19:20:20,572 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=115 START 2019-09-11 19:20:20,573 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:20,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.66 0.30 1/124 2914\n' 2019-09-11 19:20:20,578 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:20,620 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:20,644 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:20,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.14",loadavg1="0.22",loadavg2="0.11",loadavg3="1/119",loadavg4="1956",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="67.57",mpstat_average.cpu.%iowait="16.22",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="67.57",mpstat_average.cpu0.%iowait="16.22",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="13.51",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="67.57",mpstat_maximun.cpu.%iowait="16.22",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="67.57",mpstat_maximun.cpu0.%iowait="16.22",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="13.51",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="67.57",mpstat_minimum.cpu.%iowait="16.22",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="67.57",mpstat_minimum.cpu0.%iowait="16.22",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="13.51",mpstat_minimum.cpu0.%steal="2.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229617289679104 2019-09-11 19:20:20,741 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:20,743 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.14",loadavg1="0.22",loadavg2="0.11",loadavg3="1/119",loadavg4="1958",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="97.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="2.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="97.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="2.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="97.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="2.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="97.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="2.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="97.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="2.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="97.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="2.50",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229619385457920 2019-09-11 19:20:20,853 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:20,853 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.088 1568229615362503936 2019-09-11 19:20:20,953 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:20,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568229618379034112 2019-09-11 19:20:21,391 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=72 END 2019-09-11 19:20:21,392 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=73 START 2019-09-11 19:20:21,392 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:21,435 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=115 END 2019-09-11 19:20:21,436 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=116 START 2019-09-11 19:20:21,436 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:21,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.22 0.11 1/119 1971\n' 2019-09-11 19:20:21,442 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:21,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:21,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:20 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n19:20:20 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-11 19:20:22,403 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-11 19:20:22,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:22,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:22 ' 2019-09-11 19:20:22,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:22,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:22,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.96' 2019-09-11 19:20:22,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:22,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:22,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:22,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.04' 2019-09-11 19:20:22,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:22 0' 2019-09-11 19:20:22,495 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:22,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:22,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.96 0.00' 2019-09-11 19:20:22,498 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:22,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:22,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.04\n' 2019-09-11 19:20:22,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:22,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:20:22,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:22,504 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:22,505 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.96 0.00' 2019-09-11 19:20:22,506 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:22,507 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:22,507 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:22,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.04\n' 2019-09-11 19:20:22,510 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-11 19:20:22,510 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:22,511 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.96' 2019-09-11 19:20:22,512 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:22,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:22,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:22,515 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.04' 2019-09-11 19:20:22,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:22,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=115 END 2019-09-11 19:20:22,624 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=116 START 2019-09-11 19:20:22,624 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:22,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.66 0.30 2/126 2981\n' 2019-09-11 19:20:22,630 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:22,672 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:23,518 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=116 END 2019-09-11 19:20:23,519 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=117 START 2019-09-11 19:20:23,519 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:23,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.22 0.11 1/119 1973\n' 2019-09-11 19:20:23,534 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:23,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:23,673 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:23,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:22 all' 2019-09-11 19:20:23,675 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:23,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:23,677 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:23,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:23,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:23,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:23,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:23,681 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:22 ' 2019-09-11 19:20:23,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:23,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:23,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:20:23,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:23,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:23,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:23,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:23,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:23,688 [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-11 19:20:23,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:23,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:20:23,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:23,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:23,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:23,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:23,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:23,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:20:23,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:20:23,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:23,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:20:23,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:23,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:23,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:23,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:23,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:23,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:24,408 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=73 END 2019-09-11 19:20:24,408 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=74 START 2019-09-11 19:20:24,409 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:24,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:24,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:24 ' 2019-09-11 19:20:24,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:24,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:24,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:24,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.00' 2019-09-11 19:20:24,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-11 19:20:24,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:24,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.14' 2019-09-11 19:20:24,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:24,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:24 0' 2019-09-11 19:20:24,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:24,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:24,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:24,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.00' 2019-09-11 19:20:24,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-11 19:20:24,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:24,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:24,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.14\n' 2019-09-11 19:20:24,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:20:24,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:24,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:24,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:24,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:24,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.00' 2019-09-11 19:20:24,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-11 19:20:24,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:24,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.14' 2019-09-11 19:20:24,609 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:24,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:20:24,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:24,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:24,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:24,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.00' 2019-09-11 19:20:24,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-11 19:20:24,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 77.14\n' 2019-09-11 19:20:24,701 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=116 END 2019-09-11 19:20:24,702 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=117 START 2019-09-11 19:20:24,702 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:24,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.94 0.66 0.30 2/126 2984\n' 2019-09-11 19:20:24,708 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:24,776 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:25,419 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:20:25,616 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=117 END 2019-09-11 19:20:25,617 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=118 START 2019-09-11 19:20:25,617 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:25,628 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.22 0.10 1/119 1975\n' 2019-09-11 19:20:25,629 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:25,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:25,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:24 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:20:24 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-11 19:20:26,055 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:26,057 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.93",loadavg1="0.66",loadavg2="0.30",loadavg3="1/125",loadavg4="2893",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" 1568229620571906048 2019-09-11 19:20:26,155 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:26,157 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.93",loadavg1="0.66",loadavg2="0.30",loadavg3="1/124",loadavg4="2914",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" 1568229622623629056 2019-09-11 19:20:26,256 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:26,258 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.93",loadavg1="0.66",loadavg2="0.30",loadavg3="2/126",loadavg4="2981",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" 1568229624701745920 2019-09-11 19:20:26,385 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:26,387 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.14",loadavg1="0.22",loadavg2="0.11",loadavg3="1/119",loadavg4="1964",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" 1568229621435875840 2019-09-11 19:20:26,482 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:26,484 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.13",loadavg1="0.22",loadavg2="0.11",loadavg3="1/119",loadavg4="1971",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="91.04",mpstat_average.cpu.%iowait="8.96",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="91.04",mpstat_average.cpu0.%iowait="8.96",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="91.04",mpstat_maximun.cpu.%iowait="8.96",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="91.04",mpstat_maximun.cpu0.%iowait="8.96",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="91.04",mpstat_minimum.cpu.%iowait="8.96",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="91.04",mpstat_minimum.cpu0.%iowait="8.96",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" 1568229623518435840 2019-09-11 19:20:26,589 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:26,590 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.13",loadavg1="0.22",loadavg2="0.11",loadavg3="1/119",loadavg4="1973",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" 1568229625616446976 2019-09-11 19:20:26,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:26,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:26 all 0.00 0.00 2.56 0.00' 2019-09-11 19:20:26,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:26,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.69' 2019-09-11 19:20:26,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56' 2019-09-11 19:20:26,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:26,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.18\n' 2019-09-11 19:20:26,683 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:26 0' 2019-09-11 19:20:26,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:26,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56' 2019-09-11 19:20:26,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 7.69' 2019-09-11 19:20:26,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56 0.00' 2019-09-11 19:20:26,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.18' 2019-09-11 19:20:26,689 [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-11 19:20:26,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:26,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:26,691 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:26,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56' 2019-09-11 19:20:26,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:26,693 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:26,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.69' 2019-09-11 19:20:26,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.113 1568229621391326976 2019-09-11 19:20:26,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56' 2019-09-11 19:20:26,695 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 87.18' 2019-09-11 19:20:26,696 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:26,697 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:20:26,698 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:26,699 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56 0.00' 2019-09-11 19:20:26,700 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.69' 2019-09-11 19:20:26,700 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56 0.00' 2019-09-11 19:20:26,701 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:26,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.18\n' 2019-09-11 19:20:26,779 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=117 END 2019-09-11 19:20:26,780 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=118 START 2019-09-11 19:20:26,780 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:26,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.94 0.66 0.30 2/125 2989\n' 2019-09-11 19:20:26,786 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:26,795 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:26,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.108 1568229624408052992 2019-09-11 19:20:26,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:27,423 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=74 END 2019-09-11 19:20:27,424 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=75 START 2019-09-11 19:20:27,424 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:27,704 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=118 END 2019-09-11 19:20:27,705 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=119 START 2019-09-11 19:20:27,705 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:27,716 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.22 0.10 1/119 1977\n' 2019-09-11 19:20:27,717 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:27,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:27,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:27 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:20: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-11 19:20:28,435 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:20:28,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:28,770 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:28 ' 2019-09-11 19:20:28,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:28,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 16.67' 2019-09-11 19:20:28,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:28,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.67' 2019-09-11 19:20:28,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33 0.00' 2019-09-11 19:20:28,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 73.33' 2019-09-11 19:20:28,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:28,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:28 0' 2019-09-11 19:20:28,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:28,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 16.67' 2019-09-11 19:20:28,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.67' 2019-09-11 19:20:28,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33 0.00' 2019-09-11 19:20:28,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 73.33' 2019-09-11 19:20:28,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:28,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:20:28,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:28,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 16.67' 2019-09-11 19:20:28,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.67' 2019-09-11 19:20:28,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33' 2019-09-11 19:20:28,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:28,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 73.33\n' 2019-09-11 19:20:28,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:20:28,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:28,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:28,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 16.67 0.00' 2019-09-11 19:20:28,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.67 3.33' 2019-09-11 19:20:28,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 73.33\n' 2019-09-11 19:20:28,856 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=118 END 2019-09-11 19:20:28,857 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=119 START 2019-09-11 19:20:28,857 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:28,862 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.94 0.67 0.31 2/126 2995\n' 2019-09-11 19:20:28,863 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:28,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:29,799 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=119 END 2019-09-11 19:20:29,799 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=120 START 2019-09-11 19:20:29,800 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:29,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.22 0.10 1/119 1979\n' 2019-09-11 19:20:29,810 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:29,859 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:29,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:29,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:29 ' 2019-09-11 19:20:29,933 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:29,934 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:20:29,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:29,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:29,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,939 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,939 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:29,940 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:29 ' 2019-09-11 19:20:29,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:29,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:20:29,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,944 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:29,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:20:29,947 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:29,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:29,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:29,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:20:29,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:29,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:29,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:29,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:29,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:20:29,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:29,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:29,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:29,958 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:29,959 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:29,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:30,439 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=75 END 2019-09-11 19:20:30,440 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=76 START 2019-09-11 19:20:30,440 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:30,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:30,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:30 all' 2019-09-11 19:20:30,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:30,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:30,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33' 2019-09-11 19:20:30,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78' 2019-09-11 19:20:30,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:30,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:30,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89' 2019-09-11 19:20:30,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:30 ' 2019-09-11 19:20:30,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:20:30,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:30,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:30,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:30,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33 2.78' 2019-09-11 19:20:30,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:30,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:30,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-11 19:20:30,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:30,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:30,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:30,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:30,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:30,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33' 2019-09-11 19:20:30,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:20:30,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:30,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-11 19:20:30,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:20:30,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:30,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:30,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33' 2019-09-11 19:20:30,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78' 2019-09-11 19:20:30,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:30,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-11 19:20:30,962 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=119 END 2019-09-11 19:20:30,962 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=120 START 2019-09-11 19:20:30,962 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:30,967 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.94 0.67 0.31 2/126 2998\n' 2019-09-11 19:20:30,968 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:31,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:31,451 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-11 19:20:31,889 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:31,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.94",loadavg1="0.66",loadavg2="0.30",loadavg3="2/126",loadavg4="2984",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" 1568229626779742976 2019-09-11 19:20:31,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=120 END 2019-09-11 19:20:31,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=121 START 2019-09-11 19:20:31,896 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:31,906 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.21 0.10 1/119 1981\n' 2019-09-11 19:20:31,907 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:31,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:31,984 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:31,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.94",loadavg1="0.66",loadavg2="0.30",loadavg3="2/125",loadavg4="2989",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" 1568229628856547072 2019-09-11 19:20:32,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:31 all 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:20: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-11 19:20:32,085 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:32,087 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.94",loadavg1="0.67",loadavg2="0.31",loadavg3="2/126",loadavg4="2995",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" 1568229630961960192 2019-09-11 19:20:32,190 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:32,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.22",loadavg2="0.10",loadavg3="1/119",loadavg4="1975",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.18",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="2.56",mpstat_average.cpu.%sys="2.56",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.18",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="2.56",mpstat_average.cpu0.%sys="2.56",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.18",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="2.56",mpstat_maximun.cpu.%sys="2.56",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.18",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="2.56",mpstat_maximun.cpu0.%sys="2.56",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.18",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="2.56",mpstat_minimum.cpu.%sys="2.56",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.18",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="2.56",mpstat_minimum.cpu0.%sys="2.56",mpstat_minimum.cpu0.%usr="0.00" 1568229627704612864 2019-09-11 19:20:32,285 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:32,287 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.22",loadavg2="0.10",loadavg3="1/119",loadavg4="1977",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="73.33",mpstat_average.cpu.%iowait="16.67",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="73.33",mpstat_average.cpu0.%iowait="16.67",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="73.33",mpstat_maximun.cpu.%iowait="16.67",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="73.33",mpstat_maximun.cpu0.%iowait="16.67",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="73.33",mpstat_minimum.cpu.%iowait="16.67",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="73.33",mpstat_minimum.cpu0.%iowait="16.67",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" 1568229629799343104 2019-09-11 19:20:32,388 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:32,390 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.22",loadavg2="0.10",loadavg3="1/119",loadavg4="1979",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="8.33",mpstat_average.cpu.%steal="2.78",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="8.33",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="88.89",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="2.78",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="8.33",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="88.89",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="2.78",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="8.33",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229631895232000 2019-09-11 19:20:32,484 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:32,484 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568229627423604992 2019-09-11 19:20:32,614 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:32,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568229630439827968 2019-09-11 19:20:32,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:32,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:32 all' 2019-09-11 19:20:32,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:32,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:32,985 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:32,986 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:32,987 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 19.44 2.78' 2019-09-11 19:20:32,987 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:32,988 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.78\n' 2019-09-11 19:20:32,989 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:32 0' 2019-09-11 19:20:32,990 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:32,990 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:32,991 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:32,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:32,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 19.44 2.78 0.00' 2019-09-11 19:20:32,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:32,994 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.78' 2019-09-11 19:20:32,994 [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-11 19:20:32,995 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:32,996 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:32,997 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:32,997 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:32,998 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 19.44' 2019-09-11 19:20:32,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:20:33,000 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 77.78' 2019-09-11 19:20:33,001 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:20:33,002 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:33,002 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:33,003 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:33,004 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:33,005 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 19.44 2.78' 2019-09-11 19:20:33,005 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:33,006 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 77.78' 2019-09-11 19:20:33,007 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:33,039 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=120 END 2019-09-11 19:20:33,039 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=121 START 2019-09-11 19:20:33,040 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:33,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.67 0.31 2/125 3003\n' 2019-09-11 19:20:33,045 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:33,113 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:33,455 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=76 END 2019-09-11 19:20:33,456 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=77 START 2019-09-11 19:20:33,456 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:34,009 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=121 END 2019-09-11 19:20:34,010 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=122 START 2019-09-11 19:20:34,010 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:34,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.21 0.10 1/119 1983\n' 2019-09-11 19:20:34,024 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:34,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:34,114 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:33 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:20: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-11 19:20:34,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:20:35,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:35,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:35 all 0.00' 2019-09-11 19:20:35,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:35,075 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:35,076 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.05' 2019-09-11 19:20:35,076 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 15.79' 2019-09-11 19:20:35,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-11 19:20:35,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 60.53\n' 2019-09-11 19:20:35,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:35 0' 2019-09-11 19:20:35,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:35,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:35,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.05 0.00' 2019-09-11 19:20:35,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.79 2.63' 2019-09-11 19:20:35,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:35,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 60.53' 2019-09-11 19:20:35,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:35,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:35,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:20:35,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:35,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 21.05' 2019-09-11 19:20:35,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 15.79' 2019-09-11 19:20:35,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-11 19:20:35,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 60.53' 2019-09-11 19:20:35,090 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0' 2019-09-11 19:20:35,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:35,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:35,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.05 0.00' 2019-09-11 19:20:35,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.79' 2019-09-11 19:20:35,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00 0.00' 2019-09-11 19:20:35,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 60.53' 2019-09-11 19:20:35,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:35,116 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=121 END 2019-09-11 19:20:35,116 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=122 START 2019-09-11 19:20:35,117 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:35,121 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.67 0.31 2/126 3009\n' 2019-09-11 19:20:35,122 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:35,165 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:36,097 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=122 END 2019-09-11 19:20:36,097 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=123 START 2019-09-11 19:20:36,098 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:36,104 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.21 0.10 2/119 1985\n' 2019-09-11 19:20:36,105 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:36,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:36,165 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:36,166 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:35 ' 2019-09-11 19:20:36,167 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:36,168 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:36,169 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:36,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:36,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:36,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:36,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:36,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:36,173 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:35 0' 2019-09-11 19:20:36,174 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:36,175 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:20:36,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:36,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:36,177 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:36,178 [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-11 19:20:36,179 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:20:36,180 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:36,180 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:20:36,181 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:36,181 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:36,182 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:36,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:36,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:36,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:20:36,185 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:20:36,185 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:36,186 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:36,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:36,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:36,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:36,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:36,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:36,190 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:36,472 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=77 END 2019-09-11 19:20:36,472 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=78 START 2019-09-11 19:20:36,473 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:37,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:37,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:37 ' 2019-09-11 19:20:37,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:37,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:37,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:37,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.88' 2019-09-11 19:20:37,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-11 19:20:37,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:37,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.18' 2019-09-11 19:20:37,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:37,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:37 0' 2019-09-11 19:20:37,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:37,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:37,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:37,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:37,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.88 2.94' 2019-09-11 19:20:37,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:37,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.18' 2019-09-11 19:20:37,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:37,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:37,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:20:37,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:37,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:37,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:37,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:37,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.88' 2019-09-11 19:20:37,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-11 19:20:37,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:37,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.18' 2019-09-11 19:20:37,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:20:37,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:37,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:37,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:37,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:37,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.88' 2019-09-11 19:20:37,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-11 19:20:37,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:37,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.18' 2019-09-11 19:20:37,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:37,192 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=122 END 2019-09-11 19:20:37,192 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=123 START 2019-09-11 19:20:37,193 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:37,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.67 0.31 2/126 3012\n' 2019-09-11 19:20:37,198 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:37,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:37,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:20:37,708 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:37,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.94",loadavg1="0.67",loadavg2="0.31",loadavg3="2/126",loadavg4="2998",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" 1568229633039187968 2019-09-11 19:20:37,837 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:37,839 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.95",loadavg1="0.67",loadavg2="0.31",loadavg3="2/125",loadavg4="3003",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" 1568229635116363008 2019-09-11 19:20:37,934 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:37,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.95",loadavg1="0.67",loadavg2="0.31",loadavg3="2/126",loadavg4="3009",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" 1568229637192254976 2019-09-11 19:20:38,036 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:38,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.21",loadavg2="0.10",loadavg3="1/119",loadavg4="1981",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="77.78",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="19.44",mpstat_average.cpu.%steal="2.78",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.78",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="19.44",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="77.78",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="19.44",mpstat_maximun.cpu.%steal="2.78",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.78",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="19.44",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="77.78",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="19.44",mpstat_minimum.cpu.%steal="2.78",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.78",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="19.44",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229634009262080 2019-09-11 19:20:38,146 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:38,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.21",loadavg2="0.10",loadavg3="1/119",loadavg4="1983",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="60.53",mpstat_average.cpu.%iowait="21.05",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="15.79",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="60.53",mpstat_average.cpu0.%iowait="21.05",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="15.79",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="60.53",mpstat_maximun.cpu.%iowait="21.05",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="15.79",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="60.53",mpstat_maximun.cpu0.%iowait="21.05",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="15.79",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="60.53",mpstat_minimum.cpu.%iowait="21.05",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="15.79",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="60.53",mpstat_minimum.cpu0.%iowait="21.05",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="15.79",mpstat_minimum.cpu0.%steal="2.63",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229636097150208 2019-09-11 19:20:38,185 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=123 END 2019-09-11 19:20:38,186 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=124 START 2019-09-11 19:20:38,186 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:38,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.21 0.10 1/119 1987\n' 2019-09-11 19:20:38,200 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:38,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:37 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:20: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-11 19:20:38,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:38,304 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:38,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.10",loadavg1="0.21",loadavg2="0.10",loadavg3="2/119",loadavg4="1985",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="91.18",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="5.88",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="91.18",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="5.88",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="91.18",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="5.88",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="91.18",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="5.88",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="91.18",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="5.88",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="91.18",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="5.88",mpstat_minimum.cpu0.%steal="2.94",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229638185885952 2019-09-11 19:20:38,416 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:38,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.099 1568229633455780864 2019-09-11 19:20:38,511 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:38,511 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568229636472007936 2019-09-11 19:20:39,244 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=123 END 2019-09-11 19:20:39,244 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=124 START 2019-09-11 19:20:39,245 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:39,250 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.68 0.31 2/125 3017\n' 2019-09-11 19:20:39,251 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:39,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:39,277 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:39 all' 2019-09-11 19:20:39,278 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:39,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 8.57' 2019-09-11 19:20:39,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-11 19:20:39,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:39,282 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.57' 2019-09-11 19:20:39,283 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:39 ' 2019-09-11 19:20:39,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:20:39,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:39,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:39,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.57' 2019-09-11 19:20:39,288 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00' 2019-09-11 19:20:39,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.57' 2019-09-11 19:20:39,289 [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-11 19:20:39,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:20:39,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:39,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:39,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:39,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.57' 2019-09-11 19:20:39,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-11 19:20:39,295 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:39,296 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.57' 2019-09-11 19:20:39,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:20:39,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:20:39,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:39,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:39,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.57' 2019-09-11 19:20:39,301 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00' 2019-09-11 19:20:39,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.57' 2019-09-11 19:20:39,303 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:39,487 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=78 END 2019-09-11 19:20:39,488 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=79 START 2019-09-11 19:20:39,488 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:40,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:39 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:20: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-11 19:20:40,305 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=124 END 2019-09-11 19:20:40,306 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=125 START 2019-09-11 19:20:40,306 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:40,310 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.20 0.10 1/119 1989\n' 2019-09-11 19:20:40,312 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:40,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:40,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'6.15' 2019-09-11 19:20:41,304 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=124 END 2019-09-11 19:20:41,305 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=125 START 2019-09-11 19:20:41,305 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:41,343 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.68 0.31 2/126 3023\n' 2019-09-11 19:20:41,345 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:41,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:41,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:41 all' 2019-09-11 19:20:41,386 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:41,386 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.61 0.00' 2019-09-11 19:20:41,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.23' 2019-09-11 19:20:41,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:41,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:41,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:41,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.16' 2019-09-11 19:20:41,390 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:41,390 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:41 0' 2019-09-11 19:20:41,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:41,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:41,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.61' 2019-09-11 19:20:41,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.23' 2019-09-11 19:20:41,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:41,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:41,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.16\n' 2019-09-11 19:20:41,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:41,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:41,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:41,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:41,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:41,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.61' 2019-09-11 19:20:41,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:41,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.23 0.00' 2019-09-11 19:20:41,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:41,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.16' 2019-09-11 19:20:41,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:41,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:20:41,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:41,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:41,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.61' 2019-09-11 19:20:41,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.23' 2019-09-11 19:20:41,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:41,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:41,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.16\n' 2019-09-11 19:20:41,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:42,407 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=125 END 2019-09-11 19:20:42,408 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=126 START 2019-09-11 19:20:42,408 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:42,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.20 0.10 2/119 1991\n' 2019-09-11 19:20:42,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:42,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:41 ' 2019-09-11 19:20:42,414 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:42,415 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:42,416 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 47.52 0.00 0.00 0.99 0.00 0.00 0.00 51.49\n19:20:41 0 0.00 0.00 47.52 0.00 0.00 0.99 0.00 0.00 0.00 51.49\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 47.52 0.00 0.00 0.99 0.00 0.00 0.00 51.49\nAverage: 0 0.00 0.00 47.52 0.00 0.00 0.99 0.00 0.00 0.00 51.49\n' 2019-09-11 19:20:42,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:42,521 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=79 END 2019-09-11 19:20:42,522 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=80 START 2019-09-11 19:20:42,522 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:42,918 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":18913081 , "packets_per_second":949130, "flows":90300, "errors":0 }\n' 2019-09-11 19:20:42,919 [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-11 19:20:42,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18717981' 2019-09-11 19:20:42,931 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 195100 - Lost ppm 10316 2019-09-11 19:20:42,931 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 10316 > sla_max_ppm 1000; ',) 2019-09-11 19:20:43,419 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=125 END 2019-09-11 19:20:43,419 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=126 START 2019-09-11 19:20:43,420 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:43,424 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.67 0.31 1/122 3036\n' 2019-09-11 19:20:43,425 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:43,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:43 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:20:43 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-11 19:20:43,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:43,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'6.92' 2019-09-11 19:20:43,606 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:43,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.95",loadavg1="0.67",loadavg2="0.31",loadavg3="2/126",loadavg4="3012",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" 1568229639244314880 2019-09-11 19:20:43,702 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:43,704 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.95",loadavg1="0.68",loadavg2="0.31",loadavg3="2/125",loadavg4="3017",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" 1568229641304804096 2019-09-11 19:20:43,831 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:43,833 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.95",loadavg1="0.68",loadavg2="0.31",loadavg3="2/126",loadavg4="3023",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="51.49",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="47.52",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="51.49",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="47.52",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="51.49",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="47.52",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="51.49",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="47.52",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="51.49",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="47.52",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="51.49",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="47.52",mpstat_minimum.cpu0.%usr="0.00" 1568229643418989056 2019-09-11 19:20:43,927 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:43,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.10",loadavg1="0.21",loadavg2="0.10",loadavg3="1/119",loadavg4="1987",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.57",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="8.57",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="88.57",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="8.57",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="88.57",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="8.57",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="88.57",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="8.57",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="88.57",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="8.57",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="88.57",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="8.57",mpstat_minimum.cpu0.%steal="2.86",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229640305356032 2019-09-11 19:20:43,933 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15032 seq=2 END 2019-09-11 19:20:43,934 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:20:43,934 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:20:43,934 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:20:44,050 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:44,052 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.09",loadavg1="0.20",loadavg2="0.10",loadavg3="1/119",loadavg4="1989",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.16",mpstat_average.cpu.%iowait="3.61",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.23",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="89.16",mpstat_average.cpu0.%iowait="3.61",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.23",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="89.16",mpstat_maximun.cpu.%iowait="3.61",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.23",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="89.16",mpstat_maximun.cpu0.%iowait="3.61",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.23",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="89.16",mpstat_minimum.cpu.%iowait="3.61",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.23",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="89.16",mpstat_minimum.cpu0.%iowait="3.61",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.23",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229642407036160 2019-09-11 19:20:44,166 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:44,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568229639487863040 2019-09-11 19:20:44,261 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:44,262 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=6.15 1568229642521347072 2019-09-11 19:20:44,357 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:44,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=90300i,packets_per_second=949130i,packets_received=18717981i,packets_sent=18913081i,packetsize=64i,ppm=10316.0 1568229643933640960 2019-09-11 19:20:44,453 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:20:44,454 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:20:44,456 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:20:44,468 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:20:44,469 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.125 2019-09-11 19:20:44,471 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.125 2019-09-11 19:20:44,485 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=126 END 2019-09-11 19:20:44,486 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=127 START 2019-09-11 19:20:44,486 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:44,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.20 0.10 1/119 2000\n' 2019-09-11 19:20:44,492 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:44,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:43 all 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:20:43 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-11 19:20:44,558 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:44,740 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:20:44,742 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-11 19:20:44,742 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-11 19:20:45,121 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:20:45,508 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=126 END 2019-09-11 19:20:45,509 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=127 START 2019-09-11 19:20:45,509 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:45,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.67 0.31 1/121 3079\n' 2019-09-11 19:20:45,515 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:45,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:45 all 9.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 88.00\n19:20:45 0 9.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 88.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 9.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 88.00\nAverage: 0 9.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 88.00\n' 2019-09-11 19:20:45,583 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:45,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=80 END 2019-09-11 19:20:45,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=81 START 2019-09-11 19:20:45,596 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:46,562 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=127 END 2019-09-11 19:20:46,562 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=128 START 2019-09-11 19:20:46,563 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:46,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.20 0.10 1/119 2035\n' 2019-09-11 19:20:46,568 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:46,583 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:45 all 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n19:20:45 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-11 19:20:46,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-11 19:20:46,636 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:47,586 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=127 END 2019-09-11 19:20:47,586 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=128 START 2019-09-11 19:20:47,587 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:47,622 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.67 0.31 1/122 3085\n' 2019-09-11 19:20:47,623 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:47,636 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:47,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:47 ' 2019-09-11 19:20:47,639 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:20:47,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.00' 2019-09-11 19:20:47,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:47,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:47,643 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 96.00' 2019-09-11 19:20:47,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:47 ' 2019-09-11 19:20:47,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:47,647 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:47,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.00' 2019-09-11 19:20:47,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:47,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:47,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:47,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 96.00\n' 2019-09-11 19:20:47,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:47,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:20:47,657 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:47,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.00' 2019-09-11 19:20:47,659 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:47,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:47,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 96.00' 2019-09-11 19:20:47,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:20:47,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:20:47,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.00' 2019-09-11 19:20:47,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:47,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:47,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:47,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 96.00\n' 2019-09-11 19:20:47,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:48,178 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15038 seq=1 START 2019-09-11 19:20:48,179 [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-11 19:20:48,191 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 500 64 20 1 1000000 2019-09-11 19:20:48,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=81 END 2019-09-11 19:20:48,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=82 START 2019-09-11 19:20:48,624 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:48,671 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=128 END 2019-09-11 19:20:48,671 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=129 START 2019-09-11 19:20:48,672 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:48,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.20 0.10 1/119 2042\n' 2019-09-11 19:20:48,678 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:48,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:47 all 1.01 0.00 0.00 4.04 0.00 0.00 0.00 0.00 0.00 94.95\n19:20:47 0 1.01 0.00 0.00 4.04 0.00 0.00 0.00 0.00 0.00 94.95\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.01 0.00 0.00 4.04 0.00 0.00 0.00 0.00 0.00 94.95\nAverage: 0 1.01 0.00 0.00 4.04 0.00 0.00 0.00 0.00 0.00 94.95\n' 2019-09-11 19:20:48,745 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:49,464 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:49,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.67",loadavg2="0.31",loadavg3="1/122",loadavg4="3036",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" 1568229645508563968 2019-09-11 19:20:49,564 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:49,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.67",loadavg2="0.31",loadavg3="1/121",loadavg4="3079",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" 1568229647585977088 2019-09-11 19:20:49,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'13.7' 2019-09-11 19:20:49,700 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=128 END 2019-09-11 19:20:49,700 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=129 START 2019-09-11 19:20:49,701 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:49,701 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:49,702 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.87",loadavg1="0.67",loadavg2="0.31",loadavg3="1/122",loadavg4="3085",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="94.95",mpstat_average.cpu.%iowait="4.04",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.01",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="94.95",mpstat_average.cpu0.%iowait="4.04",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.01",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="94.95",mpstat_maximun.cpu.%iowait="4.04",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.01",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="94.95",mpstat_maximun.cpu0.%iowait="4.04",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.01",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="94.95",mpstat_minimum.cpu.%iowait="4.04",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.01",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="94.95",mpstat_minimum.cpu0.%iowait="4.04",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.01" 1568229649700115968 2019-09-11 19:20:49,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.66 0.31 1/122 3098\n' 2019-09-11 19:20:49,743 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:49,745 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:49,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:49 ' 2019-09-11 19:20:49,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:49,749 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:49,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:49,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:49,751 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:49,752 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:49,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:49,754 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:49 ' 2019-09-11 19:20:49,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:49,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:49,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:49,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:49,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:49,760 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:20:49,761 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:20:49,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:49,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:49,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:49,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:49,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:49,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-11 19:20:49,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:49,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:49,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:49,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:49,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:49,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:49,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:49,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:20:49,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:49,792 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:49,796 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:49,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.09",loadavg1="0.20",loadavg2="0.10",loadavg3="2/119",loadavg4="1991",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" 1568229644485636864 2019-09-11 19:20:49,890 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:49,892 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.09",loadavg1="0.20",loadavg2="0.10",loadavg3="1/119",loadavg4="2000",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.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="3.00",mpstat_average.cpu.%usr="9.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="88.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="3.00",mpstat_average.cpu0.%usr="9.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="88.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="3.00",mpstat_maximun.cpu.%usr="9.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="88.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="3.00",mpstat_maximun.cpu0.%usr="9.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="88.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="3.00",mpstat_minimum.cpu.%usr="9.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="88.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="3.00",mpstat_minimum.cpu0.%usr="9.00" 1568229646562172928 2019-09-11 19:20:49,992 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:49,993 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.08",loadavg1="0.20",loadavg2="0.10",loadavg3="1/119",loadavg4="2035",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="96.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="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.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="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.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="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.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="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.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="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.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="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229648670983168 2019-09-11 19:20:50,094 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:50,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=6.92 1568229645595122176 2019-09-11 19:20:50,202 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:50,203 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.113 1568229648623343104 2019-09-11 19:20:50,692 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: rtt 13.700000 > sla: max_rtt(10.000000); ',) 2019-09-11 19:20:50,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=129 END 2019-09-11 19:20:50,777 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=130 START 2019-09-11 19:20:50,777 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:50,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.20 0.10 1/119 2044\n' 2019-09-11 19:20:50,785 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:50,792 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:49 all 2.02 0.00 31.31 0.00 0.00 1.01 0.00 0.00 0.00 65.66\n19:20:49 0 2.02 0.00 31.31 0.00 0.00 1.01 0.00 0.00 0.00 65.66\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 2.02 0.00 31.31 0.00 0.00 1.01 0.00 0.00 0.00 65.66\nAverage: 0 2.02 0.00 31.31 0.00 0.00 1.01 0.00 0.00 0.00 65.66\n' 2019-09-11 19:20:50,854 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:51,694 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=82 END 2019-09-11 19:20:51,694 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=83 START 2019-09-11 19:20:51,695 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:51,795 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=129 END 2019-09-11 19:20:51,795 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=130 START 2019-09-11 19:20:51,796 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:51,800 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.66 0.31 2/123 3162\n' 2019-09-11 19:20:51,801 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:51,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:51,855 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:51,856 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:51 ' 2019-09-11 19:20:51,856 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:51,857 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,859 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.08' 2019-09-11 19:20:51,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.04' 2019-09-11 19:20:51,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:51,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.88\n' 2019-09-11 19:20:51,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:51 0' 2019-09-11 19:20:51,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:51,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:51,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.08' 2019-09-11 19:20:51,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.04' 2019-09-11 19:20:51,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.88' 2019-09-11 19:20:51,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:51,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:51,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:51,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:51,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:51,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.08' 2019-09-11 19:20:51,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.04' 2019-09-11 19:20:51,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.88' 2019-09-11 19:20:51,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:51,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:20:51,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.08' 2019-09-11 19:20:51,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.04 0.00' 2019-09-11 19:20:51,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:51,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.88\n' 2019-09-11 19:20:52,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.175' 2019-09-11 19:20:52,846 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:52 all 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\n19:20:52 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-11 19:20:52,883 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=130 END 2019-09-11 19:20:52,883 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=131 START 2019-09-11 19:20:52,884 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:52,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.20 0.10 1/117 2046\n' 2019-09-11 19:20:52,892 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:52,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:53,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=130 END 2019-09-11 19:20:53,849 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=131 START 2019-09-11 19:20:53,849 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:53,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.66 0.31 2/122 3167\n' 2019-09-11 19:20:53,855 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:53,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:53,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:53,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:53 ' 2019-09-11 19:20:53,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:53,939 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:53,940 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.35 0.00' 2019-09-11 19:20:53,940 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.35' 2019-09-11 19:20:53,941 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.17 0.00' 2019-09-11 19:20:53,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:53,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.13' 2019-09-11 19:20:53,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:53 ' 2019-09-11 19:20:53,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:20:53,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:53,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.35 0.00 4.35 2.17 0.00 0.00' 2019-09-11 19:20:53,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.13\n' 2019-09-11 19:20:53,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:20:53,950 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:53,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:53,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:53,952 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.35 0.00' 2019-09-11 19:20:53,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.35 2.17' 2019-09-11 19:20:53,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:53,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.13' 2019-09-11 19:20:53,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:53,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:20:53,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:53,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:53,958 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.35' 2019-09-11 19:20:53,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:53,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.35' 2019-09-11 19:20:53,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.17' 2019-09-11 19:20:53,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:53,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.13\n' 2019-09-11 19:20:54,711 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=83 END 2019-09-11 19:20:54,712 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=84 START 2019-09-11 19:20:54,712 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:54,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:54 all 0.99 0.00 98.02 0.00 0.00 0.99 0.00 0.00 0.00 0.00\n19:20:54 0 0.99 0.00 98.02 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.99 0.00 98.02 0.00 0.00 0.99 0.00 0.00 0.00 0.00\nAverage: 0 0.99 0.00 98.02 0.00 0.00 0.99 0.00 0.00 0.00 0.00\n' 2019-09-11 19:20:54,964 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=131 END 2019-09-11 19:20:54,965 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=132 START 2019-09-11 19:20:54,966 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:54,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.07 0.19 0.10 1/117 2048\n' 2019-09-11 19:20:54,975 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:55,302 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:55,304 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.80",loadavg1="0.66",loadavg2="0.31",loadavg3="1/122",loadavg4="3098",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="65.66",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.01",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="31.31",mpstat_average.cpu.%usr="2.02",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="65.66",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.01",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="31.31",mpstat_average.cpu0.%usr="2.02",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="65.66",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.01",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="31.31",mpstat_maximun.cpu.%usr="2.02",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="65.66",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.01",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="31.31",mpstat_maximun.cpu0.%usr="2.02",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="65.66",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.01",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="31.31",mpstat_minimum.cpu.%usr="2.02",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="65.66",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.01",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="31.31",mpstat_minimum.cpu0.%usr="2.02" 1568229651795201024 2019-09-11 19:20:55,431 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:55,433 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.80",loadavg1="0.66",loadavg2="0.31",loadavg3="2/123",loadavg4="3162",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" 1568229653848776960 2019-09-11 19:20:55,515 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:55,530 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:20:55,531 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.08",loadavg1="0.20",loadavg2="0.10",loadavg3="1/119",loadavg4="2042",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" 1568229650776478976 2019-09-11 19:20:55,636 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:55,638 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.08",loadavg1="0.20",loadavg2="0.10",loadavg3="1/119",loadavg4="2044",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="93.88",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.08",mpstat_average.cpu.%steal="2.04",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.88",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.08",mpstat_average.cpu0.%steal="2.04",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.88",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.08",mpstat_maximun.cpu.%steal="2.04",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.88",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.08",mpstat_maximun.cpu0.%steal="2.04",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.88",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.08",mpstat_minimum.cpu.%steal="2.04",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.88",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.08",mpstat_minimum.cpu0.%steal="2.04",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229652883109120 2019-09-11 19:20:55,727 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.110' 2019-09-11 19:20:55,731 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:55,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.08",loadavg1="0.20",loadavg2="0.10",loadavg3="1/117",loadavg4="2046",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.13",mpstat_average.cpu.%iowait="4.35",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.35",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="4.35",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.35",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="4.35",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.35",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="4.35",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.35",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="4.35",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.35",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="4.35",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.35",mpstat_minimum.cpu0.%steal="2.17",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229654963907840 2019-09-11 19:20:55,833 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:20:55,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=13.7 1568229651694067968 2019-09-11 19:20:55,900 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=131 END 2019-09-11 19:20:55,901 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=132 START 2019-09-11 19:20:55,901 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:55,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.66 0.31 4/123 3173\n' 2019-09-11 19:20:55,909 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:55,934 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:20:55,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.175 1568229654711437056 2019-09-11 19:20:55,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:56,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:56,517 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:56 ' 2019-09-11 19:20:56,518 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:20:56,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,520 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:56,521 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.67' 2019-09-11 19:20:56,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.22' 2019-09-11 19:20:56,523 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 91.11' 2019-09-11 19:20:56,523 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:56,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:56 ' 2019-09-11 19:20:56,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:20:56,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:56,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:56,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.67' 2019-09-11 19:20:56,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.22' 2019-09-11 19:20:56,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,530 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.11' 2019-09-11 19:20:56,530 [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-11 19:20:56,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:56,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:56,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:56,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.67' 2019-09-11 19:20:56,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.22' 2019-09-11 19:20:56,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:56,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.11\n' 2019-09-11 19:20:56,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:20:56,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:20:56,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:56,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.67' 2019-09-11 19:20:56,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.22' 2019-09-11 19:20:56,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.11' 2019-09-11 19:20:56,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:56,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:56,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:56 all' 2019-09-11 19:20:56,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:56,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00 0.00' 2019-09-11 19:20:56,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 2.00' 2019-09-11 19:20:56,982 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,982 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:20:56,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:20:56 ' 2019-09-11 19:20:56,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:56,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00 0.00' 2019-09-11 19:20:56,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 2.00' 2019-09-11 19:20:56,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:56,991 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:56,992 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:20:56,992 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:20:56,993 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.00' 2019-09-11 19:20:56,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:20:56,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:56,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:56,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:56,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:20:56,999 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:57,000 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:57,000 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00 0.00' 2019-09-11 19:20:57,001 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:57,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:20:57,003 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:57,003 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:20:57,546 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=132 END 2019-09-11 19:20:57,546 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=133 START 2019-09-11 19:20:57,547 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:57,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.07 0.19 0.10 1/117 2050\n' 2019-09-11 19:20:57,555 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:57,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:57,732 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=84 END 2019-09-11 19:20:57,732 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=85 START 2019-09-11 19:20:57,733 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:20:58,005 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=132 END 2019-09-11 19:20:58,006 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=133 START 2019-09-11 19:20:58,006 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:58,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.67 0.32 2/123 3176\n' 2019-09-11 19:20:58,012 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:58,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:20:58,626 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:20:58,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:20:58 ' 2019-09-11 19:20:58,628 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:58,629 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:58,631 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:58,632 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:58,633 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55' 2019-09-11 19:20:58,634 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-11 19:20:58,635 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.18' 2019-09-11 19:20:58,636 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:58 ' 2019-09-11 19:20:58,637 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:58,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:58,639 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:58,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.55' 2019-09-11 19:20:58,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-11 19:20:58,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.18' 2019-09-11 19:20:58,643 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:20:58,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:20:58,645 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:20:58,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:20:58,647 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:58,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.55' 2019-09-11 19:20:58,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-11 19:20:58,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.18' 2019-09-11 19:20:58,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:20:58,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:20:58,653 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:20:58,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.55' 2019-09-11 19:20:58,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27' 2019-09-11 19:20:58,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:20:58,657 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.18\n' 2019-09-11 19:20:58,744 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.289' 2019-09-11 19:20:59,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:20:58 all 0.00 0.00 94.95 0.00 0.00 5.05 0.00 0.00 0.00 0.00\n19:20:58 0 0.00 0.00 94.95 0.00 0.00 5.05 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 94.95 0.00 0.00 5.05 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 94.95 0.00 0.00 5.05 0.00 0.00 0.00 0.00\n' 2019-09-11 19:20:59,660 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=133 END 2019-09-11 19:20:59,660 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=134 START 2019-09-11 19:20:59,661 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:20:59,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.07 0.19 0.10 1/116 2052\n' 2019-09-11 19:20:59,670 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:20:59,716 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:00,057 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=133 END 2019-09-11 19:21:00,057 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=134 START 2019-09-11 19:21:00,058 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:00,063 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.67 0.32 3/122 3181\n' 2019-09-11 19:21:00,063 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:00,131 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:00,717 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:20:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:00,718 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:00 ' 2019-09-11 19:21:00,720 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 4.55 0.00 4.55 2.27' 2019-09-11 19:21:00,721 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:00,721 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.64' 2019-09-11 19:21:00,722 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:00,723 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:00 0' 2019-09-11 19:21:00,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:00,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:00,725 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.55' 2019-09-11 19:21:00,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:00,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55' 2019-09-11 19:21:00,727 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27' 2019-09-11 19:21:00,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:00,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:00,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.64' 2019-09-11 19:21:00,730 [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-11 19:21:00,731 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:00,731 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:00,732 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:00,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.55' 2019-09-11 19:21:00,734 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:00,734 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55 2.27' 2019-09-11 19:21:00,735 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:00,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.64\n' 2019-09-11 19:21:00,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:00,738 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:00,738 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:00,739 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.55' 2019-09-11 19:21:00,740 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:00,741 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55' 2019-09-11 19:21:00,741 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27' 2019-09-11 19:21:00,742 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:00,743 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.64\n' 2019-09-11 19:21:00,748 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=85 END 2019-09-11 19:21:00,748 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=86 START 2019-09-11 19:21:00,749 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:01,029 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:01,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.82",loadavg1="0.66",loadavg2="0.31",loadavg3="2/122",loadavg4="3167",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="98.02",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.99",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.02",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.99",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.02",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.99",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.02",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.99",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.02",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.99",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.02",mpstat_minimum.cpu0.%usr="0.99" 1568229655900855040 2019-09-11 19:21:01,129 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:01,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.82",loadavg1="0.66",loadavg2="0.31",loadavg3="4/123",loadavg4="3173",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="2.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.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="2.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.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="2.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.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="2.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.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="2.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.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="2.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.00",mpstat_minimum.cpu0.%usr="0.00" 1568229658005754112 2019-09-11 19:21:01,132 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:20:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:00 all 0.00 0.00 97.00 0.00 0.00 3.00 0.00 0.00 0.00 0.00\n19:21:00 0 0.00 0.00 97.00 0.00 0.00 3.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 97.00 0.00 0.00 3.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 97.00 0.00 0.00 3.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:21:01,250 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:01,252 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.84",loadavg1="0.67",loadavg2="0.32",loadavg3="2/123",loadavg4="3176",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="5.05",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="94.95",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="5.05",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="94.95",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="5.05",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="94.95",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="5.05",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="94.95",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="5.05",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="94.95",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="5.05",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="94.95",mpstat_minimum.cpu0.%usr="0.00" 1568229660057022208 2019-09-11 19:21:01,397 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:01,399 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.07",loadavg1="0.19",loadavg2="0.10",loadavg3="1/117",loadavg4="2048",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="91.11",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="2.22",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.11",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="2.22",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.11",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="2.22",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.11",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="2.22",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.11",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="2.22",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.11",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="2.22",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229657546109952 2019-09-11 19:21:01,493 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:01,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.07",loadavg1="0.19",loadavg2="0.10",loadavg3="1/117",loadavg4="2050",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="93.18",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.55",mpstat_average.cpu.%steal="2.27",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.18",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.55",mpstat_average.cpu0.%steal="2.27",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.18",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.55",mpstat_maximun.cpu.%steal="2.27",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.18",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.55",mpstat_maximun.cpu0.%steal="2.27",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.18",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.55",mpstat_minimum.cpu.%steal="2.27",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.18",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.55",mpstat_minimum.cpu0.%steal="2.27",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229659660064000 2019-09-11 19:21:01,636 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:01,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.11 1568229657732229888 2019-09-11 19:21:01,735 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:01,736 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.289 1568229660748368128 2019-09-11 19:21:01,745 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=134 END 2019-09-11 19:21:01,746 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=135 START 2019-09-11 19:21:01,746 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:01,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.19 0.10 1/116 2054\n' 2019-09-11 19:21:01,754 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:01,760 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.234' 2019-09-11 19:21:01,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:02,134 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=134 END 2019-09-11 19:21:02,135 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=135 START 2019-09-11 19:21:02,135 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:02,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.67 0.32 2/123 3187\n' 2019-09-11 19:21:02,142 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:02,185 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:02,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:02,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:02 all' 2019-09-11 19:21:02,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:02,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.93' 2019-09-11 19:21:02,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:02,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.65' 2019-09-11 19:21:02,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.33 0.00' 2019-09-11 19:21:02,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 72.09' 2019-09-11 19:21:02,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:02 ' 2019-09-11 19:21:02,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:02,810 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:02,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.93 0.00' 2019-09-11 19:21:02,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.65 2.33' 2019-09-11 19:21:02,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 72.09' 2019-09-11 19:21:02,815 [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-11 19:21:02,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:21:02,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:02,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.93' 2019-09-11 19:21:02,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:02,820 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.65 2.33' 2019-09-11 19:21:02,821 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 72.09' 2019-09-11 19:21:02,822 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:02,823 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:21:02,824 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:02,825 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.93' 2019-09-11 19:21:02,826 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.65' 2019-09-11 19:21:02,827 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.33' 2019-09-11 19:21:02,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:02,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 72.09\n' 2019-09-11 19:21:03,186 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:03,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:21:02 ' 2019-09-11 19:21:03,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:03,190 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 96.97' 2019-09-11 19:21:03,191 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:03,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3.03' 2019-09-11 19:21:03,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:03,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:03,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:03,195 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:21:03,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:21:02 0' 2019-09-11 19:21:03,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:03,199 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 96.97 0.00' 2019-09-11 19:21:03,200 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 3.03' 2019-09-11 19:21:03,201 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:03,202 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:03,203 [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-11 19:21:03,204 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:21:03,205 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:03,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 96.97 0.00' 2019-09-11 19:21:03,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 3.03' 2019-09-11 19:21:03,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:03,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:03,210 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:03,210 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:21:03,211 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:21:03,212 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:03,213 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 96.97 0.00' 2019-09-11 19:21:03,214 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 3.03' 2019-09-11 19:21:03,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:03,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:03,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:21:03,764 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=86 END 2019-09-11 19:21:03,765 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=87 START 2019-09-11 19:21:03,765 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:03,831 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=135 END 2019-09-11 19:21:03,832 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=136 START 2019-09-11 19:21:03,832 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:03,840 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.19 0.10 1/116 2056\n' 2019-09-11 19:21:03,841 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:03,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:04,219 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=135 END 2019-09-11 19:21:04,220 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=136 START 2019-09-11 19:21:04,220 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:04,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.67 0.32 2/123 3190\n' 2019-09-11 19:21:04,226 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:04,294 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:04,780 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.301' 2019-09-11 19:21:04,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:04,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:04 all' 2019-09-11 19:21:04,914 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:04,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:04,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:04,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.89' 2019-09-11 19:21:04,917 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.22' 2019-09-11 19:21:04,918 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:04,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-11 19:21:04,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:04 0' 2019-09-11 19:21:04,921 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:04,921 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:04,922 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:04,923 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:04,924 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.89 2.22' 2019-09-11 19:21:04,925 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:04,925 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89' 2019-09-11 19:21:04,926 [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-11 19:21:04,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:04,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:04,928 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:04,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:04,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:04,930 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.89' 2019-09-11 19:21:04,931 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.22 0.00' 2019-09-11 19:21:04,932 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.89' 2019-09-11 19:21:04,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:04,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:04,934 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:04,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:04,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:04,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:04,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.89 2.22' 2019-09-11 19:21:04,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:04,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89' 2019-09-11 19:21:04,939 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:05,295 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:04 all 0.00 0.00 97.98 0.00 0.00 2.02 0.00 0.00 0.00 0.00\n19:21:04 0 0.00 0.00 97.98 0.00 0.00 2.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 97.98 0.00 0.00 2.02 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 97.98 0.00 0.00 2.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:21:05,941 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=136 END 2019-09-11 19:21:05,942 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=137 START 2019-09-11 19:21:05,942 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:05,950 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.19 0.10 1/116 2058\n' 2019-09-11 19:21:05,951 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:06,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:06,298 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=136 END 2019-09-11 19:21:06,299 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=137 START 2019-09-11 19:21:06,299 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:06,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.67 0.32 2/122 3195\n' 2019-09-11 19:21:06,305 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:06,372 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:06,784 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=87 END 2019-09-11 19:21:06,785 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=88 START 2019-09-11 19:21:06,785 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:06,836 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:06,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.84",loadavg1="0.67",loadavg2="0.32",loadavg3="3/122",loadavg4="3181",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="3.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="97.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="3.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="97.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="3.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="97.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="3.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="97.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="3.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="97.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="3.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="97.00",mpstat_minimum.cpu0.%usr="0.00" 1568229662134721024 2019-09-11 19:21:06,976 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:06,978 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.84",loadavg1="0.67",loadavg2="0.32",loadavg3="2/123",loadavg4="3187",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="3.03",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="96.97",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="3.03",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="96.97",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="3.03",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="96.97",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="3.03",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="96.97",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="3.03",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="96.97",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="3.03",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="96.97",mpstat_minimum.cpu0.%usr="0.00" 1568229664219677952 2019-09-11 19:21:07,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:07,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:06 all' 2019-09-11 19:21:07,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:07,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:07,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:07,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.67' 2019-09-11 19:21:07,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.22' 2019-09-11 19:21:07,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:07,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.11\n' 2019-09-11 19:21:07,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:06 ' 2019-09-11 19:21:07,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:07,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:07,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:07,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.67' 2019-09-11 19:21:07,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.22' 2019-09-11 19:21:07,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:07,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.11' 2019-09-11 19:21:07,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:07,037 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:21:07,037 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:07,038 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:07,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:07,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:07,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:07,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.67 2.22' 2019-09-11 19:21:07,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:07,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.11' 2019-09-11 19:21:07,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:07,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:07,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:07,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:07,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:07,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:07,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.67' 2019-09-11 19:21:07,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.22' 2019-09-11 19:21:07,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:07,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:07,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.11\n' 2019-09-11 19:21:07,074 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:07,076 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.85",loadavg1="0.67",loadavg2="0.32",loadavg3="2/123",loadavg4="3190",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="2.02",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="97.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="2.02",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="97.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="2.02",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="97.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="2.02",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="97.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="2.02",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="97.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="2.02",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="97.98",mpstat_minimum.cpu0.%usr="0.00" 1568229666298635008 2019-09-11 19:21:07,179 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:07,181 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.07",loadavg1="0.19",loadavg2="0.10",loadavg3="1/116",loadavg4="2052",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.64",mpstat_average.cpu.%iowait="4.55",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.55",mpstat_average.cpu.%steal="2.27",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.64",mpstat_average.cpu0.%iowait="4.55",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.55",mpstat_average.cpu0.%steal="2.27",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.64",mpstat_maximun.cpu.%iowait="4.55",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.55",mpstat_maximun.cpu.%steal="2.27",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.64",mpstat_maximun.cpu0.%iowait="4.55",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.55",mpstat_maximun.cpu0.%steal="2.27",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.64",mpstat_minimum.cpu.%iowait="4.55",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.55",mpstat_minimum.cpu.%steal="2.27",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.64",mpstat_minimum.cpu0.%iowait="4.55",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.55",mpstat_minimum.cpu0.%steal="2.27",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229661745549056 2019-09-11 19:21:07,284 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:07,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.06",loadavg1="0.19",loadavg2="0.10",loadavg3="1/116",loadavg4="2054",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="72.09",mpstat_average.cpu.%iowait="20.93",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.65",mpstat_average.cpu.%steal="2.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="72.09",mpstat_average.cpu0.%iowait="20.93",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.65",mpstat_average.cpu0.%steal="2.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="72.09",mpstat_maximun.cpu.%iowait="20.93",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.65",mpstat_maximun.cpu.%steal="2.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="72.09",mpstat_maximun.cpu0.%iowait="20.93",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.65",mpstat_maximun.cpu0.%steal="2.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="72.09",mpstat_minimum.cpu.%iowait="20.93",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.65",mpstat_minimum.cpu.%steal="2.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="72.09",mpstat_minimum.cpu0.%iowait="20.93",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.65",mpstat_minimum.cpu0.%steal="2.33",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229663831635968 2019-09-11 19:21:07,411 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:07,413 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.06",loadavg1="0.19",loadavg2="0.10",loadavg3="1/116",loadavg4="2056",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="8.89",mpstat_average.cpu.%steal="2.22",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="8.89",mpstat_average.cpu0.%steal="2.22",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="8.89",mpstat_maximun.cpu.%steal="2.22",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="8.89",mpstat_maximun.cpu0.%steal="2.22",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="8.89",mpstat_minimum.cpu.%steal="2.22",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="8.89",mpstat_minimum.cpu0.%steal="2.22",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229665941231872 2019-09-11 19:21:07,509 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:07,510 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.234 1568229663764632832 2019-09-11 19:21:07,616 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:07,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.301 1568229666784631040 2019-09-11 19:21:07,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'13.4' 2019-09-11 19:21:08,051 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=137 END 2019-09-11 19:21:08,052 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=138 START 2019-09-11 19:21:08,052 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:08,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.19 0.10 1/116 2060\n' 2019-09-11 19:21:08,058 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:08,102 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:08,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=137 END 2019-09-11 19:21:08,375 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=138 START 2019-09-11 19:21:08,375 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:08,382 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.68 0.33 3/123 3201\n' 2019-09-11 19:21:08,383 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:08,458 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:08,813 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: rtt 13.400000 > sla: max_rtt(10.000000); ',) 2019-09-11 19:21:09,103 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:09,104 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:09 ' 2019-09-11 19:21:09,105 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:09,106 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:09,107 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 24.14' 2019-09-11 19:21:09,108 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:09,109 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.72' 2019-09-11 19:21:09,110 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,111 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 74.14' 2019-09-11 19:21:09,112 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:09 ' 2019-09-11 19:21:09,114 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:21:09,115 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,116 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 24.14' 2019-09-11 19:21:09,116 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:09,118 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.72 0.00' 2019-09-11 19:21:09,119 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 74.14\n' 2019-09-11 19:21:09,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:21:09,121 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:09,122 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:09,123 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,124 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 24.14' 2019-09-11 19:21:09,125 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 1.72' 2019-09-11 19:21:09,126 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,127 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 74.14\n' 2019-09-11 19:21:09,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:21:09,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:09,130 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 24.14' 2019-09-11 19:21:09,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,132 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,132 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.72 0.00' 2019-09-11 19:21:09,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 74.14' 2019-09-11 19:21:09,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:09,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:09,453 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:21:08 ' 2019-09-11 19:21:09,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:09,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 99.00' 2019-09-11 19:21:09,455 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:09,456 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00' 2019-09-11 19:21:09,456 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,458 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n19:21:08 ' 2019-09-11 19:21:09,460 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:09,460 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,461 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.00 0.00' 2019-09-11 19:21:09,462 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,463 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00' 2019-09-11 19:21:09,463 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:09,464 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,465 [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-11 19:21:09,466 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:21:09,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 99.00' 2019-09-11 19:21:09,468 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.00' 2019-09-11 19:21:09,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:09,471 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:21:09,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:21:09,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,474 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 99.00' 2019-09-11 19:21:09,474 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,475 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,475 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00 0.00' 2019-09-11 19:21:09,476 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:09,477 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:09,477 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:21:09,815 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=88 END 2019-09-11 19:21:09,816 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=89 START 2019-09-11 19:21:09,816 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:10,137 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=138 END 2019-09-11 19:21:10,137 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=139 START 2019-09-11 19:21:10,138 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:10,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.18 0.10 1/116 2062\n' 2019-09-11 19:21:10,147 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:10,193 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:10,480 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=138 END 2019-09-11 19:21:10,480 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=139 START 2019-09-11 19:21:10,481 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:10,485 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.68 0.33 1/122 3205\n' 2019-09-11 19:21:10,486 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:10,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:10,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-11 19:21:11,193 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:11,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:11 all' 2019-09-11 19:21:11,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:11,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:11,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:11,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.16' 2019-09-11 19:21:11,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:21:11,201 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.84\n' 2019-09-11 19:21:11,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:11 ' 2019-09-11 19:21:11,203 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:21:11,203 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:11,205 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:11,206 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.16 0.00' 2019-09-11 19:21:11,206 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:11,207 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.84\n' 2019-09-11 19:21:11,208 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:21:11,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:11,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:11,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:11,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.16' 2019-09-11 19:21:11,213 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:11,214 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 98.84' 2019-09-11 19:21:11,215 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:21:11,216 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:11,216 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:11,217 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:11,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.16' 2019-09-11 19:21:11,219 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:11,220 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:11,221 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.84\n' 2019-09-11 19:21:11,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":18872056 , "packets_per_second":945836, "flows":250500, "errors":0 }\n' 2019-09-11 19:21:11,454 [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-11 19:21:11,464 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18793723' 2019-09-11 19:21:11,466 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 78333 - Lost ppm 4151 2019-09-11 19:21:11,467 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 4151 > sla_max_ppm 1000; ',) 2019-09-11 19:21:11,530 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:10 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n19:21:10 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-11 19:21:12,223 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=139 END 2019-09-11 19:21:12,224 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=140 START 2019-09-11 19:21:12,224 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:12,228 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.18 0.10 1/116 2068\n' 2019-09-11 19:21:12,229 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:12,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:12,471 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15038 seq=1 END 2019-09-11 19:21:12,471 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15038 seq=2 START 2019-09-11 19:21:12,472 [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-11 19:21:12,484 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 500 64 20 1 1000000 2019-09-11 19:21:12,532 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=139 END 2019-09-11 19:21:12,533 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=140 START 2019-09-11 19:21:12,533 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:12,538 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.68 0.33 1/120 3222\n' 2019-09-11 19:21:12,539 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:12,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:12,718 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:12,718 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=250500i,packets_per_second=945836i,packets_received=18793723i,packets_sent=18872056i,packetsize=64i,ppm=4151.0 1568229672470573056 2019-09-11 19:21:12,829 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=89 END 2019-09-11 19:21:12,829 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=90 START 2019-09-11 19:21:12,830 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:12,846 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:12,847 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.85",loadavg1="0.67",loadavg2="0.32",loadavg3="2/122",loadavg4="3195" 1568229668374859008 2019-09-11 19:21:12,943 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:12,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.86",loadavg1="0.68",loadavg2="0.33",loadavg3="3/123",loadavg4="3201",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" 1568229670480196096 2019-09-11 19:21:13,046 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:13,048 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.86",loadavg1="0.68",loadavg2="0.33",loadavg3="1/122",loadavg4="3205",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" 1568229672532659968 2019-09-11 19:21:13,145 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:13,146 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.06",loadavg1="0.19",loadavg2="0.10",loadavg3="1/116",loadavg4="2058",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="91.11",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="2.22",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.11",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="2.22",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.11",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="2.22",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.11",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="2.22",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.11",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="2.22",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.11",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="2.22",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229668051696128 2019-09-11 19:21:13,260 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:13,262 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.06",loadavg1="0.19",loadavg2="0.10",loadavg3="1/116",loadavg4="2060",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="74.14",mpstat_average.cpu.%iowait="24.14",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="1.72",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.14",mpstat_average.cpu0.%iowait="24.14",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="1.72",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.14",mpstat_maximun.cpu.%iowait="24.14",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="1.72",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.14",mpstat_maximun.cpu0.%iowait="24.14",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="1.72",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.14",mpstat_minimum.cpu.%iowait="24.14",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="1.72",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.14",mpstat_minimum.cpu0.%iowait="24.14",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="1.72",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229670137300992 2019-09-11 19:21:13,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:13 all 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02\n19:21:13 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-11 19:21:13,406 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:13,407 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.05",loadavg1="0.18",loadavg2="0.10",loadavg3="1/116",loadavg4="2062",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.84",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.16",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.84",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.16",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.84",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.16",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.84",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.16",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.84",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.16",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.84",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.16",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229672223332864 2019-09-11 19:21:13,526 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:13,526 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=13.4 1568229669815501056 2019-09-11 19:21:13,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:12 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n19:21:12 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-11 19:21:13,629 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:13,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.114 1568229672829242112 2019-09-11 19:21:13,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:21:14,300 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=140 END 2019-09-11 19:21:14,301 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=141 START 2019-09-11 19:21:14,301 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:14,305 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.18 0.10 1/116 2075\n' 2019-09-11 19:21:14,307 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:14,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:14,610 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=140 END 2019-09-11 19:21:14,610 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=141 START 2019-09-11 19:21:14,611 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:14,615 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.79 0.67 0.32 1/122 3232\n' 2019-09-11 19:21:14,616 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:14,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:15,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:15,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:21:14 ' 2019-09-11 19:21:15,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:21:15,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 93.07' 2019-09-11 19:21:15,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:15,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99' 2019-09-11 19:21:15,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:15,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5.94' 2019-09-11 19:21:15,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:14 ' 2019-09-11 19:21:15,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:21:15,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 93.07 0.00' 2019-09-11 19:21:15,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99' 2019-09-11 19:21:15,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:15,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5.94' 2019-09-11 19:21:15,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:21:15,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:21:15,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:21:15,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,703 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 93.07' 2019-09-11 19:21:15,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.99 0.00' 2019-09-11 19:21:15,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 5.94' 2019-09-11 19:21:15,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:21:15,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:21:15,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:15,709 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 93.07' 2019-09-11 19:21:15,710 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,710 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.99' 2019-09-11 19:21:15,711 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,711 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,712 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5.94' 2019-09-11 19:21:15,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:21:15,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:15,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:15 ' 2019-09-11 19:21:15,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:15,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.75' 2019-09-11 19:21:15,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.89' 2019-09-11 19:21:15,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:15,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.36' 2019-09-11 19:21:15,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:15,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:15 ' 2019-09-11 19:21:15,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:15,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:15,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.75' 2019-09-11 19:21:15,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.89' 2019-09-11 19:21:15,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 77.36' 2019-09-11 19:21:15,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:15,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:21:15,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:15,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:15,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.75' 2019-09-11 19:21:15,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.89' 2019-09-11 19:21:15,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.36' 2019-09-11 19:21:15,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:21:15,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:15,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.75' 2019-09-11 19:21:15,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.89' 2019-09-11 19:21:15,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:15,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:15,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.36' 2019-09-11 19:21:15,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:15,843 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=90 END 2019-09-11 19:21:15,843 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=91 START 2019-09-11 19:21:15,844 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:16,716 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=141 END 2019-09-11 19:21:16,716 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=142 START 2019-09-11 19:21:16,717 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:16,722 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.79 0.67 0.32 2/123 3296\n' 2019-09-11 19:21:16,723 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:16,765 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:16,809 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=141 END 2019-09-11 19:21:16,809 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=142 START 2019-09-11 19:21:16,810 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:16,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.20 0.10 1/116 2077\n' 2019-09-11 19:21:16,819 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:16,856 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-11 19:21:16,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:17,766 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:17,768 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:21:16 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:21:16 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-11 19:21:17,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:17,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:17 ' 2019-09-11 19:21:17,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:17,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:17,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:17,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55 2.27' 2019-09-11 19:21:17,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:17,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.18\n' 2019-09-11 19:21:17,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:17 ' 2019-09-11 19:21:17,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:17,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:17,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:17,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55 2.27' 2019-09-11 19:21:17,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:17,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.18' 2019-09-11 19:21:17,880 [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-11 19:21:17,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:21:17,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:17,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:17,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:17,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55 2.27' 2019-09-11 19:21:17,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:17,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.18' 2019-09-11 19:21:17,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:21:17,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:17,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:17,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:17,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55' 2019-09-11 19:21:17,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-11 19:21:17,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.18' 2019-09-11 19:21:17,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:18,734 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:18,736 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.86",loadavg1="0.68",loadavg2="0.33",loadavg3="1/120",loadavg4="3222",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" 1568229674610055936 2019-09-11 19:21:18,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=142 END 2019-09-11 19:21:18,771 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=143 START 2019-09-11 19:21:18,771 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:18,776 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.67 0.33 2/122 3301\n' 2019-09-11 19:21:18,777 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:18,831 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:18,833 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.79",loadavg1="0.67",loadavg2="0.32",loadavg3="1/122",loadavg4="3232",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="5.94",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="93.07",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="5.94",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="93.07",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="5.94",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="93.07",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="5.94",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="93.07",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="5.94",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="93.07",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="5.94",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="93.07",mpstat_minimum.cpu0.%usr="0.00" 1568229676716139008 2019-09-11 19:21:18,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:18,860 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=91 END 2019-09-11 19:21:18,860 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=92 START 2019-09-11 19:21:18,860 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:18,897 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=142 END 2019-09-11 19:21:18,897 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=143 START 2019-09-11 19:21:18,898 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:18,906 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.20 0.10 1/115 2079\n' 2019-09-11 19:21:18,907 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:18,941 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:18,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.79",loadavg1="0.67",loadavg2="0.32",loadavg3="2/123",loadavg4="3296",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" 1568229678770740992 2019-09-11 19:21:18,952 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:19,047 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:19,048 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.05",loadavg1="0.18",loadavg2="0.10",loadavg3="1/116",loadavg4="2068",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" 1568229674300249088 2019-09-11 19:21:19,150 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:19,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.05",loadavg1="0.18",loadavg2="0.10",loadavg3="1/116",loadavg4="2075",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="77.36",mpstat_average.cpu.%iowait="20.75",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.89",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="77.36",mpstat_average.cpu0.%iowait="20.75",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.89",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="77.36",mpstat_maximun.cpu.%iowait="20.75",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.89",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="77.36",mpstat_maximun.cpu0.%iowait="20.75",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.89",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="77.36",mpstat_minimum.cpu.%iowait="20.75",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.89",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="77.36",mpstat_minimum.cpu0.%iowait="20.75",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.89",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229676809318912 2019-09-11 19:21:19,251 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:19,253 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.13",loadavg1="0.20",loadavg2="0.10",loadavg3="1/116",loadavg4="2077",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="93.18",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.55",mpstat_average.cpu.%steal="2.27",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.18",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.55",mpstat_average.cpu0.%steal="2.27",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.18",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.55",mpstat_maximun.cpu.%steal="2.27",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.18",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.55",mpstat_maximun.cpu0.%steal="2.27",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.18",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.55",mpstat_minimum.cpu.%steal="2.27",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.18",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.55",mpstat_minimum.cpu0.%steal="2.27",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229678897283072 2019-09-11 19:21:19,347 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:19,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568229675843251968 2019-09-11 19:21:19,448 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:19,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.08 1568229678860299008 2019-09-11 19:21:19,846 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:19 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:21: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-11 19:21:19,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:21:19,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:19,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:19 ' 2019-09-11 19:21:19,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:19,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:19,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:19,958 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.70 2.17' 2019-09-11 19:21:19,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:19,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.13' 2019-09-11 19:21:19,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:19,962 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:19 0 0.00' 2019-09-11 19:21:19,962 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:19,964 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 8.70' 2019-09-11 19:21:19,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.17' 2019-09-11 19:21:19,966 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:19,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.13\n' 2019-09-11 19:21:19,968 [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-11 19:21:19,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:19,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:19,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:19,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.70' 2019-09-11 19:21:19,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.17 0.00 0.00' 2019-09-11 19:21:19,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.13\n' 2019-09-11 19:21:19,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:21:19,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:19,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:19,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:19,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.70 2.17' 2019-09-11 19:21:19,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:19,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.13' 2019-09-11 19:21:19,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:20,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=143 END 2019-09-11 19:21:20,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=144 START 2019-09-11 19:21:20,848 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:20,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.67 0.33 2/123 3307\n' 2019-09-11 19:21:20,855 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:20,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:20,982 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=143 END 2019-09-11 19:21:20,983 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=144 START 2019-09-11 19:21:20,983 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:20,991 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.19 0.10 1/114 2081\n' 2019-09-11 19:21:20,992 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:21,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:21,875 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=92 END 2019-09-11 19:21:21,875 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=93 START 2019-09-11 19:21:21,876 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:21,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:21 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:21: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-11 19:21:22,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:22,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:22 ' 2019-09-11 19:21:22,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:22,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:22,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:22,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:22,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:22,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55' 2019-09-11 19:21:22,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-11 19:21:22,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.18' 2019-09-11 19:21:22,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:22 0' 2019-09-11 19:21:22,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:22,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:22,075 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:22,076 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55 2.27' 2019-09-11 19:21:22,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:22,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.18\n' 2019-09-11 19:21:22,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:22,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:22,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:22,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:22,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:22,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.55' 2019-09-11 19:21:22,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27' 2019-09-11 19:21:22,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:22,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.18' 2019-09-11 19:21:22,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:22,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:22,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:22,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:22,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:22,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:22,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:22,090 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55' 2019-09-11 19:21:22,090 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27' 2019-09-11 19:21:22,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:22,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.18' 2019-09-11 19:21:22,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:22,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.129' 2019-09-11 19:21:22,901 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=144 END 2019-09-11 19:21:22,901 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=145 START 2019-09-11 19:21:22,902 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:22,906 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.68 0.33 2/122 3313\n' 2019-09-11 19:21:22,907 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:22,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:23,094 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=144 END 2019-09-11 19:21:23,095 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=145 START 2019-09-11 19:21:23,095 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:23,101 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.19 0.10 2/114 2083\n' 2019-09-11 19:21:23,102 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:23,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:23,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:23,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:21:23 all' 2019-09-11 19:21:23,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:23,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00 0.00' 2019-09-11 19:21:23,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:23,982 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:23,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:23,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n19:21:23 ' 2019-09-11 19:21:23,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:21:23,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:21:23,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:23,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:23,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:21:23,991 [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-11 19:21:23,992 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:23,993 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:21:23,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:23,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:21:23,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:23,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:23,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:23,999 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:21:23,999 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:21:24,001 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:24,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:21:24,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:24,003 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:24,004 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:24,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:21:24,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:24,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:24 ' 2019-09-11 19:21:24,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 0.00 0.00' 2019-09-11 19:21:24,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 29.55' 2019-09-11 19:21:24,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55 0.00' 2019-09-11 19:21:24,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:24,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 65.91\n' 2019-09-11 19:21:24,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:24 ' 2019-09-11 19:21:24,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:24,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:24,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:24,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:24,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 29.55 4.55' 2019-09-11 19:21:24,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:24,185 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 65.91' 2019-09-11 19:21:24,185 [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-11 19:21:24,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:24,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:24,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:24,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:24,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:24,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 29.55' 2019-09-11 19:21:24,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55' 2019-09-11 19:21:24,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:24,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 65.91\n' 2019-09-11 19:21:24,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:24,193 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:24,194 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:24,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:24,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:24,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 29.55 4.55' 2019-09-11 19:21:24,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:24,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 65.91' 2019-09-11 19:21:24,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:24,545 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:24,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.81",loadavg1="0.67",loadavg2="0.33",loadavg3="2/122",loadavg4="3301",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" 1568229680848120832 2019-09-11 19:21:24,655 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:24,657 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.81",loadavg1="0.67",loadavg2="0.33",loadavg3="2/123",loadavg4="3307",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" 1568229682901189120 2019-09-11 19:21:24,768 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:24,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.13",loadavg1="0.20",loadavg2="0.10",loadavg3="1/115",loadavg4="2079",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" 1568229680982475008 2019-09-11 19:21:24,875 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:24,877 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2081",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="93.18",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.55",mpstat_average.cpu.%steal="2.27",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.18",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.55",mpstat_average.cpu0.%steal="2.27",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.18",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.55",mpstat_maximun.cpu.%steal="2.27",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.18",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.55",mpstat_maximun.cpu0.%steal="2.27",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.18",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.55",mpstat_minimum.cpu.%steal="2.27",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.18",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.55",mpstat_minimum.cpu0.%steal="2.27",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229683094631936 2019-09-11 19:21:24,892 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=93 END 2019-09-11 19:21:24,893 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=94 START 2019-09-11 19:21:24,893 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:24,982 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:24,983 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568229681875129856 2019-09-11 19:21:25,008 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=145 END 2019-09-11 19:21:25,008 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=146 START 2019-09-11 19:21:25,009 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:25,013 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.68 0.33 2/122 3316\n' 2019-09-11 19:21:25,015 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:25,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:25,092 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:25,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.129 1568229684892749056 2019-09-11 19:21:25,200 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=145 END 2019-09-11 19:21:25,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=146 START 2019-09-11 19:21:25,201 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:25,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.19 0.10 1/114 2085\n' 2019-09-11 19:21:25,210 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:25,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:25,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.350' 2019-09-11 19:21:26,058 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:25 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:21: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-11 19:21:26,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:26,283 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:26 all' 2019-09-11 19:21:26,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:26,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:21:26,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:26,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.00' 2019-09-11 19:21:26,288 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:21:26,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.00' 2019-09-11 19:21:26,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:26 0' 2019-09-11 19:21:26,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:26,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:26,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.00' 2019-09-11 19:21:26,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:21:26,295 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.00' 2019-09-11 19:21:26,296 [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-11 19:21:26,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:26,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:26,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:26,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:26,301 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:26,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.00 2.00' 2019-09-11 19:21:26,303 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:26,304 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.00' 2019-09-11 19:21:26,304 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:21:26,305 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:26,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:26,307 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:26,308 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.00 2.00' 2019-09-11 19:21:26,309 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:26,310 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.00' 2019-09-11 19:21:26,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:27,061 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=146 END 2019-09-11 19:21:27,061 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=147 START 2019-09-11 19:21:27,061 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:27,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.68 0.33 3/120 3321\n' 2019-09-11 19:21:27,068 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:27,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:27,314 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=146 END 2019-09-11 19:21:27,314 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=147 START 2019-09-11 19:21:27,315 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:27,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.19 0.10 1/114 2087\n' 2019-09-11 19:21:27,323 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:27,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:27,909 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=94 END 2019-09-11 19:21:27,909 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=95 START 2019-09-11 19:21:27,910 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:28,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:27 all 0.00 0.00 98.00 0.00 0.00 2.00 0.00 0.00 0.00 0.00\n19:21:27 0 0.00 0.00 98.00 0.00 0.00 2.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 98.00 0.00 0.00 2.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 98.00 0.00 0.00 2.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:21:28,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:28,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:28 ' 2019-09-11 19:21:28,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:28,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:28,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:28,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 4.65' 2019-09-11 19:21:28,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:28,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:28,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.35\n' 2019-09-11 19:21:28,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:28 0' 2019-09-11 19:21:28,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:28,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:28,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.65' 2019-09-11 19:21:28,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:28,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:28,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.35\n' 2019-09-11 19:21:28,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:21:28,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:28,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:28,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:28,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 4.65' 2019-09-11 19:21:28,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:28,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:28,417 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.35\n' 2019-09-11 19:21:28,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:21:28,419 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:28,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:28,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:28,422 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.65' 2019-09-11 19:21:28,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:28,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:28,424 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.35\n' 2019-09-11 19:21:28,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.340' 2019-09-11 19:21:29,139 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=147 END 2019-09-11 19:21:29,140 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=148 START 2019-09-11 19:21:29,140 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:29,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.69 0.34 2/121 3327\n' 2019-09-11 19:21:29,146 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:29,214 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:29,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=147 END 2019-09-11 19:21:29,427 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=148 START 2019-09-11 19:21:29,427 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:29,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.19 0.10 1/114 2089\n' 2019-09-11 19:21:29,436 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:30,192 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:30,194 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.82",loadavg1="0.68",loadavg2="0.33",loadavg3="2/122",loadavg4="3313",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" 1568229685008136960 2019-09-11 19:21:30,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:30,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:21:29 all' 2019-09-11 19:21:30,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:30,219 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00 0.00' 2019-09-11 19:21:30,220 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:30,221 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:30,222 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:30,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n19:21:29 ' 2019-09-11 19:21:30,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:30,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:30,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:21:30,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:30,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:30,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:30,230 [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-11 19:21:30,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:21:30,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:30,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00 0.00' 2019-09-11 19:21:30,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:30,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:30,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:30,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:21:30,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:21:30,239 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:30,240 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:21:30,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:30,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:30,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:30,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:30,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:21:30,302 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:30,304 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.82",loadavg1="0.68",loadavg2="0.33",loadavg3="2/122",loadavg4="3316",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" 1568229687060960000 2019-09-11 19:21:30,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:30,398 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:30,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.82",loadavg1="0.68",loadavg2="0.33",loadavg3="3/120",loadavg4="3321",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="2.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.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="2.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.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="2.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.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="2.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.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="2.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.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="2.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.00",mpstat_minimum.cpu0.%usr="0.00" 1568229689139705856 2019-09-11 19:21:30,531 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:30,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.19",loadavg2="0.10",loadavg3="2/114",loadavg4="2083",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="65.91",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="29.55",mpstat_average.cpu.%steal="4.55",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="65.91",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="29.55",mpstat_average.cpu0.%steal="4.55",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="65.91",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="29.55",mpstat_maximun.cpu.%steal="4.55",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="65.91",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="29.55",mpstat_maximun.cpu0.%steal="4.55",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="65.91",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="29.55",mpstat_minimum.cpu.%steal="4.55",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="65.91",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="29.55",mpstat_minimum.cpu0.%steal="4.55",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229685200406016 2019-09-11 19:21:30,642 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:30,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2085",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="92.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.00",mpstat_average.cpu.%steal="2.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.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.00",mpstat_average.cpu0.%steal="2.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.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.00",mpstat_maximun.cpu.%steal="2.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.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.00",mpstat_maximun.cpu0.%steal="2.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.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.00",mpstat_minimum.cpu.%steal="2.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.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.00",mpstat_minimum.cpu0.%steal="2.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229687313963008 2019-09-11 19:21:30,756 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:30,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2087",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="95.35",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.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="95.35",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.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="95.35",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.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="95.35",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.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="95.35",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.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="95.35",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.65",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229689426915840 2019-09-11 19:21:30,862 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:30,862 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.35 1568229687909200896 2019-09-11 19:21:30,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=95 END 2019-09-11 19:21:30,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=96 START 2019-09-11 19:21:30,926 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:30,963 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:30,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.34 1568229690925076992 2019-09-11 19:21:31,247 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=148 END 2019-09-11 19:21:31,247 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=149 START 2019-09-11 19:21:31,248 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:31,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.69 0.34 3/121 3330\n' 2019-09-11 19:21:31,254 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:31,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:31,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:31,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:31 ' 2019-09-11 19:21:31,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:31,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:31,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:31,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:31,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.65' 2019-09-11 19:21:31,364 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:31,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 95.35' 2019-09-11 19:21:31,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:31,366 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:31 ' 2019-09-11 19:21:31,367 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:31,368 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:31,368 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:31,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:21:31,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.65' 2019-09-11 19:21:31,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:31,373 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 95.35' 2019-09-11 19:21:31,374 [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-11 19:21:31,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:21:31,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:31,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:31,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:31,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.65' 2019-09-11 19:21:31,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:31,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 95.35' 2019-09-11 19:21:31,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:21:31,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:31,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:31,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:31,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:31,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:31,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.65' 2019-09-11 19:21:31,386 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:31,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:31,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.35\n' 2019-09-11 19:21:31,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:21:32,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:31 all 0.99 0.00 98.02 0.00 0.00 0.99 0.00 0.00 0.00 0.00\n19:21:31 0 0.99 0.00 98.02 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.99 0.00 98.02 0.00 0.00 0.99 0.00 0.00 0.00 0.00\nAverage: 0 0.99 0.00 98.02 0.00 0.00 0.99 0.00 0.00 0.00 0.00\n' 2019-09-11 19:21:32,390 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=148 END 2019-09-11 19:21:32,390 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=149 START 2019-09-11 19:21:32,391 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:32,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.18 0.20 0.10 1/114 2091\n' 2019-09-11 19:21:32,400 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:32,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:33,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=149 END 2019-09-11 19:21:33,326 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=150 START 2019-09-11 19:21:33,326 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:33,331 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.69 0.34 2/120 3335\n' 2019-09-11 19:21:33,332 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:33,400 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:33,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:33,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:33 ' 2019-09-11 19:21:33,474 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 0.00 0.00 4.65 0.00' 2019-09-11 19:21:33,476 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:33,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 95.35' 2019-09-11 19:21:33,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:33,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:33 0' 2019-09-11 19:21:33,479 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:33,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:33,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:33,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.65 0.00' 2019-09-11 19:21:33,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:33,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.35' 2019-09-11 19:21:33,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:33,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:21:33,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:33,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:33,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:33,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.65' 2019-09-11 19:21:33,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:33,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:33,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.35' 2019-09-11 19:21:33,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0' 2019-09-11 19:21:33,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:21:33,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:33,495 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.65' 2019-09-11 19:21:33,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:33,498 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 95.35\n' 2019-09-11 19:21:33,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=96 END 2019-09-11 19:21:33,941 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=97 START 2019-09-11 19:21:33,942 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:34,401 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:33 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:21: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-11 19:21:34,500 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=149 END 2019-09-11 19:21:34,501 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=150 START 2019-09-11 19:21:34,501 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:34,509 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.18 0.20 0.10 1/114 2093\n' 2019-09-11 19:21:34,510 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:34,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:34,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:21:35,403 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=150 END 2019-09-11 19:21:35,404 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=151 START 2019-09-11 19:21:35,405 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:35,409 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.69 0.34 1/120 3342\n' 2019-09-11 19:21:35,410 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:35,478 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:35,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:35,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:35 ' 2019-09-11 19:21:35,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:35,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:35,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.04 0.00' 2019-09-11 19:21:35,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:35,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.04' 2019-09-11 19:21:35,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:35,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:35,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.92\n' 2019-09-11 19:21:35,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:35 0 0.00' 2019-09-11 19:21:35,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:35,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.04 0.00 0.00 1.04 0.00 0.00 0.00 97.92\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.04 0.00 0.00 1.04 0.00 0.00 0.00 97.92' 2019-09-11 19:21:35,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:21:35,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:35,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.04' 2019-09-11 19:21:35,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:35,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.04' 2019-09-11 19:21:35,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:35,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 97.92' 2019-09-11 19:21:35,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:35,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19925595 , "packets_per_second":999923, "flows":250500, "errors":0 }\n' 2019-09-11 19:21:35,681 [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-11 19:21:35,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18684498' 2019-09-11 19:21:35,693 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1241097 - Lost ppm 62287 2019-09-11 19:21:35,694 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 62287 > sla_max_ppm 1000; ',) 2019-09-11 19:21:36,062 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:36,064 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.84",loadavg1="0.69",loadavg2="0.34",loadavg3="2/121",loadavg4="3327",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" 1568229691247004928 2019-09-11 19:21:36,176 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:36,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.84",loadavg1="0.69",loadavg2="0.34",loadavg3="3/121",loadavg4="3330",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="98.02",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.99",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.02",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.99",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.02",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.99",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.02",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.99",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.02",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.99",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.02",mpstat_minimum.cpu0.%usr="0.99" 1568229693325242112 2019-09-11 19:21:36,274 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:36,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.85",loadavg1="0.69",loadavg2="0.34",loadavg3="2/120",loadavg4="3335",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" 1568229695403844096 2019-09-11 19:21:36,378 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:36,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2089",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="95.35",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.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="95.35",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.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="95.35",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.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="95.35",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.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="95.35",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.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="95.35",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.65",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229692390166016 2019-09-11 19:21:36,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:35 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:21:35 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-11 19:21:36,480 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:36,482 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.18",loadavg1="0.20",loadavg2="0.10",loadavg3="1/114",loadavg4="2091",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="95.35",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.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="95.35",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.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="95.35",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.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="95.35",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.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="95.35",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.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="95.35",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.65",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229694500385024 2019-09-11 19:21:36,582 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:36,583 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568229693940804864 2019-09-11 19:21:36,605 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=150 END 2019-09-11 19:21:36,606 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=151 START 2019-09-11 19:21:36,606 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:36,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.17 0.20 0.10 1/113 2099\n' 2019-09-11 19:21:36,611 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:36,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:36,696 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15038 seq=2 END 2019-09-11 19:21:36,696 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:21:36,697 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:21:36,697 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:21:36,710 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:36,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999923i,packets_received=18684498i,packets_sent=19925595i,packetsize=64i,ppm=62287.0 1568229696696196096 2019-09-11 19:21:36,806 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:21:36,807 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:21:36,810 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:21:36,821 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:21:36,822 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.125 2019-09-11 19:21:36,823 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.125 2019-09-11 19:21:36,955 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=97 END 2019-09-11 19:21:36,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=98 START 2019-09-11 19:21:36,956 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:37,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:21:37,096 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-11 19:21:37,097 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-11 19:21:37,403 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:21:37,481 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=151 END 2019-09-11 19:21:37,482 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=152 START 2019-09-11 19:21:37,482 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:37,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.69 0.34 1/120 3393\n' 2019-09-11 19:21:37,488 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:37,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:37,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:37 all 11.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 87.00\n19:21:37 0 11.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 87.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 11.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 87.00\nAverage: 0 11.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 87.00\n' 2019-09-11 19:21:37,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-11 19:21:38,556 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:37 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:21:37 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-11 19:21:38,656 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=151 END 2019-09-11 19:21:38,657 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=152 START 2019-09-11 19:21:38,657 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:38,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.17 0.20 0.10 1/114 2138\n' 2019-09-11 19:21:38,663 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:38,706 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:39,559 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=152 END 2019-09-11 19:21:39,560 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=153 START 2019-09-11 19:21:39,560 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:39,565 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.68 0.34 1/119 3398\n' 2019-09-11 19:21:39,566 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:39,644 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:39,706 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:39,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:39 ' 2019-09-11 19:21:39,708 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:39,709 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:39,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:39,711 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:39,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:39,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:39,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:39,714 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:21:39,715 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:39 ' 2019-09-11 19:21:39,716 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:39,717 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:39,718 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:39,719 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:39,720 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:39,721 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:39,721 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:21:39,723 [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-11 19:21:39,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:39,725 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:39,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:39,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:39,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:21:39,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:39,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:21:39,730 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:21:39,731 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:39,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:39,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:39,734 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:39,735 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:39,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:21:39,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:39,969 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=98 END 2019-09-11 19:21:39,969 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=99 START 2019-09-11 19:21:39,970 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:40,450 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15044 seq=1 START 2019-09-11 19:21:40,451 [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-11 19:21:40,463 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 750 64 20 1 1000000 2019-09-11 19:21:40,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:39 all 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n19:21:39 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-11 19:21:40,740 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=152 END 2019-09-11 19:21:40,740 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=153 START 2019-09-11 19:21:40,741 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:40,745 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.15 0.20 0.10 1/114 2145\n' 2019-09-11 19:21:40,746 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:40,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:40,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:21:41,638 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=153 END 2019-09-11 19:21:41,639 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=154 START 2019-09-11 19:21:41,639 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:41,644 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.68 0.34 1/121 3411\n' 2019-09-11 19:21:41,645 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:41,712 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:41,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:41,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:41 ' 2019-09-11 19:21:41,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:41,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:41,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.89' 2019-09-11 19:21:41,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:41,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:41,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:41,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.11' 2019-09-11 19:21:41,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:41,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:41 0' 2019-09-11 19:21:41,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:41,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.89' 2019-09-11 19:21:41,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:41,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:41,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:41,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.11' 2019-09-11 19:21:41,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:41,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:41,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:21:41,810 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:41,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.89' 2019-09-11 19:21:41,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:41,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:41,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.11' 2019-09-11 19:21:41,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:21:41,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:41,816 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:41,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:41,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.89 0.00' 2019-09-11 19:21:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.85",loadavg1="0.69",loadavg2="0.34",loadavg3="1/120",loadavg4="3342",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" 1568229697481234176 2019-09-11 19:21:41,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:41,820 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:41,821 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.11' 2019-09-11 19:21:41,822 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:41,940 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.85",loadavg1="0.69",loadavg2="0.34",loadavg3="1/120",loadavg4="3393",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" 1568229699559542016 2019-09-11 19:21:42,093 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:42,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.78",loadavg1="0.68",loadavg2="0.34",loadavg3="1/119",loadavg4="3398",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" 1568229701638013952 2019-09-11 19:21:42,212 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:42,214 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.18",loadavg1="0.20",loadavg2="0.10",loadavg3="1/114",loadavg4="2093",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="97.92",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.04",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="97.92",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.04",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="97.92",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.04",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="97.92",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.04",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="97.92",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.04",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="97.92",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.04",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.04",mpstat_minimum.cpu0.%usr="0.00" 1568229696605626112 2019-09-11 19:21:42,321 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:42,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.17",loadavg1="0.20",loadavg2="0.10",loadavg3="1/113",loadavg4="2099",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.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="2.00",mpstat_average.cpu.%usr="11.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.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="2.00",mpstat_average.cpu0.%usr="11.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.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="2.00",mpstat_maximun.cpu.%usr="11.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.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="2.00",mpstat_maximun.cpu0.%usr="11.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.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="2.00",mpstat_minimum.cpu.%usr="11.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.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="2.00",mpstat_minimum.cpu0.%usr="11.00" 1568229698656576000 2019-09-11 19:21:42,428 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:42,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.17",loadavg1="0.20",loadavg2="0.10",loadavg3="1/114",loadavg4="2138",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" 1568229700740199168 2019-09-11 19:21:42,532 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:42,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568229696955312128 2019-09-11 19:21:42,639 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:42,640 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.112 1568229699969094912 2019-09-11 19:21:42,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:41 all 1.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00\n19:21:41 0 1.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00\nAverage: 0 1.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00\n' 2019-09-11 19:21:42,825 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=153 END 2019-09-11 19:21:42,825 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=154 START 2019-09-11 19:21:42,826 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:42,832 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.15 0.20 0.10 1/114 2147\n' 2019-09-11 19:21:42,834 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:42,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:42,982 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=99 END 2019-09-11 19:21:42,983 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=100 START 2019-09-11 19:21:42,983 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:43,715 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=154 END 2019-09-11 19:21:43,716 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=155 START 2019-09-11 19:21:43,716 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:43,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.72 0.67 0.34 2/122 3475\n' 2019-09-11 19:21:43,722 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:43,766 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:43,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:43,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:43 all' 2019-09-11 19:21:43,906 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:43,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:43,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.35' 2019-09-11 19:21:43,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.17' 2019-09-11 19:21:43,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:43,910 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.48' 2019-09-11 19:21:43,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:43 ' 2019-09-11 19:21:43,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:43,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:43,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:43,914 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:43,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.35 2.17' 2019-09-11 19:21:43,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:43,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:43,917 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.48\n' 2019-09-11 19:21:43,918 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:21:43,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:43,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:43,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:43,921 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:43,922 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.35 2.17' 2019-09-11 19:21:43,923 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:43,923 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.48' 2019-09-11 19:21:43,924 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:43,925 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:21:43,926 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:43,926 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:43,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:43,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:43,928 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.35' 2019-09-11 19:21:43,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.17' 2019-09-11 19:21:43,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:43,930 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.48\n' 2019-09-11 19:21:43,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-11 19:21:44,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:43 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:21: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-11 19:21:44,932 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=154 END 2019-09-11 19:21:44,933 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=155 START 2019-09-11 19:21:44,933 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:44,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.19 0.10 1/114 2149\n' 2019-09-11 19:21:44,947 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:45,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:45,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=155 END 2019-09-11 19:21:45,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=156 START 2019-09-11 19:21:45,771 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:45,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.72 0.67 0.34 2/121 3480\n' 2019-09-11 19:21:45,776 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:45,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:46,000 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=100 END 2019-09-11 19:21:46,001 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=101 START 2019-09-11 19:21:46,001 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:46,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:46,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:45 ' 2019-09-11 19:21:46,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:46,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:46,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:46,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:46,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:46,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.41' 2019-09-11 19:21:46,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-11 19:21:46,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:46,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.89\n19:21:45 ' 2019-09-11 19:21:46,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:46,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:46,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:46,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:46,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.41 2.70 0.00' 2019-09-11 19:21:46,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.89' 2019-09-11 19:21:46,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:46,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:21:46,037 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:46,038 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:46,038 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:46,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:46,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:46,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.41' 2019-09-11 19:21:46,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-11 19:21:46,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:46,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.89\n' 2019-09-11 19:21:46,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:46,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:46,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:46,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:46,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:46,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.41' 2019-09-11 19:21:46,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-11 19:21:46,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:46,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.89\n' 2019-09-11 19:21:46,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:45 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:21: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-11 19:21:47,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:21:47,050 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=155 END 2019-09-11 19:21:47,050 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=156 START 2019-09-11 19:21:47,050 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:47,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.19 0.10 1/114 2151\n' 2019-09-11 19:21:47,063 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:47,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:47,736 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:47,738 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.78",loadavg1="0.68",loadavg2="0.34",loadavg3="1/121",loadavg4="3411",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="96.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="3.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="96.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="3.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="96.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="3.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="96.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="3.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="96.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="3.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="96.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="3.00",mpstat_minimum.cpu0.%usr="1.00" 1568229703715804928 2019-09-11 19:21:47,821 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=156 END 2019-09-11 19:21:47,822 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=157 START 2019-09-11 19:21:47,822 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:47,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.74 0.67 0.34 2/122 3486\n' 2019-09-11 19:21:47,828 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:47,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:47,871 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:47,872 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.72",loadavg1="0.67",loadavg2="0.34",loadavg3="2/122",loadavg4="3475",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" 1568229705770013184 2019-09-11 19:21:47,967 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:47,969 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.72",loadavg1="0.67",loadavg2="0.34",loadavg3="2/121",loadavg4="3480",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" 1568229707821389824 2019-09-11 19:21:48,069 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:48,071 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.15",loadavg1="0.20",loadavg2="0.10",loadavg3="1/114",loadavg4="2145",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.11",mpstat_average.cpu.%iowait="10.89",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="89.11",mpstat_average.cpu0.%iowait="10.89",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="89.11",mpstat_maximun.cpu.%iowait="10.89",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="89.11",mpstat_maximun.cpu0.%iowait="10.89",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="89.11",mpstat_minimum.cpu.%iowait="10.89",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="89.11",mpstat_minimum.cpu0.%iowait="10.89",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" 1568229702825044992 2019-09-11 19:21:48,137 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:48,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:48 all' 2019-09-11 19:21:48,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.69' 2019-09-11 19:21:48,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.13 0.00' 2019-09-11 19:21:48,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.18' 2019-09-11 19:21:48,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:48 ' 2019-09-11 19:21:48,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:48,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.69' 2019-09-11 19:21:48,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.13' 2019-09-11 19:21:48,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.18' 2019-09-11 19:21:48,150 [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-11 19:21:48,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:48,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:48,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.69' 2019-09-11 19:21:48,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.13' 2019-09-11 19:21:48,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.18' 2019-09-11 19:21:48,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:48,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:21:48,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 7.69 5.13 0.00 0.00 87.18\n' 2019-09-11 19:21:48,178 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:48,180 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.15",loadavg1="0.20",loadavg2="0.10",loadavg3="1/114",loadavg4="2147",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="93.48",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.35",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="93.48",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.35",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="93.48",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.35",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="93.48",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.35",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="93.48",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.35",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="93.48",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.35",mpstat_minimum.cpu0.%steal="2.17",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229704932710912 2019-09-11 19:21:48,313 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.14",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2149",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" 1568229707049966080 2019-09-11 19:21:48,414 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:48,414 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568229702982848000 2019-09-11 19:21:48,509 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:48,509 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.087 1568229706000794880 2019-09-11 19:21:48,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:48,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:21:48 all' 2019-09-11 19:21:48,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:21:48,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:48 ' 2019-09-11 19:21:48,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:48,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:21:48,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,881 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,884 [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-11 19:21:48,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-11 19:21:48,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:21:48,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:21:48,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:48,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:21:48,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:21:48,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:48,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:48,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:21:49,016 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=101 END 2019-09-11 19:21:49,016 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=102 START 2019-09-11 19:21:49,017 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:49,160 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=156 END 2019-09-11 19:21:49,161 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=157 START 2019-09-11 19:21:49,161 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:49,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.19 0.10 1/114 2153\n' 2019-09-11 19:21:49,173 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:49,219 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:49,899 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=157 END 2019-09-11 19:21:49,899 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=158 START 2019-09-11 19:21:49,899 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:49,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.74 0.67 0.34 2/122 3489\n' 2019-09-11 19:21:49,906 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:49,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:50,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-11 19:21:50,220 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:50,221 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:50 all' 2019-09-11 19:21:50,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:50,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.26' 2019-09-11 19:21:50,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:50,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53 2.63' 2019-09-11 19:21:50,226 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:50,226 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.58' 2019-09-11 19:21:50,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:50,228 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:50 ' 2019-09-11 19:21:50,229 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:50,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:50,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:50,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.26 0.00' 2019-09-11 19:21:50,232 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53' 2019-09-11 19:21:50,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-11 19:21:50,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:50,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.58' 2019-09-11 19:21:50,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:50,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:21:50,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:50,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:50,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.26 0.00 10.53 2.63 0.00 0.00 81.58' 2019-09-11 19:21:50,239 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:50,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:21:50,241 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:50,241 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:50,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.26' 2019-09-11 19:21:50,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:50,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53' 2019-09-11 19:21:50,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-11 19:21:50,245 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 81.58' 2019-09-11 19:21:50,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:50,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:50 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:21: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-11 19:21:51,248 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=157 END 2019-09-11 19:21:51,249 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=158 START 2019-09-11 19:21:51,249 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:51,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.19 0.10 1/114 2155\n' 2019-09-11 19:21:51,263 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:51,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:51,976 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=158 END 2019-09-11 19:21:51,977 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=159 START 2019-09-11 19:21:51,977 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:51,982 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.74 0.67 0.34 2/121 3494\n' 2019-09-11 19:21:51,983 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:52,032 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=102 END 2019-09-11 19:21:52,032 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=103 START 2019-09-11 19:21:52,033 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:52,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:52,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:52,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:52 ' 2019-09-11 19:21:52,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:52,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:52,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:52,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.56' 2019-09-11 19:21:52,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:21:52,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.67' 2019-09-11 19:21:52,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:52 ' 2019-09-11 19:21:52,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:52,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:52,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:21:52,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.56' 2019-09-11 19:21:52,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78' 2019-09-11 19:21:52,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:52,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:52,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.67' 2019-09-11 19:21:52,352 [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-11 19:21:52,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:21:52,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:52,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:52,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:52,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:52,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.56' 2019-09-11 19:21:52,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:21:52,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.67' 2019-09-11 19:21:52,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:21:52,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:21:52,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:52,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:52,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.56 2.78 0.00 0.00 91.67\n' 2019-09-11 19:21:53,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-11 19:21:53,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:52 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:21: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-11 19:21:53,364 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=158 END 2019-09-11 19:21:53,365 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=159 START 2019-09-11 19:21:53,365 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:53,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.19 0.10 1/114 2157\n' 2019-09-11 19:21:53,377 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:53,424 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:53,619 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.74",loadavg1="0.67",loadavg2="0.34",loadavg3="2/122",loadavg4="3486",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" 1568229709899037952 2019-09-11 19:21:53,755 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.74",loadavg1="0.67",loadavg2="0.34",loadavg3="2/122",loadavg4="3489",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" 1568229711976861952 2019-09-11 19:21:53,857 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.14",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2151",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.18",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="5.13",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.18",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="5.13",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.18",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="5.13",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.18",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="5.13",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.18",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="5.13",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.18",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="5.13",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229709160673024 2019-09-11 19:21:53,972 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.14",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2153",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="81.58",mpstat_average.cpu.%iowait="5.26",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.53",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="81.58",mpstat_average.cpu0.%iowait="5.26",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.53",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="81.58",mpstat_maximun.cpu.%iowait="5.26",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.53",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="81.58",mpstat_maximun.cpu0.%iowait="5.26",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.53",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="81.58",mpstat_minimum.cpu.%iowait="5.26",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.53",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="81.58",mpstat_minimum.cpu0.%iowait="5.26",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.53",mpstat_minimum.cpu0.%steal="2.63",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229711248510976 2019-09-11 19:21:54,054 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=159 END 2019-09-11 19:21:54,054 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=160 START 2019-09-11 19:21:54,055 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:54,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.68 0.34 2/121 3500\n' 2019-09-11 19:21:54,060 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:54,086 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:54,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.13",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2155",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="91.67",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="5.56",mpstat_average.cpu.%steal="2.78",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.67",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="5.56",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="91.67",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="5.56",mpstat_maximun.cpu.%steal="2.78",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.67",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="5.56",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="91.67",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="5.56",mpstat_minimum.cpu.%steal="2.78",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.67",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="5.56",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229713364505088 2019-09-11 19:21:54,128 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:54,189 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:54,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568229709016342016 2019-09-11 19:21:54,290 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:54,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.078 1568229712032124928 2019-09-11 19:21:54,425 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:54,427 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:54 all' 2019-09-11 19:21:54,427 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:54,428 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:54,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:54,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.11' 2019-09-11 19:21:54,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-11 19:21:54,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:54,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.19' 2019-09-11 19:21:54,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:54 ' 2019-09-11 19:21:54,434 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:54,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:54,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:54,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:54,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.11 2.70' 2019-09-11 19:21:54,438 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:54,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:54,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.19\n' 2019-09-11 19:21:54,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:54,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:54,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:54,444 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:54,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:54,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 8.11' 2019-09-11 19:21:54,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-11 19:21:54,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:54,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.19\n' 2019-09-11 19:21:54,450 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:54,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:21:54,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:54,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:54,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.11 2.70 0.00 0.00 89.19\n' 2019-09-11 19:21:55,049 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=103 END 2019-09-11 19:21:55,049 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=104 START 2019-09-11 19:21:55,050 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:55,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:54 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:21: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-11 19:21:55,456 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=159 END 2019-09-11 19:21:55,457 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=160 START 2019-09-11 19:21:55,457 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:55,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.19 0.10 1/114 2159\n' 2019-09-11 19:21:55,470 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:55,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:56,060 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.084' 2019-09-11 19:21:56,132 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=160 END 2019-09-11 19:21:56,132 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=161 START 2019-09-11 19:21:56,133 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:56,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.68 0.34 2/122 3506\n' 2019-09-11 19:21:56,138 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:56,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:56,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:56,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:56 ' 2019-09-11 19:21:56,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:56,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:56,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:56,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:56,547 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.71' 2019-09-11 19:21:56,548 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:56,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:56,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 94.29' 2019-09-11 19:21:56,550 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:56 ' 2019-09-11 19:21:56,551 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:21:56,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:56,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:56,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:56,555 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.71 0.00' 2019-09-11 19:21:56,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 94.29' 2019-09-11 19:21:56,557 [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-11 19:21:56,557 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:56,558 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:56,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:56,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:56,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.71' 2019-09-11 19:21:56,562 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:56,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 94.29' 2019-09-11 19:21:56,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:56,565 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-11 19:21:56,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:56,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:56,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.71' 2019-09-11 19:21:56,568 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:56,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:56,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 94.29\n' 2019-09-11 19:21:57,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:57,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:21:56 ' 2019-09-11 19:21:57,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:57,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:57,210 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00 0.00 0.00 0.00' 2019-09-11 19:21:57,212 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:57,212 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:57,213 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:56 ' 2019-09-11 19:21:57,214 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:21:57,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:57,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:21:57,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:57,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:57,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:57,219 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:57,219 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:21:57,220 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:57,221 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:57,221 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:21:57,222 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:57,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:21:57,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:57,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:57,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:57,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:57,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:57,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:21:57,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:21:57,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:21:57,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:57,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:57,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:21:57,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:57,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:57,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:57,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:57,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:21:57,572 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=160 END 2019-09-11 19:21:57,573 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=161 START 2019-09-11 19:21:57,573 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:57,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.19 0.10 1/114 2161\n' 2019-09-11 19:21:57,587 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:57,659 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:58,065 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=104 END 2019-09-11 19:21:58,065 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=105 START 2019-09-11 19:21:58,066 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:21:58,237 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=161 END 2019-09-11 19:21:58,238 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=162 START 2019-09-11 19:21:58,238 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:58,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.68 0.35 2/122 3509\n' 2019-09-11 19:21:58,244 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:58,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:58,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:21:58,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:58 ' 2019-09-11 19:21:58,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:21:58,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:58,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:58,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:58,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.26' 2019-09-11 19:21:58,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56' 2019-09-11 19:21:58,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:58,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.18' 2019-09-11 19:21:58,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:58,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:21:58 0' 2019-09-11 19:21:58,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:58,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:58,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.26' 2019-09-11 19:21:58,675 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56' 2019-09-11 19:21:58,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:58,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.18\n' 2019-09-11 19:21:58,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:21:58,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:21:58,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:58,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:21:58,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.26' 2019-09-11 19:21:58,683 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56 0.00' 2019-09-11 19:21:58,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.18' 2019-09-11 19:21:58,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:21:58,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-11 19:21:58,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:58,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:21:58,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 10.26 2.56 0.00 0.00 87.18\n' 2019-09-11 19:21:59,076 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-11 19:21:59,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:21:58 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:21: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-11 19:21:59,439 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:59,441 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.74",loadavg1="0.67",loadavg2="0.34",loadavg3="2/121",loadavg4="3494",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" 1568229714054258944 2019-09-11 19:21:59,537 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:59,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.76",loadavg1="0.68",loadavg2="0.34",loadavg3="2/121",loadavg4="3500",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" 1568229716131973888 2019-09-11 19:21:59,654 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:59,656 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.76",loadavg1="0.68",loadavg2="0.34",loadavg3="2/122",loadavg4="3506",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" 1568229718237417984 2019-09-11 19:21:59,691 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=161 END 2019-09-11 19:21:59,692 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=162 START 2019-09-11 19:21:59,692 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:21:59,705 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.19 0.10 1/114 2163\n' 2019-09-11 19:21:59,706 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:21:59,756 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:21:59,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.13",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2157",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.19",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="8.11",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="89.19",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="8.11",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="89.19",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="8.11",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="89.19",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="8.11",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="89.19",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="8.11",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="89.19",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="8.11",mpstat_minimum.cpu0.%steal="2.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229715456371968 2019-09-11 19:21:59,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:21:59,856 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:21:59,858 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2159",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="94.29",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="5.71",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="94.29",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="5.71",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="94.29",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="5.71",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="94.29",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="5.71",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="94.29",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="5.71",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="94.29",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="5.71",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229717572609024 2019-09-11 19:21:59,964 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:21:59,966 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2161",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.18",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.26",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="87.18",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.26",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="87.18",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.26",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="87.18",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.26",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="87.18",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.26",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="87.18",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.26",mpstat_minimum.cpu0.%steal="2.56",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229719691427840 2019-09-11 19:22:00,084 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:00,085 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.083 1568229715049108992 2019-09-11 19:22:00,191 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:00,192 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.084 1568229718065016064 2019-09-11 19:22:00,315 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=162 END 2019-09-11 19:22:00,316 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=163 START 2019-09-11 19:22:00,316 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:00,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.68 0.35 2/121 3514\n' 2019-09-11 19:22:00,322 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:00,366 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:00,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:21:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:00,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:00 all' 2019-09-11 19:22:00,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:00,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:00,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:00,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53' 2019-09-11 19:22:00,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-11 19:22:00,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 86.84\n19:22:00 0 0.00 0.00 0.00 0.00 0.00 10.53 2.63 0.00 0.00 86.84\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.53 2.63 0.00 0.00 86.84\nAverage: ' 2019-09-11 19:22:00,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:22:00,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:00,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:00,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:00,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:00,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53 2.63 0.00 0.00 86.84\n' 2019-09-11 19:22:01,081 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=105 END 2019-09-11 19:22:01,081 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=106 START 2019-09-11 19:22:01,082 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:01,367 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:21:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:00 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:01,799 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=162 END 2019-09-11 19:22:01,800 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=163 START 2019-09-11 19:22:01,800 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:01,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.18 0.10 1/114 2165\n' 2019-09-11 19:22:01,815 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:01,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:02,092 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:22:02,369 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=163 END 2019-09-11 19:22:02,370 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=164 START 2019-09-11 19:22:02,371 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:02,375 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.68 0.35 2/122 3520\n' 2019-09-11 19:22:02,377 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:02,418 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:02,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:02,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:02 ' 2019-09-11 19:22:02,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:22:02,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:02,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:02,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:02,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.12 2.04' 2019-09-11 19:22:02,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:02,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:02,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.84\n' 2019-09-11 19:22:02,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:02 0' 2019-09-11 19:22:02,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:02,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:02,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.12' 2019-09-11 19:22:02,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.04 0.00' 2019-09-11 19:22:02,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.84' 2019-09-11 19:22:02,882 [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-11 19:22:02,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:02,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:02,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:02,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:02,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.12 2.04' 2019-09-11 19:22:02,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:02,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.84' 2019-09-11 19:22:02,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:02,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:22:02,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:02,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:02,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.12' 2019-09-11 19:22:02,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.04 0.00' 2019-09-11 19:22:02,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:02,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.84\n' 2019-09-11 19:22:03,419 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:03,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:02 all' 2019-09-11 19:22:03,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:03,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:03,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 26.00 0.00' 2019-09-11 19:22:03,423 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:03,424 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 74.00\n19:22:02 0 0.00 0.00 26.00 0.00 0.00 0.00 0.00 0.00 0.00 74.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 26.00 0.00 0.00 0.00 0.00 0.00 0.00 74.00\nAverage: 0 0.00 0.00 26.00 0.00 0.00 0.00 0.00 0.00 0.00 74.00\n' 2019-09-11 19:22:03,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19910558 , "packets_per_second":999951, "flows":563250, "errors":0 }\n' 2019-09-11 19:22:03,690 [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-11 19:22:03,700 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19826834' 2019-09-11 19:22:03,702 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 83724 - Lost ppm 4206 2019-09-11 19:22:03,702 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 4206 > sla_max_ppm 1000; ',) 2019-09-11 19:22:03,898 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=163 END 2019-09-11 19:22:03,899 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=164 START 2019-09-11 19:22:03,900 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:03,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.18 0.10 1/114 2171\n' 2019-09-11 19:22:03,905 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:03,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:04,097 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=106 END 2019-09-11 19:22:04,098 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=107 START 2019-09-11 19:22:04,098 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:04,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=164 END 2019-09-11 19:22:04,427 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=165 START 2019-09-11 19:22:04,427 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:04,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.72 0.67 0.35 1/118 3533\n' 2019-09-11 19:22:04,433 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:04,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:04,707 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15044 seq=1 END 2019-09-11 19:22:04,707 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15044 seq=2 START 2019-09-11 19:22:04,708 [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-11 19:22:04,720 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 750 64 20 1 1000000 2019-09-11 19:22:04,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:04 all 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n19:22: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-11 19:22:05,107 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-11 19:22:05,302 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:05,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999951i,packets_received=19826834i,packets_sent=19910558i,packetsize=64i,ppm=4206.0 1568229724706387968 2019-09-11 19:22:05,404 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:05,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.78",loadavg1="0.68",loadavg2="0.35",loadavg3="2/122",loadavg4="3509",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" 1568229720315272960 2019-09-11 19:22:05,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:04 all 0.99 0.00 0.99 0.00 0.00' 2019-09-11 19:22:05,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 98.02\n19:22:04 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-11 19:22:05,504 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:05,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.78",loadavg1="0.68",loadavg2="0.35",loadavg3="2/121",loadavg4="3514",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" 1568229722369846016 2019-09-11 19:22:05,605 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:05,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.78",loadavg1="0.68",loadavg2="0.35",loadavg3="2/122",loadavg4="3520",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="74.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="26.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="74.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="26.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="74.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="26.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="74.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="26.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="74.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="26.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="74.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="26.00",mpstat_minimum.cpu0.%usr="0.00" 1568229724426317056 2019-09-11 19:22:05,703 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:05,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2163",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="86.84",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.53",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="86.84",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.53",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="86.84",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.53",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="86.84",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.53",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="86.84",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.53",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="86.84",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.53",mpstat_minimum.cpu0.%steal="2.63",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229721799580160 2019-09-11 19:22:05,806 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:05,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2165",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="91.84",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.12",mpstat_average.cpu.%steal="2.04",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.84",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.12",mpstat_average.cpu0.%steal="2.04",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.84",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.12",mpstat_maximun.cpu.%steal="2.04",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.84",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.12",mpstat_maximun.cpu0.%steal="2.04",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.84",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.12",mpstat_minimum.cpu.%steal="2.04",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.84",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.12",mpstat_minimum.cpu0.%steal="2.04",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229723898917888 2019-09-11 19:22:05,911 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:05,912 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.086 1568229721081255936 2019-09-11 19:22:05,975 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=164 END 2019-09-11 19:22:05,976 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=165 START 2019-09-11 19:22:05,976 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:05,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.18 0.10 1/114 2178\n' 2019-09-11 19:22:05,982 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:06,006 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:06,006 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568229724097282048 2019-09-11 19:22:06,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:06,507 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=165 END 2019-09-11 19:22:06,507 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=166 START 2019-09-11 19:22:06,508 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:06,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.72 0.67 0.35 1/120 3545\n' 2019-09-11 19:22:06,514 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:06,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:07,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:07,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:06 all' 2019-09-11 19:22:07,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:07,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:07,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:22:07,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:06 ' 2019-09-11 19:22:07,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:07,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:07,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:07,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,037 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:22:07,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:07,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:07,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:07,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:07,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:22:07,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:22:07,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:07,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:07,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:22:07,111 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=107 END 2019-09-11 19:22:07,111 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=108 START 2019-09-11 19:22:07,112 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:07,582 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:06 all 1.02 0.00 64.29 0.00 0.00 0.00 0.00 0.00 0.00 34.69\n19:22:06 0 1.02 0.00 64.29 0.00 0.00 0.00 0.00 0.00 0.00 34.69\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.02 0.00 64.29 0.00 0.00 0.00 0.00 0.00 0.00 34.69\nAverage: 0 1.02 0.00 64.29 0.00 0.00 0.00 0.00 0.00 0.00 34.69\n' 2019-09-11 19:22:08,056 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=165 END 2019-09-11 19:22:08,056 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=166 START 2019-09-11 19:22:08,056 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:08,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.18 0.10 1/114 2180\n' 2019-09-11 19:22:08,070 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:08,124 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.074' 2019-09-11 19:22:08,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:08,585 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=166 END 2019-09-11 19:22:08,586 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=167 START 2019-09-11 19:22:08,586 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:08,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.74 0.68 0.35 2/122 3612\n' 2019-09-11 19:22:08,592 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:08,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:09,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:09,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:09 ' 2019-09-11 19:22:09,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:22:09,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:09,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:09,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:09,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.56 2.78' 2019-09-11 19:22:09,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:09,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.67' 2019-09-11 19:22:09,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:09 ' 2019-09-11 19:22:09,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:22:09,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:09,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.56 2.78 0.00' 2019-09-11 19:22:09,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.67' 2019-09-11 19:22:09,162 [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-11 19:22:09,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:09,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.56' 2019-09-11 19:22:09,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78' 2019-09-11 19:22:09,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.67\n' 2019-09-11 19:22:09,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:22:09,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:09,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.56 2.78' 2019-09-11 19:22:09,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.67\n' 2019-09-11 19:22:09,661 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:09,662 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:08 all' 2019-09-11 19:22:09,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,664 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:22:09,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:09,666 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:09,667 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,668 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-11 19:22:09,669 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:08 ' 2019-09-11 19:22:09,670 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:22:09,671 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,672 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-11 19:22:09,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,675 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,677 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:22:09,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:22:09,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:09,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:22:09,681 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:09,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:22:09,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:09,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:22:09,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:09,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:09,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:22:10,129 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=108 END 2019-09-11 19:22:10,129 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=109 START 2019-09-11 19:22:10,130 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:10,178 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=166 END 2019-09-11 19:22:10,179 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=167 START 2019-09-11 19:22:10,179 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:10,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.18 0.10 1/114 2182\n' 2019-09-11 19:22:10,192 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:10,266 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:10,694 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=167 END 2019-09-11 19:22:10,694 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=168 START 2019-09-11 19:22:10,694 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:10,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.74 0.68 0.35 2/122 3615\n' 2019-09-11 19:22:10,700 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:10,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:11,104 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:11,106 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.72",loadavg1="0.67",loadavg2="0.35",loadavg3="1/118",loadavg4="3533",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" 1568229726507111168 2019-09-11 19:22:11,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.077' 2019-09-11 19:22:11,221 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:11,223 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.72",loadavg1="0.67",loadavg2="0.35",loadavg3="1/120",loadavg4="3545",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="34.69",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="64.29",mpstat_average.cpu.%usr="1.02",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="34.69",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="64.29",mpstat_average.cpu0.%usr="1.02",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="34.69",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="64.29",mpstat_maximun.cpu.%usr="1.02",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="34.69",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="64.29",mpstat_maximun.cpu0.%usr="1.02",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="34.69",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="64.29",mpstat_minimum.cpu.%usr="1.02",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="34.69",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="64.29",mpstat_minimum.cpu0.%usr="1.02" 1568229728585220096 2019-09-11 19:22:11,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:11,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:11 ' 2019-09-11 19:22:11,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:11,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:11,271 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:11,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:11,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.81' 2019-09-11 19:22:11,273 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-11 19:22:11,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:11,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 86.49' 2019-09-11 19:22:11,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:11,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:11 0' 2019-09-11 19:22:11,277 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:11,278 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:11,278 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:11,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.81' 2019-09-11 19:22:11,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-11 19:22:11,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:11,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.49' 2019-09-11 19:22:11,282 [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-11 19:22:11,282 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:11,283 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:22:11,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:11,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:11,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:11,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.81' 2019-09-11 19:22:11,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00 0.00 86.49\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.81 2.70 0.00 0.00 86.49\n' 2019-09-11 19:22:11,344 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:11,345 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.74",loadavg1="0.68",loadavg2="0.35",loadavg3="2/122",loadavg4="3612",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" 1568229730694027008 2019-09-11 19:22:11,450 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:11,451 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2171",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" 1568229725975652864 2019-09-11 19:22:11,555 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:11,556 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.10",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2178",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" 1568229728056009984 2019-09-11 19:22:11,692 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.10",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2180",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="91.67",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="5.56",mpstat_average.cpu.%steal="2.78",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.67",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="5.56",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="91.67",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="5.56",mpstat_maximun.cpu.%steal="2.78",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.67",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="5.56",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="91.67",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="5.56",mpstat_minimum.cpu.%steal="2.78",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.67",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="5.56",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229730178502144 2019-09-11 19:22:11,743 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:10 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:11,793 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:11,794 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.078 1568229727111303168 2019-09-11 19:22:11,901 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:11,901 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.074 1568229730129283840 2019-09-11 19:22:12,289 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=167 END 2019-09-11 19:22:12,289 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=168 START 2019-09-11 19:22:12,289 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:12,303 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.18 0.10 1/114 2184\n' 2019-09-11 19:22:12,304 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:12,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:12,746 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=168 END 2019-09-11 19:22:12,746 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=169 START 2019-09-11 19:22:12,747 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:12,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.74 0.68 0.35 2/121 3620\n' 2019-09-11 19:22:12,753 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:12,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:13,145 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=109 END 2019-09-11 19:22:13,146 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=110 START 2019-09-11 19:22:13,146 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:13,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:13,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:13 all' 2019-09-11 19:22:13,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:13,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:13,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:13,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:13,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.33 2.78' 2019-09-11 19:22:13,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:13,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-11 19:22:13,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:13 ' 2019-09-11 19:22:13,364 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:13,366 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:13,366 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:13,368 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33 2.78' 2019-09-11 19:22:13,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:13,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-11 19:22:13,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:22:13,372 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:13,373 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:13,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:13,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33' 2019-09-11 19:22:13,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78 0.00' 2019-09-11 19:22:13,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 88.89' 2019-09-11 19:22:13,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:22:13,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:22:13,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:13,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 8.33 2.78 0.00 0.00 88.89\n' 2019-09-11 19:22:13,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:12 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:14,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-11 19:22:14,382 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=168 END 2019-09-11 19:22:14,383 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=169 START 2019-09-11 19:22:14,384 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:14,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.18 0.10 1/114 2186\n' 2019-09-11 19:22:14,397 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:14,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:14,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=169 END 2019-09-11 19:22:14,825 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=170 START 2019-09-11 19:22:14,825 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:14,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.68 0.35 2/122 3626\n' 2019-09-11 19:22:14,831 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:14,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:15,473 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:15,474 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:15 all' 2019-09-11 19:22:15,475 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:15,476 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:15,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:15,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,479 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53' 2019-09-11 19:22:15,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-11 19:22:15,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:15,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.84' 2019-09-11 19:22:15,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:15,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:15 0 0.00' 2019-09-11 19:22:15,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53' 2019-09-11 19:22:15,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63' 2019-09-11 19:22:15,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.84\n' 2019-09-11 19:22:15,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-11 19:22:15,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:15,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,495 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.53' 2019-09-11 19:22:15,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-11 19:22:15,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 86.84' 2019-09-11 19:22:15,498 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:15,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:22:15,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.53' 2019-09-11 19:22:15,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63' 2019-09-11 19:22:15,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,504 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.84\n' 2019-09-11 19:22:15,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:15,881 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:15 all' 2019-09-11 19:22:15,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.02 0.00' 2019-09-11 19:22:15,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.98' 2019-09-11 19:22:15,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:15,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:22:15,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:15 0' 2019-09-11 19:22:15,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.02 0.00' 2019-09-11 19:22:15,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:15,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.98 0.00' 2019-09-11 19:22:15,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:22:15,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:22:15,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:22:15,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,899 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.02' 2019-09-11 19:22:15,900 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,901 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.98 0.00' 2019-09-11 19:22:15,902 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:22:15,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:15,905 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:15,906 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.02' 2019-09-11 19:22:15,907 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,907 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.98 0.00' 2019-09-11 19:22:15,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:15,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:15,910 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:22:16,162 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=110 END 2019-09-11 19:22:16,162 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=111 START 2019-09-11 19:22:16,163 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:16,507 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=169 END 2019-09-11 19:22:16,508 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=170 START 2019-09-11 19:22:16,508 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:16,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.17 0.10 1/114 2188\n' 2019-09-11 19:22:16,514 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:16,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:16,912 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=170 END 2019-09-11 19:22:16,913 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=171 START 2019-09-11 19:22:16,913 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:16,933 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.68 0.35 2/122 3629\n' 2019-09-11 19:22:16,934 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:17,008 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:17,020 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:17,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.74",loadavg1="0.68",loadavg2="0.35",loadavg3="2/122",loadavg4="3615",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" 1568229732745978112 2019-09-11 19:22:17,172 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:17,173 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.74",loadavg1="0.68",loadavg2="0.35",loadavg3="2/121",loadavg4="3620",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" 1568229734824531968 2019-09-11 19:22:17,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.119' 2019-09-11 19:22:17,281 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:17,283 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.76",loadavg1="0.68",loadavg2="0.35",loadavg3="2/122",loadavg4="3626",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.98",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.02",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.98",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.02",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.98",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.02",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.98",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.02",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.98",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.02",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.98",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.02",mpstat_minimum.cpu0.%usr="0.00" 1568229736912648960 2019-09-11 19:22:17,398 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:17,399 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.09",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2182",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="86.49",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.81",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.49",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.81",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="86.49",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.81",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.49",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.81",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="86.49",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.81",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.49",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.81",mpstat_minimum.cpu0.%steal="2.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229732288930816 2019-09-11 19:22:17,507 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:17,509 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.09",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2184",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="8.33",mpstat_average.cpu.%steal="2.78",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="8.33",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="88.89",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="2.78",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="8.33",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="88.89",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="2.78",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="8.33",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229734382871040 2019-09-11 19:22:17,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:17,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:17 ' 2019-09-11 19:22:17,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:17,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:17,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:17,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.47' 2019-09-11 19:22:17,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:17,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:17,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.53\n' 2019-09-11 19:22:17,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:17 0' 2019-09-11 19:22:17,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:17,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:17,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:17,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.47 0.00' 2019-09-11 19:22:17,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:17,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 97.53' 2019-09-11 19:22:17,599 [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-11 19:22:17,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:17,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:17,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:17,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:17,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.47 0.00' 2019-09-11 19:22:17,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:17,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.53\n' 2019-09-11 19:22:17,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:17,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:22:17,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:17,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:17,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.47 0.00' 2019-09-11 19:22:17,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:17,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.53\n' 2019-09-11 19:22:17,615 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:17,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.09",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2186",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="86.84",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.53",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="86.84",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.53",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="86.84",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.53",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="86.84",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.53",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="86.84",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.53",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="86.84",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.53",mpstat_minimum.cpu0.%steal="2.63",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229736507272960 2019-09-11 19:22:17,725 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:17,726 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.077 1568229733145520896 2019-09-11 19:22:17,861 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:17,862 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.086 1568229736162251008 2019-09-11 19:22:18,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:18,019 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:17 all' 2019-09-11 19:22:18,020 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:18,021 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:22:18,022 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:18,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:18,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:18,615 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=170 END 2019-09-11 19:22:18,615 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=171 START 2019-09-11 19:22:18,616 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:18,620 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.17 0.10 1/114 2190\n' 2019-09-11 19:22:18,621 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:18,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:19,026 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=171 END 2019-09-11 19:22:19,027 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=172 START 2019-09-11 19:22:19,027 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:19,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.69 0.36 2/121 3634\n' 2019-09-11 19:22:19,033 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:19,102 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:19,193 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=111 END 2019-09-11 19:22:19,194 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=112 START 2019-09-11 19:22:19,194 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:19,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:19,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:19 all' 2019-09-11 19:22:19,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:19,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:19,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.23' 2019-09-11 19:22:19,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:19,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.77\n' 2019-09-11 19:22:19,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:19 ' 2019-09-11 19:22:19,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:19,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:19,675 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:19,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.23 0.00' 2019-09-11 19:22:19,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:19,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.77\n' 2019-09-11 19:22:19,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:19,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:19,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:19,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:19,683 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:19,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.23 0.00' 2019-09-11 19:22:19,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:19,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.77\n' 2019-09-11 19:22:19,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:19,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:19,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:19,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 7.23' 2019-09-11 19:22:19,691 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:19,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:19,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.77' 2019-09-11 19:22:19,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:20,104 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:19 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:20,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'16.5' 2019-09-11 19:22:20,696 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=171 END 2019-09-11 19:22:20,697 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=172 START 2019-09-11 19:22:20,697 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:20,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.16 0.19 0.10 2/114 2192\n' 2019-09-11 19:22:20,708 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:20,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:21,107 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=172 END 2019-09-11 19:22:21,108 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=173 START 2019-09-11 19:22:21,108 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:21,154 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.69 0.36 2/122 3640\n' 2019-09-11 19:22:21,155 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:21,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:21,237 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: rtt 16.500000 > sla: max_rtt(10.000000); ',) 2019-09-11 19:22:21,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:21,760 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:21 ' 2019-09-11 19:22:21,760 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:21,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:21,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.50' 2019-09-11 19:22:21,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.50\n' 2019-09-11 19:22:21,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:21 ' 2019-09-11 19:22:21,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:21,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,770 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,770 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.50' 2019-09-11 19:22:21,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:21,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.50' 2019-09-11 19:22:21,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:21,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:22:21,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:22:21,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:21,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:21,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.50' 2019-09-11 19:22:21,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:21,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.50\n' 2019-09-11 19:22:21,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:22:21,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:21,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.50' 2019-09-11 19:22:21,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:21,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.50' 2019-09-11 19:22:21,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:22,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:22,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:21 ' 2019-09-11 19:22:22,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00 0.00 99.01' 2019-09-11 19:22:22,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.99' 2019-09-11 19:22:22,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:22,239 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=112 END 2019-09-11 19:22:22,240 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=113 START 2019-09-11 19:22:22,240 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:22,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:22,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:22,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:22,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:21 ' 2019-09-11 19:22:22,249 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:22:22,250 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:22,251 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 99.01' 2019-09-11 19:22:22,252 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:22,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99 0.00' 2019-09-11 19:22:22,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:22,255 [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-11 19:22:22,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all 0.00' 2019-09-11 19:22:22,257 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:22,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.01 0.00 0.00' 2019-09-11 19:22:22,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99' 2019-09-11 19:22:22,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:22,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:22,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:22:22,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00 99.01' 2019-09-11 19:22:22,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:22,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99' 2019-09-11 19:22:22,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:22,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:22,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:22:22,790 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=172 END 2019-09-11 19:22:22,791 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=173 START 2019-09-11 19:22:22,791 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:22,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.16 0.19 0.10 2/114 2194\n' 2019-09-11 19:22:22,799 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:22,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:22,961 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22: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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.76",loadavg1="0.68",loadavg2="0.35",loadavg3="2/122",loadavg4="3629",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" 1568229739026732800 2019-09-11 19:22:23,086 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.78",loadavg1="0.69",loadavg2="0.36",loadavg3="2/121",loadavg4="3634",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" 1568229741107610112 2019-09-11 19:22:23,195 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:23,196 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.08",loadavg1="0.17",loadavg2="0.10",loadavg3="1/114",loadavg4="2188",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="97.53",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="2.47",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.53",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="2.47",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.53",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="2.47",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.53",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="2.47",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.53",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="2.47",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.53",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="2.47",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229738615053824 2019-09-11 19:22:23,257 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:22:23,269 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=173 END 2019-09-11 19:22:23,270 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=174 START 2019-09-11 19:22:23,270 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:23,280 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.70 0.36 2/122 3646\n' 2019-09-11 19:22:23,281 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:23,354 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:23,357 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.08",loadavg1="0.17",loadavg2="0.10",loadavg3="1/114",loadavg4="2190",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="92.77",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.23",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.77",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.23",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.77",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.23",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.77",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.23",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.77",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.23",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.77",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.23",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229740696836864 2019-09-11 19:22:23,456 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.16",loadavg1="0.19",loadavg2="0.10",loadavg3="2/114",loadavg4="2192",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="7.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="92.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.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="92.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.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="92.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.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="92.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.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="92.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.50",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229742790689024 2019-09-11 19:22:23,602 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.119 1568229739193479936 2019-09-11 19:22:23,698 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:23,698 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=16.5 1568229742239723008 2019-09-11 19:22:23,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:23,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:23 all 0.00 0.00 0.00 0.00 0.00 20.24 1.19 0.00 0.00 78.57\n19:22:23 0 0.00 0.00 0.00 0.00 0.00 20.24 1.19 0.00 0.00 78.57\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 20.24 1.19 0.00 0.00 78.57\nAverage: 0 0.00 0.00 0.00 0.00 0.00 20.24 1.19 0.00 0.00 78.57\n' 2019-09-11 19:22:24,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:24,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:23 all' 2019-09-11 19:22:24,351 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:24,352 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:22:24,353 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:24,354 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:24,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:24,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n19:22: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-11 19:22:24,875 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=173 END 2019-09-11 19:22:24,876 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=174 START 2019-09-11 19:22:24,876 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:24,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.16 0.19 0.10 2/114 2196\n' 2019-09-11 19:22:24,886 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:24,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:25,261 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=113 END 2019-09-11 19:22:25,261 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=114 START 2019-09-11 19:22:25,262 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:25,363 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=174 END 2019-09-11 19:22:25,364 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=175 START 2019-09-11 19:22:25,364 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:25,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.70 0.36 2/122 3649\n' 2019-09-11 19:22:25,370 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:25,437 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:25,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:25,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:25 all 0.00 0.00 0.00 0.00 0.00 64.00 8.00 0.00 0.00 28.00\n19:22:25 0 0.00 0.00 0.00 0.00 0.00 64.00 8.00 0.00 0.00 28.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 64.00 8.00 0.00 0.00 28.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 64.00 8.00 0.00 0.00 28.00\n' 2019-09-11 19:22:26,273 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-11 19:22:26,438 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:25 all 1.00 0.00 96.00 0.00 0.00 3.00 0.00 0.00 0.00 0.00\n19:22:25 0 1.00 0.00 96.00 0.00 0.00 3.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 96.00 0.00 0.00 3.00 0.00 0.00 0.00 0.00\nAverage: 0 1.00 0.00 96.00 0.00 0.00 3.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:22:26,963 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=174 END 2019-09-11 19:22:26,964 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=175 START 2019-09-11 19:22:26,964 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:26,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.23 0.20 0.10 1/114 2198\n' 2019-09-11 19:22:26,970 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:27,011 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:27,440 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=175 END 2019-09-11 19:22:27,441 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=176 START 2019-09-11 19:22:27,441 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:27,446 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.70 0.36 1/120 3655\n' 2019-09-11 19:22:27,447 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:27,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:27,916 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":17860652 , "packets_per_second":896167, "flows":563250, "errors":0 }\n' 2019-09-11 19:22:27,917 [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-11 19:22:27,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17640212' 2019-09-11 19:22:27,928 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 220440 - Lost ppm 12343 2019-09-11 19:22:27,929 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 12343 > sla_max_ppm 1000; ',) 2019-09-11 19:22:28,011 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:27 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:22:27 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-11 19:22:28,277 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=114 END 2019-09-11 19:22:28,278 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=115 START 2019-09-11 19:22:28,278 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:28,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:27 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n19:22: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-11 19:22:28,816 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:28,818 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.78",loadavg1="0.69",loadavg2="0.36",loadavg3="2/122",loadavg4="3640",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" 1568229743269628928 2019-09-11 19:22:28,921 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:28,923 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.80",loadavg1="0.70",loadavg2="0.36",loadavg3="2/122",loadavg4="3646",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" 1568229745363581952 2019-09-11 19:22:28,931 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15044 seq=2 END 2019-09-11 19:22:28,931 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:22:28,932 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:22:28,932 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:22:29,014 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=175 END 2019-09-11 19:22:29,014 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=176 START 2019-09-11 19:22:29,015 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:29,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.23 0.20 0.10 1/112 2205\n' 2019-09-11 19:22:29,020 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:29,080 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:29,081 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.80",loadavg1="0.70",loadavg2="0.36",loadavg3="2/122",loadavg4="3649",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="3.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="96.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="3.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="96.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="3.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="96.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="3.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="96.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="3.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="96.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="3.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="96.00",mpstat_minimum.cpu0.%usr="1.00" 1568229747440675072 2019-09-11 19:22:29,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:29,235 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:29,237 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.16",loadavg1="0.19",loadavg2="0.10",loadavg3="2/114",loadavg4="2194",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="78.57",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="20.24",mpstat_average.cpu.%steal="1.19",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.57",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="20.24",mpstat_average.cpu0.%steal="1.19",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.57",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="20.24",mpstat_maximun.cpu.%steal="1.19",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.57",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="20.24",mpstat_maximun.cpu0.%steal="1.19",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.57",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="20.24",mpstat_minimum.cpu.%steal="1.19",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.57",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="20.24",mpstat_minimum.cpu0.%steal="1.19",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229744875744000 2019-09-11 19:22:29,287 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.141' 2019-09-11 19:22:29,354 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.16",loadavg1="0.19",loadavg2="0.10",loadavg3="2/114",loadavg4="2196",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="28.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="64.00",mpstat_average.cpu.%steal="8.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="28.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="64.00",mpstat_average.cpu0.%steal="8.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="28.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="64.00",mpstat_maximun.cpu.%steal="8.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="28.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="64.00",mpstat_maximun.cpu0.%steal="8.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="28.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="64.00",mpstat_minimum.cpu.%steal="8.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="28.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="64.00",mpstat_minimum.cpu0.%steal="8.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229746963591168 2019-09-11 19:22:29,456 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:29,458 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.23",loadavg1="0.20",loadavg2="0.10",loadavg3="1/114",loadavg4="2198",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" 1568229749013959936 2019-09-11 19:22:29,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=176 END 2019-09-11 19:22:29,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=177 START 2019-09-11 19:22:29,495 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:29,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.74 0.68 0.36 1/116 3671\n' 2019-09-11 19:22:29,501 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:29,542 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:29,561 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:29,562 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568229745261198080 2019-09-11 19:22:29,657 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:29,657 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.099 1568229748277348096 2019-09-11 19:22:29,766 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:29,767 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=563250i,packets_per_second=896167i,packets_received=17640212i,packets_sent=17860652i,packetsize=64i,ppm=12343.0 1568229748931084032 2019-09-11 19:22:29,871 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:22:29,872 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:22:29,875 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:22:29,888 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:22:29,889 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.125 2019-09-11 19:22:29,891 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.125 2019-09-11 19:22:30,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:30 all 9.18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 90.82\n19:22:30 0 9.18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 90.82\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 9.18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 90.82\nAverage: 0 9.18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 90.82\n' 2019-09-11 19:22:30,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:22:30,163 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-11 19:22:30,164 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-11 19:22:30,499 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:22:30,543 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:29 all 12.00 0.00 5.00 0.00 0.00 0.00 0.00 0.00 0.00 83.00\n19:22:29 0 12.00 0.00 5.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 12.00 0.00 5.00 0.00 0.00 0.00 0.00 0.00 0.00 83.00\nAverage: 0 12.00 0.00 5.00 0.00 0.00 0.00 0.00 0.00 0.00 83.00\n' 2019-09-11 19:22:31,091 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=176 END 2019-09-11 19:22:31,091 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=177 START 2019-09-11 19:22:31,092 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:31,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.21 0.20 0.10 1/114 2242\n' 2019-09-11 19:22:31,097 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:31,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:31,291 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=115 END 2019-09-11 19:22:31,292 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=116 START 2019-09-11 19:22:31,292 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:31,545 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=177 END 2019-09-11 19:22:31,546 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=178 START 2019-09-11 19:22:31,546 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:31,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.74 0.68 0.36 1/120 3711\n' 2019-09-11 19:22:31,552 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:31,620 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:32,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:32,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:32 ' 2019-09-11 19:22:32,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:32,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:32,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:32,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:32,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:32,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:32,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:22:32,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:32 ' 2019-09-11 19:22:32,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:22:32,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:32,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:32,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:32,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-11 19:22:32,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:32,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:32,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:32,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:32,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:32,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:32,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:32,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:22:32,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:32,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:22:32,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:32,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:32,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:32,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:32,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:32,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-11 19:22:32,301 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:22:32,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:31 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n19:22:31 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-11 19:22:33,172 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=177 END 2019-09-11 19:22:33,172 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=178 START 2019-09-11 19:22:33,173 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:33,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.21 0.20 0.10 1/114 2244\n' 2019-09-11 19:22:33,178 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:33,245 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:33,547 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15050 seq=1 START 2019-09-11 19:22:33,548 [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-11 19:22:33,560 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 1000 64 20 1 1000000 2019-09-11 19:22:33,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=178 END 2019-09-11 19:22:33,624 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=179 START 2019-09-11 19:22:33,624 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:33,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.68 0.67 0.36 1/119 3719\n' 2019-09-11 19:22:33,630 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:33,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:34,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:34 all 0.00 0.00 1.01 9.09 0.00 0.00 0.00 0.00 0.00 89.90\n19:22:34 0 0.00 0.00 1.01 9.09 0.00 0.00 0.00 0.00 0.00 89.90\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.01 9.09 0.00 0.00 0.00 0.00 0.00 89.90\nAverage: 0 0.00 0.00 1.01 9.09 0.00 0.00 0.00 0.00 0.00 89.90\n' 2019-09-11 19:22:34,363 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=116 END 2019-09-11 19:22:34,364 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=117 START 2019-09-11 19:22:34,364 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:34,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:33 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n19:22: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-11 19:22:34,883 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:34,885 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.80",loadavg1="0.70",loadavg2="0.36",loadavg3="1/120",loadavg4="3655",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" 1568229749494098944 2019-09-11 19:22:35,025 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.74",loadavg1="0.68",loadavg2="0.36",loadavg3="1/116",loadavg4="3671",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="5.00",mpstat_average.cpu.%usr="12.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="5.00",mpstat_average.cpu0.%usr="12.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="5.00",mpstat_maximun.cpu.%usr="12.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="5.00",mpstat_maximun.cpu0.%usr="12.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="5.00",mpstat_minimum.cpu.%usr="12.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="5.00",mpstat_minimum.cpu0.%usr="12.00" 1568229751545847808 2019-09-11 19:22:35,143 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.74",loadavg1="0.68",loadavg2="0.36",loadavg3="1/120",loadavg4="3711",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" 1568229753623699968 2019-09-11 19:22:35,249 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=178 END 2019-09-11 19:22:35,250 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=179 START 2019-09-11 19:22:35,250 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:35,253 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.23",loadavg1="0.20",loadavg2="0.10",loadavg3="1/112",loadavg4="2205",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.82",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="9.18",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.82",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="9.18",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.82",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="9.18",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.82",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="9.18",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.82",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="9.18",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.82",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="9.18" 1568229751090946816 2019-09-11 19:22:35,255 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.19 0.19 0.10 1/114 2251\n' 2019-09-11 19:22:35,257 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:35,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:35,365 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:35,367 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.21",loadavg1="0.20",loadavg2="0.10",loadavg3="1/114",loadavg4="2242",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" 1568229753171962880 2019-09-11 19:22:35,373 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.110' 2019-09-11 19:22:35,474 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:35,476 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.21",loadavg1="0.20",loadavg2="0.10",loadavg3="1/114",loadavg4="2244",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.90",mpstat_average.cpu.%iowait="9.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="1.01",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="89.90",mpstat_average.cpu0.%iowait="9.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="1.01",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="89.90",mpstat_maximun.cpu.%iowait="9.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="1.01",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="89.90",mpstat_maximun.cpu0.%iowait="9.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="1.01",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="89.90",mpstat_minimum.cpu.%iowait="9.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="1.01",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="89.90",mpstat_minimum.cpu0.%iowait="9.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="1.01",mpstat_minimum.cpu0.%usr="0.00" 1568229755249452032 2019-09-11 19:22:35,582 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.141 1568229751291764992 2019-09-11 19:22:35,690 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22: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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568229754363779072 2019-09-11 19:22:35,700 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=179 END 2019-09-11 19:22:35,701 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=180 START 2019-09-11 19:22:35,701 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:35,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.68 0.67 0.36 1/121 3729\n' 2019-09-11 19:22:35,707 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:35,776 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:36,324 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:36,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:36 all' 2019-09-11 19:22:36,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.67' 2019-09-11 19:22:36,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 97.33' 2019-09-11 19:22:36,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:36 0' 2019-09-11 19:22:36,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.67 0.00' 2019-09-11 19:22:36,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.33' 2019-09-11 19:22:36,341 [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-11 19:22:36,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:36,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.67 0.00' 2019-09-11 19:22:36,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 97.33' 2019-09-11 19:22:36,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:22:36,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:36,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.67 0.00' 2019-09-11 19:22:36,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 97.33' 2019-09-11 19:22:36,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:36,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:36,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:35 ' 2019-09-11 19:22:36,779 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:22:36,780 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,781 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 91.00 0.00' 2019-09-11 19:22:36,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:36,783 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,784 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 9.00' 2019-09-11 19:22:36,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:35 ' 2019-09-11 19:22:36,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:36,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,789 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 91.00 0.00' 2019-09-11 19:22:36,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,791 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,792 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 9.00' 2019-09-11 19:22:36,793 [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-11 19:22:36,794 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:36,795 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:36,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 91.00' 2019-09-11 19:22:36,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,799 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,800 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 9.00\n' 2019-09-11 19:22:36,801 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:36,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-11 19:22:36,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 91.00 0.00' 2019-09-11 19:22:36,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:36,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:36,806 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 9.00\n' 2019-09-11 19:22:37,357 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=179 END 2019-09-11 19:22:37,358 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=180 START 2019-09-11 19:22:37,358 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:37,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.19 0.19 0.10 1/114 2253\n' 2019-09-11 19:22:37,370 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:37,377 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=117 END 2019-09-11 19:22:37,378 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=118 START 2019-09-11 19:22:37,378 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:37,444 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:37,809 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=180 END 2019-09-11 19:22:37,810 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=181 START 2019-09-11 19:22:37,810 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:37,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.70 0.68 0.36 2/122 3793\n' 2019-09-11 19:22:37,816 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:37,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:38,389 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:22:38,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:38,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:38 all' 2019-09-11 19:22:38,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:38,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:38,450 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53 5.26' 2019-09-11 19:22:38,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:38,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.21' 2019-09-11 19:22:38,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:38,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:38 0' 2019-09-11 19:22:38,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:38,456 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:38,456 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:38,457 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:38,458 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53 5.26' 2019-09-11 19:22:38,459 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:38,460 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.21' 2019-09-11 19:22:38,461 [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-11 19:22:38,462 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:38,463 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:38,464 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:38,465 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:38,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53 5.26' 2019-09-11 19:22:38,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:38,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.21\n' 2019-09-11 19:22:38,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:38,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:22:38,470 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:38,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:38,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.53' 2019-09-11 19:22:38,473 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.26' 2019-09-11 19:22:38,474 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:38,475 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.21\n' 2019-09-11 19:22:38,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:38 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:39,477 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=180 END 2019-09-11 19:22:39,478 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=181 START 2019-09-11 19:22:39,478 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:39,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.19 0.19 0.10 1/114 2255\n' 2019-09-11 19:22:39,492 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:39,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:39,887 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=181 END 2019-09-11 19:22:39,888 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=182 START 2019-09-11 19:22:39,888 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:39,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.70 0.68 0.36 2/121 3798\n' 2019-09-11 19:22:39,894 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:39,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:40,393 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=118 END 2019-09-11 19:22:40,394 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=119 START 2019-09-11 19:22:40,394 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:40,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:40,568 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:40 ' 2019-09-11 19:22:40,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:40,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:40,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 8.11' 2019-09-11 19:22:40,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-11 19:22:40,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:40,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.19' 2019-09-11 19:22:40,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:40 ' 2019-09-11 19:22:40,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:40,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:40,578 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:40,579 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 8.11' 2019-09-11 19:22:40,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-11 19:22:40,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.19\n' 2019-09-11 19:22:40,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:40,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:40,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:40,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:40,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.11' 2019-09-11 19:22:40,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-11 19:22:40,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:40,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.19\n' 2019-09-11 19:22:40,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:40,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00 0.00 0.00 0.00 8.11 2.70 0.00 0.00 89.19\n' 2019-09-11 19:22:40,809 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:40,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.68",loadavg1="0.67",loadavg2="0.36",loadavg3="1/119",loadavg4="3719",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" 1568229755700567040 2019-09-11 19:22:40,918 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:40,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.68",loadavg1="0.67",loadavg2="0.36",loadavg3="1/121",loadavg4="3729",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="9.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="91.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="9.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="91.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="9.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="91.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="9.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="91.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="9.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="91.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="9.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="91.00",mpstat_minimum.cpu0.%usr="0.00" 1568229757809332992 2019-09-11 19:22:40,963 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:40 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:41,066 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.70",loadavg1="0.68",loadavg2="0.36",loadavg3="2/122",loadavg4="3793",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" 1568229759887638016 2019-09-11 19:22:41,198 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.19",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2251",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="97.33",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="2.67",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.33",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="2.67",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.33",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="2.67",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.33",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="2.67",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.33",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="2.67",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.33",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="2.67",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229757357742080 2019-09-11 19:22:41,336 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.19",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2253",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="10.53",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="84.21",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.53",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="84.21",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.53",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="84.21",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.53",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="84.21",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.53",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="84.21",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.53",mpstat_minimum.cpu0.%steal="5.26",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229759477388032 2019-09-11 19:22:41,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-11 19:22:41,438 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.11 1568229757377630976 2019-09-11 19:22:41,590 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:41,590 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568229760393837056 2019-09-11 19:22:41,593 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=181 END 2019-09-11 19:22:41,594 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=182 START 2019-09-11 19:22:41,594 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:41,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.17 0.19 0.10 1/114 2257\n' 2019-09-11 19:22:41,608 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:41,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:41,965 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=182 END 2019-09-11 19:22:41,966 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=183 START 2019-09-11 19:22:41,967 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:41,972 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.70 0.68 0.36 2/122 3804\n' 2019-09-11 19:22:41,973 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:42,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:42,659 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:42,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:42 all' 2019-09-11 19:22:42,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:42,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:42,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:42,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53 2.63' 2019-09-11 19:22:42,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:42,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:42,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.84' 2019-09-11 19:22:42,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:42 ' 2019-09-11 19:22:42,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:22:42,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:42,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:42,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:42,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53 2.63' 2019-09-11 19:22:42,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:42,675 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.84' 2019-09-11 19:22:42,675 [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-11 19:22:42,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:42,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:22:42,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:42,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:42,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53 2.63' 2019-09-11 19:22:42,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:42,683 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.84' 2019-09-11 19:22:42,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:22:42,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:42,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:42,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:42,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.53' 2019-09-11 19:22:42,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-11 19:22:42,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 86.84' 2019-09-11 19:22:42,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:43,041 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:43,042 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:42 ' 2019-09-11 19:22:43,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00 0.00 100.00 0.00 0.00 0.00 0.00' 2019-09-11 19:22:43,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:43,046 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:43,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:42 ' 2019-09-11 19:22:43,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:22:43,049 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:43,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:22:43,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:43,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:43,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:43,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:43,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:43,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:22:43,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:43,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:43,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:43,058 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:43,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-11 19:22:43,060 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:43,061 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:43,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:43,063 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:22:43,063 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-11 19:22:43,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:43,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:22:43,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:43,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:43,068 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:43,069 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:43,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:43,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:22:43,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=119 END 2019-09-11 19:22:43,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=120 START 2019-09-11 19:22:43,411 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:43,693 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=182 END 2019-09-11 19:22:43,693 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=183 START 2019-09-11 19:22:43,694 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:43,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.17 0.19 0.10 1/114 2259\n' 2019-09-11 19:22:43,704 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:43,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:44,073 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=183 END 2019-09-11 19:22:44,074 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=184 START 2019-09-11 19:22:44,074 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:44,079 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.73 0.68 0.36 2/122 3807\n' 2019-09-11 19:22:44,080 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:44,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:44,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-11 19:22:44,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:44,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:44 all 0.00 0.00 0.00 0.00 0.00 2.63' 2019-09-11 19:22:44,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-11 19:22:44,760 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:44,761 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 94.74\n' 2019-09-11 19:22:44,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:44 ' 2019-09-11 19:22:44,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:44,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:44,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:44,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.63' 2019-09-11 19:22:44,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-11 19:22:44,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:44,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 94.74' 2019-09-11 19:22:44,769 [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-11 19:22:44,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:44,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:44,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:44,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.63' 2019-09-11 19:22:44,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-11 19:22:44,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 94.74' 2019-09-11 19:22:44,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0' 2019-09-11 19:22:44,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:44,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:44,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:44,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 2.63' 2019-09-11 19:22:44,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:44,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 94.74\n' 2019-09-11 19:22:45,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:44 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:45,785 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=183 END 2019-09-11 19:22:45,786 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=184 START 2019-09-11 19:22:45,786 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:45,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.16 0.19 0.10 1/114 2261\n' 2019-09-11 19:22:45,799 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:45,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:46,151 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=184 END 2019-09-11 19:22:46,152 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=185 START 2019-09-11 19:22:46,152 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:46,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.73 0.68 0.36 2/121 3812\n' 2019-09-11 19:22:46,159 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:46,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:46,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=120 END 2019-09-11 19:22:46,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=121 START 2019-09-11 19:22:46,426 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:46,734 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:46,736 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.70",loadavg1="0.68",loadavg2="0.36",loadavg3="2/121",loadavg4="3798",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" 1568229761965792768 2019-09-11 19:22:46,863 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:46,865 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.70",loadavg1="0.68",loadavg2="0.36",loadavg3="2/122",loadavg4="3804",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" 1568229764073148928 2019-09-11 19:22:46,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:46,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:46 all' 2019-09-11 19:22:46,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:46,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:46,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:46,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.33 0.00' 2019-09-11 19:22:46,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:46,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.67\n' 2019-09-11 19:22:46,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:46 ' 2019-09-11 19:22:46,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:46,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:46,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 8.33' 2019-09-11 19:22:46,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:46,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.67' 2019-09-11 19:22:46,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:46,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:22:46,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:46,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:46,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:46,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:46,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.33 0.00' 2019-09-11 19:22:46,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:46,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.67' 2019-09-11 19:22:46,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:46,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:46,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:22:46,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:46,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:46,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.33 0.00' 2019-09-11 19:22:46,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 91.67' 2019-09-11 19:22:46,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:46,971 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:46,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.73",loadavg1="0.68",loadavg2="0.36",loadavg3="2/122",loadavg4="3807",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" 1568229766151726848 2019-09-11 19:22:47,084 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:47,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.19",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2255",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.19",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="8.11",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="89.19",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="8.11",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="89.19",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="8.11",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="89.19",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="8.11",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="89.19",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="8.11",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="89.19",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="8.11",mpstat_minimum.cpu0.%steal="2.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229761593638912 2019-09-11 19:22:47,191 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:47,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.17",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2257",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="86.84",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.53",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="86.84",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.53",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="86.84",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.53",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="86.84",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.53",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="86.84",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.53",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="86.84",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.53",mpstat_minimum.cpu0.%steal="2.63",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229763693125888 2019-09-11 19:22:47,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:46 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:47,315 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:47,317 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.17",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2259",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="94.74",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="2.63",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="94.74",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="2.63",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="94.74",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="2.63",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="94.74",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="2.63",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="94.74",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="2.63",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="94.74",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="2.63",mpstat_minimum.cpu0.%steal="2.63",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229765785540096 2019-09-11 19:22:47,422 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:47,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.089 1568229763410099968 2019-09-11 19:22:47,437 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-11 19:22:47,524 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:47,524 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.099 1568229766425963008 2019-09-11 19:22:47,907 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=184 END 2019-09-11 19:22:47,907 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=185 START 2019-09-11 19:22:47,908 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:47,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.16 0.19 0.10 1/114 2263\n' 2019-09-11 19:22:47,921 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:47,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:48,229 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=185 END 2019-09-11 19:22:48,230 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=186 START 2019-09-11 19:22:48,230 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:48,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.75 0.69 0.37 2/122 3818\n' 2019-09-11 19:22:48,236 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:48,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:48,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:48,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:48 ' 2019-09-11 19:22:48,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:48,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:48,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:48,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.81' 2019-09-11 19:22:48,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-11 19:22:48,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:48,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.49\n' 2019-09-11 19:22:48,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:48 0' 2019-09-11 19:22:48,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:48,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:48,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:48,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:48,988 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.81 2.70 0.00 0.00 86.49\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.81 2.70 0.00 0.00 86.49\nAverage: 0 0.00 0.00' 2019-09-11 19:22:48,989 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:48,990 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.81' 2019-09-11 19:22:48,991 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-11 19:22:48,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 86.49' 2019-09-11 19:22:48,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:49,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:49,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:48 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00' 2019-09-11 19:22:49,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:49,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:49,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:22:49,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:22:48 ' 2019-09-11 19:22:49,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00' 2019-09-11 19:22:49,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\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' 2019-09-11 19:22:49,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:49,319 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:49,319 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:22:49,441 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=121 END 2019-09-11 19:22:49,442 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=122 START 2019-09-11 19:22:49,442 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:49,995 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=185 END 2019-09-11 19:22:49,996 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=186 START 2019-09-11 19:22:49,996 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:50,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.15 0.18 0.10 1/114 2265\n' 2019-09-11 19:22:50,010 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:50,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:50,322 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=186 END 2019-09-11 19:22:50,322 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=187 START 2019-09-11 19:22:50,323 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:50,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.75 0.69 0.37 2/122 3821\n' 2019-09-11 19:22:50,329 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:50,396 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:50,453 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-11 19:22:51,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:51,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:51 all' 2019-09-11 19:22:51,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:51,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:51,090 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.33' 2019-09-11 19:22:51,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78' 2019-09-11 19:22:51,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:51,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-11 19:22:51,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:51 0' 2019-09-11 19:22:51,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:51,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:51,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:51,098 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:51,100 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.33 2.78 0.00 0.00 88.89' 2019-09-11 19:22:51,101 [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-11 19:22:51,101 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:51,102 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:22:51,103 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:51,106 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 8.33 2.78 0.00 0.00 88.89\nAverage: 0 0.00 0.00' 2019-09-11 19:22:51,106 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:51,107 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:51,108 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.33 2.78 0.00 0.00 88.89' 2019-09-11 19:22:51,110 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:51,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:50 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:52,112 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=186 END 2019-09-11 19:22:52,113 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=187 START 2019-09-11 19:22:52,113 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:52,126 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.15 0.18 0.10 1/114 2267\n' 2019-09-11 19:22:52,127 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:52,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:52,400 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=187 END 2019-09-11 19:22:52,400 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=188 START 2019-09-11 19:22:52,401 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:52,406 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.75 0.69 0.37 2/121 3826\n' 2019-09-11 19:22:52,407 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:52,451 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:52,456 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=122 END 2019-09-11 19:22:52,457 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=123 START 2019-09-11 19:22:52,457 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:52,631 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:52,633 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.73",loadavg1="0.68",loadavg2="0.36",loadavg3="2/121",loadavg4="3812",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" 1568229768229684224 2019-09-11 19:22:52,762 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:52,763 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.75",loadavg1="0.69",loadavg2="0.37",loadavg3="2/122",loadavg4="3818",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" 1568229770322042112 2019-09-11 19:22:52,875 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:52,877 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.75",loadavg1="0.69",loadavg2="0.37",loadavg3="2/122",loadavg4="3821",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" 1568229772400036096 2019-09-11 19:22:52,976 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:52,978 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.16",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2261",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="91.67",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="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="91.67",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="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="91.67",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="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="91.67",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="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="91.67",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="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="91.67",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="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229767907137024 2019-09-11 19:22:53,091 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.16",loadavg1="0.19",loadavg2="0.10",loadavg3="1/114",loadavg4="2263",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="86.49",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.81",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.49",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.81",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="86.49",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.81",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.49",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.81",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="86.49",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.81",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.49",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.81",mpstat_minimum.cpu0.%steal="2.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229769995420928 2019-09-11 19:22:53,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:53,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:53 ' 2019-09-11 19:22:53,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:22:53,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:53,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:53,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:53,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-11 19:22:53,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 0.00' 2019-09-11 19:22:53,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:53,185 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 94.12\n19:22:53 ' 2019-09-11 19:22:53,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:22:53,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:53,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:53,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-11 19:22:53,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 0.00' 2019-09-11 19:22:53,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 94.12' 2019-09-11 19:22:53,193 [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-11 19:22:53,194 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:53,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:53,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:53,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:53,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 2.94' 2019-09-11 19:22:53,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:53,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 94.12' 2019-09-11 19:22:53,201 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:22:53,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00 0.00 0.00 0.00 2.94 2.94 0.00 0.00 94.12\n' 2019-09-11 19:22:53,206 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.15",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2265",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="8.33",mpstat_average.cpu.%steal="2.78",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="8.33",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="88.89",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="2.78",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="8.33",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="88.89",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="2.78",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="8.33",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229772112504064 2019-09-11 19:22:53,320 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.116 1568229769441809920 2019-09-11 19:22:53,437 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:53,437 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.088 1568229772456544000 2019-09-11 19:22:53,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:52 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:53,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:22:54,204 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=187 END 2019-09-11 19:22:54,205 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=188 START 2019-09-11 19:22:54,205 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:54,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.15 0.18 0.10 1/114 2269\n' 2019-09-11 19:22:54,219 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:54,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:54,454 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=188 END 2019-09-11 19:22:54,454 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=189 START 2019-09-11 19:22:54,455 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:54,460 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.77 0.69 0.37 2/122 3832\n' 2019-09-11 19:22:54,461 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:54,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:55,295 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:55,296 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:55 all' 2019-09-11 19:22:55,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:55,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:55,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:55,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.53' 2019-09-11 19:22:55,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.26 0.00' 2019-09-11 19:22:55,303 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.21\n' 2019-09-11 19:22:55,304 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:55 0 0.00' 2019-09-11 19:22:55,305 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:55,307 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:55,308 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.53' 2019-09-11 19:22:55,309 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.26 0.00 0.00' 2019-09-11 19:22:55,310 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.21\n' 2019-09-11 19:22:55,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:55,312 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:22:55,313 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:22:55,314 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:55,315 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.53' 2019-09-11 19:22:55,317 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.26 0.00 0.00' 2019-09-11 19:22:55,318 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.21\n' 2019-09-11 19:22:55,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:22:55,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:55,320 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:55,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.53' 2019-09-11 19:22:55,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.26 0.00' 2019-09-11 19:22:55,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:55,324 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.21\n' 2019-09-11 19:22:55,473 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=123 END 2019-09-11 19:22:55,473 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=124 START 2019-09-11 19:22:55,474 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:55,530 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:54 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:22: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-11 19:22:56,327 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=188 END 2019-09-11 19:22:56,328 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=189 START 2019-09-11 19:22:56,328 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:56,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.18 0.10 1/114 2271\n' 2019-09-11 19:22:56,334 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:56,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:56,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.123' 2019-09-11 19:22:56,532 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=189 END 2019-09-11 19:22:56,532 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=190 START 2019-09-11 19:22:56,533 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:56,537 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.77 0.69 0.37 1/121 3839\n' 2019-09-11 19:22:56,539 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:56,583 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:56,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19912175 , "packets_per_second":999951, "flows":1001000, "errors":0 }\n' 2019-09-11 19:22:56,788 [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-11 19:22:56,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19910479' 2019-09-11 19:22:56,799 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1696 - Lost ppm 86 2019-09-11 19:22:57,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:57 all 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:22:57 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-11 19:22:57,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:56 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n19:22:56 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-11 19:22:57,802 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15050 seq=1 END 2019-09-11 19:22:57,803 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15050 seq=2 START 2019-09-11 19:22:57,803 [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-11 19:22:57,814 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.17 1000 64 20 1 1000000 2019-09-11 19:22:58,405 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=189 END 2019-09-11 19:22:58,406 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=190 START 2019-09-11 19:22:58,406 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:58,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.18 0.10 1/114 2282\n' 2019-09-11 19:22:58,411 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:58,479 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:58,487 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=124 END 2019-09-11 19:22:58,488 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=125 START 2019-09-11 19:22:58,488 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:22:58,548 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:58,549 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999951i,packets_received=19910479i,packets_sent=19912175i,packetsize=64i,ppm=86.0 1568229777801723904 2019-09-11 19:22:58,586 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=190 END 2019-09-11 19:22:58,586 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=191 START 2019-09-11 19:22:58,587 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:22:58,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.71 0.68 0.37 1/121 3858\n' 2019-09-11 19:22:58,592 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:22:58,649 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:58,651 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.75",loadavg1="0.69",loadavg2="0.37",loadavg3="2/121",loadavg4="3826",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" 1568229774454158080 2019-09-11 19:22:58,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:22:58,753 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22: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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.77",loadavg1="0.69",loadavg2="0.37",loadavg3="2/122",loadavg4="3832",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" 1568229776532304896 2019-09-11 19:22:58,876 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:58,877 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.77",loadavg1="0.69",loadavg2="0.37",loadavg3="1/121",loadavg4="3839",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" 1568229778586225152 2019-09-11 19:22:58,975 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:22:58,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.15",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2267",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="94.12",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="2.94",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="94.12",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="2.94",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="94.12",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="2.94",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="94.12",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="2.94",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="94.12",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="2.94",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="94.12",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="2.94",mpstat_minimum.cpu0.%steal="2.94",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229774204411136 2019-09-11 19:22:59,079 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:59,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.15",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2269",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="10.53",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="84.21",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.53",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="84.21",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.53",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="84.21",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.53",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="84.21",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.53",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="84.21",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.53",mpstat_minimum.cpu0.%steal="5.26",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229776327425024 2019-09-11 19:22:59,173 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:59,175 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.14",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2271",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" 1568229778405555968 2019-09-11 19:22:59,274 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:22:59,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568229775473145088 2019-09-11 19:22:59,374 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:22:59,374 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.123 1568229778487361024 2019-09-11 19:22:59,479 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:22:59,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:22:59 all' 2019-09-11 19:22:59,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:59,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:22:59,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:59,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:59,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:22:59,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:22:59 0' 2019-09-11 19:22:59,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:59,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:59,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:59,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:59,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:59,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:22:59,495 [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-11 19:22:59,495 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:22:59,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:59,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:59,498 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.167' 2019-09-11 19:22:59,498 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:59,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:59,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:59,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00\n' 2019-09-11 19:22:59,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:22:59,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:59,504 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:59,505 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:59,506 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:22:59,507 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:22:59,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:22:59,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:22:59,661 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:22:58 all 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n19:22:58 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-11 19:23:00,511 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=190 END 2019-09-11 19:23:00,511 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=191 START 2019-09-11 19:23:00,512 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:00,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.18 0.10 1/114 2284\n' 2019-09-11 19:23:00,521 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:00,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:00,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=191 END 2019-09-11 19:23:00,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=192 START 2019-09-11 19:23:00,665 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:00,670 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.71 0.68 0.37 2/121 3924\n' 2019-09-11 19:23:00,671 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:00,715 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:01,502 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=125 END 2019-09-11 19:23:01,503 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=126 START 2019-09-11 19:23:01,503 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:23:01,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:01,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:01 ' 2019-09-11 19:23:01,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:23:01,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:01,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:01,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.89 5.26' 2019-09-11 19:23:01,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:01,578 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.84\n' 2019-09-11 19:23:01,579 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:01 ' 2019-09-11 19:23:01,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:01,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:01,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:01,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.89 5.26' 2019-09-11 19:23:01,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:01,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.84\n' 2019-09-11 19:23:01,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:23:01,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:23:01,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:01,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:01,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.89 5.26' 2019-09-11 19:23:01,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:01,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 86.84' 2019-09-11 19:23:01,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0' 2019-09-11 19:23:01,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:01,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:01,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.89 5.26' 2019-09-11 19:23:01,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:01,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.84\n' 2019-09-11 19:23:01,716 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:22:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:23:00 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:23: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-11 19:23:02,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:23:02,602 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=191 END 2019-09-11 19:23:02,603 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=192 START 2019-09-11 19:23:02,603 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:02,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.18 0.10 1/114 2286\n' 2019-09-11 19:23:02,612 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:02,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:02,718 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=192 END 2019-09-11 19:23:02,718 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=193 START 2019-09-11 19:23:02,719 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:02,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.71 0.68 0.37 3/122 3930\n' 2019-09-11 19:23:02,725 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:02,792 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:03,659 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:03,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:03 ' 2019-09-11 19:23:03,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-11 19:23:03,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:23:03,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.98' 2019-09-11 19:23:03,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.02' 2019-09-11 19:23:03,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:03 ' 2019-09-11 19:23:03,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:03,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:23:03,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.98' 2019-09-11 19:23:03,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.02' 2019-09-11 19:23:03,675 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:23:03,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:23:03,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:23:03,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.98 0.00' 2019-09-11 19:23:03,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.02' 2019-09-11 19:23:03,683 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:23:03,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:23:03,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.98' 2019-09-11 19:23:03,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:23:03,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.02\n' 2019-09-11 19:23:03,793 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:03,794 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:23:02 ' 2019-09-11 19:23:03,795 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:23:03,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.00' 2019-09-11 19:23:03,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 2.00' 2019-09-11 19:23:03,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,799 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,801 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:23:03,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:23:02 0' 2019-09-11 19:23:03,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00' 2019-09-11 19:23:03,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,806 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:23:03,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:23:03,809 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:23:03,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:23:03,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 98.00' 2019-09-11 19:23:03,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00' 2019-09-11 19:23:03,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:23:03,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:03,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:03,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00 0.00' 2019-09-11 19:23:03,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 2.00' 2019-09-11 19:23:03,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:03,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:23:04,485 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:04,487 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.71",loadavg1="0.68",loadavg2="0.37",loadavg3="1/121",loadavg4="3858",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" 1568229780663979008 2019-09-11 19:23:04,518 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=126 END 2019-09-11 19:23:04,518 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=127 START 2019-09-11 19:23:04,519 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:23:04,586 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:04,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.71",loadavg1="0.68",loadavg2="0.37",loadavg3="2/121",loadavg4="3924",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" 1568229782718295040 2019-09-11 19:23:04,686 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:04,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.14",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2282",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" 1568229780511069952 2019-09-11 19:23:04,691 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=192 END 2019-09-11 19:23:04,692 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=193 START 2019-09-11 19:23:04,692 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:04,701 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.18 0.10 1/114 2288\n' 2019-09-11 19:23:04,702 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:04,746 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:04,791 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:04,793 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2284",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="86.84",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.89",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="86.84",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.89",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="86.84",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.89",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="86.84",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.89",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="86.84",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.89",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="86.84",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.89",mpstat_minimum.cpu0.%steal="5.26",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229782602411008 2019-09-11 19:23:04,825 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=193 END 2019-09-11 19:23:04,826 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=194 START 2019-09-11 19:23:04,826 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:04,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.73 0.69 0.37 2/122 3933\n' 2019-09-11 19:23:04,832 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:04,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:04,893 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:04,895 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2286",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="93.02",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.98",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.02",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.98",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.02",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.98",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.02",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.98",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.02",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.98",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.02",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.98",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229784691892992 2019-09-11 19:23:04,988 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:04,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.167 1568229781502793984 2019-09-11 19:23:05,085 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:05,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568229784517981952 2019-09-11 19:23:05,530 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-11 19:23:05,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:04 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:05,749 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:05 all' 2019-09-11 19:23:05,751 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 4.44 4.44' 2019-09-11 19:23:05,752 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:05,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.11' 2019-09-11 19:23:05,754 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:05 ' 2019-09-11 19:23:05,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:05,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:05,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:05,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:05,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.44' 2019-09-11 19:23:05,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.44 0.00' 2019-09-11 19:23:05,760 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.11' 2019-09-11 19:23:05,761 [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-11 19:23:05,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00' 2019-09-11 19:23:05,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:05,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:05,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:05,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.44' 2019-09-11 19:23:05,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.44' 2019-09-11 19:23:05,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:05,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.11\n' 2019-09-11 19:23:05,770 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:23:05,770 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:05,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:05,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:05,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.44' 2019-09-11 19:23:05,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.44 0.00 0.00' 2019-09-11 19:23:05,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.11\n' 2019-09-11 19:23:05,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:04 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:23:05 all 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\n19:23:05 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-11 19:23:06,778 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=193 END 2019-09-11 19:23:06,779 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=194 START 2019-09-11 19:23:06,779 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:06,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.17 0.10 1/114 2290\n' 2019-09-11 19:23:06,788 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:06,834 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:06,879 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=194 END 2019-09-11 19:23:06,879 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=195 START 2019-09-11 19:23:06,880 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:06,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.73 0.69 0.37 2/121 3938\n' 2019-09-11 19:23:06,886 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:06,927 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:07,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=127 END 2019-09-11 19:23:07,535 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=128 START 2019-09-11 19:23:07,535 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:23:07,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:06 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:07,836 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:07 all' 2019-09-11 19:23:07,837 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:07,839 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 3.77 1.89' 2019-09-11 19:23:07,840 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 94.34' 2019-09-11 19:23:07,841 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:07 ' 2019-09-11 19:23:07,842 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:23:07,843 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:07,844 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:07,845 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.77' 2019-09-11 19:23:07,846 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.89 0.00' 2019-09-11 19:23:07,847 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:07,848 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 94.34\n' 2019-09-11 19:23:07,849 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:07,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:23:07,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:23:07,851 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:07,852 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:07,853 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:07,853 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.77' 2019-09-11 19:23:07,854 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.89 0.00' 2019-09-11 19:23:07,855 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:07,856 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 94.34' 2019-09-11 19:23:07,857 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:23:07,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:07,859 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:07,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:07,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:07,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.77' 2019-09-11 19:23:07,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.89 0.00' 2019-09-11 19:23:07,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 94.34' 2019-09-11 19:23:07,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:23:07,928 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:06 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:23:07 all 0.00 0.00 96.43 0.00 0.00 3.57 0.00 0.00 0.00 0.00\n19:23:07 0 0.00 0.00 96.43 0.00 0.00 3.57 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 96.43 0.00 0.00 3.57 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 96.43 0.00 0.00 3.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:23:08,546 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.350' 2019-09-11 19:23:08,866 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=194 END 2019-09-11 19:23:08,867 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=195 START 2019-09-11 19:23:08,867 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:08,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.17 0.10 1/114 2292\n' 2019-09-11 19:23:08,876 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:08,930 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=195 END 2019-09-11 19:23:08,931 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=196 START 2019-09-11 19:23:08,931 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:08,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.75 0.69 0.38 2/122 3944\n' 2019-09-11 19:23:08,937 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:08,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:08,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:09,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:09,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:09 ' 2019-09-11 19:23:09,950 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:23:09,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:09,952 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:09,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.98' 2019-09-11 19:23:09,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.33 0.00' 2019-09-11 19:23:09,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.70' 2019-09-11 19:23:09,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:09 ' 2019-09-11 19:23:09,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:23:09,958 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:09,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:09,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.98' 2019-09-11 19:23:09,962 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.33 0.00 0.00' 2019-09-11 19:23:09,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.70\n' 2019-09-11 19:23:09,964 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:09,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:23:09,966 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:23:09,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:09,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:09,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.98' 2019-09-11 19:23:09,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.33 0.00' 2019-09-11 19:23:09,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.70' 2019-09-11 19:23:09,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0' 2019-09-11 19:23:09,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:09,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:23:09,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.98 2.33' 2019-09-11 19:23:09,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 90.70' 2019-09-11 19:23:09,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:23:09,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:09,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:23:09 ' 2019-09-11 19:23:09,982 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:23:09,982 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:09,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.00' 2019-09-11 19:23:09,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:09,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:23:09,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:09,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:09,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:09,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:09 ' 2019-09-11 19:23:09,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:09,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.00 0.00' 2019-09-11 19:23:09,991 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 2.00' 2019-09-11 19:23:09,992 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:09,993 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:09,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:23:09,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:23:09,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:23:09,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:09,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.00' 2019-09-11 19:23:09,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:09,999 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2.00 0.00' 2019-09-11 19:23:09,999 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:10,000 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:10,001 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:23:10,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:10,003 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.00 0.00' 2019-09-11 19:23:10,004 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 2.00' 2019-09-11 19:23:10,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:23:10,006 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:23:10,188 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:23:10,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.71",loadavg1="0.68",loadavg2="0.37",loadavg3="3/122",loadavg4="3930",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="2.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.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="2.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.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="2.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.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="2.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.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="2.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.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="2.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.00",mpstat_minimum.cpu0.%usr="0.00" 1568229784825690880 2019-09-11 19:23:10,290 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:10,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.73",loadavg1="0.69",loadavg2="0.37",loadavg3="2/122",loadavg4="3933",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" 1568229786879235072 2019-09-11 19:23:10,437 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:10,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.73",loadavg1="0.69",loadavg2="0.37",loadavg3="2/121",loadavg4="3938",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="3.57",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="96.43",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="3.57",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="96.43",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="3.57",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="96.43",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="3.57",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="96.43",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="3.57",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="96.43",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="3.57",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="96.43",mpstat_minimum.cpu0.%usr="0.00" 1568229788930727936 2019-09-11 19:23:10,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=128 END 2019-09-11 19:23:10,551 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=129 START 2019-09-11 19:23:10,551 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:23:10,557 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:10,559 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.12",loadavg1="0.18",loadavg2="0.10",loadavg3="1/114",loadavg4="2288",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="91.11",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.44",mpstat_average.cpu.%steal="4.44",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.11",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.44",mpstat_average.cpu0.%steal="4.44",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.11",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.44",mpstat_maximun.cpu.%steal="4.44",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.11",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.44",mpstat_maximun.cpu0.%steal="4.44",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.11",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.44",mpstat_minimum.cpu.%steal="4.44",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.11",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.44",mpstat_minimum.cpu0.%steal="4.44",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229786778449152 2019-09-11 19:23:10,659 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:10,661 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.17",loadavg2="0.10",loadavg3="1/114",loadavg4="2290",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="94.34",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="3.77",mpstat_average.cpu.%steal="1.89",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="94.34",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="3.77",mpstat_average.cpu0.%steal="1.89",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="94.34",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="3.77",mpstat_maximun.cpu.%steal="1.89",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="94.34",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="3.77",mpstat_maximun.cpu0.%steal="1.89",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="94.34",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="3.77",mpstat_minimum.cpu.%steal="1.89",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="94.34",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="3.77",mpstat_minimum.cpu0.%steal="1.89",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229788866526976 2019-09-11 19:23:10,768 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:10,769 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.114 1568229787534401792 2019-09-11 19:23:10,883 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:10,884 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.35 1568229790550507008 2019-09-11 19:23:10,980 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=195 END 2019-09-11 19:23:10,981 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=196 START 2019-09-11 19:23:10,981 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:10,989 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.17 0.10 1/114 2294\n' 2019-09-11 19:23:10,991 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:11,008 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=196 END 2019-09-11 19:23:11,009 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=197 START 2019-09-11 19:23:11,009 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:11,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.75 0.69 0.38 2/122 3947\n' 2019-09-11 19:23:11,015 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:11,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:11,082 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:11,562 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.323' 2019-09-11 19:23:12,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:12,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:12 all' 2019-09-11 19:23:12,037 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:12,038 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:12,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:12,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.42 2.08' 2019-09-11 19:23:12,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:12,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-11 19:23:12,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:12 ' 2019-09-11 19:23:12,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:12,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:12,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:12,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.42' 2019-09-11 19:23:12,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.08 0.00' 2019-09-11 19:23:12,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-11 19:23:12,050 [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-11 19:23:12,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-11 19:23:12,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:12,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:12,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:12,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.42' 2019-09-11 19:23:12,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.08 0.00 0.00' 2019-09-11 19:23:12,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50' 2019-09-11 19:23:12,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:23:12,058 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:12,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:12,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:12,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.42' 2019-09-11 19:23:12,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.08 0.00' 2019-09-11 19:23:12,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:12,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-11 19:23:12,083 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:23:11 all 0.00 0.00 99.01 0.00 0.00 0.99 0.00 0.00 0.00 0.00\n19:23:11 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-11 19:23:13,065 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=196 END 2019-09-11 19:23:13,066 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=197 START 2019-09-11 19:23:13,066 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:13,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.17 0.10 1/114 2296\n' 2019-09-11 19:23:13,072 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:13,085 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=197 END 2019-09-11 19:23:13,086 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=198 START 2019-09-11 19:23:13,086 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:13,091 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.77 0.70 0.38 3/121 3952\n' 2019-09-11 19:23:13,092 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:13,135 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:13,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:13,566 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=129 END 2019-09-11 19:23:13,567 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=130 START 2019-09-11 19:23:13,567 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:23:14,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:23:13 all 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\n19:23:13 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-11 19:23:14,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:14,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:14 all' 2019-09-11 19:23:14,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.82' 2019-09-11 19:23:14,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27' 2019-09-11 19:23:14,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.91' 2019-09-11 19:23:14,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:14 ' 2019-09-11 19:23:14,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:23:14,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:14,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.82' 2019-09-11 19:23:14,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27' 2019-09-11 19:23:14,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.91' 2019-09-11 19:23:14,160 [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-11 19:23:14,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:23:14,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:23:14,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:14,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:14,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.82' 2019-09-11 19:23:14,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-11 19:23:14,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.91' 2019-09-11 19:23:14,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:23:14,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:23:14,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:14,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:14,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.82' 2019-09-11 19:23:14,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-11 19:23:14,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:14,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.91\n' 2019-09-11 19:23:14,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-11 19:23:15,142 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=198 END 2019-09-11 19:23:15,142 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=199 START 2019-09-11 19:23:15,142 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:15,147 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.77 0.70 0.38 3/122 3958\n' 2019-09-11 19:23:15,148 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:15,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=197 END 2019-09-11 19:23:15,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=198 START 2019-09-11 19:23:15,178 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:15,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.17 0.10 1/114 2298\n' 2019-09-11 19:23:15,187 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:15,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:15,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:15,979 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:23:15,981 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.75",loadavg1="0.69",loadavg2="0.38",loadavg3="2/122",loadavg4="3944",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="2.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.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="2.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.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="2.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.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="2.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.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="2.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.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="2.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.00",mpstat_minimum.cpu0.%usr="0.00" 1568229791008335104 2019-09-11 19:23:16,087 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:16,089 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.75",loadavg1="0.69",loadavg2="0.38",loadavg3="2/122",loadavg4="3947",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" 1568229793085440000 2019-09-11 19:23:16,190 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:16,192 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.77",loadavg1="0.70",loadavg2="0.38",loadavg3="3/121",loadavg4="3952",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" 1568229795141943808 2019-09-11 19:23:16,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:16,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:23:15 ' 2019-09-11 19:23:16,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:23:16,221 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 99.00 0.00 0.00 1.00 0.00' 2019-09-11 19:23:16,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:16,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:15 ' 2019-09-11 19:23:16,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:16,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.00' 2019-09-11 19:23:16,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00' 2019-09-11 19:23:16,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:16,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:23:16,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:16,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-11 19:23:16,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:23:16,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 99.00 0.00' 2019-09-11 19:23:16,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.00' 2019-09-11 19:23:16,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,239 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:23:16,240 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:23:16,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:16,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.00 0.00' 2019-09-11 19:23:16,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.00' 2019-09-11 19:23:16,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:16,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:23:16,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:16,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:16 all' 2019-09-11 19:23:16,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:16,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:16,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55' 2019-09-11 19:23:16,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27' 2019-09-11 19:23:16,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.18' 2019-09-11 19:23:16,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:16 0' 2019-09-11 19:23:16,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:16,266 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55 2.27' 2019-09-11 19:23:16,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 93.18' 2019-09-11 19:23:16,271 [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-11 19:23:16,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:23:16,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:16,273 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:16,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.55' 2019-09-11 19:23:16,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-11 19:23:16,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.18' 2019-09-11 19:23:16,277 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-11 19:23:16,277 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:23:16,278 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:16,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:16,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.55' 2019-09-11 19:23:16,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27' 2019-09-11 19:23:16,282 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:16,282 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.18\n' 2019-09-11 19:23:16,291 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:23:16,293 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.11",loadavg1="0.17",loadavg2="0.10",loadavg3="1/114",loadavg4="2292",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.70",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.98",mpstat_average.cpu.%steal="2.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.70",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.98",mpstat_average.cpu0.%steal="2.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.70",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.98",mpstat_maximun.cpu.%steal="2.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.70",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.98",mpstat_maximun.cpu0.%steal="2.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.70",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.98",mpstat_minimum.cpu.%steal="2.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.70",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.98",mpstat_minimum.cpu0.%steal="2.33",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229790980632064 2019-09-11 19:23:16,395 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:16,397 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.10",loadavg1="0.17",loadavg2="0.10",loadavg3="1/114",loadavg4="2294",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="10.42",mpstat_average.cpu.%steal="2.08",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="10.42",mpstat_average.cpu0.%steal="2.08",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="10.42",mpstat_maximun.cpu.%steal="2.08",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="10.42",mpstat_maximun.cpu0.%steal="2.08",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="10.42",mpstat_minimum.cpu.%steal="2.08",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="10.42",mpstat_minimum.cpu0.%steal="2.08",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229793065920000 2019-09-11 19:23:16,495 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:16,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.10",loadavg1="0.17",loadavg2="0.10",loadavg3="1/114",loadavg4="2296",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.91",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.82",mpstat_average.cpu.%steal="2.27",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.91",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.82",mpstat_average.cpu0.%steal="2.27",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.91",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.82",mpstat_maximun.cpu.%steal="2.27",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.91",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.82",mpstat_maximun.cpu0.%steal="2.27",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.91",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.82",mpstat_minimum.cpu.%steal="2.27",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.91",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.82",mpstat_minimum.cpu0.%steal="2.27",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229795177135872 2019-09-11 19:23:16,582 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=130 END 2019-09-11 19:23:16,583 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=131 START 2019-09-11 19:23:16,583 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:23:16,625 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:16,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.323 1568229793566806016 2019-09-11 19:23:16,722 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:16,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.116 1568229796582448128 2019-09-11 19:23:17,248 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=199 END 2019-09-11 19:23:17,249 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=200 START 2019-09-11 19:23:17,249 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:17,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.77 0.70 0.38 3/122 3961\n' 2019-09-11 19:23:17,256 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:17,285 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=198 END 2019-09-11 19:23:17,285 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=199 START 2019-09-11 19:23:17,286 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:17,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.17 0.10 1/114 2300\n' 2019-09-11 19:23:17,295 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:17,299 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:17,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:17,593 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-11 19:23:18,300 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:23:17 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:23: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-11 19:23:18,366 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:18,367 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:18 all' 2019-09-11 19:23:18,368 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:18,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:18,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.55' 2019-09-11 19:23:18,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-11 19:23:18,373 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.18' 2019-09-11 19:23:18,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:18 ' 2019-09-11 19:23:18,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:23:18,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:23:18,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:18,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55' 2019-09-11 19:23:18,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-11 19:23:18,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.18' 2019-09-11 19:23:18,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:23:18,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:18,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:23:18,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:23:18,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:18,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:18,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:18,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:18,386 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.55' 2019-09-11 19:23:18,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27' 2019-09-11 19:23:18,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:18,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 93.18\n' 2019-09-11 19:23:18,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:23:18,390 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:23:18,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:18,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:18,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.55' 2019-09-11 19:23:18,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-11 19:23:18,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 93.18' 2019-09-11 19:23:18,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:23:19,303 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=200 END 2019-09-11 19:23:19,303 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=201 START 2019-09-11 19:23:19,304 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:19,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.79 0.70 0.38 2/121 3966\n' 2019-09-11 19:23:19,310 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:19,351 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:19,397 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=199 END 2019-09-11 19:23:19,398 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=200 START 2019-09-11 19:23:19,398 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:19,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.17 0.10 1/114 2302\n' 2019-09-11 19:23:19,407 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:19,476 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:19,598 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=131 END 2019-09-11 19:23:19,598 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=132 START 2019-09-11 19:23:19,599 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:23:20,353 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n19:23:19 all 0.00 0.00 65.00 0.00 0.00 0.00 0.00 0.00 0.00 35.00\n19:23:19 0 0.00 0.00 65.00 0.00 0.00 0.00 0.00 0.00 0.00 35.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 65.00 0.00 0.00 0.00 0.00 0.00 0.00 35.00\nAverage: 0 0.00 0.00 65.00 0.00 0.00 0.00 0.00 0.00 0.00 35.00\n' 2019-09-11 19:23:20,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:20,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:20 ' 2019-09-11 19:23:20,479 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:23:20,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:20,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:20,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.82' 2019-09-11 19:23:20,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:20,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:20,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.18' 2019-09-11 19:23:20,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:20 0 0.00 0.00 0.00 0.00 0.00 2.82 0.00 0.00 0.00 97.18\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:23:20,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-11 19:23:20,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:20,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:23:20,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.82 0.00 0.00' 2019-09-11 19:23:20,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:20,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.18\nAverage: ' 2019-09-11 19:23:20,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-11 19:23:20,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:20,495 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:20,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:20,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:20,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.82' 2019-09-11 19:23:20,498 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:20,498 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:20,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.18\n' 2019-09-11 19:23:20,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-11 19:23:21,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19923987 , "packets_per_second":999943, "flows":1001000, "errors":0 }\n' 2019-09-11 19:23:21,012 [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-11 19:23:21,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19915597' 2019-09-11 19:23:21,024 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 8390 - Lost ppm 422 2019-09-11 19:23:21,355 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=201 END 2019-09-11 19:23:21,356 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14996 seq=202 START 2019-09-11 19:23:21,357 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:21,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.79 0.70 0.38 1/118 3982\n' 2019-09-11 19:23:21,362 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:21,403 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:21,501 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=200 END 2019-09-11 19:23:21,502 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14997 seq=201 START 2019-09-11 19:23:21,502 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-11 19:23:21,507 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.16 0.09 1/114 2308\n' 2019-09-11 19:23:21,508 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-11 19:23:21,548 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:23:21,824 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:23:21,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.77",loadavg1="0.70",loadavg2="0.38",loadavg3="3/122",loadavg4="3958",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" 1568229797248349952 2019-09-11 19:23:21,972 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:21,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.77",loadavg1="0.70",loadavg2="0.38",loadavg3="3/122",loadavg4="3961",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" 1568229799303045120 2019-09-11 19:23:22,026 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15050 seq=2 END 2019-09-11 19:23:22,026 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:23:22,027 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:23:22,027 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:23:22,103 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:22,104 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.79",loadavg1="0.70",loadavg2="0.38",loadavg3="2/121",loadavg4="3966",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="35.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="65.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="35.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="65.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="35.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="65.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="35.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="65.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="35.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="65.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="35.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="65.00",mpstat_minimum.cpu0.%usr="0.00" 1568229801355676928 2019-09-11 19:23:22,234 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:23:22,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.10",loadavg1="0.17",loadavg2="0.10",loadavg3="1/114",loadavg4="2298",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="93.18",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.55",mpstat_average.cpu.%steal="2.27",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.18",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.55",mpstat_average.cpu0.%steal="2.27",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.18",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.55",mpstat_maximun.cpu.%steal="2.27",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.18",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.55",mpstat_maximun.cpu0.%steal="2.27",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.18",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.55",mpstat_minimum.cpu.%steal="2.27",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.18",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.55",mpstat_minimum.cpu0.%steal="2.27",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229797285124096 2019-09-11 19:23:22,340 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:23:22,342 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.10",loadavg1="0.17",loadavg2="0.10",loadavg3="1/114",loadavg4="2300",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="93.18",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.55",mpstat_average.cpu.%steal="2.27",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.18",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.55",mpstat_average.cpu0.%steal="2.27",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.18",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.55",mpstat_maximun.cpu.%steal="2.27",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.18",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.55",mpstat_maximun.cpu0.%steal="2.27",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.18",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.55",mpstat_minimum.cpu.%steal="2.27",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.18",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.55",mpstat_minimum.cpu0.%steal="2.27",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229799397391104 2019-09-11 19:23:22,404 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:23:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:22,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:23:21 ' 2019-09-11 19:23:22,406 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.99' 2019-09-11 19:23:22,407 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.99' 2019-09-11 19:23:22,407 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,408 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,409 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,410 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.02' 2019-09-11 19:23:22,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:23:22,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'19:23:21 ' 2019-09-11 19:23:22,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.99' 2019-09-11 19:23:22,415 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.99' 2019-09-11 19:23:22,416 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,417 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,418 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,419 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.02\n' 2019-09-11 19:23:22,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-11 19:23:22,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-11 19:23:22,423 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99 0.00' 2019-09-11 19:23:22,424 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99 0.00' 2019-09-11 19:23:22,425 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,426 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,427 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,428 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.02\n' 2019-09-11 19:23:22,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-11 19:23:22,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99 0.00' 2019-09-11 19:23:22,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99 0.00' 2019-09-11 19:23:22,432 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,433 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,435 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.02\n' 2019-09-11 19:23:22,447 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:22,449 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.10",loadavg1="0.17",loadavg2="0.10",loadavg3="1/114",loadavg4="2302",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="97.18",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="2.82",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.18",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="2.82",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.18",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="2.82",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.18",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="2.82",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.18",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="2.82",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.18",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="2.82",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568229801501735936 2019-09-11 19:23:22,548 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-11 19:23:22,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19:23:22 ' 2019-09-11 19:23:22,550 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:23:22,551 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,552 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:22,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.086 1568229799598191104 2019-09-11 19:23:22,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-11 19:23:22,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,557 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:23:22,558 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:23:22 ' 2019-09-11 19:23:22,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:22,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,562 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-11 19:23:22,565 [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-11 19:23:22,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-11 19:23:22,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-11 19:23:22,568 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\nAverage: ' 2019-09-11 19:23:22,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-11 19:23:22,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-11 19:23:22,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,578 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-11 19:23:22,579 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-11 19:23:22,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:23:22,611 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=132 END 2019-09-11 19:23:22,611 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14998 seq=133 START 2019-09-11 19:23:22,612 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.17 2019-09-11 19:23:22,657 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:22,657 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.089 1568229802611120896 2019-09-11 19:23:22,764 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:22,765 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999943i,packets_received=19915597i,packets_sent=19923987i,packetsize=64i,ppm=422.0 1568229802026151936 2019-09-11 19:23:22,868 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:23:23,438 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14996 seq=202 END 2019-09-11 19:23:23,439 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:23:23,439 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 19:23:23,439 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:23:23,484 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:23,486 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.79",loadavg1="0.70",loadavg2="0.38",loadavg3="1/118",loadavg4="3982",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" 1568229803438273792 2019-09-11 19:23:23,582 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14997 seq=201 END 2019-09-11 19:23:23,583 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:23:23,584 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 19:23:23,584 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:23:23,599 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:23,600 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter loadavg0="0.09",loadavg1="0.16",loadavg2="0.09",loadavg3="1/114",loadavg4="2308",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" 1568229803582761984 2019-09-11 19:23:23,620 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:23:25,624 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14998 seq=133 END 2019-09-11 19:23:25,625 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:23:25,625 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 19:23:25,626 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:23:25,671 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:23:25,672 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568229805624867072 2019-09-11 19:23:25,795 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc037" SUCCESS!!! 2019-09-11 19:23:25,795 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC037-76e29670' START 2019-09-11 19:23:52,648 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC037-76e29670' DONE 2019-09-11 19:23:52,649 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc037.yaml finished in 519 secs 2019-09-11 19:23:52,649 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC069-76e29670' START 2019-09-11 19:23:52,809 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC069-76e29670' created 2019-09-11 19:23:52,809 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC069-76e29670-key' 2019-09-11 19:23:52,810 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC069-76e29670-secgroup' 2019-09-11 19:23:52,810 [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-11 19:23:52,811 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC069-76e29670-test' 2019-09-11 19:23:52,811 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC069-76e29670-test-subnet' in network 'yardstick-TC069-76e29670-test', cidr '10.0.1.0/24' 2019-09-11 19:23:52,811 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC069-76e29670-test-router', gw-net:'floating_net' 2019-09-11 19:23:52,812 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC069-76e29670-test-router-if0' router:'yardstick-TC069-76e29670-test-router', subnet:'yardstick-TC069-76e29670-test-subnet' 2019-09-11 19:23:52,812 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC069-76e29670-test-subnet', 'yardstick-TC069-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC069-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC069-76e29670-test-subnet'}}], 'name': 'kratos.yardstick-TC069-76e29670-test-port', 'security_groups': ['yardstick-TC069-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:23:52,812 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'kratos.yardstick-TC069-76e29670-fip', network 'floating_net', port 'kratos.yardstick-TC069-76e29670-test-port', rif 'yardstick-TC069-76e29670-test-router-if0' 2019-09-11 19:23:52,813 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'kratos.yardstick-TC069-76e29670-fip-assoc', server 'kratos.yardstick-TC069-76e29670-test-port', floating_ip 'kratos.yardstick-TC069-76e29670-fip' 2019-09-11 19:23:52,813 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'kratos.yardstick-TC069-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['kratos.yardstick-TC069-76e29670-test-port'] 2019-09-11 19:23:52,814 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC069-76e29670' START 2019-09-11 19:24:12,037 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC069-76e29670' DONE in 19 secs 2019-09-11 19:24:12,541 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC069-76e29670' DONE 2019-09-11 19:24:12,542 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:24:12,543 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', 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-76e29670', 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-11 19:24:12,545 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:24:12,557 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 5 times, class 2019-09-11 19:24:12,559 [DEBUG] yardstick.ssh.kratos ssh.py:148 user:ubuntu host:172.30.10.141 2019-09-11 19:24:13,564 [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-11 19:24:15,568 [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.141')",) 2019-09-11 19:24:17,571 [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-11 19:24:19,574 [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-11 19:24:20,577 [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.141')",) 2019-09-11 19:24:21,580 [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.141')",) 2019-09-11 19:24:22,582 [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.141')",) 2019-09-11 19:24:23,584 [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.141')",) 2019-09-11 19:24:24,586 [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.141')",) 2019-09-11 19:24:25,589 [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.141')",) 2019-09-11 19:24:26,704 [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.141')",) 2019-09-11 19:24:27,706 [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.141')",) 2019-09-11 19:24:28,709 [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.141')",) 2019-09-11 19:24:29,711 [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.141')",) 2019-09-11 19:24:30,713 [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.141')",) 2019-09-11 19:24:31,716 [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.141')",) 2019-09-11 19:24:33,274 [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.141')",) 2019-09-11 19:24:35,277 [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-11 19:24:37,162 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:24:41,251 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15056 seq=1 START 2019-09-11 19:24:41,252 [DEBUG] yardstick.benchmark.scenarios.compute.ramspeed ramspeed.py:127 Executing command: sudo bash ramspeed_mark_benchmark.sh 1 32 64 2019-09-11 19:25:35,352 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'{ "Result":[{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1, "Bandwidth(MBps)": 10295.94},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2, "Bandwidth(MBps)": 12719.46},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4, "Bandwidth(MBps)": 15697.00},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8, "Bandwidth(MBps)": 15693.89},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16, "Bandwidth(MBps)": 15670.70},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32, "Bandwidth(MBps)": 15116.47},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 64, "Bandwidth(MBps)": 3990.42},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 128, "Bandwidth(MBps)": 15190.40},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 256, "Bandwidth(MBps)": 14789.18},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 512, "Bandwidth(MBps)": 14295.88},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1024, "Bandwidth(MBps)": 14319.70},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2048, "Bandwidth(MBps)": 14320.91},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4096, "Bandwidth(MBps)": 14195.36},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8192, "Bandwidth(MBps)": 13763.76},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16384, "Bandwidth(MBps)": 9347.76},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32768, "Bandwidth(MBps)": 6782.01},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 65536, "Bandwidth(MBps)": 6775.91}] }\n' 2019-09-11 19:25:35,354 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Ramspeed SLA validation failed. Error: Bandwidth 3990.420000 < sla:min_bandwidth(7000.000000)Bandwidth 6782.010000 < sla:min_bandwidth(7000.000000)Bandwidth 6775.910000 < sla:min_bandwidth(7000.000000)',) 2019-09-11 19:25:36,356 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15056 seq=1 END 2019-09-11 19:25:36,357 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15056 seq=2 START 2019-09-11 19:25:36,357 [DEBUG] yardstick.benchmark.scenarios.compute.ramspeed ramspeed.py:127 Executing command: sudo bash ramspeed_mark_benchmark.sh 1 32 64 2019-09-11 19:25:37,555 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:25:37,557 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter Result0.Bandwidth(MBps)=10295.94,Result0.Block_size(kb)=1i,Result0.Test_type="INTEGER & WRITING",Result1.Bandwidth(MBps)=12719.46,Result1.Block_size(kb)=2i,Result1.Test_type="INTEGER & WRITING",Result10.Bandwidth(MBps)=14319.7,Result10.Block_size(kb)=1024i,Result10.Test_type="INTEGER & WRITING",Result11.Bandwidth(MBps)=14320.91,Result11.Block_size(kb)=2048i,Result11.Test_type="INTEGER & WRITING",Result12.Bandwidth(MBps)=14195.36,Result12.Block_size(kb)=4096i,Result12.Test_type="INTEGER & WRITING",Result13.Bandwidth(MBps)=13763.76,Result13.Block_size(kb)=8192i,Result13.Test_type="INTEGER & WRITING",Result14.Bandwidth(MBps)=9347.76,Result14.Block_size(kb)=16384i,Result14.Test_type="INTEGER & WRITING",Result15.Bandwidth(MBps)=6782.01,Result15.Block_size(kb)=32768i,Result15.Test_type="INTEGER & WRITING",Result16.Bandwidth(MBps)=6775.91,Result16.Block_size(kb)=65536i,Result16.Test_type="INTEGER & WRITING",Result2.Bandwidth(MBps)=15697.0,Result2.Block_size(kb)=4i,Result2.Test_type="INTEGER & WRITING",Result3.Bandwidth(MBps)=15693.89,Result3.Block_size(kb)=8i,Result3.Test_type="INTEGER & WRITING",Result4.Bandwidth(MBps)=15670.7,Result4.Block_size(kb)=16i,Result4.Test_type="INTEGER & WRITING",Result5.Bandwidth(MBps)=15116.47,Result5.Block_size(kb)=32i,Result5.Test_type="INTEGER & WRITING",Result6.Bandwidth(MBps)=3990.42,Result6.Block_size(kb)=64i,Result6.Test_type="INTEGER & WRITING",Result7.Bandwidth(MBps)=15190.4,Result7.Block_size(kb)=128i,Result7.Test_type="INTEGER & WRITING",Result8.Bandwidth(MBps)=14789.18,Result8.Block_size(kb)=256i,Result8.Test_type="INTEGER & WRITING",Result9.Bandwidth(MBps)=14295.88,Result9.Block_size(kb)=512i,Result9.Test_type="INTEGER & WRITING" 1568229936356420096 2019-09-11 19:26:22,038 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'{ "Result":[{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1, "Bandwidth(MBps)": 16058.38},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2, "Bandwidth(MBps)": 16139.56},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4, "Bandwidth(MBps)": 16181.19},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8, "Bandwidth(MBps)": 15526.63},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16, "Bandwidth(MBps)": 16116.88},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32, "Bandwidth(MBps)": 15580.52},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 64, "Bandwidth(MBps)": 15213.20},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 128, "Bandwidth(MBps)": 15194.85},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 256, "Bandwidth(MBps)": 14833.08},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 512, "Bandwidth(MBps)": 14331.00},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1024, "Bandwidth(MBps)": 14323.24},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2048, "Bandwidth(MBps)": 14329.58},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4096, "Bandwidth(MBps)": 14213.74},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8192, "Bandwidth(MBps)": 13800.73},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16384, "Bandwidth(MBps)": 9353.49},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32768, "Bandwidth(MBps)": 6785.92},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 65536, "Bandwidth(MBps)": 6810.82}] }\n' 2019-09-11 19:26:22,041 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Ramspeed SLA validation failed. Error: Bandwidth 6785.920000 < sla:min_bandwidth(7000.000000)Bandwidth 6810.820000 < sla:min_bandwidth(7000.000000)',) 2019-09-11 19:26:23,043 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15056 seq=2 END 2019-09-11 19:26:23,044 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15056 seq=3 START 2019-09-11 19:26:23,044 [DEBUG] yardstick.benchmark.scenarios.compute.ramspeed ramspeed.py:127 Executing command: sudo bash ramspeed_mark_benchmark.sh 1 32 64 2019-09-11 19:26:27,676 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:26:27,678 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter Result0.Bandwidth(MBps)=16058.38,Result0.Block_size(kb)=1i,Result0.Test_type="INTEGER & WRITING",Result1.Bandwidth(MBps)=16139.56,Result1.Block_size(kb)=2i,Result1.Test_type="INTEGER & WRITING",Result10.Bandwidth(MBps)=14323.24,Result10.Block_size(kb)=1024i,Result10.Test_type="INTEGER & WRITING",Result11.Bandwidth(MBps)=14329.58,Result11.Block_size(kb)=2048i,Result11.Test_type="INTEGER & WRITING",Result12.Bandwidth(MBps)=14213.74,Result12.Block_size(kb)=4096i,Result12.Test_type="INTEGER & WRITING",Result13.Bandwidth(MBps)=13800.73,Result13.Block_size(kb)=8192i,Result13.Test_type="INTEGER & WRITING",Result14.Bandwidth(MBps)=9353.49,Result14.Block_size(kb)=16384i,Result14.Test_type="INTEGER & WRITING",Result15.Bandwidth(MBps)=6785.92,Result15.Block_size(kb)=32768i,Result15.Test_type="INTEGER & WRITING",Result16.Bandwidth(MBps)=6810.82,Result16.Block_size(kb)=65536i,Result16.Test_type="INTEGER & WRITING",Result2.Bandwidth(MBps)=16181.19,Result2.Block_size(kb)=4i,Result2.Test_type="INTEGER & WRITING",Result3.Bandwidth(MBps)=15526.63,Result3.Block_size(kb)=8i,Result3.Test_type="INTEGER & WRITING",Result4.Bandwidth(MBps)=16116.88,Result4.Block_size(kb)=16i,Result4.Test_type="INTEGER & WRITING",Result5.Bandwidth(MBps)=15580.52,Result5.Block_size(kb)=32i,Result5.Test_type="INTEGER & WRITING",Result6.Bandwidth(MBps)=15213.2,Result6.Block_size(kb)=64i,Result6.Test_type="INTEGER & WRITING",Result7.Bandwidth(MBps)=15194.85,Result7.Block_size(kb)=128i,Result7.Test_type="INTEGER & WRITING",Result8.Bandwidth(MBps)=14833.08,Result8.Block_size(kb)=256i,Result8.Test_type="INTEGER & WRITING",Result9.Bandwidth(MBps)=14331.0,Result9.Block_size(kb)=512i,Result9.Test_type="INTEGER & WRITING" 1568229983043288064 2019-09-11 19:27:10,377 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'{ "Result":[{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1, "Bandwidth(MBps)": 16054.97},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2, "Bandwidth(MBps)": 16140.08},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4, "Bandwidth(MBps)": 16181.53},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8, "Bandwidth(MBps)": 16178.39},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16, "Bandwidth(MBps)": 16149.23},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32, "Bandwidth(MBps)": 15537.18},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 64, "Bandwidth(MBps)": 11933.53},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 128, "Bandwidth(MBps)": 14471.59},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 256, "Bandwidth(MBps)": 14347.21},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 512, "Bandwidth(MBps)": 13770.80},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1024, "Bandwidth(MBps)": 13751.80},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2048, "Bandwidth(MBps)": 13780.91},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4096, "Bandwidth(MBps)": 13703.67},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8192, "Bandwidth(MBps)": 13308.32},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16384, "Bandwidth(MBps)": 9061.77},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32768, "Bandwidth(MBps)": 6695.13},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 65536, "Bandwidth(MBps)": 6481.76}] }\n' 2019-09-11 19:27:10,380 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Ramspeed SLA validation failed. Error: Bandwidth 6695.130000 < sla:min_bandwidth(7000.000000)Bandwidth 6481.760000 < sla:min_bandwidth(7000.000000)',) 2019-09-11 19:27:11,382 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15056 seq=3 END 2019-09-11 19:27:11,383 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15056 seq=4 START 2019-09-11 19:27:11,383 [DEBUG] yardstick.benchmark.scenarios.compute.ramspeed ramspeed.py:127 Executing command: sudo bash ramspeed_mark_benchmark.sh 1 32 64 2019-09-11 19:27:12,807 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:27:12,808 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter Result0.Bandwidth(MBps)=16054.97,Result0.Block_size(kb)=1i,Result0.Test_type="INTEGER & WRITING",Result1.Bandwidth(MBps)=16140.08,Result1.Block_size(kb)=2i,Result1.Test_type="INTEGER & WRITING",Result10.Bandwidth(MBps)=13751.8,Result10.Block_size(kb)=1024i,Result10.Test_type="INTEGER & WRITING",Result11.Bandwidth(MBps)=13780.91,Result11.Block_size(kb)=2048i,Result11.Test_type="INTEGER & WRITING",Result12.Bandwidth(MBps)=13703.67,Result12.Block_size(kb)=4096i,Result12.Test_type="INTEGER & WRITING",Result13.Bandwidth(MBps)=13308.32,Result13.Block_size(kb)=8192i,Result13.Test_type="INTEGER & WRITING",Result14.Bandwidth(MBps)=9061.77,Result14.Block_size(kb)=16384i,Result14.Test_type="INTEGER & WRITING",Result15.Bandwidth(MBps)=6695.13,Result15.Block_size(kb)=32768i,Result15.Test_type="INTEGER & WRITING",Result16.Bandwidth(MBps)=6481.76,Result16.Block_size(kb)=65536i,Result16.Test_type="INTEGER & WRITING",Result2.Bandwidth(MBps)=16181.53,Result2.Block_size(kb)=4i,Result2.Test_type="INTEGER & WRITING",Result3.Bandwidth(MBps)=16178.39,Result3.Block_size(kb)=8i,Result3.Test_type="INTEGER & WRITING",Result4.Bandwidth(MBps)=16149.23,Result4.Block_size(kb)=16i,Result4.Test_type="INTEGER & WRITING",Result5.Bandwidth(MBps)=15537.18,Result5.Block_size(kb)=32i,Result5.Test_type="INTEGER & WRITING",Result6.Bandwidth(MBps)=11933.53,Result6.Block_size(kb)=64i,Result6.Test_type="INTEGER & WRITING",Result7.Bandwidth(MBps)=14471.59,Result7.Block_size(kb)=128i,Result7.Test_type="INTEGER & WRITING",Result8.Bandwidth(MBps)=14347.21,Result8.Block_size(kb)=256i,Result8.Test_type="INTEGER & WRITING",Result9.Bandwidth(MBps)=13770.8,Result9.Block_size(kb)=512i,Result9.Test_type="INTEGER & WRITING" 1568230031382555904 2019-09-11 19:27:59,430 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'{ "Result":[{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1, "Bandwidth(MBps)": 15683.74},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2, "Bandwidth(MBps)": 15687.77},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4, "Bandwidth(MBps)": 15655.81},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8, "Bandwidth(MBps)": 15681.72},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16, "Bandwidth(MBps)": 15665.79},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32, "Bandwidth(MBps)": 15132.82},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 64, "Bandwidth(MBps)": 14740.05},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 128, "Bandwidth(MBps)": 14621.53},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 256, "Bandwidth(MBps)": 14242.33},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 512, "Bandwidth(MBps)": 13743.69},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1024, "Bandwidth(MBps)": 13763.20},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2048, "Bandwidth(MBps)": 13777.81},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4096, "Bandwidth(MBps)": 13692.61},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8192, "Bandwidth(MBps)": 13033.44},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16384, "Bandwidth(MBps)": 7888.45},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32768, "Bandwidth(MBps)": 6471.76},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 65536, "Bandwidth(MBps)": 6417.63}] }\n' 2019-09-11 19:27:59,432 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Ramspeed SLA validation failed. Error: Bandwidth 6471.760000 < sla:min_bandwidth(7000.000000)Bandwidth 6417.630000 < sla:min_bandwidth(7000.000000)',) 2019-09-11 19:28:00,434 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15056 seq=4 END 2019-09-11 19:28:00,435 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15056 seq=5 START 2019-09-11 19:28:00,435 [DEBUG] yardstick.benchmark.scenarios.compute.ramspeed ramspeed.py:127 Executing command: sudo bash ramspeed_mark_benchmark.sh 1 32 64 2019-09-11 19:28:02,936 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:28:02,938 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter Result0.Bandwidth(MBps)=15683.74,Result0.Block_size(kb)=1i,Result0.Test_type="INTEGER & WRITING",Result1.Bandwidth(MBps)=15687.77,Result1.Block_size(kb)=2i,Result1.Test_type="INTEGER & WRITING",Result10.Bandwidth(MBps)=13763.2,Result10.Block_size(kb)=1024i,Result10.Test_type="INTEGER & WRITING",Result11.Bandwidth(MBps)=13777.81,Result11.Block_size(kb)=2048i,Result11.Test_type="INTEGER & WRITING",Result12.Bandwidth(MBps)=13692.61,Result12.Block_size(kb)=4096i,Result12.Test_type="INTEGER & WRITING",Result13.Bandwidth(MBps)=13033.44,Result13.Block_size(kb)=8192i,Result13.Test_type="INTEGER & WRITING",Result14.Bandwidth(MBps)=7888.45,Result14.Block_size(kb)=16384i,Result14.Test_type="INTEGER & WRITING",Result15.Bandwidth(MBps)=6471.76,Result15.Block_size(kb)=32768i,Result15.Test_type="INTEGER & WRITING",Result16.Bandwidth(MBps)=6417.63,Result16.Block_size(kb)=65536i,Result16.Test_type="INTEGER & WRITING",Result2.Bandwidth(MBps)=15655.81,Result2.Block_size(kb)=4i,Result2.Test_type="INTEGER & WRITING",Result3.Bandwidth(MBps)=15681.72,Result3.Block_size(kb)=8i,Result3.Test_type="INTEGER & WRITING",Result4.Bandwidth(MBps)=15665.79,Result4.Block_size(kb)=16i,Result4.Test_type="INTEGER & WRITING",Result5.Bandwidth(MBps)=15132.82,Result5.Block_size(kb)=32i,Result5.Test_type="INTEGER & WRITING",Result6.Bandwidth(MBps)=14740.05,Result6.Block_size(kb)=64i,Result6.Test_type="INTEGER & WRITING",Result7.Bandwidth(MBps)=14621.53,Result7.Block_size(kb)=128i,Result7.Test_type="INTEGER & WRITING",Result8.Bandwidth(MBps)=14242.33,Result8.Block_size(kb)=256i,Result8.Test_type="INTEGER & WRITING",Result9.Bandwidth(MBps)=13743.69,Result9.Block_size(kb)=512i,Result9.Test_type="INTEGER & WRITING" 1568230080434795008 2019-09-11 19:28:47,254 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'{ "Result":[{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1, "Bandwidth(MBps)": 15689.63},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2, "Bandwidth(MBps)": 15387.90},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4, "Bandwidth(MBps)": 15693.08},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8, "Bandwidth(MBps)": 15698.79},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16, "Bandwidth(MBps)": 15672.81},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32, "Bandwidth(MBps)": 15105.12},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 64, "Bandwidth(MBps)": 14738.22},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 128, "Bandwidth(MBps)": 14681.00},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 256, "Bandwidth(MBps)": 14269.36},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 512, "Bandwidth(MBps)": 13758.24},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1024, "Bandwidth(MBps)": 13772.61},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2048, "Bandwidth(MBps)": 13780.25},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4096, "Bandwidth(MBps)": 13711.83},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8192, "Bandwidth(MBps)": 13319.24},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16384, "Bandwidth(MBps)": 9432.73},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32768, "Bandwidth(MBps)": 6660.79},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 65536, "Bandwidth(MBps)": 6807.71}] }\n' 2019-09-11 19:28:47,256 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Ramspeed SLA validation failed. Error: Bandwidth 6660.790000 < sla:min_bandwidth(7000.000000)Bandwidth 6807.710000 < sla:min_bandwidth(7000.000000)',) 2019-09-11 19:28:48,258 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15056 seq=5 END 2019-09-11 19:28:48,259 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:28:48,259 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:28:48,259 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:28:48,282 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:28:48,284 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter Result0.Bandwidth(MBps)=15689.63,Result0.Block_size(kb)=1i,Result0.Test_type="INTEGER & WRITING",Result1.Bandwidth(MBps)=15387.9,Result1.Block_size(kb)=2i,Result1.Test_type="INTEGER & WRITING",Result10.Bandwidth(MBps)=13772.61,Result10.Block_size(kb)=1024i,Result10.Test_type="INTEGER & WRITING",Result11.Bandwidth(MBps)=13780.25,Result11.Block_size(kb)=2048i,Result11.Test_type="INTEGER & WRITING",Result12.Bandwidth(MBps)=13711.83,Result12.Block_size(kb)=4096i,Result12.Test_type="INTEGER & WRITING",Result13.Bandwidth(MBps)=13319.24,Result13.Block_size(kb)=8192i,Result13.Test_type="INTEGER & WRITING",Result14.Bandwidth(MBps)=9432.73,Result14.Block_size(kb)=16384i,Result14.Test_type="INTEGER & WRITING",Result15.Bandwidth(MBps)=6660.79,Result15.Block_size(kb)=32768i,Result15.Test_type="INTEGER & WRITING",Result16.Bandwidth(MBps)=6807.71,Result16.Block_size(kb)=65536i,Result16.Test_type="INTEGER & WRITING",Result2.Bandwidth(MBps)=15693.08,Result2.Block_size(kb)=4i,Result2.Test_type="INTEGER & WRITING",Result3.Bandwidth(MBps)=15698.79,Result3.Block_size(kb)=8i,Result3.Test_type="INTEGER & WRITING",Result4.Bandwidth(MBps)=15672.81,Result4.Block_size(kb)=16i,Result4.Test_type="INTEGER & WRITING",Result5.Bandwidth(MBps)=15105.12,Result5.Block_size(kb)=32i,Result5.Test_type="INTEGER & WRITING",Result6.Bandwidth(MBps)=14738.22,Result6.Block_size(kb)=64i,Result6.Test_type="INTEGER & WRITING",Result7.Bandwidth(MBps)=14681.0,Result7.Block_size(kb)=128i,Result7.Test_type="INTEGER & WRITING",Result8.Bandwidth(MBps)=14269.36,Result8.Block_size(kb)=256i,Result8.Test_type="INTEGER & WRITING",Result9.Bandwidth(MBps)=13758.24,Result9.Block_size(kb)=512i,Result9.Test_type="INTEGER & WRITING" 1568230128258817792 2019-09-11 19:28:48,391 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:28:48,392 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc069" SUCCESS!!! 2019-09-11 19:28:48,392 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC069-76e29670' START 2019-09-11 19:29:15,015 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC069-76e29670' DONE 2019-09-11 19:29:15,016 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc069.yaml finished in 322 secs 2019-09-11 19:29:15,016 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC070-76e29670' START 2019-09-11 19:29:15,193 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC070-76e29670' created 2019-09-11 19:29:15,193 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC070-76e29670-key' 2019-09-11 19:29:15,194 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC070-76e29670-secgroup' 2019-09-11 19:29:15,194 [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-11 19:29:15,194 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC070-76e29670-test' 2019-09-11 19:29:15,195 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC070-76e29670-test-subnet' in network 'yardstick-TC070-76e29670-test', cidr '10.0.1.0/24' 2019-09-11 19:29:15,195 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC070-76e29670-test-router', gw-net:'floating_net' 2019-09-11 19:29:15,195 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC070-76e29670-test-router-if0' router:'yardstick-TC070-76e29670-test-router', subnet:'yardstick-TC070-76e29670-test-subnet' 2019-09-11 19:29:15,196 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC070-76e29670-test-subnet', 'yardstick-TC070-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC070-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC070-76e29670-test-subnet'}}], 'name': 'demeter.yardstick-TC070-76e29670-test-port', 'security_groups': ['yardstick-TC070-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:29:15,196 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.yardstick-TC070-76e29670-fip', network 'floating_net', port 'demeter.yardstick-TC070-76e29670-test-port', rif 'yardstick-TC070-76e29670-test-router-if0' 2019-09-11 19:29:15,197 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.yardstick-TC070-76e29670-fip-assoc', server 'demeter.yardstick-TC070-76e29670-test-port', floating_ip 'demeter.yardstick-TC070-76e29670-fip' 2019-09-11 19:29:15,197 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.yardstick-TC070-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.yardstick-TC070-76e29670-test-port'] 2019-09-11 19:29:15,197 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC070-76e29670-test-subnet', 'yardstick-TC070-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC070-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC070-76e29670-test-subnet'}}], 'name': 'poseidon.yardstick-TC070-76e29670-test-port', 'security_groups': ['yardstick-TC070-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:29:15,198 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'poseidon.yardstick-TC070-76e29670-fip', network 'floating_net', port 'poseidon.yardstick-TC070-76e29670-test-port', rif 'yardstick-TC070-76e29670-test-router-if0' 2019-09-11 19:29:15,198 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'poseidon.yardstick-TC070-76e29670-fip-assoc', server 'poseidon.yardstick-TC070-76e29670-test-port', floating_ip 'poseidon.yardstick-TC070-76e29670-fip' 2019-09-11 19:29:15,198 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'poseidon.yardstick-TC070-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['poseidon.yardstick-TC070-76e29670-test-port'] 2019-09-11 19:29:15,199 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC070-76e29670' START 2019-09-11 19:29:45,278 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC070-76e29670' DONE in 30 secs 2019-09-11 19:29:45,767 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC070-76e29670' DONE 2019-09-11 19:29:45,768 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:29:45,768 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', '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-76e29670', 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-11 19:29:45,770 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:29:45,777 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:29:45,778 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', '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-76e29670', 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-11 19:29:45,781 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:29:45,780 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:29:45,781 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:29:45,785 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.127 2019-09-11 19:29:45,787 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:29:45,790 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:29:45,790 [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.127')",) 2019-09-11 19:29:45,790 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:29:45,791 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:29:45,793 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.121 2019-09-11 19:29:45,797 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:29:45,801 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:29:45,801 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:29:45,801 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:29:45,804 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.127 2019-09-11 19:29:45,808 [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.127')",) 2019-09-11 19:29:45,811 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:29:45,812 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.121 2019-09-11 19:29:45,813 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.121 2019-09-11 19:29:46,793 [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.127')",) 2019-09-11 19:29:46,798 [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-11 19:29:46,810 [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.127')",) 2019-09-11 19:29:46,816 [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-11 19:29:47,795 [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.127')",) 2019-09-11 19:29:47,813 [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.127')",) 2019-09-11 19:29:48,797 [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.127')",) 2019-09-11 19:29:48,801 [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-11 19:29:48,815 [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.127')",) 2019-09-11 19:29:48,823 [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-11 19:29:49,799 [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.127')",) 2019-09-11 19:29:49,817 [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.127')",) 2019-09-11 19:29:50,802 [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.127')",) 2019-09-11 19:29:50,804 [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-11 19:29:50,819 [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.127')",) 2019-09-11 19:29:50,826 [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-11 19:29:51,804 [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.127')",) 2019-09-11 19:29:51,821 [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.127')",) 2019-09-11 19:29:52,806 [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.127')",) 2019-09-11 19:29:52,807 [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-11 19:29:52,823 [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.127')",) 2019-09-11 19:29:52,828 [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-11 19:29:53,809 [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.127')",) 2019-09-11 19:29:53,809 [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.121')",) 2019-09-11 19:29:53,825 [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.127')",) 2019-09-11 19:29:53,830 [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.121')",) 2019-09-11 19:29:54,812 [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.121')",) 2019-09-11 19:29:54,832 [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.121')",) 2019-09-11 19:29:55,814 [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.121')",) 2019-09-11 19:29:55,834 [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.121')",) 2019-09-11 19:29:56,388 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:29:56,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=1 START 2019-09-11 19:29:56,390 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:29:56,415 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:29:56,416 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=1 START 2019-09-11 19:29:56,417 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:29:56,495 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 99452 724088 3216 192260 763368\nSwap: 0 0 0\n' 2019-09-11 19:29:56,817 [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.121')",) 2019-09-11 19:29:56,836 [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.121')",) 2019-09-11 19:29:57,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 59160 761560 3216 195080 803716\nSwap: 0 0 0\n' 2019-09-11 19:29:57,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'190' 2019-09-11 19:29:57,819 [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.121')",) 2019-09-11 19:29:57,839 [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.121')",) 2019-09-11 19:29:58,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 62004 758584 3216 195212 800852\nSwap: 0 0 0\n' 2019-09-11 19:29:58,691 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: rtt 190.000000 > sla: max_rtt(10.000000); ',) 2019-09-11 19:29:58,821 [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.121')",) 2019-09-11 19:29:58,841 [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.121')",) 2019-09-11 19:29:59,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 171948 646568 3216 197284 690828\nSwap: 0 0 0\n' 2019-09-11 19:29:59,694 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=1 END 2019-09-11 19:29:59,695 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=2 START 2019-09-11 19:29:59,695 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:29:59,824 [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.121')",) 2019-09-11 19:29:59,843 [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.121')",) 2019-09-11 19:30:00,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 76020 739884 3216 199896 786632\nSwap: 0 0 0\n' 2019-09-11 19:30:00,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.142' 2019-09-11 19:30:00,807 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:00,808 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=190.0 1568230199693979136 2019-09-11 19:30:00,826 [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.121')",) 2019-09-11 19:30:00,845 [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.121')",) 2019-09-11 19:30:01,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 51012 759676 3212 205112 811592\nSwap: 0 0 0\n' 2019-09-11 19:30:01,829 [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.121')",) 2019-09-11 19:30:01,847 [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.121')",) 2019-09-11 19:30:02,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41600 768776 3208 205424 820952\nSwap: 0 0 0\n' 2019-09-11 19:30:02,708 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=2 END 2019-09-11 19:30:02,709 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=3 START 2019-09-11 19:30:02,709 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:03,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41748 768628 3208 205424 820804\nSwap: 0 0 0\n' 2019-09-11 19:30:03,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:30:03,979 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=1 START 2019-09-11 19:30:03,980 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:04,013 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:30:04,014 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.127 2019-09-11 19:30:04,015 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.127 2019-09-11 19:30:04,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 99024 724536 3216 192240 763868\nSwap: 0 0 0\n' 2019-09-11 19:30:04,084 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-11 19:30:04,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44552 765664 3240 205584 817972\nSwap: 0 0 0\n' 2019-09-11 19:30:04,609 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:30:05,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 61704 758932 3216 195164 801144\nSwap: 0 0 0\n' 2019-09-11 19:30:05,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43448 766736 3236 205616 819032\nSwap: 0 0 0\n' 2019-09-11 19:30:05,997 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:05,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.142 1568230202708704000 2019-09-11 19:30:06,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 76316 739916 3216 199568 786384\nSwap: 0 0 0\n' 2019-09-11 19:30:06,088 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=3 END 2019-09-11 19:30:06,089 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=4 START 2019-09-11 19:30:06,089 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:06,105 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:06,106 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.082 1568230206088516096 2019-09-11 19:30:06,501 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=1 END 2019-09-11 19:30:06,502 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=2 START 2019-09-11 19:30:06,502 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:06,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 43628 766552 3236 205620 818852\nSwap: 0 0 0\n' 2019-09-11 19:30:07,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 80148 730352 3216 205300 782400\nSwap: 0 0 0\n' 2019-09-11 19:30:07,098 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-11 19:30:07,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44104 766056 3236 205640 818372\nSwap: 0 0 0\n' 2019-09-11 19:30:07,656 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15063 seq=1 START 2019-09-11 19:30:07,657 [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-11 19:30:07,687 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 1 64 20 1 1000000 2019-09-11 19:30:08,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41664 767776 3208 206360 820844\nSwap: 0 0 0\n' 2019-09-11 19:30:08,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44664 764808 3236 206328 817788\nSwap: 0 0 0\n' 2019-09-11 19:30:09,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41664 767776 3208 206360 820844\nSwap: 0 0 0\n' 2019-09-11 19:30:09,102 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=4 END 2019-09-11 19:30:09,102 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=5 START 2019-09-11 19:30:09,103 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:09,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44652 764796 3236 206352 817776\nSwap: 0 0 0\n' 2019-09-11 19:30:10,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41760 767680 3208 206360 820748\nSwap: 0 0 0\n' 2019-09-11 19:30:10,114 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:30:10,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46584 762808 3236 206408 815844\nSwap: 0 0 0\n' 2019-09-11 19:30:11,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41568 767872 3208 206360 820940\nSwap: 0 0 0\n' 2019-09-11 19:30:11,212 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30: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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=200689i,average.free=746016i,average.shared=3218i,average.total=1015800i,average.used=69094i,free.memory0.available="763368",free.memory0.buff/cache="192260",free.memory0.free="724088",free.memory0.shared="3216",free.memory0.total="1015800",free.memory0.used="99452",free.memory1.available="803716",free.memory1.buff/cache="195080",free.memory1.free="761560",free.memory1.shared="3216",free.memory1.total="1015800",free.memory1.used="59160",free.memory2.available="800852",free.memory2.buff/cache="195212",free.memory2.free="758584",free.memory2.shared="3216",free.memory2.total="1015800",free.memory2.used="62004",free.memory3.available="690828",free.memory3.buff/cache="197284",free.memory3.free="646568",free.memory3.shared="3216",free.memory3.total="1015800",free.memory3.used="171948",free.memory4.available="786632",free.memory4.buff/cache="199896",free.memory4.free="739884",free.memory4.shared="3216",free.memory4.total="1015800",free.memory4.used="76020",free.memory5.available="811592",free.memory5.buff/cache="205112",free.memory5.free="759676",free.memory5.shared="3212",free.memory5.total="1015800",free.memory5.used="51012",free.memory6.available="820952",free.memory6.buff/cache="205424",free.memory6.free="768776",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41600",free.memory7.available="820804",free.memory7.buff/cache="205424",free.memory7.free="768628",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41748",free.memory8.available="817972",free.memory8.buff/cache="205584",free.memory8.free="765664",free.memory8.shared="3240",free.memory8.total="1015800",free.memory8.used="44552",free.memory9.available="819032",free.memory9.buff/cache="205616",free.memory9.free="766736",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="43448",max.buff/cache=205616i,max.free=768776i,max.shared=3240i,max.total=1015800i,max.used=171948i 1568230206500817152 2019-09-11 19:30:11,335 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.087 1568230209102248960 2019-09-11 19:30:11,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46372 763020 3236 206408 816056\nSwap: 0 0 0\n' 2019-09-11 19:30:12,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41624 767808 3208 206368 820876\nSwap: 0 0 0\n' 2019-09-11 19:30:12,118 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=5 END 2019-09-11 19:30:12,119 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=6 START 2019-09-11 19:30:12,119 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:12,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46428 762964 3236 206408 816000\nSwap: 0 0 0\n' 2019-09-11 19:30:13,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41780 767648 3208 206372 820716\nSwap: 0 0 0\n' 2019-09-11 19:30:13,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-11 19:30:13,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46516 762872 3236 206412 815908\nSwap: 0 0 0\n' 2019-09-11 19:30:14,083 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=1 END 2019-09-11 19:30:14,084 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=2 START 2019-09-11 19:30:14,084 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:14,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41428 768016 3208 206356 821088\nSwap: 0 0 0\n' 2019-09-11 19:30:14,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46328 763052 3236 206420 816096\nSwap: 0 0 0\n' 2019-09-11 19:30:15,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41300 768144 3208 206356 821216\nSwap: 0 0 0\n' 2019-09-11 19:30:15,134 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=6 END 2019-09-11 19:30:15,134 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=7 START 2019-09-11 19:30:15,135 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:15,535 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46460 762920 3236 206420 815964\nSwap: 0 0 0\n' 2019-09-11 19:30:16,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41396 768048 3208 206356 821120\nSwap: 0 0 0\n' 2019-09-11 19:30:16,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.145' 2019-09-11 19:30:16,437 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:16,439 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=203045i,average.free=756029i,average.shared=3211i,average.total=1015800i,average.used=56725i,free.memory0.available="763868",free.memory0.buff/cache="192240",free.memory0.free="724536",free.memory0.shared="3216",free.memory0.total="1015800",free.memory0.used="99024",free.memory1.available="801144",free.memory1.buff/cache="195164",free.memory1.free="758932",free.memory1.shared="3216",free.memory1.total="1015800",free.memory1.used="61704",free.memory2.available="786384",free.memory2.buff/cache="199568",free.memory2.free="739916",free.memory2.shared="3216",free.memory2.total="1015800",free.memory2.used="76316",free.memory3.available="782400",free.memory3.buff/cache="205300",free.memory3.free="730352",free.memory3.shared="3216",free.memory3.total="1015800",free.memory3.used="80148",free.memory4.available="820844",free.memory4.buff/cache="206360",free.memory4.free="767776",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41664",free.memory5.available="820844",free.memory5.buff/cache="206360",free.memory5.free="767776",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41664",free.memory6.available="820748",free.memory6.buff/cache="206360",free.memory6.free="767680",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41760",free.memory7.available="820940",free.memory7.buff/cache="206360",free.memory7.free="767872",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41568",free.memory8.available="820876",free.memory8.buff/cache="206368",free.memory8.free="767808",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41624",free.memory9.available="820716",free.memory9.buff/cache="206372",free.memory9.free="767648",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41780",max.buff/cache=206372i,max.free=767872i,max.shared=3216i,max.total=1015800i,max.used=99024i 1568230214082930944 2019-09-11 19:30:16,538 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=2 END 2019-09-11 19:30:16,539 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=3 START 2019-09-11 19:30:16,539 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:16,544 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 46208 763172 3236 206420 816216\nSwap: 0 0 0\n' 2019-09-11 19:30:16,545 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:30:16,546 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568230212118385152 2019-09-11 19:30:16,656 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:16,656 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.107 1568230215134295040 2019-09-11 19:30:17,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41396 768048 3208 206356 821120\nSwap: 0 0 0\n' 2019-09-11 19:30:17,544 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46080 763300 3236 206420 816344\nSwap: 0 0 0\n' 2019-09-11 19:30:18,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41236 768208 3208 206356 821152\nSwap: 0 0 0\n' 2019-09-11 19:30:18,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=7 END 2019-09-11 19:30:18,151 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=8 START 2019-09-11 19:30:18,151 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:18,544 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46196 763184 3236 206420 816228\nSwap: 0 0 0\n' 2019-09-11 19:30:19,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41364 768080 3208 206356 821152\nSwap: 0 0 0\n' 2019-09-11 19:30:19,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-11 19:30:19,544 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46444 762936 3236 206420 815980\nSwap: 0 0 0\n' 2019-09-11 19:30:20,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41364 768080 3208 206356 821152\nSwap: 0 0 0\n' 2019-09-11 19:30:20,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46296 763084 3236 206420 816128\nSwap: 0 0 0\n' 2019-09-11 19:30:21,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41364 768080 3208 206356 821216\nSwap: 0 0 0\n' 2019-09-11 19:30:21,166 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=8 END 2019-09-11 19:30:21,167 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=9 START 2019-09-11 19:30:21,167 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:21,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46336 763028 3236 206436 816080\nSwap: 0 0 0\n' 2019-09-11 19:30:21,752 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:21,754 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206241i,average.free=763984i,average.shared=3236i,average.total=1015800i,average.used=45573i,free.memory0.available="818852",free.memory0.buff/cache="205620",free.memory0.free="766552",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="43628",free.memory1.available="818372",free.memory1.buff/cache="205640",free.memory1.free="766056",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44104",free.memory2.available="817788",free.memory2.buff/cache="206328",free.memory2.free="764808",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44664",free.memory3.available="817776",free.memory3.buff/cache="206352",free.memory3.free="764796",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44652",free.memory4.available="815844",free.memory4.buff/cache="206408",free.memory4.free="762808",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46584",free.memory5.available="816056",free.memory5.buff/cache="206408",free.memory5.free="763020",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46372",free.memory6.available="816000",free.memory6.buff/cache="206408",free.memory6.free="762964",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46428",free.memory7.available="815908",free.memory7.buff/cache="206412",free.memory7.free="762872",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46516",free.memory8.available="816096",free.memory8.buff/cache="206420",free.memory8.free="763052",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46328",free.memory9.available="815964",free.memory9.buff/cache="206420",free.memory9.free="762920",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46460",max.buff/cache=206420i,max.free=766552i,max.shared=3236i,max.total=1015800i,max.used=46584i 1568230216538455040 2019-09-11 19:30:21,868 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:30:21,869 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.145 1568230218150388992 2019-09-11 19:30:21,979 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:21,980 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.089 1568230221166422016 2019-09-11 19:30:22,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41388 768048 3208 206364 821120\nSwap: 0 0 0\n' 2019-09-11 19:30:22,178 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-11 19:30:22,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46416 762936 3236 206448 815988\nSwap: 0 0 0\n' 2019-09-11 19:30:23,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41356 768080 3208 206364 821152\nSwap: 0 0 0\n' 2019-09-11 19:30:23,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46272 763084 3236 206444 816136\nSwap: 0 0 0\n' 2019-09-11 19:30:24,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=2 END 2019-09-11 19:30:24,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=3 START 2019-09-11 19:30:24,102 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:24,109 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41404 768032 3208 206364 821112\nSwap: 0 0 0\n' 2019-09-11 19:30:24,181 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=9 END 2019-09-11 19:30:24,182 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=10 START 2019-09-11 19:30:24,182 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:24,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46300 763060 3236 206440 816112\nSwap: 0 0 0\n' 2019-09-11 19:30:25,110 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41316 768120 3208 206364 821200\nSwap: 0 0 0\n' 2019-09-11 19:30:25,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.131' 2019-09-11 19:30:25,546 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46424 762936 3236 206440 815988\nSwap: 0 0 0\n' 2019-09-11 19:30:26,110 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41220 768216 3208 206364 821296\nSwap: 0 0 0\n' 2019-09-11 19:30:26,549 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=3 END 2019-09-11 19:30:26,549 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=4 START 2019-09-11 19:30:26,549 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:26,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 46188 763172 3236 206440 816224\nSwap: 0 0 0\n' 2019-09-11 19:30:27,082 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:27,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206430i,average.free=763072i,average.shared=3236i,average.total=1015800i,average.used=46297i,free.memory0.available="816216",free.memory0.buff/cache="206420",free.memory0.free="763172",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="46208",free.memory1.available="816344",free.memory1.buff/cache="206420",free.memory1.free="763300",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46080",free.memory2.available="816228",free.memory2.buff/cache="206420",free.memory2.free="763184",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46196",free.memory3.available="815980",free.memory3.buff/cache="206420",free.memory3.free="762936",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46444",free.memory4.available="816128",free.memory4.buff/cache="206420",free.memory4.free="763084",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46296",free.memory5.available="816080",free.memory5.buff/cache="206436",free.memory5.free="763028",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46336",free.memory6.available="815988",free.memory6.buff/cache="206448",free.memory6.free="762936",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46416",free.memory7.available="816136",free.memory7.buff/cache="206444",free.memory7.free="763084",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46272",free.memory8.available="816112",free.memory8.buff/cache="206440",free.memory8.free="763060",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46300",free.memory9.available="815988",free.memory9.buff/cache="206440",free.memory9.free="762936",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46424",max.buff/cache=206448i,max.free=763300i,max.shared=3236i,max.total=1015800i,max.used=46444i 1568230226549021952 2019-09-11 19:30:27,111 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 768184 3208 206364 821264\nSwap: 0 0 0\n' 2019-09-11 19:30:27,198 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=10 END 2019-09-11 19:30:27,199 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=11 START 2019-09-11 19:30:27,199 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:27,213 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:27,215 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206357i,average.free=768083i,average.shared=3208i,average.total=1015800i,average.used=41359i,free.memory0.available="821088",free.memory0.buff/cache="206356",free.memory0.free="768016",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41428",free.memory1.available="821216",free.memory1.buff/cache="206356",free.memory1.free="768144",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41300",free.memory2.available="821120",free.memory2.buff/cache="206356",free.memory2.free="768048",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41396",free.memory3.available="821120",free.memory3.buff/cache="206356",free.memory3.free="768048",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41396",free.memory4.available="821152",free.memory4.buff/cache="206356",free.memory4.free="768208",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41236",free.memory5.available="821152",free.memory5.buff/cache="206356",free.memory5.free="768080",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41364",free.memory6.available="821152",free.memory6.buff/cache="206356",free.memory6.free="768080",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41364",free.memory7.available="821216",free.memory7.buff/cache="206356",free.memory7.free="768080",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41364",free.memory8.available="821120",free.memory8.buff/cache="206364",free.memory8.free="768048",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41388",free.memory9.available="821152",free.memory9.buff/cache="206364",free.memory9.free="768080",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41356",max.buff/cache=206364i,max.free=768208i,max.shared=3208i,max.total=1015800i,max.used=41428i 1568230224101175040 2019-09-11 19:30:27,316 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:30:27,317 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.088 1568230224181554176 2019-09-11 19:30:27,413 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:27,413 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.131 1568230227198471936 2019-09-11 19:30:27,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46420 762932 3236 206448 815992\nSwap: 0 0 0\n' 2019-09-11 19:30:28,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46864 762488 3236 206448 815548\nSwap: 0 0 0\n' 2019-09-11 19:30:28,846 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41348 768088 3208 206364 821168\nSwap: 0 0 0\n' 2019-09-11 19:30:29,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46864 762488 3236 206448 815548\nSwap: 0 0 0\n' 2019-09-11 19:30:29,846 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41188 768248 3208 206364 821328\nSwap: 0 0 0\n' 2019-09-11 19:30:30,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46840 762512 3236 206448 815572\nSwap: 0 0 0\n' 2019-09-11 19:30:30,846 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41180 768248 3208 206372 821328\nSwap: 0 0 0\n' 2019-09-11 19:30:31,249 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19875988 , "packets_per_second":978218, "flows":2, "errors":0 }\n' 2019-09-11 19:30:31,251 [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-11 19:30:31,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18616472' 2019-09-11 19:30:31,263 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1259516 - Lost ppm 63369 2019-09-11 19:30:31,263 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 63369 > sla_max_ppm 1000; ',) 2019-09-11 19:30:31,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46024 763328 3236 206448 816388\nSwap: 0 0 0\n' 2019-09-11 19:30:31,846 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41744 767684 3208 206372 820776\nSwap: 0 0 0\n' 2019-09-11 19:30:32,266 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15063 seq=1 END 2019-09-11 19:30:32,267 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15063 seq=2 START 2019-09-11 19:30:32,267 [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-11 19:30:32,279 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 1 64 20 1 1000000 2019-09-11 19:30:32,516 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:32,517 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2i,packets_per_second=978218i,packets_received=18616472i,packets_sent=19875988i,packetsize=64i,ppm=63369.0 1568230232266168064 2019-09-11 19:30:32,556 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45464 763908 3236 206428 816980\nSwap: 0 0 0\n' 2019-09-11 19:30:32,847 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41744 767684 3208 206372 820776\nSwap: 0 0 0\n' 2019-09-11 19:30:33,556 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45432 763940 3236 206428 817012\nSwap: 0 0 0\n' 2019-09-11 19:30:33,848 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41744 767684 3208 206372 820776\nSwap: 0 0 0\n' 2019-09-11 19:30:34,556 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 47060 762304 3236 206436 815376\nSwap: 0 0 0\n' 2019-09-11 19:30:34,850 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=3 END 2019-09-11 19:30:34,851 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=4 START 2019-09-11 19:30:34,851 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:34,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41268 768160 3208 206372 821252\nSwap: 0 0 0\n' 2019-09-11 19:30:35,557 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 47060 762304 3236 206436 815376\nSwap: 0 0 0\n' 2019-09-11 19:30:35,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41212 768224 3208 206364 821316\nSwap: 0 0 0\n' 2019-09-11 19:30:36,559 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=4 END 2019-09-11 19:30:36,560 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=5 START 2019-09-11 19:30:36,560 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:36,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 47076 762288 3236 206436 815360\nSwap: 0 0 0\n' 2019-09-11 19:30:36,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41268 768160 3208 206372 821252\nSwap: 0 0 0\n' 2019-09-11 19:30:37,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 47052 762304 3236 206444 815376\nSwap: 0 0 0\n' 2019-09-11 19:30:37,692 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:37,694 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206440i,average.free=762937i,average.shared=3236i,average.total=1015800i,average.used=46421i,free.memory0.available="816224",free.memory0.buff/cache="206440",free.memory0.free="763172",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="46188",free.memory1.available="815992",free.memory1.buff/cache="206448",free.memory1.free="762932",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46420",free.memory2.available="815548",free.memory2.buff/cache="206448",free.memory2.free="762488",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46864",free.memory3.available="815548",free.memory3.buff/cache="206448",free.memory3.free="762488",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46864",free.memory4.available="815572",free.memory4.buff/cache="206448",free.memory4.free="762512",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46840",free.memory5.available="816388",free.memory5.buff/cache="206448",free.memory5.free="763328",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46024",free.memory6.available="816980",free.memory6.buff/cache="206428",free.memory6.free="763908",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45464",free.memory7.available="817012",free.memory7.buff/cache="206428",free.memory7.free="763940",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45432",free.memory8.available="815376",free.memory8.buff/cache="206436",free.memory8.free="762304",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="47060",free.memory9.available="815376",free.memory9.buff/cache="206436",free.memory9.free="762304",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="47060",max.buff/cache=206448i,max.free=763940i,max.shared=3236i,max.total=1015800i,max.used=47060i 1568230236559834112 2019-09-11 19:30:37,813 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:37,815 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206367i,average.free=768018i,average.shared=3208i,average.total=1015800i,average.used=41414i,free.memory0.available="821112",free.memory0.buff/cache="206364",free.memory0.free="768032",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41404",free.memory1.available="821200",free.memory1.buff/cache="206364",free.memory1.free="768120",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41316",free.memory2.available="821296",free.memory2.buff/cache="206364",free.memory2.free="768216",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41220",free.memory3.available="821264",free.memory3.buff/cache="206364",free.memory3.free="768184",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41252",free.memory4.available="821168",free.memory4.buff/cache="206364",free.memory4.free="768088",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41348",free.memory5.available="821328",free.memory5.buff/cache="206364",free.memory5.free="768248",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41188",free.memory6.available="821328",free.memory6.buff/cache="206372",free.memory6.free="768248",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41180",free.memory7.available="820776",free.memory7.buff/cache="206372",free.memory7.free="767684",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41744",free.memory8.available="820776",free.memory8.buff/cache="206372",free.memory8.free="767684",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41744",free.memory9.available="820776",free.memory9.buff/cache="206372",free.memory9.free="767684",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41744",max.buff/cache=206372i,max.free=768248i,max.shared=3208i,max.total=1015800i,max.used=41744i 1568230234850444032 2019-09-11 19:30:37,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41204 768224 3208 206372 821316\nSwap: 0 0 0\n' 2019-09-11 19:30:38,208 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC070-76e29670' timeout 2019-09-11 19:30:38,209 [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-11 19:30:38,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46452 762896 3236 206452 815972\nSwap: 0 0 0\n' 2019-09-11 19:30:38,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41300 768128 3208 206372 821220\nSwap: 0 0 0\n' 2019-09-11 19:30:39,211 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=11 END 2019-09-11 19:30:39,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=12 START 2019-09-11 19:30:39,212 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:39,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46508 762840 3236 206452 815920\nSwap: 0 0 0\n' 2019-09-11 19:30:39,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41236 768224 3208 206340 821324\nSwap: 0 0 0\n' 2019-09-11 19:30:40,222 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.077' 2019-09-11 19:30:40,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46568 762780 3236 206452 815860\nSwap: 0 0 0\n' 2019-09-11 19:30:40,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41172 768288 3208 206340 821388\nSwap: 0 0 0\n' 2019-09-11 19:30:41,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46420 762928 3236 206452 816008\nSwap: 0 0 0\n' 2019-09-11 19:30:41,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41364 768096 3208 206340 821196\nSwap: 0 0 0\n' 2019-09-11 19:30:42,227 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=12 END 2019-09-11 19:30:42,227 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=13 START 2019-09-11 19:30:42,228 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:42,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46412 762936 3236 206452 816016\nSwap: 0 0 0\n' 2019-09-11 19:30:42,936 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:30:42,936 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=999999.0 1568230239211532032 2019-09-11 19:30:42,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41268 768192 3208 206340 821292\nSwap: 0 0 0\n' 2019-09-11 19:30:43,123 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:43,124 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.077 1568230242227108096 2019-09-11 19:30:43,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-11 19:30:43,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46504 762844 3236 206452 815924\nSwap: 0 0 0\n' 2019-09-11 19:30:43,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41228 768224 3208 206348 821324\nSwap: 0 0 0\n' 2019-09-11 19:30:44,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46356 762992 3236 206452 816072\nSwap: 0 0 0\n' 2019-09-11 19:30:44,952 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=4 END 2019-09-11 19:30:44,953 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=5 START 2019-09-11 19:30:44,953 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:44,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41376 768076 3208 206348 821184\nSwap: 0 0 0\n' 2019-09-11 19:30:45,242 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=13 END 2019-09-11 19:30:45,243 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=14 START 2019-09-11 19:30:45,243 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:45,568 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46412 762936 3236 206452 816016\nSwap: 0 0 0\n' 2019-09-11 19:30:45,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41344 768108 3208 206348 821216\nSwap: 0 0 0\n' 2019-09-11 19:30:46,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:30:46,570 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=5 END 2019-09-11 19:30:46,571 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=6 START 2019-09-11 19:30:46,571 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:46,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 46120 763232 3236 206448 816312\nSwap: 0 0 0\n' 2019-09-11 19:30:46,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41440 768012 3208 206348 821120\nSwap: 0 0 0\n' 2019-09-11 19:30:47,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46104 763240 3236 206456 816328\nSwap: 0 0 0\n' 2019-09-11 19:30:47,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41344 768108 3208 206348 821216\nSwap: 0 0 0\n' 2019-09-11 19:30:48,254 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:48,256 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206449i,average.free=762774i,average.shared=3236i,average.total=1015800i,average.used=46576i,free.memory0.available="815360",free.memory0.buff/cache="206436",free.memory0.free="762288",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="47076",free.memory1.available="815376",free.memory1.buff/cache="206444",free.memory1.free="762304",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="47052",free.memory2.available="815972",free.memory2.buff/cache="206452",free.memory2.free="762896",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46452",free.memory3.available="815920",free.memory3.buff/cache="206452",free.memory3.free="762840",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46508",free.memory4.available="815860",free.memory4.buff/cache="206452",free.memory4.free="762780",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46568",free.memory5.available="816008",free.memory5.buff/cache="206452",free.memory5.free="762928",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46420",free.memory6.available="816016",free.memory6.buff/cache="206452",free.memory6.free="762936",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46412",free.memory7.available="815924",free.memory7.buff/cache="206452",free.memory7.free="762844",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46504",free.memory8.available="816072",free.memory8.buff/cache="206452",free.memory8.free="762992",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46356",free.memory9.available="816016",free.memory9.buff/cache="206452",free.memory9.free="762936",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46412",max.buff/cache=206452i,max.free=762992i,max.shared=3236i,max.total=1015800i,max.used=47076i 1568230246570686976 2019-09-11 19:30:48,258 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=14 END 2019-09-11 19:30:48,259 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=15 START 2019-09-11 19:30:48,259 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:48,363 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206356i,average.free=768192i,average.shared=3208i,average.total=1015800i,average.used=41252i,free.memory0.available="821252",free.memory0.buff/cache="206372",free.memory0.free="768160",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41268",free.memory1.available="821316",free.memory1.buff/cache="206364",free.memory1.free="768224",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41212",free.memory2.available="821252",free.memory2.buff/cache="206372",free.memory2.free="768160",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41268",free.memory3.available="821316",free.memory3.buff/cache="206372",free.memory3.free="768224",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41204",free.memory4.available="821220",free.memory4.buff/cache="206372",free.memory4.free="768128",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41300",free.memory5.available="821324",free.memory5.buff/cache="206340",free.memory5.free="768224",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41236",free.memory6.available="821388",free.memory6.buff/cache="206340",free.memory6.free="768288",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41172",free.memory7.available="821196",free.memory7.buff/cache="206340",free.memory7.free="768096",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41364",free.memory8.available="821292",free.memory8.buff/cache="206340",free.memory8.free="768192",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41268",free.memory9.available="821324",free.memory9.buff/cache="206348",free.memory9.free="768224",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41228",max.buff/cache=206372i,max.free=768288i,max.shared=3208i,max.total=1015800i,max.used=41364i 1568230244952364800 2019-09-11 19:30:48,467 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:30:48,468 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.108 1568230245242894848 2019-09-11 19:30:48,565 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:48,566 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568230248258713088 2019-09-11 19:30:48,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46220 763124 3236 206456 816212\nSwap: 0 0 0\n' 2019-09-11 19:30:48,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41408 768044 3208 206348 821152\nSwap: 0 0 0\n' 2019-09-11 19:30:49,270 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:30:49,579 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46500 762844 3236 206456 815932\nSwap: 0 0 0\n' 2019-09-11 19:30:49,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41408 768044 3208 206348 821152\nSwap: 0 0 0\n' 2019-09-11 19:30:50,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46544 762800 3236 206456 815888\nSwap: 0 0 0\n' 2019-09-11 19:30:50,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41440 768012 3208 206348 821120\nSwap: 0 0 0\n' 2019-09-11 19:30:51,274 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=15 END 2019-09-11 19:30:51,275 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=16 START 2019-09-11 19:30:51,275 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:51,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46568 762776 3236 206456 815864\nSwap: 0 0 0\n' 2019-09-11 19:30:51,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41376 768076 3208 206348 821184\nSwap: 0 0 0\n' 2019-09-11 19:30:52,286 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:30:52,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46692 762652 3236 206456 815740\nSwap: 0 0 0\n' 2019-09-11 19:30:52,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41312 768140 3208 206348 821248\nSwap: 0 0 0\n' 2019-09-11 19:30:53,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46504 762832 3236 206464 815928\nSwap: 0 0 0\n' 2019-09-11 19:30:53,666 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:53,667 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568230251274874880 2019-09-11 19:30:53,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41336 768108 3208 206356 821280\nSwap: 0 0 0\n' 2019-09-11 19:30:54,291 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=16 END 2019-09-11 19:30:54,291 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=17 START 2019-09-11 19:30:54,291 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:54,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45836 763500 3236 206464 816600\nSwap: 0 0 0\n' 2019-09-11 19:30:54,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=5 END 2019-09-11 19:30:54,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=6 START 2019-09-11 19:30:54,988 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:54,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41344 768100 3208 206356 821216\nSwap: 0 0 0\n' 2019-09-11 19:30:55,300 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-11 19:30:55,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19914239 , "packets_per_second":999960, "flows":2, "errors":0 }\n' 2019-09-11 19:30:55,475 [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-11 19:30:55,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19046447' 2019-09-11 19:30:55,484 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 867792 - Lost ppm 43577 2019-09-11 19:30:55,485 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 43577 > sla_max_ppm 1000; ',) 2019-09-11 19:30:55,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44744 764596 3236 206460 817696\nSwap: 0 0 0\n' 2019-09-11 19:30:55,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41616 767828 3208 206356 820944\nSwap: 0 0 0\n' 2019-09-11 19:30:56,486 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15063 seq=2 END 2019-09-11 19:30:56,487 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:30:56,487 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:30:56,487 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:30:56,509 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:30:56,509 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2i,packets_per_second=999960i,packets_received=19046447i,packets_sent=19914239i,packetsize=64i,ppm=43577.0 1568230256486752000 2019-09-11 19:30:56,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=6 END 2019-09-11 19:30:56,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=7 START 2019-09-11 19:30:56,581 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:30:56,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 42704 766784 3208 206312 819872\nSwap: 0 0 0\n' 2019-09-11 19:30:56,617 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:30:56,618 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:30:56,620 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:30:56,631 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:30:56,632 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.121 2019-09-11 19:30:56,633 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.121 2019-09-11 19:30:56,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:30:56,907 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.127 2019-09-11 19:30:56,908 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.127 2019-09-11 19:30:56,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41668 767660 3208 206472 820896\nSwap: 0 0 0\n' 2019-09-11 19:30:57,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:30:57,304 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=17 END 2019-09-11 19:30:57,304 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=18 START 2019-09-11 19:30:57,305 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:30:57,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44972 764464 3236 206364 817544\nSwap: 0 0 0\n' 2019-09-11 19:30:57,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41668 767660 3208 206472 820896\nSwap: 0 0 0\n' 2019-09-11 19:30:58,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:30:58,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45176 764248 3236 206376 817328\nSwap: 0 0 0\n' 2019-09-11 19:30:58,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41668 767660 3208 206472 820896\nSwap: 0 0 0\n' 2019-09-11 19:30:59,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45024 764396 3236 206380 817492\nSwap: 0 0 0\n' 2019-09-11 19:30:59,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41636 767692 3208 206472 820928\nSwap: 0 0 0\n' 2019-09-11 19:31:00,264 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15078 seq=1 START 2019-09-11 19:31:00,265 [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-11 19:31:00,279 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 10 64 20 1 1000000 2019-09-11 19:31:00,388 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=18 END 2019-09-11 19:31:00,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=19 START 2019-09-11 19:31:00,389 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:00,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44184 765216 3236 206400 818312\nSwap: 0 0 0\n' 2019-09-11 19:31:00,994 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41612 767692 3208 206496 820936\nSwap: 0 0 0\n' 2019-09-11 19:31:01,398 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-11 19:31:01,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44400 765000 3236 206400 818096\nSwap: 0 0 0\n' 2019-09-11 19:31:01,626 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:01,629 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206457i,average.free=763159i,average.shared=3236i,average.total=1015800i,average.used=46183i,free.memory0.available="816312",free.memory0.buff/cache="206448",free.memory0.free="763232",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="46120",free.memory1.available="816328",free.memory1.buff/cache="206456",free.memory1.free="763240",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46104",free.memory2.available="816212",free.memory2.buff/cache="206456",free.memory2.free="763124",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46220",free.memory3.available="815932",free.memory3.buff/cache="206456",free.memory3.free="762844",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46500",free.memory4.available="815888",free.memory4.buff/cache="206456",free.memory4.free="762800",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46544",free.memory5.available="815864",free.memory5.buff/cache="206456",free.memory5.free="762776",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46568",free.memory6.available="815740",free.memory6.buff/cache="206456",free.memory6.free="762652",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46692",free.memory7.available="815928",free.memory7.buff/cache="206464",free.memory7.free="762832",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46504",free.memory8.available="816600",free.memory8.buff/cache="206464",free.memory8.free="763500",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45836",free.memory9.available="817696",free.memory9.buff/cache="206460",free.memory9.free="764596",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44744",max.buff/cache=206464i,max.free=764596i,max.shared=3236i,max.total=1015800i,max.used=46692i 1568230256580950016 2019-09-11 19:31:01,775 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:01,778 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206348i,average.free=768072i,average.shared=3208i,average.total=1015800i,average.used=41378i,free.memory0.available="821184",free.memory0.buff/cache="206348",free.memory0.free="768076",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41376",free.memory1.available="821216",free.memory1.buff/cache="206348",free.memory1.free="768108",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41344",free.memory2.available="821120",free.memory2.buff/cache="206348",free.memory2.free="768012",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41440",free.memory3.available="821216",free.memory3.buff/cache="206348",free.memory3.free="768108",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41344",free.memory4.available="821152",free.memory4.buff/cache="206348",free.memory4.free="768044",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41408",free.memory5.available="821152",free.memory5.buff/cache="206348",free.memory5.free="768044",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41408",free.memory6.available="821120",free.memory6.buff/cache="206348",free.memory6.free="768012",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41440",free.memory7.available="821184",free.memory7.buff/cache="206348",free.memory7.free="768076",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41376",free.memory8.available="821248",free.memory8.buff/cache="206348",free.memory8.free="768140",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41312",free.memory9.available="821280",free.memory9.buff/cache="206356",free.memory9.free="768108",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41336",max.buff/cache=206356i,max.free=768140i,max.shared=3208i,max.total=1015800i,max.used=41440i 1568230254988205056 2019-09-11 19:31:01,886 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:31:01,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568230254290972928 2019-09-11 19:31:01,993 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:31:01,994 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41188 768120 3208 206492 821368\nSwap: 0 0 0\n' 2019-09-11 19:31:01,994 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.112 1568230257304291072 2019-09-11 19:31:02,094 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:02,095 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568230260388706048 2019-09-11 19:31:02,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45640 763760 3236 206400 816856\nSwap: 0 0 0\n' 2019-09-11 19:31:02,994 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41188 768120 3208 206492 821368\nSwap: 0 0 0\n' 2019-09-11 19:31:03,402 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=19 END 2019-09-11 19:31:03,402 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=20 START 2019-09-11 19:31:03,403 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:03,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45788 763612 3236 206400 816708\nSwap: 0 0 0\n' 2019-09-11 19:31:04,415 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:31:04,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46184 763208 3236 206408 816304\nSwap: 0 0 0\n' 2019-09-11 19:31:04,997 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=6 END 2019-09-11 19:31:04,998 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=7 START 2019-09-11 19:31:04,998 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:05,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41080 768228 3208 206492 821476\nSwap: 0 0 0\n' 2019-09-11 19:31:05,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45904 763480 3236 206416 816584\nSwap: 0 0 0\n' 2019-09-11 19:31:06,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41080 768228 3208 206492 821476\nSwap: 0 0 0\n' 2019-09-11 19:31:06,419 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=20 END 2019-09-11 19:31:06,420 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=21 START 2019-09-11 19:31:06,420 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:06,591 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=7 END 2019-09-11 19:31:06,592 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=8 START 2019-09-11 19:31:06,592 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:06,597 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45756 763628 3236 206416 816732\nSwap: 0 0 0\n' 2019-09-11 19:31:07,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40984 768324 3208 206492 821636\nSwap: 0 0 0\n' 2019-09-11 19:31:07,189 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:07,191 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206385i,average.free=764416i,average.shared=3233i,average.total=1015800i,average.used=44997i,free.memory0.available="819872",free.memory0.buff/cache="206312",free.memory0.free="766784",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="42704",free.memory1.available="817544",free.memory1.buff/cache="206364",free.memory1.free="764464",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44972",free.memory2.available="817328",free.memory2.buff/cache="206376",free.memory2.free="764248",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45176",free.memory3.available="817492",free.memory3.buff/cache="206380",free.memory3.free="764396",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45024",free.memory4.available="818312",free.memory4.buff/cache="206400",free.memory4.free="765216",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44184",free.memory5.available="818096",free.memory5.buff/cache="206400",free.memory5.free="765000",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44400",free.memory6.available="816856",free.memory6.buff/cache="206400",free.memory6.free="763760",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45640",free.memory7.available="816708",free.memory7.buff/cache="206400",free.memory7.free="763612",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45788",free.memory8.available="816304",free.memory8.buff/cache="206408",free.memory8.free="763208",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46184",free.memory9.available="816584",free.memory9.buff/cache="206416",free.memory9.free="763480",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45904",max.buff/cache=206416i,max.free=766784i,max.shared=3236i,max.total=1015800i,max.used=46184i 1568230266591798016 2019-09-11 19:31:07,303 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:07,305 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206453i,average.free=767836i,average.shared=3208i,average.total=1015800i,average.used=41509i,free.memory0.available="821216",free.memory0.buff/cache="206356",free.memory0.free="768100",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41344",free.memory1.available="820944",free.memory1.buff/cache="206356",free.memory1.free="767828",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41616",free.memory2.available="820896",free.memory2.buff/cache="206472",free.memory2.free="767660",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41668",free.memory3.available="820896",free.memory3.buff/cache="206472",free.memory3.free="767660",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41668",free.memory4.available="820896",free.memory4.buff/cache="206472",free.memory4.free="767660",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41668",free.memory5.available="820928",free.memory5.buff/cache="206472",free.memory5.free="767692",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41636",free.memory6.available="820936",free.memory6.buff/cache="206496",free.memory6.free="767692",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41612",free.memory7.available="821368",free.memory7.buff/cache="206492",free.memory7.free="768120",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41188",free.memory8.available="821368",free.memory8.buff/cache="206492",free.memory8.free="768120",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41188",max.buff/cache=206496i,max.free=768120i,max.shared=3208i,max.total=1015800i,max.used=41668i 1568230264997523968 2019-09-11 19:31:07,403 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:31:07,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.088 1568230263402259200 2019-09-11 19:31:07,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-11 19:31:07,506 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:07,506 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568230266419461120 2019-09-11 19:31:07,597 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46116 763268 3236 206416 816372\nSwap: 0 0 0\n' 2019-09-11 19:31:08,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 768356 3208 206500 821604\nSwap: 0 0 0\n' 2019-09-11 19:31:08,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45872 763512 3236 206416 816616\nSwap: 0 0 0\n' 2019-09-11 19:31:09,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41040 768260 3208 206500 821508\nSwap: 0 0 0\n' 2019-09-11 19:31:09,435 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=21 END 2019-09-11 19:31:09,435 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=22 START 2019-09-11 19:31:09,436 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:09,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45956 763428 3236 206416 816532\nSwap: 0 0 0\n' 2019-09-11 19:31:10,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41040 768260 3208 206500 821508\nSwap: 0 0 0\n' 2019-09-11 19:31:10,444 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.077' 2019-09-11 19:31:10,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46272 763112 3236 206416 816216\nSwap: 0 0 0\n' 2019-09-11 19:31:11,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40912 768388 3208 206500 821636\nSwap: 0 0 0\n' 2019-09-11 19:31:11,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46032 763352 3236 206416 816456\nSwap: 0 0 0\n' 2019-09-11 19:31:12,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41008 768292 3208 206500 821604\nSwap: 0 0 0\n' 2019-09-11 19:31:12,448 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=22 END 2019-09-11 19:31:12,449 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=23 START 2019-09-11 19:31:12,449 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:12,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46084 763300 3236 206416 816404\nSwap: 0 0 0\n' 2019-09-11 19:31:12,605 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:31:12,606 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.082 1568230269435129856 2019-09-11 19:31:12,743 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:12,744 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.077 1568230272448441088 2019-09-11 19:31:13,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41040 768260 3208 206500 821508\nSwap: 0 0 0\n' 2019-09-11 19:31:13,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:31:13,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46232 763144 3236 206424 816256\nSwap: 0 0 0\n' 2019-09-11 19:31:14,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 768356 3208 206500 821604\nSwap: 0 0 0\n' 2019-09-11 19:31:14,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46052 763324 3236 206424 816436\nSwap: 0 0 0\n' 2019-09-11 19:31:15,026 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=7 END 2019-09-11 19:31:15,026 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=8 START 2019-09-11 19:31:15,027 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:15,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41096 768204 3208 206500 821460\nSwap: 0 0 0\n' 2019-09-11 19:31:15,463 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=23 END 2019-09-11 19:31:15,463 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=24 START 2019-09-11 19:31:15,464 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:15,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46092 763284 3236 206424 816396\nSwap: 0 0 0\n' 2019-09-11 19:31:16,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 768364 3208 206500 821620\nSwap: 0 0 0\n' 2019-09-11 19:31:16,475 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.157' 2019-09-11 19:31:16,601 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=8 END 2019-09-11 19:31:16,602 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=9 START 2019-09-11 19:31:16,602 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:16,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45812 763564 3236 206424 816676\nSwap: 0 0 0\n' 2019-09-11 19:31:17,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40960 768332 3208 206508 821652\nSwap: 0 0 0\n' 2019-09-11 19:31:17,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45804 763572 3236 206424 816684\nSwap: 0 0 0\n' 2019-09-11 19:31:17,853 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:17,855 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206418i,average.free=763335i,average.shared=3236i,average.total=1015800i,average.used=46046i,free.memory0.available="816732",free.memory0.buff/cache="206416",free.memory0.free="763628",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45756",free.memory1.available="816372",free.memory1.buff/cache="206416",free.memory1.free="763268",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46116",free.memory2.available="816616",free.memory2.buff/cache="206416",free.memory2.free="763512",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45872",free.memory3.available="816532",free.memory3.buff/cache="206416",free.memory3.free="763428",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45956",free.memory4.available="816216",free.memory4.buff/cache="206416",free.memory4.free="763112",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46272",free.memory5.available="816456",free.memory5.buff/cache="206416",free.memory5.free="763352",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46032",free.memory6.available="816404",free.memory6.buff/cache="206416",free.memory6.free="763300",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46084",free.memory7.available="816256",free.memory7.buff/cache="206424",free.memory7.free="763144",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46232",free.memory8.available="816436",free.memory8.buff/cache="206424",free.memory8.free="763324",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46052",free.memory9.available="816396",free.memory9.buff/cache="206424",free.memory9.free="763284",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46092",max.buff/cache=206424i,max.free=763628i,max.shared=3236i,max.total=1015800i,max.used=46272i 1568230276601822976 2019-09-11 19:31:17,982 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:17,984 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206497i,average.free=768295i,average.shared=3208i,average.total=1015800i,average.used=41007i,free.memory0.available="821476",free.memory0.buff/cache="206492",free.memory0.free="768228",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41080",free.memory1.available="821476",free.memory1.buff/cache="206492",free.memory1.free="768228",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41080",free.memory2.available="821636",free.memory2.buff/cache="206492",free.memory2.free="768324",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40984",free.memory3.available="821604",free.memory3.buff/cache="206500",free.memory3.free="768356",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40944",free.memory4.available="821508",free.memory4.buff/cache="206500",free.memory4.free="768260",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41040",free.memory5.available="821508",free.memory5.buff/cache="206500",free.memory5.free="768260",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41040",free.memory6.available="821636",free.memory6.buff/cache="206500",free.memory6.free="768388",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40912",free.memory7.available="821604",free.memory7.buff/cache="206500",free.memory7.free="768292",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41008",free.memory8.available="821508",free.memory8.buff/cache="206500",free.memory8.free="768260",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41040",free.memory9.available="821604",free.memory9.buff/cache="206500",free.memory9.free="768356",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40944",max.buff/cache=206500i,max.free=768388i,max.shared=3208i,max.total=1015800i,max.used=41080i 1568230275026045184 2019-09-11 19:31:18,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41056 768236 3208 206508 821492\nSwap: 0 0 0\n' 2019-09-11 19:31:18,108 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:18,109 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568230275463154176 2019-09-11 19:31:18,479 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=24 END 2019-09-11 19:31:18,479 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=25 START 2019-09-11 19:31:18,480 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:18,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45920 763456 3236 206424 816568\nSwap: 0 0 0\n' 2019-09-11 19:31:19,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40928 768364 3208 206508 821428\nSwap: 0 0 0\n' 2019-09-11 19:31:19,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.132' 2019-09-11 19:31:19,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46192 763176 3236 206432 816296\nSwap: 0 0 0\n' 2019-09-11 19:31:20,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41056 768236 3208 206508 821492\nSwap: 0 0 0\n' 2019-09-11 19:31:20,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46012 763356 3236 206432 816476\nSwap: 0 0 0\n' 2019-09-11 19:31:21,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41088 768204 3208 206508 821460\nSwap: 0 0 0\n' 2019-09-11 19:31:21,493 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=25 END 2019-09-11 19:31:21,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=26 START 2019-09-11 19:31:21,494 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:21,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46036 763332 3236 206432 816452\nSwap: 0 0 0\n' 2019-09-11 19:31:22,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41056 768236 3208 206508 821492\nSwap: 0 0 0\n' 2019-09-11 19:31:22,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:31:22,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45856 763512 3236 206432 816632\nSwap: 0 0 0\n' 2019-09-11 19:31:23,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40928 768364 3208 206508 821620\nSwap: 0 0 0\n' 2019-09-11 19:31:23,207 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:31:23,208 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.157 1568230278479173888 2019-09-11 19:31:23,308 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.132 1568230281493787904 2019-09-11 19:31:23,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19903018 , "packets_per_second":999953, "flows":110, "errors":0 }\n' 2019-09-11 19:31:23,505 [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-11 19:31:23,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19094325' 2019-09-11 19:31:23,517 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 808693 - Lost ppm 40632 2019-09-11 19:31:23,518 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 40632 > sla_max_ppm 1000; ',) 2019-09-11 19:31:23,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44520 764848 3236 206432 817968\nSwap: 0 0 0\n' 2019-09-11 19:31:24,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41176 768116 3208 206508 821380\nSwap: 0 0 0\n' 2019-09-11 19:31:24,507 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=26 END 2019-09-11 19:31:24,508 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=27 START 2019-09-11 19:31:24,508 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:24,522 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15078 seq=1 END 2019-09-11 19:31:24,523 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15078 seq=2 START 2019-09-11 19:31:24,523 [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-11 19:31:24,535 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 10 64 20 1 1000000 2019-09-11 19:31:24,609 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44180 765180 3236 206440 818304\nSwap: 0 0 0\n' 2019-09-11 19:31:25,060 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=8 END 2019-09-11 19:31:25,061 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=9 START 2019-09-11 19:31:25,061 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:25,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40892 768400 3208 206508 821664\nSwap: 0 0 0\n' 2019-09-11 19:31:25,517 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-11 19:31:25,609 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44400 764960 3236 206440 818088\nSwap: 0 0 0\n' 2019-09-11 19:31:26,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40852 768432 3208 206516 821696\nSwap: 0 0 0\n' 2019-09-11 19:31:26,612 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=9 END 2019-09-11 19:31:26,612 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=10 START 2019-09-11 19:31:26,613 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:26,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 43876 765484 3236 206440 818612\nSwap: 0 0 0\n' 2019-09-11 19:31:27,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41044 768240 3208 206516 821568\nSwap: 0 0 0\n' 2019-09-11 19:31:27,522 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=27 END 2019-09-11 19:31:27,522 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=28 START 2019-09-11 19:31:27,523 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:27,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45684 763676 3236 206440 816804\nSwap: 0 0 0\n' 2019-09-11 19:31:28,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40980 768304 3208 206516 821568\nSwap: 0 0 0\n' 2019-09-11 19:31:28,403 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:28,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=110i,packets_per_second=999953i,packets_received=19094325i,packets_sent=19903018i,packetsize=64i,ppm=40632.0 1568230284521668864 2019-09-11 19:31:28,535 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:31:28,545 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:28,547 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206431i,average.free=763895i,average.shared=3236i,average.total=1015800i,average.used=45473i,free.memory0.available="816676",free.memory0.buff/cache="206424",free.memory0.free="763564",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45812",free.memory1.available="816684",free.memory1.buff/cache="206424",free.memory1.free="763572",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45804",free.memory2.available="816568",free.memory2.buff/cache="206424",free.memory2.free="763456",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45920",free.memory3.available="816296",free.memory3.buff/cache="206432",free.memory3.free="763176",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46192",free.memory4.available="816476",free.memory4.buff/cache="206432",free.memory4.free="763356",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46012",free.memory5.available="816452",free.memory5.buff/cache="206432",free.memory5.free="763332",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46036",free.memory6.available="816632",free.memory6.buff/cache="206432",free.memory6.free="763512",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45856",free.memory7.available="817968",free.memory7.buff/cache="206432",free.memory7.free="764848",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44520",free.memory8.available="818304",free.memory8.buff/cache="206440",free.memory8.free="765180",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44180",free.memory9.available="818088",free.memory9.buff/cache="206440",free.memory9.free="764960",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44400",max.buff/cache=206440i,max.free=765180i,max.shared=3236i,max.total=1015800i,max.used=46192i 1568230286612164864 2019-09-11 19:31:28,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46088 763272 3236 206440 816400\nSwap: 0 0 0\n' 2019-09-11 19:31:28,640 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:28,642 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206506i,average.free=768265i,average.shared=3208i,average.total=1015800i,average.used=41028i,free.memory0.available="821460",free.memory0.buff/cache="206500",free.memory0.free="768204",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41096",free.memory1.available="821620",free.memory1.buff/cache="206500",free.memory1.free="768364",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40936",free.memory2.available="821652",free.memory2.buff/cache="206508",free.memory2.free="768332",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40960",free.memory3.available="821492",free.memory3.buff/cache="206508",free.memory3.free="768236",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41056",free.memory4.available="821428",free.memory4.buff/cache="206508",free.memory4.free="768364",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40928",free.memory5.available="821492",free.memory5.buff/cache="206508",free.memory5.free="768236",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41056",free.memory6.available="821460",free.memory6.buff/cache="206508",free.memory6.free="768204",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41088",free.memory7.available="821492",free.memory7.buff/cache="206508",free.memory7.free="768236",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41056",free.memory8.available="821620",free.memory8.buff/cache="206508",free.memory8.free="768364",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40928",free.memory9.available="821380",free.memory9.buff/cache="206508",free.memory9.free="768116",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41176",max.buff/cache=206508i,max.free=768364i,max.shared=3208i,max.total=1015800i,max.used=41176i 1568230285060798976 2019-09-11 19:31:28,735 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:31:28,736 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568230284507469056 2019-09-11 19:31:28,837 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:28,837 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.106 1568230287522070016 2019-09-11 19:31:29,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40916 768368 3208 206516 821632\nSwap: 0 0 0\n' 2019-09-11 19:31:29,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46100 763260 3236 206440 816388\nSwap: 0 0 0\n' 2019-09-11 19:31:30,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41012 768272 3208 206516 821536\nSwap: 0 0 0\n' 2019-09-11 19:31:30,539 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=28 END 2019-09-11 19:31:30,540 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=29 START 2019-09-11 19:31:30,540 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:30,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46156 763204 3236 206440 816332\nSwap: 0 0 0\n' 2019-09-11 19:31:31,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41044 768240 3208 206516 821504\nSwap: 0 0 0\n' 2019-09-11 19:31:31,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.124' 2019-09-11 19:31:31,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46296 763056 3236 206448 816192\nSwap: 0 0 0\n' 2019-09-11 19:31:32,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41012 768272 3208 206516 821536\nSwap: 0 0 0\n' 2019-09-11 19:31:32,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46076 763276 3236 206448 816412\nSwap: 0 0 0\n' 2019-09-11 19:31:33,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40980 768304 3208 206516 821568\nSwap: 0 0 0\n' 2019-09-11 19:31:33,579 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=29 END 2019-09-11 19:31:33,580 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=30 START 2019-09-11 19:31:33,580 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:33,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46100 763252 3236 206448 816388\nSwap: 0 0 0\n' 2019-09-11 19:31:33,931 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:31:33,932 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568230290539501824 2019-09-11 19:31:34,026 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:34,027 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.124 1568230293579751936 2019-09-11 19:31:34,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40916 768368 3208 206516 821632\nSwap: 0 0 0\n' 2019-09-11 19:31:34,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-11 19:31:34,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46240 763112 3236 206448 816248\nSwap: 0 0 0\n' 2019-09-11 19:31:35,075 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=9 END 2019-09-11 19:31:35,076 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=10 START 2019-09-11 19:31:35,076 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:35,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40912 768364 3208 206524 821636\nSwap: 0 0 0\n' 2019-09-11 19:31:35,620 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46060 763292 3236 206448 816428\nSwap: 0 0 0\n' 2019-09-11 19:31:36,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 768336 3208 206524 821616\nSwap: 0 0 0\n' 2019-09-11 19:31:36,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=30 END 2019-09-11 19:31:36,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=31 START 2019-09-11 19:31:36,596 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:36,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=10 END 2019-09-11 19:31:36,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=11 START 2019-09-11 19:31:36,624 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:36,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45824 763528 3236 206448 816664\nSwap: 0 0 0\n' 2019-09-11 19:31:37,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41004 768272 3208 206524 821552\nSwap: 0 0 0\n' 2019-09-11 19:31:37,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:31:37,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46188 763164 3236 206448 816300\nSwap: 0 0 0\n' 2019-09-11 19:31:38,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 768336 3208 206524 821616\nSwap: 0 0 0\n' 2019-09-11 19:31:38,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46040 763312 3236 206448 816448\nSwap: 0 0 0\n' 2019-09-11 19:31:39,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41036 768240 3208 206524 821520\nSwap: 0 0 0\n' 2019-09-11 19:31:39,138 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:39,140 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206444i,average.free=763488i,average.shared=3236i,average.total=1015800i,average.used=45867i,free.memory0.available="818612",free.memory0.buff/cache="206440",free.memory0.free="765484",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="43876",free.memory1.available="816804",free.memory1.buff/cache="206440",free.memory1.free="763676",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45684",free.memory2.available="816400",free.memory2.buff/cache="206440",free.memory2.free="763272",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46088",free.memory3.available="816388",free.memory3.buff/cache="206440",free.memory3.free="763260",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46100",free.memory4.available="816332",free.memory4.buff/cache="206440",free.memory4.free="763204",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46156",free.memory5.available="816192",free.memory5.buff/cache="206448",free.memory5.free="763056",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46296",free.memory6.available="816412",free.memory6.buff/cache="206448",free.memory6.free="763276",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46076",free.memory7.available="816388",free.memory7.buff/cache="206448",free.memory7.free="763252",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46100",free.memory8.available="816248",free.memory8.buff/cache="206448",free.memory8.free="763112",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46240",free.memory9.available="816428",free.memory9.buff/cache="206448",free.memory9.free="763292",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46060",max.buff/cache=206448i,max.free=765484i,max.shared=3236i,max.total=1015800i,max.used=46296i 1568230296623028992 2019-09-11 19:31:39,235 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:39,237 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206515i,average.free=768320i,average.shared=3208i,average.total=1015800i,average.used=40964i,free.memory0.available="821664",free.memory0.buff/cache="206508",free.memory0.free="768400",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40892",free.memory1.available="821696",free.memory1.buff/cache="206516",free.memory1.free="768432",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40852",free.memory2.available="821568",free.memory2.buff/cache="206516",free.memory2.free="768240",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41044",free.memory3.available="821568",free.memory3.buff/cache="206516",free.memory3.free="768304",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40980",free.memory4.available="821632",free.memory4.buff/cache="206516",free.memory4.free="768368",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40916",free.memory5.available="821536",free.memory5.buff/cache="206516",free.memory5.free="768272",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41012",free.memory6.available="821504",free.memory6.buff/cache="206516",free.memory6.free="768240",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41044",free.memory7.available="821536",free.memory7.buff/cache="206516",free.memory7.free="768272",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41012",free.memory8.available="821568",free.memory8.buff/cache="206516",free.memory8.free="768304",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40980",free.memory9.available="821632",free.memory9.buff/cache="206516",free.memory9.free="768368",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40916",max.buff/cache=206516i,max.free=768432i,max.shared=3208i,max.total=1015800i,max.used=41044i 1568230295075560960 2019-09-11 19:31:39,352 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:39,353 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.099 1568230296594997760 2019-09-11 19:31:39,608 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=31 END 2019-09-11 19:31:39,609 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=32 START 2019-09-11 19:31:39,609 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:39,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46068 763276 3236 206456 816420\nSwap: 0 0 0\n' 2019-09-11 19:31:40,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 768368 3208 206524 821648\nSwap: 0 0 0\n' 2019-09-11 19:31:40,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:31:40,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46208 763136 3236 206456 816280\nSwap: 0 0 0\n' 2019-09-11 19:31:41,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40844 768432 3208 206524 821712\nSwap: 0 0 0\n' 2019-09-11 19:31:41,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46044 763300 3236 206456 816444\nSwap: 0 0 0\n' 2019-09-11 19:31:42,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 768304 3208 206524 821584\nSwap: 0 0 0\n' 2019-09-11 19:31:42,624 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=32 END 2019-09-11 19:31:42,625 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=33 START 2019-09-11 19:31:42,625 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:42,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46004 763340 3236 206456 816484\nSwap: 0 0 0\n' 2019-09-11 19:31:43,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41036 768240 3208 206524 821520\nSwap: 0 0 0\n' 2019-09-11 19:31:43,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45988 763356 3236 206456 816500\nSwap: 0 0 0\n' 2019-09-11 19:31:43,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:31:44,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41028 768240 3208 206532 821584\nSwap: 0 0 0\n' 2019-09-11 19:31:44,446 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:31:44,447 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568230299608825856 2019-09-11 19:31:44,542 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:44,542 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568230302624294144 2019-09-11 19:31:44,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46080 763264 3236 206456 816408\nSwap: 0 0 0\n' 2019-09-11 19:31:45,100 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=10 END 2019-09-11 19:31:45,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=11 START 2019-09-11 19:31:45,101 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:45,119 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40972 768296 3208 206532 821584\nSwap: 0 0 0\n' 2019-09-11 19:31:45,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45932 763412 3236 206456 816556\nSwap: 0 0 0\n' 2019-09-11 19:31:45,639 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=33 END 2019-09-11 19:31:45,640 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=34 START 2019-09-11 19:31:45,640 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:46,119 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41028 768240 3208 206532 821528\nSwap: 0 0 0\n' 2019-09-11 19:31:46,633 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=11 END 2019-09-11 19:31:46,634 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=12 START 2019-09-11 19:31:46,634 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:46,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45824 763512 3236 206464 816664\nSwap: 0 0 0\n' 2019-09-11 19:31:46,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-11 19:31:47,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40868 768400 3208 206532 821688\nSwap: 0 0 0\n' 2019-09-11 19:31:47,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45636 763700 3236 206464 816852\nSwap: 0 0 0\n' 2019-09-11 19:31:47,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19975064 , "packets_per_second":999958, "flows":110, "errors":0 }\n' 2019-09-11 19:31:47,733 [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-11 19:31:47,744 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19654214' 2019-09-11 19:31:47,745 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 320850 - Lost ppm 16063 2019-09-11 19:31:47,745 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 16063 > sla_max_ppm 1000; ',) 2019-09-11 19:31:48,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41208 768060 3208 206532 821348\nSwap: 0 0 0\n' 2019-09-11 19:31:48,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44424 764912 3236 206464 818064\nSwap: 0 0 0\n' 2019-09-11 19:31:48,655 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=34 END 2019-09-11 19:31:48,656 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=35 START 2019-09-11 19:31:48,656 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:48,747 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15078 seq=2 END 2019-09-11 19:31:48,748 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:31:48,748 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:31:48,748 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:31:48,767 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=110i,packets_per_second=999958i,packets_received=19654214i,packets_sent=19975064i,packetsize=64i,ppm=16063.0 1568230308747554048 2019-09-11 19:31:48,861 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:31:48,862 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:31:48,865 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:31:48,876 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:31:48,878 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.121 2019-09-11 19:31:48,879 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.121 2019-09-11 19:31:49,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41204 768108 3208 206488 821392\nSwap: 0 0 0\n' 2019-09-11 19:31:49,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:31:49,154 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.127 2019-09-11 19:31:49,155 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.127 2019-09-11 19:31:49,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:31:49,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44824 764560 3236 206416 817700\nSwap: 0 0 0\n' 2019-09-11 19:31:49,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.131' 2019-09-11 19:31:50,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41284 768016 3208 206500 821300\nSwap: 0 0 0\n' 2019-09-11 19:31:50,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45196 764188 3236 206416 817328\nSwap: 0 0 0\n' 2019-09-11 19:31:51,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41284 768016 3208 206500 821300\nSwap: 0 0 0\n' 2019-09-11 19:31:51,641 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45000 764368 3236 206432 817512\nSwap: 0 0 0\n' 2019-09-11 19:31:51,669 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=35 END 2019-09-11 19:31:51,670 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=36 START 2019-09-11 19:31:51,670 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:52,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 768048 3208 206500 821332\nSwap: 0 0 0\n' 2019-09-11 19:31:52,505 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15084 seq=1 START 2019-09-11 19:31:52,506 [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-11 19:31:52,641 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44724 764640 3236 206436 817796\nSwap: 0 0 0\n' 2019-09-11 19:31:52,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-11 19:31:52,682 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 50 64 20 1 1000000 2019-09-11 19:31:53,121 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41312 767940 3208 206548 821228\nSwap: 0 0 0\n' 2019-09-11 19:31:53,641 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44268 765096 3236 206436 818252\nSwap: 0 0 0\n' 2019-09-11 19:31:53,872 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:53,875 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206453i,average.free=763308i,average.shared=3236i,average.total=1015800i,average.used=46037i,free.memory0.available="816664",free.memory0.buff/cache="206448",free.memory0.free="763528",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45824",free.memory1.available="816300",free.memory1.buff/cache="206448",free.memory1.free="763164",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46188",free.memory2.available="816448",free.memory2.buff/cache="206448",free.memory2.free="763312",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46040",free.memory3.available="816420",free.memory3.buff/cache="206456",free.memory3.free="763276",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46068",free.memory4.available="816280",free.memory4.buff/cache="206456",free.memory4.free="763136",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46208",free.memory5.available="816444",free.memory5.buff/cache="206456",free.memory5.free="763300",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46044",free.memory6.available="816484",free.memory6.buff/cache="206456",free.memory6.free="763340",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46004",free.memory7.available="816500",free.memory7.buff/cache="206456",free.memory7.free="763356",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45988",free.memory8.available="816408",free.memory8.buff/cache="206456",free.memory8.free="763264",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46080",free.memory9.available="816556",free.memory9.buff/cache="206456",free.memory9.free="763412",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45932",max.buff/cache=206456i,max.free=763528i,max.shared=3236i,max.total=1015800i,max.used=46208i 1568230306633858816 2019-09-11 19:31:53,978 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:53,980 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206524i,average.free=768313i,average.shared=3208i,average.total=1015800i,average.used=40962i,free.memory0.available="821636",free.memory0.buff/cache="206524",free.memory0.free="768364",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40912",free.memory1.available="821616",free.memory1.buff/cache="206524",free.memory1.free="768336",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40940",free.memory2.available="821552",free.memory2.buff/cache="206524",free.memory2.free="768272",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41004",free.memory3.available="821616",free.memory3.buff/cache="206524",free.memory3.free="768336",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40940",free.memory4.available="821520",free.memory4.buff/cache="206524",free.memory4.free="768240",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41036",free.memory5.available="821648",free.memory5.buff/cache="206524",free.memory5.free="768368",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40908",free.memory6.available="821712",free.memory6.buff/cache="206524",free.memory6.free="768432",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40844",free.memory7.available="821584",free.memory7.buff/cache="206524",free.memory7.free="768304",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40972",free.memory8.available="821520",free.memory8.buff/cache="206524",free.memory8.free="768240",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41036",free.memory9.available="821584",free.memory9.buff/cache="206532",free.memory9.free="768240",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41028",max.buff/cache=206532i,max.free=768432i,max.shared=3208i,max.total=1015800i,max.used=41036i 1568230305100675072 2019-09-11 19:31:54,073 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:31:54,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568230305639753216 2019-09-11 19:31:54,121 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41312 767940 3208 206548 821228\nSwap: 0 0 0\n' 2019-09-11 19:31:54,166 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:31:54,167 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.099 1568230308655620096 2019-09-11 19:31:54,271 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:54,272 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.131 1568230311669447936 2019-09-11 19:31:54,641 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44244 765120 3236 206436 818276\nSwap: 0 0 0\n' 2019-09-11 19:31:54,683 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=36 END 2019-09-11 19:31:54,683 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=37 START 2019-09-11 19:31:54,684 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:55,124 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=11 END 2019-09-11 19:31:55,124 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=12 START 2019-09-11 19:31:55,125 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:55,133 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40972 768288 3208 206540 821580\nSwap: 0 0 0\n' 2019-09-11 19:31:55,642 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45756 763584 3236 206460 816740\nSwap: 0 0 0\n' 2019-09-11 19:31:55,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:31:56,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41068 768192 3208 206540 821484\nSwap: 0 0 0\n' 2019-09-11 19:31:56,644 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=12 END 2019-09-11 19:31:56,645 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=13 START 2019-09-11 19:31:56,645 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:31:56,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45864 763468 3236 206468 816624\nSwap: 0 0 0\n' 2019-09-11 19:31:57,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 768384 3208 206540 821676\nSwap: 0 0 0\n' 2019-09-11 19:31:57,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45816 763516 3236 206468 816680\nSwap: 0 0 0\n' 2019-09-11 19:31:57,699 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=37 END 2019-09-11 19:31:57,700 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=38 START 2019-09-11 19:31:57,700 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:31:58,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41004 768256 3208 206540 821612\nSwap: 0 0 0\n' 2019-09-11 19:31:58,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45960 763368 3236 206472 816532\nSwap: 0 0 0\n' 2019-09-11 19:31:58,711 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:31:59,135 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 768320 3208 206540 821612\nSwap: 0 0 0\n' 2019-09-11 19:31:59,364 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:59,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206442i,average.free=764368i,average.shared=3236i,average.total=1015800i,average.used=44989i,free.memory0.available="816664",free.memory0.buff/cache="206464",free.memory0.free="763512",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45824",free.memory1.available="816852",free.memory1.buff/cache="206464",free.memory1.free="763700",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45636",free.memory2.available="818064",free.memory2.buff/cache="206464",free.memory2.free="764912",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44424",free.memory3.available="817700",free.memory3.buff/cache="206416",free.memory3.free="764560",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44824",free.memory4.available="817328",free.memory4.buff/cache="206416",free.memory4.free="764188",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45196",free.memory5.available="817512",free.memory5.buff/cache="206432",free.memory5.free="764368",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45000",free.memory6.available="817796",free.memory6.buff/cache="206436",free.memory6.free="764640",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44724",free.memory7.available="818252",free.memory7.buff/cache="206436",free.memory7.free="765096",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44268",free.memory8.available="818276",free.memory8.buff/cache="206436",free.memory8.free="765120",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44244",free.memory9.available="816740",free.memory9.buff/cache="206460",free.memory9.free="763584",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45756",max.buff/cache=206464i,max.free=765120i,max.shared=3236i,max.total=1015800i,max.used=45824i 1568230316644663040 2019-09-11 19:31:59,459 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:59,461 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206521i,average.free=768106i,average.shared=3208i,average.total=1015800i,average.used=41172i,free.memory0.available="821584",free.memory0.buff/cache="206532",free.memory0.free="768296",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40972",free.memory1.available="821528",free.memory1.buff/cache="206532",free.memory1.free="768240",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41028",free.memory2.available="821688",free.memory2.buff/cache="206532",free.memory2.free="768400",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40868",free.memory3.available="821348",free.memory3.buff/cache="206532",free.memory3.free="768060",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41208",free.memory4.available="821392",free.memory4.buff/cache="206488",free.memory4.free="768108",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41204",free.memory5.available="821300",free.memory5.buff/cache="206500",free.memory5.free="768016",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41284",free.memory6.available="821300",free.memory6.buff/cache="206500",free.memory6.free="768016",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41284",free.memory7.available="821332",free.memory7.buff/cache="206500",free.memory7.free="768048",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41252",free.memory8.available="821228",free.memory8.buff/cache="206548",free.memory8.free="767940",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41312",free.memory9.available="821228",free.memory9.buff/cache="206548",free.memory9.free="767940",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41312",max.buff/cache=206548i,max.free=768400i,max.shared=3208i,max.total=1015800i,max.used=41312i 1568230315124218112 2019-09-11 19:31:59,560 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:31:59,560 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.081 1568230314683154176 2019-09-11 19:31:59,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46084 763244 3236 206472 816408\nSwap: 0 0 0\n' 2019-09-11 19:31:59,661 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:31:59,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568230317699651840 2019-09-11 19:32:00,135 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 768288 3208 206540 821580\nSwap: 0 0 0\n' 2019-09-11 19:32:00,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45936 763392 3236 206472 816556\nSwap: 0 0 0\n' 2019-09-11 19:32:00,715 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=38 END 2019-09-11 19:32:00,715 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=39 START 2019-09-11 19:32:00,715 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:01,135 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41036 768224 3208 206540 821516\nSwap: 0 0 0\n' 2019-09-11 19:32:01,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45960 763368 3236 206472 816532\nSwap: 0 0 0\n' 2019-09-11 19:32:01,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:32:02,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41004 768256 3208 206540 821548\nSwap: 0 0 0\n' 2019-09-11 19:32:02,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46052 763276 3236 206472 816440\nSwap: 0 0 0\n' 2019-09-11 19:32:03,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41028 768224 3208 206548 821516\nSwap: 0 0 0\n' 2019-09-11 19:32:03,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45904 763424 3236 206472 816588\nSwap: 0 0 0\n' 2019-09-11 19:32:03,727 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=39 END 2019-09-11 19:32:03,728 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=40 START 2019-09-11 19:32:03,728 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:04,137 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41028 768224 3208 206548 821516\nSwap: 0 0 0\n' 2019-09-11 19:32:04,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 763400 3236 206472 816564\nSwap: 0 0 0\n' 2019-09-11 19:32:04,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:32:04,781 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:32:04,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568230320715332864 2019-09-11 19:32:04,879 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:04,880 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568230323727865856 2019-09-11 19:32:05,140 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=12 END 2019-09-11 19:32:05,140 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=13 START 2019-09-11 19:32:05,141 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:05,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40996 768256 3208 206548 821556\nSwap: 0 0 0\n' 2019-09-11 19:32:05,653 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46044 763276 3236 206480 816448\nSwap: 0 0 0\n' 2019-09-11 19:32:06,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40900 768352 3208 206548 821652\nSwap: 0 0 0\n' 2019-09-11 19:32:06,656 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=13 END 2019-09-11 19:32:06,657 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=14 START 2019-09-11 19:32:06,657 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:06,662 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45648 763672 3236 206480 816844\nSwap: 0 0 0\n' 2019-09-11 19:32:06,744 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=40 END 2019-09-11 19:32:06,744 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=41 START 2019-09-11 19:32:06,745 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:07,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40996 768256 3208 206548 821556\nSwap: 0 0 0\n' 2019-09-11 19:32:07,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45888 763432 3236 206480 816604\nSwap: 0 0 0\n' 2019-09-11 19:32:07,755 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:32:08,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41028 768224 3208 206548 821524\nSwap: 0 0 0\n' 2019-09-11 19:32:08,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46012 763308 3236 206480 816480\nSwap: 0 0 0\n' 2019-09-11 19:32:09,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41028 768224 3208 206548 821524\nSwap: 0 0 0\n' 2019-09-11 19:32:09,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 763456 3236 206480 816628\nSwap: 0 0 0\n' 2019-09-11 19:32:09,760 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=41 END 2019-09-11 19:32:09,760 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=42 START 2019-09-11 19:32:09,760 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:09,979 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:09,981 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206472i,average.free=763373i,average.shared=3236i,average.total=1015800i,average.used=45954i,free.memory0.available="816624",free.memory0.buff/cache="206468",free.memory0.free="763468",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45864",free.memory1.available="816680",free.memory1.buff/cache="206468",free.memory1.free="763516",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45816",free.memory2.available="816532",free.memory2.buff/cache="206472",free.memory2.free="763368",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45960",free.memory3.available="816408",free.memory3.buff/cache="206472",free.memory3.free="763244",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46084",free.memory4.available="816556",free.memory4.buff/cache="206472",free.memory4.free="763392",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45936",free.memory5.available="816532",free.memory5.buff/cache="206472",free.memory5.free="763368",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45960",free.memory6.available="816440",free.memory6.buff/cache="206472",free.memory6.free="763276",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46052",free.memory7.available="816588",free.memory7.buff/cache="206472",free.memory7.free="763424",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45904",free.memory8.available="816564",free.memory8.buff/cache="206472",free.memory8.free="763400",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45928",free.memory9.available="816448",free.memory9.buff/cache="206480",free.memory9.free="763276",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46044",max.buff/cache=206480i,max.free=763516i,max.shared=3236i,max.total=1015800i,max.used=46084i 1568230326656333824 2019-09-11 19:32:10,115 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:10,116 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206541i,average.free=768265i,average.shared=3208i,average.total=1015800i,average.used=40992i,free.memory0.available="821580",free.memory0.buff/cache="206540",free.memory0.free="768288",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40972",free.memory1.available="821484",free.memory1.buff/cache="206540",free.memory1.free="768192",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41068",free.memory2.available="821676",free.memory2.buff/cache="206540",free.memory2.free="768384",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40876",free.memory3.available="821612",free.memory3.buff/cache="206540",free.memory3.free="768256",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41004",free.memory4.available="821612",free.memory4.buff/cache="206540",free.memory4.free="768320",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40940",free.memory5.available="821580",free.memory5.buff/cache="206540",free.memory5.free="768288",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40972",free.memory6.available="821516",free.memory6.buff/cache="206540",free.memory6.free="768224",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41036",free.memory7.available="821548",free.memory7.buff/cache="206540",free.memory7.free="768256",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41004",free.memory8.available="821516",free.memory8.buff/cache="206548",free.memory8.free="768224",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41028",free.memory9.available="821516",free.memory9.buff/cache="206548",free.memory9.free="768224",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41028",max.buff/cache=206548i,max.free=768384i,max.shared=3208i,max.total=1015800i,max.used=41068i 1568230325140012032 2019-09-11 19:32:10,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40868 768384 3208 206548 821684\nSwap: 0 0 0\n' 2019-09-11 19:32:10,222 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:32:10,223 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568230326744194048 2019-09-11 19:32:10,330 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:10,330 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568230329759964928 2019-09-11 19:32:10,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46080 763240 3236 206480 816412\nSwap: 0 0 0\n' 2019-09-11 19:32:10,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:32:11,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41060 768192 3208 206548 821492\nSwap: 0 0 0\n' 2019-09-11 19:32:11,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46164 763148 3236 206488 816328\nSwap: 0 0 0\n' 2019-09-11 19:32:12,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40988 768256 3208 206556 821556\nSwap: 0 0 0\n' 2019-09-11 19:32:12,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46016 763296 3236 206488 816476\nSwap: 0 0 0\n' 2019-09-11 19:32:12,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=42 END 2019-09-11 19:32:12,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=43 START 2019-09-11 19:32:12,777 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:13,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40988 768256 3208 206556 821556\nSwap: 0 0 0\n' 2019-09-11 19:32:13,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46008 763304 3236 206488 816484\nSwap: 0 0 0\n' 2019-09-11 19:32:13,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-11 19:32:14,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40860 768384 3208 206556 821684\nSwap: 0 0 0\n' 2019-09-11 19:32:14,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46132 763180 3236 206488 816360\nSwap: 0 0 0\n' 2019-09-11 19:32:15,159 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=13 END 2019-09-11 19:32:15,160 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=14 START 2019-09-11 19:32:15,160 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:15,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41004 768240 3208 206556 821548\nSwap: 0 0 0\n' 2019-09-11 19:32:15,452 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:15,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206550i,average.free=768278i,average.shared=3208i,average.total=1015800i,average.used=40971i,free.memory0.available="821556",free.memory0.buff/cache="206548",free.memory0.free="768256",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40996",free.memory1.available="821652",free.memory1.buff/cache="206548",free.memory1.free="768352",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40900",free.memory2.available="821556",free.memory2.buff/cache="206548",free.memory2.free="768256",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40996",free.memory3.available="821524",free.memory3.buff/cache="206548",free.memory3.free="768224",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41028",free.memory4.available="821524",free.memory4.buff/cache="206548",free.memory4.free="768224",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41028",free.memory5.available="821684",free.memory5.buff/cache="206548",free.memory5.free="768384",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40868",free.memory6.available="821492",free.memory6.buff/cache="206548",free.memory6.free="768192",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41060",free.memory7.available="821556",free.memory7.buff/cache="206556",free.memory7.free="768256",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40988",free.memory8.available="821556",free.memory8.buff/cache="206556",free.memory8.free="768256",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40988",free.memory9.available="821684",free.memory9.buff/cache="206556",free.memory9.free="768384",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40860",max.buff/cache=206556i,max.free=768384i,max.shared=3208i,max.total=1015800i,max.used=41060i 1568230335159372032 2019-09-11 19:32:15,564 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:15,564 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568230332776068096 2019-09-11 19:32:15,664 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45712 763600 3236 206488 816780\nSwap: 0 0 0\n' 2019-09-11 19:32:15,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=43 END 2019-09-11 19:32:15,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=44 START 2019-09-11 19:32:15,793 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:15,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19958420 , "packets_per_second":999954, "flows":2550, "errors":0 }\n' 2019-09-11 19:32:15,877 [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-11 19:32:15,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19452350' 2019-09-11 19:32:15,888 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 506070 - Lost ppm 25357 2019-09-11 19:32:15,889 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 25357 > sla_max_ppm 1000; ',) 2019-09-11 19:32:16,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41352 767884 3208 206564 821192\nSwap: 0 0 0\n' 2019-09-11 19:32:16,667 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=14 END 2019-09-11 19:32:16,668 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=15 START 2019-09-11 19:32:16,668 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:16,673 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 44468 764888 3236 206444 818068\nSwap: 0 0 0\n' 2019-09-11 19:32:16,801 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:32:16,893 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15084 seq=1 END 2019-09-11 19:32:16,894 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15084 seq=2 START 2019-09-11 19:32:16,894 [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-11 19:32:16,906 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 50 64 20 1 1000000 2019-09-11 19:32:17,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41352 767884 3208 206564 821192\nSwap: 0 0 0\n' 2019-09-11 19:32:17,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44264 765068 3236 206468 818256\nSwap: 0 0 0\n' 2019-09-11 19:32:18,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41352 767884 3208 206564 821192\nSwap: 0 0 0\n' 2019-09-11 19:32:18,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44240 765092 3236 206468 818280\nSwap: 0 0 0\n' 2019-09-11 19:32:18,806 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=44 END 2019-09-11 19:32:18,806 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=45 START 2019-09-11 19:32:18,807 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:19,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41384 767852 3208 206564 821160\nSwap: 0 0 0\n' 2019-09-11 19:32:19,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45720 763588 3236 206492 816776\nSwap: 0 0 0\n' 2019-09-11 19:32:19,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-11 19:32:20,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41256 767980 3208 206564 821288\nSwap: 0 0 0\n' 2019-09-11 19:32:20,672 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:20,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999954i,packets_received=19452350i,packets_sent=19958420i,packetsize=64i,ppm=25357.0 1568230336892849920 2019-09-11 19:32:20,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46092 763216 3236 206492 816404\nSwap: 0 0 0\n' 2019-09-11 19:32:20,779 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:20,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206484i,average.free=763363i,average.shared=3236i,average.total=1015800i,average.used=45952i,free.memory0.available="816844",free.memory0.buff/cache="206480",free.memory0.free="763672",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45648",free.memory1.available="816604",free.memory1.buff/cache="206480",free.memory1.free="763432",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45888",free.memory2.available="816480",free.memory2.buff/cache="206480",free.memory2.free="763308",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46012",free.memory3.available="816628",free.memory3.buff/cache="206480",free.memory3.free="763456",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45864",free.memory4.available="816412",free.memory4.buff/cache="206480",free.memory4.free="763240",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46080",free.memory5.available="816328",free.memory5.buff/cache="206488",free.memory5.free="763148",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46164",free.memory6.available="816476",free.memory6.buff/cache="206488",free.memory6.free="763296",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46016",free.memory7.available="816484",free.memory7.buff/cache="206488",free.memory7.free="763304",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46008",free.memory8.available="816360",free.memory8.buff/cache="206488",free.memory8.free="763180",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46132",free.memory9.available="816780",free.memory9.buff/cache="206488",free.memory9.free="763600",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45712",max.buff/cache=206488i,max.free=763672i,max.shared=3236i,max.total=1015800i,max.used=46164i 1568230336667570176 2019-09-11 19:32:20,916 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:32:20,917 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.083 1568230335792033792 2019-09-11 19:32:21,023 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:21,023 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568230338806024192 2019-09-11 19:32:21,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41280 767948 3208 206572 821256\nSwap: 0 0 0\n' 2019-09-11 19:32:21,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45944 763364 3236 206492 816552\nSwap: 0 0 0\n' 2019-09-11 19:32:21,820 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=45 END 2019-09-11 19:32:21,821 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=46 START 2019-09-11 19:32:21,821 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:22,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41344 767884 3208 206572 821200\nSwap: 0 0 0\n' 2019-09-11 19:32:22,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45964 763340 3236 206496 816528\nSwap: 0 0 0\n' 2019-09-11 19:32:22,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-11 19:32:23,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41184 768044 3208 206572 821168\nSwap: 0 0 0\n' 2019-09-11 19:32:23,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46080 763216 3236 206504 816412\nSwap: 0 0 0\n' 2019-09-11 19:32:24,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41344 767884 3208 206572 821200\nSwap: 0 0 0\n' 2019-09-11 19:32:24,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45900 763396 3236 206504 816592\nSwap: 0 0 0\n' 2019-09-11 19:32:24,836 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=46 END 2019-09-11 19:32:24,836 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=47 START 2019-09-11 19:32:24,837 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:25,171 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=14 END 2019-09-11 19:32:25,172 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=15 START 2019-09-11 19:32:25,172 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:25,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41008 768224 3208 206568 821540\nSwap: 0 0 0\n' 2019-09-11 19:32:25,675 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45908 763388 3236 206504 816584\nSwap: 0 0 0\n' 2019-09-11 19:32:25,848 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.161' 2019-09-11 19:32:26,130 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:26,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206566i,average.free=767948i,average.shared=3208i,average.total=1015800i,average.used=41285i,free.memory0.available="821548",free.memory0.buff/cache="206556",free.memory0.free="768240",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41004",free.memory1.available="821192",free.memory1.buff/cache="206564",free.memory1.free="767884",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41352",free.memory2.available="821192",free.memory2.buff/cache="206564",free.memory2.free="767884",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41352",free.memory3.available="821192",free.memory3.buff/cache="206564",free.memory3.free="767884",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41352",free.memory4.available="821160",free.memory4.buff/cache="206564",free.memory4.free="767852",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41384",free.memory5.available="821288",free.memory5.buff/cache="206564",free.memory5.free="767980",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41256",free.memory6.available="821256",free.memory6.buff/cache="206572",free.memory6.free="767948",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41280",free.memory7.available="821200",free.memory7.buff/cache="206572",free.memory7.free="767884",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41344",free.memory8.available="821168",free.memory8.buff/cache="206572",free.memory8.free="768044",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41184",free.memory9.available="821200",free.memory9.buff/cache="206572",free.memory9.free="767884",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41344",max.buff/cache=206572i,max.free=768240i,max.shared=3208i,max.total=1015800i,max.used=41384i 1568230345171695104 2019-09-11 19:32:26,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40848 768384 3208 206568 821700\nSwap: 0 0 0\n' 2019-09-11 19:32:26,235 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:32:26,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.089 1568230341820656128 2019-09-11 19:32:26,335 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:26,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.107 1568230344836304896 2019-09-11 19:32:26,678 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=15 END 2019-09-11 19:32:26,679 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=16 START 2019-09-11 19:32:26,679 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:26,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45760 763536 3236 206504 816732\nSwap: 0 0 0\n' 2019-09-11 19:32:27,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 768256 3208 206568 821636\nSwap: 0 0 0\n' 2019-09-11 19:32:27,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45760 763536 3236 206504 816732\nSwap: 0 0 0\n' 2019-09-11 19:32:27,852 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=47 END 2019-09-11 19:32:27,852 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=48 START 2019-09-11 19:32:27,853 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:28,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768256 3208 206576 821572\nSwap: 0 0 0\n' 2019-09-11 19:32:28,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46068 763228 3236 206504 816424\nSwap: 0 0 0\n' 2019-09-11 19:32:28,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'11.7' 2019-09-11 19:32:29,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40872 768352 3208 206576 821668\nSwap: 0 0 0\n' 2019-09-11 19:32:29,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46192 763104 3236 206504 816300\nSwap: 0 0 0\n' 2019-09-11 19:32:29,877 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: rtt 11.700000 > sla: max_rtt(10.000000); ',) 2019-09-11 19:32:30,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768256 3208 206576 821572\nSwap: 0 0 0\n' 2019-09-11 19:32:30,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46044 763252 3236 206504 816448\nSwap: 0 0 0\n' 2019-09-11 19:32:30,878 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=48 END 2019-09-11 19:32:30,879 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=49 START 2019-09-11 19:32:30,879 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:31,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41000 768224 3208 206576 821540\nSwap: 0 0 0\n' 2019-09-11 19:32:31,441 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:31,443 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206486i,average.free=763855i,average.shared=3236i,average.total=1015800i,average.used=45458i,free.memory0.available="818068",free.memory0.buff/cache="206444",free.memory0.free="764888",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="44468",free.memory1.available="818256",free.memory1.buff/cache="206468",free.memory1.free="765068",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44264",free.memory2.available="818280",free.memory2.buff/cache="206468",free.memory2.free="765092",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44240",free.memory3.available="816776",free.memory3.buff/cache="206492",free.memory3.free="763588",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45720",free.memory4.available="816404",free.memory4.buff/cache="206492",free.memory4.free="763216",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46092",free.memory5.available="816552",free.memory5.buff/cache="206492",free.memory5.free="763364",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45944",free.memory6.available="816528",free.memory6.buff/cache="206496",free.memory6.free="763340",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45964",free.memory7.available="816412",free.memory7.buff/cache="206504",free.memory7.free="763216",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46080",free.memory8.available="816592",free.memory8.buff/cache="206504",free.memory8.free="763396",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45900",free.memory9.available="816584",free.memory9.buff/cache="206504",free.memory9.free="763388",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45908",max.buff/cache=206504i,max.free=765092i,max.shared=3236i,max.total=1015800i,max.used=46092i 1568230346678659072 2019-09-11 19:32:31,567 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:32:31,568 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.161 1568230347852293120 2019-09-11 19:32:31,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46068 763228 3236 206504 816424\nSwap: 0 0 0\n' 2019-09-11 19:32:31,711 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:31,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=11.7 1568230350878886912 2019-09-11 19:32:31,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-11 19:32:32,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41000 768224 3208 206576 821540\nSwap: 0 0 0\n' 2019-09-11 19:32:32,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46192 763104 3236 206504 816300\nSwap: 0 0 0\n' 2019-09-11 19:32:33,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41000 768224 3208 206576 821540\nSwap: 0 0 0\n' 2019-09-11 19:32:33,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46012 763284 3236 206504 816480\nSwap: 0 0 0\n' 2019-09-11 19:32:33,892 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=49 END 2019-09-11 19:32:33,893 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=50 START 2019-09-11 19:32:33,893 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:34,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40960 768256 3208 206584 821572\nSwap: 0 0 0\n' 2019-09-11 19:32:34,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46036 763260 3236 206504 816456\nSwap: 0 0 0\n' 2019-09-11 19:32:34,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-11 19:32:35,194 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=15 END 2019-09-11 19:32:35,195 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=16 START 2019-09-11 19:32:35,195 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:35,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40940 768276 3208 206584 821608\nSwap: 0 0 0\n' 2019-09-11 19:32:35,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46164 763132 3236 206504 816328\nSwap: 0 0 0\n' 2019-09-11 19:32:36,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 768276 3208 206584 821608\nSwap: 0 0 0\n' 2019-09-11 19:32:36,690 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=16 END 2019-09-11 19:32:36,690 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=17 START 2019-09-11 19:32:36,691 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:36,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45796 763500 3236 206504 816696\nSwap: 0 0 0\n' 2019-09-11 19:32:36,820 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:36,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206504i,average.free=763266i,average.shared=3236i,average.total=1015800i,average.used=46029i,free.memory0.available="816732",free.memory0.buff/cache="206504",free.memory0.free="763536",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45760",free.memory1.available="816732",free.memory1.buff/cache="206504",free.memory1.free="763536",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45760",free.memory2.available="816424",free.memory2.buff/cache="206504",free.memory2.free="763228",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46068",free.memory3.available="816300",free.memory3.buff/cache="206504",free.memory3.free="763104",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46192",free.memory4.available="816448",free.memory4.buff/cache="206504",free.memory4.free="763252",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46044",free.memory5.available="816424",free.memory5.buff/cache="206504",free.memory5.free="763228",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46068",free.memory6.available="816300",free.memory6.buff/cache="206504",free.memory6.free="763104",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46192",free.memory7.available="816480",free.memory7.buff/cache="206504",free.memory7.free="763284",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46012",free.memory8.available="816456",free.memory8.buff/cache="206504",free.memory8.free="763260",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46036",free.memory9.available="816328",free.memory9.buff/cache="206504",free.memory9.free="763132",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46164",max.buff/cache=206504i,max.free=763536i,max.shared=3236i,max.total=1015800i,max.used=46192i 1568230356689949952 2019-09-11 19:32:36,909 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=50 END 2019-09-11 19:32:36,909 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=51 START 2019-09-11 19:32:36,910 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:36,940 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:36,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206574i,average.free=768265i,average.shared=3208i,average.total=1015800i,average.used=40960i,free.memory0.available="821540",free.memory0.buff/cache="206568",free.memory0.free="768224",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41008",free.memory1.available="821700",free.memory1.buff/cache="206568",free.memory1.free="768384",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40848",free.memory2.available="821636",free.memory2.buff/cache="206568",free.memory2.free="768256",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40976",free.memory3.available="821572",free.memory3.buff/cache="206576",free.memory3.free="768256",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40968",free.memory4.available="821668",free.memory4.buff/cache="206576",free.memory4.free="768352",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40872",free.memory5.available="821572",free.memory5.buff/cache="206576",free.memory5.free="768256",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40968",free.memory6.available="821540",free.memory6.buff/cache="206576",free.memory6.free="768224",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41000",free.memory7.available="821540",free.memory7.buff/cache="206576",free.memory7.free="768224",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41000",free.memory8.available="821540",free.memory8.buff/cache="206576",free.memory8.free="768224",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41000",free.memory9.available="821572",free.memory9.buff/cache="206584",free.memory9.free="768256",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40960",max.buff/cache=206584i,max.free=768384i,max.shared=3208i,max.total=1015800i,max.used=41008i 1568230355194286080 2019-09-11 19:32:37,072 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:32:37,072 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.078 1568230353892461056 2019-09-11 19:32:37,170 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:37,171 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.086 1568230356908955136 2019-09-11 19:32:37,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 768244 3208 206584 821576\nSwap: 0 0 0\n' 2019-09-11 19:32:37,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46004 763292 3236 206504 816488\nSwap: 0 0 0\n' 2019-09-11 19:32:37,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-11 19:32:38,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 768340 3208 206584 821672\nSwap: 0 0 0\n' 2019-09-11 19:32:38,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46128 763168 3236 206504 816364\nSwap: 0 0 0\n' 2019-09-11 19:32:39,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 768276 3208 206584 821608\nSwap: 0 0 0\n' 2019-09-11 19:32:39,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45708 763588 3236 206504 816784\nSwap: 0 0 0\n' 2019-09-11 19:32:39,924 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=51 END 2019-09-11 19:32:39,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=52 START 2019-09-11 19:32:39,925 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:40,100 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19926420 , "packets_per_second":999955, "flows":2550, "errors":0 }\n' 2019-09-11 19:32:40,101 [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-11 19:32:40,111 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19549105' 2019-09-11 19:32:40,112 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 377315 - Lost ppm 18936 2019-09-11 19:32:40,113 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 18936 > sla_max_ppm 1000; ',) 2019-09-11 19:32:40,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41312 767904 3208 206584 821236\nSwap: 0 0 0\n' 2019-09-11 19:32:40,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44768 764528 3236 206504 817724\nSwap: 0 0 0\n' 2019-09-11 19:32:40,933 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:32:41,115 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15084 seq=2 END 2019-09-11 19:32:41,115 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:32:41,116 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:32:41,116 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:32:41,150 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:41,151 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999955i,packets_received=19549105i,packets_sent=19926420i,packetsize=64i,ppm=18936.0 1568230361115112192 2019-09-11 19:32:41,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 39696 769584 3180 206520 822916\nSwap: 0 0 0\n' 2019-09-11 19:32:41,271 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:32:41,271 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:32:41,274 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:32:41,284 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:32:41,286 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.121 2019-09-11 19:32:41,287 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.121 2019-09-11 19:32:41,557 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:32:41,559 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.127 2019-09-11 19:32:41,560 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.127 2019-09-11 19:32:41,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45944 763432 3208 206424 816628\nSwap: 0 0 0\n' 2019-09-11 19:32:41,902 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:32:42,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41308 767932 3208 206560 821264\nSwap: 0 0 0\n' 2019-09-11 19:32:42,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44516 764820 3236 206464 818008\nSwap: 0 0 0\n' 2019-09-11 19:32:42,938 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=52 END 2019-09-11 19:32:42,938 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=53 START 2019-09-11 19:32:42,939 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:43,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41308 767932 3208 206560 821264\nSwap: 0 0 0\n' 2019-09-11 19:32:43,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44668 764660 3236 206472 817848\nSwap: 0 0 0\n' 2019-09-11 19:32:43,947 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:32:44,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41300 767932 3208 206568 821264\nSwap: 0 0 0\n' 2019-09-11 19:32:44,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45228 764096 3236 206476 817288\nSwap: 0 0 0\n' 2019-09-11 19:32:44,950 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15090 seq=1 START 2019-09-11 19:32:44,951 [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-11 19:32:44,963 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 100 64 20 1 1000000 2019-09-11 19:32:45,215 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=16 END 2019-09-11 19:32:45,216 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=17 START 2019-09-11 19:32:45,216 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:45,220 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41080 768152 3208 206568 821492\nSwap: 0 0 0\n' 2019-09-11 19:32:45,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44104 765212 3236 206484 818408\nSwap: 0 0 0\n' 2019-09-11 19:32:45,952 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=53 END 2019-09-11 19:32:45,952 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=54 START 2019-09-11 19:32:45,953 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:46,220 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41064 768168 3208 206568 821508\nSwap: 0 0 0\n' 2019-09-11 19:32:46,281 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:46,284 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206571i,average.free=768269i,average.shared=3205i,average.total=1015800i,average.used=40959i,free.memory0.available="821608",free.memory0.buff/cache="206584",free.memory0.free="768276",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40940",free.memory1.available="821608",free.memory1.buff/cache="206584",free.memory1.free="768276",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40940",free.memory2.available="821576",free.memory2.buff/cache="206584",free.memory2.free="768244",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40972",free.memory3.available="821672",free.memory3.buff/cache="206584",free.memory3.free="768340",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40876",free.memory4.available="821608",free.memory4.buff/cache="206584",free.memory4.free="768276",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40940",free.memory5.available="821236",free.memory5.buff/cache="206584",free.memory5.free="767904",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41312",free.memory6.available="822916",free.memory6.buff/cache="206520",free.memory6.free="769584",free.memory6.shared="3180",free.memory6.total="1015800",free.memory6.used="39696",free.memory7.available="821264",free.memory7.buff/cache="206560",free.memory7.free="767932",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41308",free.memory8.available="821264",free.memory8.buff/cache="206560",free.memory8.free="767932",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41308",free.memory9.available="821264",free.memory9.buff/cache="206568",free.memory9.free="767932",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41300",max.buff/cache=206584i,max.free=769584i,max.shared=3208i,max.total=1015800i,max.used=41312i 1568230365215281920 2019-09-11 19:32:46,395 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:32:46,396 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.109 1568230359924468992 2019-09-11 19:32:46,513 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:32:46,514 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568230362938052864 2019-09-11 19:32:46,620 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:46,620 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568230365952179968 2019-09-11 19:32:46,701 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=17 END 2019-09-11 19:32:46,701 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=18 START 2019-09-11 19:32:46,702 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:46,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 44012 765292 3236 206496 818496\nSwap: 0 0 0\n' 2019-09-11 19:32:46,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-11 19:32:47,221 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41000 768232 3208 206568 821572\nSwap: 0 0 0\n' 2019-09-11 19:32:47,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45892 763408 3236 206500 816612\nSwap: 0 0 0\n' 2019-09-11 19:32:48,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41128 768104 3208 206568 821444\nSwap: 0 0 0\n' 2019-09-11 19:32:48,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45836 763464 3236 206500 816668\nSwap: 0 0 0\n' 2019-09-11 19:32:48,965 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=54 END 2019-09-11 19:32:48,965 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=55 START 2019-09-11 19:32:48,966 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:49,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41160 768072 3208 206568 821412\nSwap: 0 0 0\n' 2019-09-11 19:32:49,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45972 763316 3236 206512 816520\nSwap: 0 0 0\n' 2019-09-11 19:32:49,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:32:50,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41224 768008 3208 206568 821348\nSwap: 0 0 0\n' 2019-09-11 19:32:50,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46096 763192 3236 206512 816396\nSwap: 0 0 0\n' 2019-09-11 19:32:51,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41184 768040 3208 206576 821380\nSwap: 0 0 0\n' 2019-09-11 19:32:51,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45948 763340 3236 206512 816544\nSwap: 0 0 0\n' 2019-09-11 19:32:51,723 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:51,725 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206484i,average.free=764029i,average.shared=3233i,average.total=1015800i,average.used=45286i,free.memory0.available="816696",free.memory0.buff/cache="206504",free.memory0.free="763500",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45796",free.memory1.available="816488",free.memory1.buff/cache="206504",free.memory1.free="763292",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46004",free.memory2.available="816364",free.memory2.buff/cache="206504",free.memory2.free="763168",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46128",free.memory3.available="816784",free.memory3.buff/cache="206504",free.memory3.free="763588",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45708",free.memory4.available="817724",free.memory4.buff/cache="206504",free.memory4.free="764528",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44768",free.memory5.available="816628",free.memory5.buff/cache="206424",free.memory5.free="763432",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="45944",free.memory6.available="818008",free.memory6.buff/cache="206464",free.memory6.free="764820",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44516",free.memory7.available="817848",free.memory7.buff/cache="206472",free.memory7.free="764660",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44668",free.memory8.available="817288",free.memory8.buff/cache="206476",free.memory8.free="764096",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45228",free.memory9.available="818408",free.memory9.buff/cache="206484",free.memory9.free="765212",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44104",max.buff/cache=206504i,max.free=765212i,max.shared=3236i,max.total=1015800i,max.used=46128i 1568230366701026048 2019-09-11 19:32:51,836 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:51,837 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.106 1568230368965219072 2019-09-11 19:32:51,980 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=55 END 2019-09-11 19:32:51,981 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=56 START 2019-09-11 19:32:51,981 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:52,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40992 768232 3208 206576 821572\nSwap: 0 0 0\n' 2019-09-11 19:32:52,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45968 763316 3236 206516 816524\nSwap: 0 0 0\n' 2019-09-11 19:32:52,992 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:32:53,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41088 768136 3208 206576 821476\nSwap: 0 0 0\n' 2019-09-11 19:32:53,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46184 763100 3236 206516 816308\nSwap: 0 0 0\n' 2019-09-11 19:32:54,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41184 768040 3208 206576 821380\nSwap: 0 0 0\n' 2019-09-11 19:32:54,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45912 763372 3236 206516 816580\nSwap: 0 0 0\n' 2019-09-11 19:32:54,996 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=56 END 2019-09-11 19:32:54,997 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=57 START 2019-09-11 19:32:54,997 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:55,228 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=17 END 2019-09-11 19:32:55,228 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=18 START 2019-09-11 19:32:55,229 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:55,245 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40844 768380 3208 206576 821728\nSwap: 0 0 0\n' 2019-09-11 19:32:55,709 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45936 763348 3236 206516 816556\nSwap: 0 0 0\n' 2019-09-11 19:32:56,008 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-11 19:32:56,245 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 768348 3208 206576 821760\nSwap: 0 0 0\n' 2019-09-11 19:32:56,711 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=18 END 2019-09-11 19:32:56,712 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=19 START 2019-09-11 19:32:56,712 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:32:56,717 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45852 763432 3236 206516 816640\nSwap: 0 0 0\n' 2019-09-11 19:32:56,952 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:56,954 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206509i,average.free=763514i,average.shared=3236i,average.total=1015800i,average.used=45775i,free.memory0.available="818496",free.memory0.buff/cache="206496",free.memory0.free="765292",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="44012",free.memory1.available="816612",free.memory1.buff/cache="206500",free.memory1.free="763408",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45892",free.memory2.available="816668",free.memory2.buff/cache="206500",free.memory2.free="763464",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45836",free.memory3.available="816520",free.memory3.buff/cache="206512",free.memory3.free="763316",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45972",free.memory4.available="816396",free.memory4.buff/cache="206512",free.memory4.free="763192",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46096",free.memory5.available="816544",free.memory5.buff/cache="206512",free.memory5.free="763340",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45948",free.memory6.available="816524",free.memory6.buff/cache="206516",free.memory6.free="763316",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45968",free.memory7.available="816308",free.memory7.buff/cache="206516",free.memory7.free="763100",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46184",free.memory8.available="816580",free.memory8.buff/cache="206516",free.memory8.free="763372",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45912",free.memory9.available="816556",free.memory9.buff/cache="206516",free.memory9.free="763348",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45936",max.buff/cache=206516i,max.free=765292i,max.shared=3236i,max.total=1015800i,max.used=46184i 1568230376711502080 2019-09-11 19:32:57,063 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:57,065 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206571i,average.free=768118i,average.shared=3208i,average.total=1015800i,average.used=41110i,free.memory0.available="821492",free.memory0.buff/cache="206568",free.memory0.free="768152",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41080",free.memory1.available="821508",free.memory1.buff/cache="206568",free.memory1.free="768168",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41064",free.memory2.available="821572",free.memory2.buff/cache="206568",free.memory2.free="768232",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41000",free.memory3.available="821444",free.memory3.buff/cache="206568",free.memory3.free="768104",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41128",free.memory4.available="821412",free.memory4.buff/cache="206568",free.memory4.free="768072",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41160",free.memory5.available="821348",free.memory5.buff/cache="206568",free.memory5.free="768008",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41224",free.memory6.available="821380",free.memory6.buff/cache="206576",free.memory6.free="768040",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41184",free.memory7.available="821572",free.memory7.buff/cache="206576",free.memory7.free="768232",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40992",free.memory8.available="821476",free.memory8.buff/cache="206576",free.memory8.free="768136",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41088",free.memory9.available="821380",free.memory9.buff/cache="206576",free.memory9.free="768040",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41184",max.buff/cache=206576i,max.free=768232i,max.shared=3208i,max.total=1015800i,max.used=41224i 1568230375228025856 2019-09-11 19:32:57,162 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:32:57,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568230371980657152 2019-09-11 19:32:57,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 768284 3208 206576 821696\nSwap: 0 0 0\n' 2019-09-11 19:32:57,273 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:32:57,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568230374996599808 2019-09-11 19:32:57,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45756 763528 3236 206516 816736\nSwap: 0 0 0\n' 2019-09-11 19:32:58,012 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=57 END 2019-09-11 19:32:58,013 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=58 START 2019-09-11 19:32:58,013 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:32:58,247 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40836 768380 3208 206584 821728\nSwap: 0 0 0\n' 2019-09-11 19:32:58,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45904 763380 3236 206516 816588\nSwap: 0 0 0\n' 2019-09-11 19:32:59,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-11 19:32:59,247 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40900 768316 3208 206584 821664\nSwap: 0 0 0\n' 2019-09-11 19:32:59,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46152 763132 3236 206516 816340\nSwap: 0 0 0\n' 2019-09-11 19:33:00,248 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40996 768220 3208 206584 821632\nSwap: 0 0 0\n' 2019-09-11 19:33:00,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45880 763404 3236 206516 816612\nSwap: 0 0 0\n' 2019-09-11 19:33:01,028 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=58 END 2019-09-11 19:33:01,029 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=59 START 2019-09-11 19:33:01,029 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:01,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40964 768252 3208 206584 821600\nSwap: 0 0 0\n' 2019-09-11 19:33:01,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45904 763380 3236 206516 816588\nSwap: 0 0 0\n' 2019-09-11 19:33:02,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-11 19:33:02,385 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:33:02,386 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.099 1568230378012624896 2019-09-11 19:33:02,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40836 768380 3208 206584 821608\nSwap: 0 0 0\n' 2019-09-11 19:33:02,515 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:02,515 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.098 1568230381028871936 2019-09-11 19:33:02,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46124 763160 3236 206516 816368\nSwap: 0 0 0\n' 2019-09-11 19:33:03,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40964 768252 3208 206584 821608\nSwap: 0 0 0\n' 2019-09-11 19:33:03,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45848 763436 3236 206516 816644\nSwap: 0 0 0\n' 2019-09-11 19:33:04,044 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=59 END 2019-09-11 19:33:04,044 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=60 START 2019-09-11 19:33:04,045 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:04,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40964 768252 3208 206584 821608\nSwap: 0 0 0\n' 2019-09-11 19:33:04,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45872 763412 3236 206516 816620\nSwap: 0 0 0\n' 2019-09-11 19:33:05,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:33:05,409 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=18 END 2019-09-11 19:33:05,409 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=19 START 2019-09-11 19:33:05,410 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:05,428 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40964 768252 3208 206584 821608\nSwap: 0 0 0\n' 2019-09-11 19:33:05,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46120 763164 3236 206516 816372\nSwap: 0 0 0\n' 2019-09-11 19:33:06,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40868 768348 3208 206584 821704\nSwap: 0 0 0\n' 2019-09-11 19:33:06,722 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=19 END 2019-09-11 19:33:06,723 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=20 START 2019-09-11 19:33:06,723 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:06,728 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45600 763684 3236 206516 816892\nSwap: 0 0 0\n' 2019-09-11 19:33:07,057 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=60 END 2019-09-11 19:33:07,057 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=61 START 2019-09-11 19:33:07,058 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:07,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40956 768252 3208 206592 821608\nSwap: 0 0 0\n' 2019-09-11 19:33:07,628 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:07,630 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206516i,average.free=763342i,average.shared=3236i,average.total=1015800i,average.used=45941i,free.memory0.available="816640",free.memory0.buff/cache="206516",free.memory0.free="763432",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45852",free.memory1.available="816736",free.memory1.buff/cache="206516",free.memory1.free="763528",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45756",free.memory2.available="816588",free.memory2.buff/cache="206516",free.memory2.free="763380",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45904",free.memory3.available="816340",free.memory3.buff/cache="206516",free.memory3.free="763132",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46152",free.memory4.available="816612",free.memory4.buff/cache="206516",free.memory4.free="763404",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45880",free.memory5.available="816588",free.memory5.buff/cache="206516",free.memory5.free="763380",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45904",free.memory6.available="816368",free.memory6.buff/cache="206516",free.memory6.free="763160",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46124",free.memory7.available="816644",free.memory7.buff/cache="206516",free.memory7.free="763436",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45848",free.memory8.available="816620",free.memory8.buff/cache="206516",free.memory8.free="763412",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45872",free.memory9.available="816372",free.memory9.buff/cache="206516",free.memory9.free="763164",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46120",max.buff/cache=206516i,max.free=763528i,max.shared=3236i,max.total=1015800i,max.used=46152i 1568230386722418176 2019-09-11 19:33:07,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45692 763592 3236 206516 816800\nSwap: 0 0 0\n' 2019-09-11 19:33:07,737 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:07,739 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206581i,average.free=768306i,average.shared=3208i,average.total=1015800i,average.used=40912i,free.memory0.available="821728",free.memory0.buff/cache="206576",free.memory0.free="768380",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40844",free.memory1.available="821760",free.memory1.buff/cache="206576",free.memory1.free="768348",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40876",free.memory2.available="821696",free.memory2.buff/cache="206576",free.memory2.free="768284",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40940",free.memory3.available="821728",free.memory3.buff/cache="206584",free.memory3.free="768380",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40836",free.memory4.available="821664",free.memory4.buff/cache="206584",free.memory4.free="768316",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40900",free.memory5.available="821632",free.memory5.buff/cache="206584",free.memory5.free="768220",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40996",free.memory6.available="821600",free.memory6.buff/cache="206584",free.memory6.free="768252",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40964",free.memory7.available="821608",free.memory7.buff/cache="206584",free.memory7.free="768380",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40836",free.memory8.available="821608",free.memory8.buff/cache="206584",free.memory8.free="768252",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40964",free.memory9.available="821608",free.memory9.buff/cache="206584",free.memory9.free="768252",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40964",max.buff/cache=206584i,max.free=768380i,max.shared=3208i,max.total=1015800i,max.used=40996i 1568230385409084160 2019-09-11 19:33:07,874 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:33:07,874 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.114 1568230384044130048 2019-09-11 19:33:07,982 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:07,982 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568230387057070080 2019-09-11 19:33:08,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.199' 2019-09-11 19:33:08,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19986036 , "packets_per_second":999960, "flows":10100, "errors":0 }\n' 2019-09-11 19:33:08,189 [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-11 19:33:08,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19512928' 2019-09-11 19:33:08,200 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 473108 - Lost ppm 23672 2019-09-11 19:33:08,201 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 23672 > sla_max_ppm 1000; ',) 2019-09-11 19:33:08,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41304 767880 3208 206616 821244\nSwap: 0 0 0\n' 2019-09-11 19:33:08,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44860 764468 3236 206472 817676\nSwap: 0 0 0\n' 2019-09-11 19:33:09,205 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15090 seq=1 END 2019-09-11 19:33:09,205 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15090 seq=2 START 2019-09-11 19:33:09,206 [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-11 19:33:09,218 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 100 64 20 1 1000000 2019-09-11 19:33:09,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41268 767920 3208 206612 821280\nSwap: 0 0 0\n' 2019-09-11 19:33:09,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44128 765184 3236 206488 818392\nSwap: 0 0 0\n' 2019-09-11 19:33:10,070 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=61 END 2019-09-11 19:33:10,071 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=62 START 2019-09-11 19:33:10,071 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:10,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41268 767920 3208 206612 821280\nSwap: 0 0 0\n' 2019-09-11 19:33:10,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44252 765036 3236 206512 818244\nSwap: 0 0 0\n' 2019-09-11 19:33:11,080 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-11 19:33:11,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41268 767920 3208 206612 821280\nSwap: 0 0 0\n' 2019-09-11 19:33:11,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45884 763404 3236 206512 816612\nSwap: 0 0 0\n' 2019-09-11 19:33:12,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41268 767920 3208 206612 821344\nSwap: 0 0 0\n' 2019-09-11 19:33:12,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45860 763428 3236 206512 816636\nSwap: 0 0 0\n' 2019-09-11 19:33:13,084 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=62 END 2019-09-11 19:33:13,085 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=63 START 2019-09-11 19:33:13,085 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:13,092 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:13,092 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999960i,packets_received=19512928i,packets_sent=19986036i,packetsize=64i,ppm=23672.0 1568230389204665856 2019-09-11 19:33:13,193 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:33:13,194 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.199 1568230390070801920 2019-09-11 19:33:13,298 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:13,298 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.098 1568230393084507904 2019-09-11 19:33:13,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41300 767888 3208 206612 821248\nSwap: 0 0 0\n' 2019-09-11 19:33:13,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45940 763344 3236 206516 816552\nSwap: 0 0 0\n' 2019-09-11 19:33:14,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-11 19:33:14,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46180 763096 3236 206524 816312\nSwap: 0 0 0\n' 2019-09-11 19:33:15,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=19 END 2019-09-11 19:33:15,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=20 START 2019-09-11 19:33:15,435 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:15,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40920 768292 3208 206588 821660\nSwap: 0 0 0\n' 2019-09-11 19:33:15,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46032 763244 3236 206524 816460\nSwap: 0 0 0\n' 2019-09-11 19:33:16,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=63 END 2019-09-11 19:33:16,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=64 START 2019-09-11 19:33:16,102 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:16,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40888 768324 3208 206588 821756\nSwap: 0 0 0\n' 2019-09-11 19:33:16,733 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=20 END 2019-09-11 19:33:16,734 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=21 START 2019-09-11 19:33:16,734 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:16,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45792 763484 3236 206524 816700\nSwap: 0 0 0\n' 2019-09-11 19:33:17,112 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:33:17,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40984 768228 3208 206588 821596\nSwap: 0 0 0\n' 2019-09-11 19:33:17,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46148 763128 3236 206524 816344\nSwap: 0 0 0\n' 2019-09-11 19:33:18,426 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:18,428 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206509i,average.free=763848i,average.shared=3236i,average.total=1015800i,average.used=45442i,free.memory0.available="816892",free.memory0.buff/cache="206516",free.memory0.free="763684",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45600",free.memory1.available="816800",free.memory1.buff/cache="206516",free.memory1.free="763592",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45692",free.memory2.available="817676",free.memory2.buff/cache="206472",free.memory2.free="764468",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44860",free.memory3.available="818392",free.memory3.buff/cache="206488",free.memory3.free="765184",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44128",free.memory4.available="818244",free.memory4.buff/cache="206512",free.memory4.free="765036",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44252",free.memory5.available="816612",free.memory5.buff/cache="206512",free.memory5.free="763404",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45884",free.memory6.available="816636",free.memory6.buff/cache="206512",free.memory6.free="763428",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45860",free.memory7.available="816552",free.memory7.buff/cache="206516",free.memory7.free="763344",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45940",free.memory8.available="816312",free.memory8.buff/cache="206524",free.memory8.free="763096",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46180",free.memory9.available="816460",free.memory9.buff/cache="206524",free.memory9.free="763244",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46032",max.buff/cache=206524i,max.free=765184i,max.shared=3236i,max.total=1015800i,max.used=46180i 1568230396733350144 2019-09-11 19:33:18,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40824 768388 3208 206588 821756\nSwap: 0 0 0\n' 2019-09-11 19:33:18,532 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:18,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206604i,average.free=768033i,average.shared=3208i,average.total=1015800i,average.used=41162i,free.memory0.available="821608",free.memory0.buff/cache="206584",free.memory0.free="768252",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40964",free.memory1.available="821704",free.memory1.buff/cache="206584",free.memory1.free="768348",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40868",free.memory2.available="821608",free.memory2.buff/cache="206592",free.memory2.free="768252",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40956",free.memory3.available="821244",free.memory3.buff/cache="206616",free.memory3.free="767880",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41304",free.memory4.available="821280",free.memory4.buff/cache="206612",free.memory4.free="767920",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41268",free.memory5.available="821280",free.memory5.buff/cache="206612",free.memory5.free="767920",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41268",free.memory6.available="821280",free.memory6.buff/cache="206612",free.memory6.free="767920",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41268",free.memory7.available="821344",free.memory7.buff/cache="206612",free.memory7.free="767920",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41268",free.memory8.available="821248",free.memory8.buff/cache="206612",free.memory8.free="767888",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41300",max.buff/cache=206616i,max.free=768348i,max.shared=3208i,max.total=1015800i,max.used=41304i 1568230395434190080 2019-09-11 19:33:18,637 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:18,637 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.087 1568230396101241088 2019-09-11 19:33:18,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46000 763276 3236 206524 816492\nSwap: 0 0 0\n' 2019-09-11 19:33:19,117 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=64 END 2019-09-11 19:33:19,117 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=65 START 2019-09-11 19:33:19,117 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:19,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40952 768260 3208 206588 821628\nSwap: 0 0 0\n' 2019-09-11 19:33:19,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45992 763284 3236 206524 816500\nSwap: 0 0 0\n' 2019-09-11 19:33:20,128 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-11 19:33:20,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40952 768260 3208 206588 821692\nSwap: 0 0 0\n' 2019-09-11 19:33:20,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46116 763160 3236 206524 816376\nSwap: 0 0 0\n' 2019-09-11 19:33:21,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 768260 3208 206596 821628\nSwap: 0 0 0\n' 2019-09-11 19:33:21,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45968 763308 3236 206524 816524\nSwap: 0 0 0\n' 2019-09-11 19:33:22,133 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=65 END 2019-09-11 19:33:22,133 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=66 START 2019-09-11 19:33:22,134 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:22,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 768228 3208 206596 821596\nSwap: 0 0 0\n' 2019-09-11 19:33:22,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45988 763284 3236 206528 816504\nSwap: 0 0 0\n' 2019-09-11 19:33:23,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:33:23,456 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 768228 3208 206596 821660\nSwap: 0 0 0\n' 2019-09-11 19:33:23,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46112 763160 3236 206528 816380\nSwap: 0 0 0\n' 2019-09-11 19:33:23,741 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:33:23,741 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568230399116986880 2019-09-11 19:33:23,851 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:23,852 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.106 1568230402133133056 2019-09-11 19:33:24,457 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 768260 3208 206596 821628\nSwap: 0 0 0\n' 2019-09-11 19:33:24,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45932 763340 3236 206528 816560\nSwap: 0 0 0\n' 2019-09-11 19:33:25,149 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=66 END 2019-09-11 19:33:25,149 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=67 START 2019-09-11 19:33:25,150 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:25,460 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=20 END 2019-09-11 19:33:25,460 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=21 START 2019-09-11 19:33:25,461 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:25,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41112 768096 3208 206592 821472\nSwap: 0 0 0\n' 2019-09-11 19:33:25,741 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45956 763316 3236 206528 816536\nSwap: 0 0 0\n' 2019-09-11 19:33:26,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:33:26,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 768264 3208 206592 821640\nSwap: 0 0 0\n' 2019-09-11 19:33:26,744 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=21 END 2019-09-11 19:33:26,744 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=22 START 2019-09-11 19:33:26,745 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:26,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45724 763548 3236 206528 816768\nSwap: 0 0 0\n' 2019-09-11 19:33:27,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41072 768136 3208 206592 821512\nSwap: 0 0 0\n' 2019-09-11 19:33:27,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45876 763396 3236 206528 816616\nSwap: 0 0 0\n' 2019-09-11 19:33:28,165 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=67 END 2019-09-11 19:33:28,165 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=68 START 2019-09-11 19:33:28,166 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:28,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41104 768104 3208 206592 821480\nSwap: 0 0 0\n' 2019-09-11 19:33:28,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45908 763364 3236 206528 816584\nSwap: 0 0 0\n' 2019-09-11 19:33:28,966 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:28,968 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206525i,average.free=763274i,average.shared=3236i,average.total=1015800i,average.used=46000i,free.memory0.available="816700",free.memory0.buff/cache="206524",free.memory0.free="763484",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45792",free.memory1.available="816344",free.memory1.buff/cache="206524",free.memory1.free="763128",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46148",free.memory2.available="816492",free.memory2.buff/cache="206524",free.memory2.free="763276",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46000",free.memory3.available="816500",free.memory3.buff/cache="206524",free.memory3.free="763284",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45992",free.memory4.available="816376",free.memory4.buff/cache="206524",free.memory4.free="763160",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46116",free.memory5.available="816524",free.memory5.buff/cache="206524",free.memory5.free="763308",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45968",free.memory6.available="816504",free.memory6.buff/cache="206528",free.memory6.free="763284",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45988",free.memory7.available="816380",free.memory7.buff/cache="206528",free.memory7.free="763160",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46112",free.memory8.available="816560",free.memory8.buff/cache="206528",free.memory8.free="763340",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45932",free.memory9.available="816536",free.memory9.buff/cache="206528",free.memory9.free="763316",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45956",max.buff/cache=206528i,max.free=763484i,max.shared=3236i,max.total=1015800i,max.used=46148i 1568230406744247808 2019-09-11 19:33:29,071 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:29,073 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206591i,average.free=768272i,average.shared=3208i,average.total=1015800i,average.used=40936i,free.memory0.available="821660",free.memory0.buff/cache="206588",free.memory0.free="768292",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40920",free.memory1.available="821756",free.memory1.buff/cache="206588",free.memory1.free="768324",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40888",free.memory2.available="821596",free.memory2.buff/cache="206588",free.memory2.free="768228",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40984",free.memory3.available="821756",free.memory3.buff/cache="206588",free.memory3.free="768388",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40824",free.memory4.available="821628",free.memory4.buff/cache="206588",free.memory4.free="768260",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40952",free.memory5.available="821692",free.memory5.buff/cache="206588",free.memory5.free="768260",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40952",free.memory6.available="821628",free.memory6.buff/cache="206596",free.memory6.free="768260",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40944",free.memory7.available="821596",free.memory7.buff/cache="206596",free.memory7.free="768228",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40976",free.memory8.available="821660",free.memory8.buff/cache="206596",free.memory8.free="768228",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40976",free.memory9.available="821628",free.memory9.buff/cache="206596",free.memory9.free="768260",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40944",max.buff/cache=206596i,max.free=768388i,max.shared=3208i,max.total=1015800i,max.used=40984i 1568230405460024064 2019-09-11 19:33:29,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.141' 2019-09-11 19:33:29,181 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:33:29,181 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568230405149079040 2019-09-11 19:33:29,284 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:29,284 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568230408165150976 2019-09-11 19:33:29,470 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41032 768168 3208 206600 821544\nSwap: 0 0 0\n' 2019-09-11 19:33:29,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46248 763024 3236 206528 816244\nSwap: 0 0 0\n' 2019-09-11 19:33:30,470 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41096 768104 3208 206600 821480\nSwap: 0 0 0\n' 2019-09-11 19:33:30,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46100 763172 3236 206528 816392\nSwap: 0 0 0\n' 2019-09-11 19:33:31,181 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=68 END 2019-09-11 19:33:31,181 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=69 START 2019-09-11 19:33:31,182 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:31,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41032 768168 3208 206600 821544\nSwap: 0 0 0\n' 2019-09-11 19:33:31,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45836 763436 3236 206528 816656\nSwap: 0 0 0\n' 2019-09-11 19:33:32,190 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-11 19:33:32,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19928165 , "packets_per_second":999958, "flows":10100, "errors":0 }\n' 2019-09-11 19:33:32,415 [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-11 19:33:32,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19707188' 2019-09-11 19:33:32,428 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 220977 - Lost ppm 11089 2019-09-11 19:33:32,429 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 11089 > sla_max_ppm 1000; ',) 2019-09-11 19:33:32,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41248 767920 3208 206632 821304\nSwap: 0 0 0\n' 2019-09-11 19:33:32,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44740 764532 3236 206528 817752\nSwap: 0 0 0\n' 2019-09-11 19:33:33,430 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15090 seq=2 END 2019-09-11 19:33:33,431 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:33:33,431 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:33:33,432 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:33:33,465 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:33,466 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999958i,packets_received=19707188i,packets_sent=19928165i,packetsize=64i,ppm=11089.0 1568230413430657024 2019-09-11 19:33:33,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 39704 769528 3180 206568 822916\nSwap: 0 0 0\n' 2019-09-11 19:33:33,642 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:33:33,642 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:33:33,645 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:33:33,656 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:33:33,658 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.121 2019-09-11 19:33:33,659 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.121 2019-09-11 19:33:33,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 42996 766340 3208 206464 819560\nSwap: 0 0 0\n' 2019-09-11 19:33:33,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:33:33,930 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.127 2019-09-11 19:33:33,932 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.127 2019-09-11 19:33:34,194 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=69 END 2019-09-11 19:33:34,195 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=70 START 2019-09-11 19:33:34,195 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:34,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:33:34,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41188 768000 3208 206612 821388\nSwap: 0 0 0\n' 2019-09-11 19:33:34,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44672 764640 3236 206488 817852\nSwap: 0 0 0\n' 2019-09-11 19:33:35,204 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.125' 2019-09-11 19:33:35,475 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=21 END 2019-09-11 19:33:35,475 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=22 START 2019-09-11 19:33:35,476 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:35,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40924 768264 3208 206612 821652\nSwap: 0 0 0\n' 2019-09-11 19:33:35,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45064 764244 3236 206492 817456\nSwap: 0 0 0\n' 2019-09-11 19:33:36,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 768280 3208 206612 821668\nSwap: 0 0 0\n' 2019-09-11 19:33:36,755 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=22 END 2019-09-11 19:33:36,755 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=23 START 2019-09-11 19:33:36,756 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:36,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 44640 764664 3236 206496 817880\nSwap: 0 0 0\n' 2019-09-11 19:33:37,208 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=70 END 2019-09-11 19:33:37,209 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=71 START 2019-09-11 19:33:37,209 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:37,283 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15096 seq=1 START 2019-09-11 19:33:37,284 [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-11 19:33:37,296 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 300 64 20 1 1000000 2019-09-11 19:33:37,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41256 767908 3208 206636 821296\nSwap: 0 0 0\n' 2019-09-11 19:33:37,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44144 765144 3236 206512 818368\nSwap: 0 0 0\n' 2019-09-11 19:33:38,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-11 19:33:38,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 767908 3208 206640 821296\nSwap: 0 0 0\n' 2019-09-11 19:33:38,652 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:38,655 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206514i,average.free=763969i,average.shared=3233i,average.total=1015800i,average.used=45316i,free.memory0.available="816768",free.memory0.buff/cache="206528",free.memory0.free="763548",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45724",free.memory1.available="816616",free.memory1.buff/cache="206528",free.memory1.free="763396",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45876",free.memory2.available="816584",free.memory2.buff/cache="206528",free.memory2.free="763364",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45908",free.memory3.available="816244",free.memory3.buff/cache="206528",free.memory3.free="763024",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46248",free.memory4.available="816392",free.memory4.buff/cache="206528",free.memory4.free="763172",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46100",free.memory5.available="816656",free.memory5.buff/cache="206528",free.memory5.free="763436",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45836",free.memory6.available="817752",free.memory6.buff/cache="206528",free.memory6.free="764532",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44740",free.memory7.available="819560",free.memory7.buff/cache="206464",free.memory7.free="766340",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="42996",free.memory8.available="817852",free.memory8.buff/cache="206488",free.memory8.free="764640",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44672",free.memory9.available="817456",free.memory9.buff/cache="206492",free.memory9.free="764244",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45064",max.buff/cache=206528i,max.free=766340i,max.shared=3236i,max.total=1015800i,max.used=46248i 1568230416755158784 2019-09-11 19:33:38,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44384 764896 3236 206520 818128\nSwap: 0 0 0\n' 2019-09-11 19:33:38,764 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:38,766 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206598i,average.free=768248i,average.shared=3205i,average.total=1015800i,average.used=40953i,free.memory0.available="821472",free.memory0.buff/cache="206592",free.memory0.free="768096",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41112",free.memory1.available="821640",free.memory1.buff/cache="206592",free.memory1.free="768264",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40944",free.memory2.available="821512",free.memory2.buff/cache="206592",free.memory2.free="768136",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41072",free.memory3.available="821480",free.memory3.buff/cache="206592",free.memory3.free="768104",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41104",free.memory4.available="821544",free.memory4.buff/cache="206600",free.memory4.free="768168",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41032",free.memory5.available="821480",free.memory5.buff/cache="206600",free.memory5.free="768104",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41096",free.memory6.available="821544",free.memory6.buff/cache="206600",free.memory6.free="768168",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41032",free.memory7.available="821304",free.memory7.buff/cache="206632",free.memory7.free="767920",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41248",free.memory8.available="822916",free.memory8.buff/cache="206568",free.memory8.free="769528",free.memory8.shared="3180",free.memory8.total="1015800",free.memory8.used="39704",free.memory9.available="821388",free.memory9.buff/cache="206612",free.memory9.free="768000",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41188",max.buff/cache=206632i,max.free=769528i,max.shared=3208i,max.total=1015800i,max.used=41248i 1568230415475012096 2019-09-11 19:33:38,863 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:33:38,864 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.141 1568230411181113088 2019-09-11 19:33:38,968 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:33:38,969 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.109 1568230414194560000 2019-09-11 19:33:39,084 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:39,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.125 1568230417208771840 2019-09-11 19:33:39,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 767908 3208 206640 821296\nSwap: 0 0 0\n' 2019-09-11 19:33:39,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45648 763632 3236 206520 816864\nSwap: 0 0 0\n' 2019-09-11 19:33:40,222 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=71 END 2019-09-11 19:33:40,223 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=72 START 2019-09-11 19:33:40,223 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:40,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41188 767972 3208 206640 821360\nSwap: 0 0 0\n' 2019-09-11 19:33:40,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45868 763392 3236 206540 816624\nSwap: 0 0 0\n' 2019-09-11 19:33:41,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-11 19:33:41,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41284 767876 3208 206640 821328\nSwap: 0 0 0\n' 2019-09-11 19:33:41,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46116 763144 3236 206540 816376\nSwap: 0 0 0\n' 2019-09-11 19:33:42,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41316 767844 3208 206640 821240\nSwap: 0 0 0\n' 2019-09-11 19:33:42,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45844 763416 3236 206540 816648\nSwap: 0 0 0\n' 2019-09-11 19:33:43,238 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=72 END 2019-09-11 19:33:43,238 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=73 START 2019-09-11 19:33:43,239 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:43,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41348 767812 3208 206640 821208\nSwap: 0 0 0\n' 2019-09-11 19:33:43,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46152 763108 3236 206540 816340\nSwap: 0 0 0\n' 2019-09-11 19:33:44,205 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:33:44,206 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.116 1568230420222508032 2019-09-11 19:33:44,249 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-11 19:33:44,307 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:44,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.105 1568230423238128896 2019-09-11 19:33:44,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41380 767780 3208 206640 821176\nSwap: 0 0 0\n' 2019-09-11 19:33:44,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46276 762984 3236 206540 816216\nSwap: 0 0 0\n' 2019-09-11 19:33:45,488 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=22 END 2019-09-11 19:33:45,488 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=23 START 2019-09-11 19:33:45,489 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:45,506 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40848 768312 3208 206640 821580\nSwap: 0 0 0\n' 2019-09-11 19:33:45,763 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46004 763256 3236 206540 816488\nSwap: 0 0 0\n' 2019-09-11 19:33:46,253 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=73 END 2019-09-11 19:33:46,254 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=74 START 2019-09-11 19:33:46,254 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:46,506 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 768184 3208 206640 821580\nSwap: 0 0 0\n' 2019-09-11 19:33:46,766 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=23 END 2019-09-11 19:33:46,767 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=24 START 2019-09-11 19:33:46,767 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:46,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45888 763372 3236 206540 816604\nSwap: 0 0 0\n' 2019-09-11 19:33:47,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:33:47,507 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768184 3208 206648 821580\nSwap: 0 0 0\n' 2019-09-11 19:33:47,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46236 763016 3236 206548 816256\nSwap: 0 0 0\n' 2019-09-11 19:33:48,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 768216 3208 206648 821612\nSwap: 0 0 0\n' 2019-09-11 19:33:48,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46056 763196 3236 206548 816436\nSwap: 0 0 0\n' 2019-09-11 19:33:49,269 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=74 END 2019-09-11 19:33:49,270 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=75 START 2019-09-11 19:33:49,270 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:49,415 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:49,417 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206528i,average.free=763763i,average.shared=3236i,average.total=1015800i,average.used=45507i,free.memory0.available="817880",free.memory0.buff/cache="206496",free.memory0.free="764664",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="44640",free.memory1.available="818368",free.memory1.buff/cache="206512",free.memory1.free="765144",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44144",free.memory2.available="818128",free.memory2.buff/cache="206520",free.memory2.free="764896",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44384",free.memory3.available="816864",free.memory3.buff/cache="206520",free.memory3.free="763632",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45648",free.memory4.available="816624",free.memory4.buff/cache="206540",free.memory4.free="763392",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45868",free.memory5.available="816376",free.memory5.buff/cache="206540",free.memory5.free="763144",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46116",free.memory6.available="816648",free.memory6.buff/cache="206540",free.memory6.free="763416",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45844",free.memory7.available="816340",free.memory7.buff/cache="206540",free.memory7.free="763108",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46152",free.memory8.available="816216",free.memory8.buff/cache="206540",free.memory8.free="762984",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46276",free.memory9.available="816488",free.memory9.buff/cache="206540",free.memory9.free="763256",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46004",max.buff/cache=206540i,max.free=765144i,max.shared=3236i,max.total=1015800i,max.used=46276i 1568230426766323968 2019-09-11 19:33:49,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40904 768248 3208 206648 821644\nSwap: 0 0 0\n' 2019-09-11 19:33:49,551 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:49,553 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206634i,average.free=767955i,average.shared=3208i,average.total=1015800i,average.used=41210i,free.memory0.available="821652",free.memory0.buff/cache="206612",free.memory0.free="768264",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40924",free.memory1.available="821668",free.memory1.buff/cache="206612",free.memory1.free="768280",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40908",free.memory2.available="821296",free.memory2.buff/cache="206636",free.memory2.free="767908",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41256",free.memory3.available="821296",free.memory3.buff/cache="206640",free.memory3.free="767908",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41252",free.memory4.available="821296",free.memory4.buff/cache="206640",free.memory4.free="767908",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41252",free.memory5.available="821360",free.memory5.buff/cache="206640",free.memory5.free="767972",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41188",free.memory6.available="821328",free.memory6.buff/cache="206640",free.memory6.free="767876",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41284",free.memory7.available="821240",free.memory7.buff/cache="206640",free.memory7.free="767844",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41316",free.memory8.available="821208",free.memory8.buff/cache="206640",free.memory8.free="767812",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41348",free.memory9.available="821176",free.memory9.buff/cache="206640",free.memory9.free="767780",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41380",max.buff/cache=206640i,max.free=768280i,max.shared=3208i,max.total=1015800i,max.used=41380i 1568230425487966976 2019-09-11 19:33:49,668 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:33:49,669 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.112 1568230426253863168 2019-09-11 19:33:49,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46080 763172 3236 206548 816412\nSwap: 0 0 0\n' 2019-09-11 19:33:49,777 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:49,778 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568230429269542912 2019-09-11 19:33:50,281 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.121' 2019-09-11 19:33:50,509 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 768216 3208 206648 821612\nSwap: 0 0 0\n' 2019-09-11 19:33:50,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46204 763048 3236 206548 816288\nSwap: 0 0 0\n' 2019-09-11 19:33:51,510 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40840 768312 3208 206648 821708\nSwap: 0 0 0\n' 2019-09-11 19:33:51,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46056 763196 3236 206548 816436\nSwap: 0 0 0\n' 2019-09-11 19:33:52,286 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=75 END 2019-09-11 19:33:52,286 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=76 START 2019-09-11 19:33:52,286 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:52,511 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768184 3208 206648 821580\nSwap: 0 0 0\n' 2019-09-11 19:33:52,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46080 763172 3236 206548 816412\nSwap: 0 0 0\n' 2019-09-11 19:33:53,297 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-11 19:33:53,511 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40840 768312 3208 206648 821708\nSwap: 0 0 0\n' 2019-09-11 19:33:53,774 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46208 763044 3236 206548 816284\nSwap: 0 0 0\n' 2019-09-11 19:33:54,512 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40840 768312 3208 206648 821708\nSwap: 0 0 0\n' 2019-09-11 19:33:54,774 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46024 763228 3236 206548 816468\nSwap: 0 0 0\n' 2019-09-11 19:33:54,910 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:33:54,911 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.121 1568230432285985024 2019-09-11 19:33:55,301 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=76 END 2019-09-11 19:33:55,302 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=77 START 2019-09-11 19:33:55,302 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:55,514 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=23 END 2019-09-11 19:33:55,515 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=24 START 2019-09-11 19:33:55,515 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:55,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40904 768248 3208 206648 821716\nSwap: 0 0 0\n' 2019-09-11 19:33:55,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46048 763204 3236 206548 816444\nSwap: 0 0 0\n' 2019-09-11 19:33:56,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:33:56,530 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 768216 3208 206648 821620\nSwap: 0 0 0\n' 2019-09-11 19:33:56,778 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=24 END 2019-09-11 19:33:56,778 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=25 START 2019-09-11 19:33:56,779 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:33:56,784 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45828 763424 3236 206548 816664\nSwap: 0 0 0\n' 2019-09-11 19:33:57,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41000 768152 3208 206648 821556\nSwap: 0 0 0\n' 2019-09-11 19:33:57,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45772 763480 3236 206548 816720\nSwap: 0 0 0\n' 2019-09-11 19:33:58,317 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=77 END 2019-09-11 19:33:58,318 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=78 START 2019-09-11 19:33:58,318 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:33:58,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768184 3208 206648 821652\nSwap: 0 0 0\n' 2019-09-11 19:33:58,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45920 763332 3236 206548 816572\nSwap: 0 0 0\n' 2019-09-11 19:33:59,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:33:59,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 768216 3208 206648 821620\nSwap: 0 0 0\n' 2019-09-11 19:33:59,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45764 763488 3236 206548 816728\nSwap: 0 0 0\n' 2019-09-11 19:34:00,017 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:00,019 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206547i,average.free=763164i,average.shared=3236i,average.total=1015800i,average.used=46088i,free.memory0.available="816604",free.memory0.buff/cache="206540",free.memory0.free="763372",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45888",free.memory1.available="816256",free.memory1.buff/cache="206548",free.memory1.free="763016",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46236",free.memory2.available="816436",free.memory2.buff/cache="206548",free.memory2.free="763196",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46056",free.memory3.available="816412",free.memory3.buff/cache="206548",free.memory3.free="763172",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46080",free.memory4.available="816288",free.memory4.buff/cache="206548",free.memory4.free="763048",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46204",free.memory5.available="816436",free.memory5.buff/cache="206548",free.memory5.free="763196",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46056",free.memory6.available="816412",free.memory6.buff/cache="206548",free.memory6.free="763172",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46080",free.memory7.available="816284",free.memory7.buff/cache="206548",free.memory7.free="763044",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46208",free.memory8.available="816468",free.memory8.buff/cache="206548",free.memory8.free="763228",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46024",free.memory9.available="816444",free.memory9.buff/cache="206548",free.memory9.free="763204",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46048",max.buff/cache=206548i,max.free=763372i,max.shared=3236i,max.total=1015800i,max.used=46236i 1568230436778124032 2019-09-11 19:34:00,123 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:00,125 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206646i,average.free=768248i,average.shared=3208i,average.total=1015800i,average.used=40905i,free.memory0.available="821580",free.memory0.buff/cache="206640",free.memory0.free="768312",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40848",free.memory1.available="821580",free.memory1.buff/cache="206640",free.memory1.free="768184",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40976",free.memory2.available="821580",free.memory2.buff/cache="206648",free.memory2.free="768184",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40968",free.memory3.available="821612",free.memory3.buff/cache="206648",free.memory3.free="768216",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40936",free.memory4.available="821644",free.memory4.buff/cache="206648",free.memory4.free="768248",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40904",free.memory5.available="821612",free.memory5.buff/cache="206648",free.memory5.free="768216",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40936",free.memory6.available="821708",free.memory6.buff/cache="206648",free.memory6.free="768312",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40840",free.memory7.available="821580",free.memory7.buff/cache="206648",free.memory7.free="768184",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40968",free.memory8.available="821708",free.memory8.buff/cache="206648",free.memory8.free="768312",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40840",free.memory9.available="821708",free.memory9.buff/cache="206648",free.memory9.free="768312",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40840",max.buff/cache=206648i,max.free=768312i,max.shared=3208i,max.total=1015800i,max.used=40976i 1568230435514818048 2019-09-11 19:34:00,221 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:34:00,222 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.109 1568230435301681920 2019-09-11 19:34:00,330 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:00,330 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568230438317658880 2019-09-11 19:34:00,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19907816 , "packets_per_second":999949, "flows":90300, "errors":0 }\n' 2019-09-11 19:34:00,524 [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-11 19:34:00,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41968 767184 3208 206648 820588\nSwap: 0 0 0\n' 2019-09-11 19:34:00,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19876869' 2019-09-11 19:34:00,535 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 30947 - Lost ppm 1555 2019-09-11 19:34:00,536 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 1555 > sla_max_ppm 1000; ',) 2019-09-11 19:34:00,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44452 764828 3236 206520 818068\nSwap: 0 0 0\n' 2019-09-11 19:34:01,330 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=78 END 2019-09-11 19:34:01,331 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=79 START 2019-09-11 19:34:01,331 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:01,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 767876 3208 206652 821280\nSwap: 0 0 0\n' 2019-09-11 19:34:01,540 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15096 seq=1 END 2019-09-11 19:34:01,541 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15096 seq=2 START 2019-09-11 19:34:01,541 [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-11 19:34:01,552 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 300 64 20 1 1000000 2019-09-11 19:34:01,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44132 765148 3236 206520 818388\nSwap: 0 0 0\n' 2019-09-11 19:34:02,340 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.133' 2019-09-11 19:34:02,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41268 767876 3208 206656 821280\nSwap: 0 0 0\n' 2019-09-11 19:34:02,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44372 764900 3236 206528 818140\nSwap: 0 0 0\n' 2019-09-11 19:34:03,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41268 767876 3208 206656 821280\nSwap: 0 0 0\n' 2019-09-11 19:34:03,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45516 763756 3236 206528 816996\nSwap: 0 0 0\n' 2019-09-11 19:34:04,344 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=79 END 2019-09-11 19:34:04,345 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=80 START 2019-09-11 19:34:04,345 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:04,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41268 767876 3208 206656 821280\nSwap: 0 0 0\n' 2019-09-11 19:34:04,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45768 763484 3236 206548 816724\nSwap: 0 0 0\n' 2019-09-11 19:34:05,357 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.148' 2019-09-11 19:34:05,430 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:05,431 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999949i,packets_received=19876869i,packets_sent=19907816i,packetsize=64i,ppm=1555.0 1568230441539702016 2019-09-11 19:34:05,536 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=24 END 2019-09-11 19:34:05,537 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=25 START 2019-09-11 19:34:05,537 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:05,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40936 768208 3208 206656 821612\nSwap: 0 0 0\n' 2019-09-11 19:34:05,554 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:05,556 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206650i,average.free=767970i,average.shared=3208i,average.total=1015800i,average.used=41178i,free.memory0.available="821716",free.memory0.buff/cache="206648",free.memory0.free="768248",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40904",free.memory1.available="821620",free.memory1.buff/cache="206648",free.memory1.free="768216",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40936",free.memory2.available="821556",free.memory2.buff/cache="206648",free.memory2.free="768152",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41000",free.memory3.available="821652",free.memory3.buff/cache="206648",free.memory3.free="768184",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40968",free.memory4.available="821620",free.memory4.buff/cache="206648",free.memory4.free="768216",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40936",free.memory5.available="820588",free.memory5.buff/cache="206648",free.memory5.free="767184",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41968",free.memory6.available="821280",free.memory6.buff/cache="206652",free.memory6.free="767876",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41272",free.memory7.available="821280",free.memory7.buff/cache="206656",free.memory7.free="767876",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41268",free.memory8.available="821280",free.memory8.buff/cache="206656",free.memory8.free="767876",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41268",free.memory9.available="821280",free.memory9.buff/cache="206656",free.memory9.free="767876",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41268",max.buff/cache=206656i,max.free=768248i,max.shared=3208i,max.total=1015800i,max.used=41968i 1568230445536851968 2019-09-11 19:34:05,664 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:34:05,665 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568230441330843904 2019-09-11 19:34:05,778 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:05,778 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.133 1568230444344391168 2019-09-11 19:34:05,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45988 763264 3236 206548 816504\nSwap: 0 0 0\n' 2019-09-11 19:34:06,553 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40888 768248 3208 206664 821716\nSwap: 0 0 0\n' 2019-09-11 19:34:06,789 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=25 END 2019-09-11 19:34:06,790 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=26 START 2019-09-11 19:34:06,790 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:06,795 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45776 763468 3236 206556 816716\nSwap: 0 0 0\n' 2019-09-11 19:34:07,362 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=80 END 2019-09-11 19:34:07,362 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=81 START 2019-09-11 19:34:07,363 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:07,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40856 768280 3208 206664 821692\nSwap: 0 0 0\n' 2019-09-11 19:34:07,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46016 763228 3236 206556 816476\nSwap: 0 0 0\n' 2019-09-11 19:34:08,373 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-11 19:34:08,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40984 768152 3208 206664 821564\nSwap: 0 0 0\n' 2019-09-11 19:34:08,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46264 762980 3236 206556 816228\nSwap: 0 0 0\n' 2019-09-11 19:34:09,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40984 768152 3208 206664 821564\nSwap: 0 0 0\n' 2019-09-11 19:34:09,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46084 763160 3236 206556 816408\nSwap: 0 0 0\n' 2019-09-11 19:34:10,377 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=81 END 2019-09-11 19:34:10,378 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=82 START 2019-09-11 19:34:10,378 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:10,555 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40856 768280 3208 206664 821692\nSwap: 0 0 0\n' 2019-09-11 19:34:10,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46108 763136 3236 206556 816384\nSwap: 0 0 0\n' 2019-09-11 19:34:10,877 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:10,880 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206538i,average.free=763910i,average.shared=3236i,average.total=1015800i,average.used=45351i,free.memory0.available="816664",free.memory0.buff/cache="206548",free.memory0.free="763424",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45828",free.memory1.available="816720",free.memory1.buff/cache="206548",free.memory1.free="763480",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45772",free.memory2.available="816572",free.memory2.buff/cache="206548",free.memory2.free="763332",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45920",free.memory3.available="816728",free.memory3.buff/cache="206548",free.memory3.free="763488",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45764",free.memory4.available="818068",free.memory4.buff/cache="206520",free.memory4.free="764828",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44452",free.memory5.available="818388",free.memory5.buff/cache="206520",free.memory5.free="765148",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44132",free.memory6.available="818140",free.memory6.buff/cache="206528",free.memory6.free="764900",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44372",free.memory7.available="816996",free.memory7.buff/cache="206528",free.memory7.free="763756",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45516",free.memory8.available="816724",free.memory8.buff/cache="206548",free.memory8.free="763484",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45768",free.memory9.available="816504",free.memory9.buff/cache="206548",free.memory9.free="763264",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45988",max.buff/cache=206548i,max.free=765148i,max.shared=3236i,max.total=1015800i,max.used=45988i 1568230446789551872 2019-09-11 19:34:10,995 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:34:10,996 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.148 1568230447362202880 2019-09-11 19:34:11,110 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:11,111 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.097 1568230450377660160 2019-09-11 19:34:11,389 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.118' 2019-09-11 19:34:11,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40888 768248 3208 206664 821724\nSwap: 0 0 0\n' 2019-09-11 19:34:11,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46232 763012 3236 206556 816260\nSwap: 0 0 0\n' 2019-09-11 19:34:12,557 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40916 768216 3208 206668 821628\nSwap: 0 0 0\n' 2019-09-11 19:34:12,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46080 763160 3236 206560 816412\nSwap: 0 0 0\n' 2019-09-11 19:34:13,394 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=82 END 2019-09-11 19:34:13,394 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=83 START 2019-09-11 19:34:13,395 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:13,558 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40884 768248 3208 206668 821660\nSwap: 0 0 0\n' 2019-09-11 19:34:13,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46040 763200 3236 206560 816452\nSwap: 0 0 0\n' 2019-09-11 19:34:14,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:34:14,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40948 768184 3208 206668 821660\nSwap: 0 0 0\n' 2019-09-11 19:34:14,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46164 763076 3236 206560 816328\nSwap: 0 0 0\n' 2019-09-11 19:34:15,561 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=25 END 2019-09-11 19:34:15,562 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=26 START 2019-09-11 19:34:15,562 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:15,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40932 768200 3208 206668 821616\nSwap: 0 0 0\n' 2019-09-11 19:34:15,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46016 763224 3236 206560 816476\nSwap: 0 0 0\n' 2019-09-11 19:34:16,212 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:16,215 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206664i,average.free=768221i,average.shared=3208i,average.total=1015800i,average.used=40914i,free.memory0.available="821612",free.memory0.buff/cache="206656",free.memory0.free="768208",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40936",free.memory1.available="821716",free.memory1.buff/cache="206664",free.memory1.free="768248",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40888",free.memory2.available="821692",free.memory2.buff/cache="206664",free.memory2.free="768280",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40856",free.memory3.available="821564",free.memory3.buff/cache="206664",free.memory3.free="768152",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40984",free.memory4.available="821564",free.memory4.buff/cache="206664",free.memory4.free="768152",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40984",free.memory5.available="821692",free.memory5.buff/cache="206664",free.memory5.free="768280",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40856",free.memory6.available="821724",free.memory6.buff/cache="206664",free.memory6.free="768248",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40888",free.memory7.available="821628",free.memory7.buff/cache="206668",free.memory7.free="768216",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40916",free.memory8.available="821660",free.memory8.buff/cache="206668",free.memory8.free="768248",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40884",free.memory9.available="821660",free.memory9.buff/cache="206668",free.memory9.free="768184",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40948",max.buff/cache=206668i,max.free=768280i,max.shared=3208i,max.total=1015800i,max.used=40984i 1568230455561860096 2019-09-11 19:34:16,321 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:16,322 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.118 1568230453394234880 2019-09-11 19:34:16,409 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=83 END 2019-09-11 19:34:16,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=84 START 2019-09-11 19:34:16,410 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:16,458 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:16,458 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568230456409900032 2019-09-11 19:34:16,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40948 768184 3208 206668 821600\nSwap: 0 0 0\n' 2019-09-11 19:34:16,801 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=26 END 2019-09-11 19:34:16,802 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=27 START 2019-09-11 19:34:16,802 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:16,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45776 763464 3236 206560 816716\nSwap: 0 0 0\n' 2019-09-11 19:34:17,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.175' 2019-09-11 19:34:17,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40884 768248 3208 206668 821664\nSwap: 0 0 0\n' 2019-09-11 19:34:17,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46132 763108 3236 206560 816360\nSwap: 0 0 0\n' 2019-09-11 19:34:18,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40980 768152 3208 206668 821568\nSwap: 0 0 0\n' 2019-09-11 19:34:18,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45984 763256 3236 206560 816508\nSwap: 0 0 0\n' 2019-09-11 19:34:19,425 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=84 END 2019-09-11 19:34:19,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=85 START 2019-09-11 19:34:19,426 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:19,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40916 768216 3208 206668 821632\nSwap: 0 0 0\n' 2019-09-11 19:34:19,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46008 763232 3236 206560 816484\nSwap: 0 0 0\n' 2019-09-11 19:34:20,437 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-11 19:34:20,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40948 768184 3208 206668 821600\nSwap: 0 0 0\n' 2019-09-11 19:34:20,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46100 763140 3236 206560 816392\nSwap: 0 0 0\n' 2019-09-11 19:34:21,563 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:21,566 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206557i,average.free=763164i,average.shared=3236i,average.total=1015800i,average.used=46078i,free.memory0.available="816716",free.memory0.buff/cache="206556",free.memory0.free="763468",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45776",free.memory1.available="816476",free.memory1.buff/cache="206556",free.memory1.free="763228",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46016",free.memory2.available="816228",free.memory2.buff/cache="206556",free.memory2.free="762980",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46264",free.memory3.available="816408",free.memory3.buff/cache="206556",free.memory3.free="763160",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46084",free.memory4.available="816384",free.memory4.buff/cache="206556",free.memory4.free="763136",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46108",free.memory5.available="816260",free.memory5.buff/cache="206556",free.memory5.free="763012",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46232",free.memory6.available="816412",free.memory6.buff/cache="206560",free.memory6.free="763160",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46080",free.memory7.available="816452",free.memory7.buff/cache="206560",free.memory7.free="763200",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46040",free.memory8.available="816328",free.memory8.buff/cache="206560",free.memory8.free="763076",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46164",free.memory9.available="816476",free.memory9.buff/cache="206560",free.memory9.free="763224",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46016",max.buff/cache=206560i,max.free=763468i,max.shared=3236i,max.total=1015800i,max.used=46264i 1568230456801433088 2019-09-11 19:34:21,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40948 768184 3208 206668 821600\nSwap: 0 0 0\n' 2019-09-11 19:34:21,661 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:21,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.175 1568230459425468928 2019-09-11 19:34:21,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45952 763288 3236 206560 816540\nSwap: 0 0 0\n' 2019-09-11 19:34:22,442 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=85 END 2019-09-11 19:34:22,442 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=86 START 2019-09-11 19:34:22,443 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:22,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40948 768184 3208 206668 821664\nSwap: 0 0 0\n' 2019-09-11 19:34:22,809 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45976 763264 3236 206560 816516\nSwap: 0 0 0\n' 2019-09-11 19:34:23,453 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.122' 2019-09-11 19:34:23,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40820 768312 3208 206668 821728\nSwap: 0 0 0\n' 2019-09-11 19:34:23,809 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45676 763564 3236 206560 816816\nSwap: 0 0 0\n' 2019-09-11 19:34:24,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40884 768248 3208 206668 821664\nSwap: 0 0 0\n' 2019-09-11 19:34:24,747 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19924104 , "packets_per_second":999948, "flows":90300, "errors":0 }\n' 2019-09-11 19:34:24,748 [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-11 19:34:24,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19917096' 2019-09-11 19:34:24,760 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 7008 - Lost ppm 352 2019-09-11 19:34:24,809 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44456 764808 3236 206536 818060\nSwap: 0 0 0\n' 2019-09-11 19:34:25,458 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=86 END 2019-09-11 19:34:25,458 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=87 START 2019-09-11 19:34:25,458 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:25,580 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=26 END 2019-09-11 19:34:25,580 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=27 START 2019-09-11 19:34:25,581 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:25,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40888 768248 3208 206664 821664\nSwap: 0 0 0\n' 2019-09-11 19:34:25,762 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15096 seq=2 END 2019-09-11 19:34:25,762 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:34:25,763 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:34:25,763 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:34:25,792 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:25,793 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999948i,packets_received=19917096i,packets_sent=19924104i,packetsize=64i,ppm=352.0 1568230465762113024 2019-09-11 19:34:25,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43012 766312 3208 206476 819564\nSwap: 0 0 0\n' 2019-09-11 19:34:25,924 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:34:25,925 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:34:25,928 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:34:25,939 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:34:25,940 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.121 2019-09-11 19:34:25,941 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.121 2019-09-11 19:34:26,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:34:26,213 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.127 2019-09-11 19:34:26,214 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.127 2019-09-11 19:34:26,471 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.129' 2019-09-11 19:34:26,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:34:26,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41216 767940 3208 206644 821356\nSwap: 0 0 0\n' 2019-09-11 19:34:26,813 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=27 END 2019-09-11 19:34:26,813 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=28 START 2019-09-11 19:34:26,814 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:26,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 44720 764576 3236 206504 817820\nSwap: 0 0 0\n' 2019-09-11 19:34:27,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41216 767940 3208 206644 821356\nSwap: 0 0 0\n' 2019-09-11 19:34:27,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44648 764632 3236 206520 817876\nSwap: 0 0 0\n' 2019-09-11 19:34:28,475 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=87 END 2019-09-11 19:34:28,476 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=88 START 2019-09-11 19:34:28,476 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:28,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41216 767940 3208 206644 821356\nSwap: 0 0 0\n' 2019-09-11 19:34:28,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44908 764360 3236 206532 817608\nSwap: 0 0 0\n' 2019-09-11 19:34:29,485 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-11 19:34:29,579 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15102 seq=1 START 2019-09-11 19:34:29,580 [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-11 19:34:29,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41256 767900 3208 206644 821316\nSwap: 0 0 0\n' 2019-09-11 19:34:29,593 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 500 64 20 1 1000000 2019-09-11 19:34:29,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44212 765056 3236 206532 818308\nSwap: 0 0 0\n' 2019-09-11 19:34:30,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41188 767940 3208 206672 821356\nSwap: 0 0 0\n' 2019-09-11 19:34:30,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44148 765112 3236 206540 818364\nSwap: 0 0 0\n' 2019-09-11 19:34:30,934 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:30,938 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206549i,average.free=763743i,average.shared=3233i,average.total=1015800i,average.used=45507i,free.memory0.available="816716",free.memory0.buff/cache="206560",free.memory0.free="763464",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45776",free.memory1.available="816360",free.memory1.buff/cache="206560",free.memory1.free="763108",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46132",free.memory2.available="816508",free.memory2.buff/cache="206560",free.memory2.free="763256",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45984",free.memory3.available="816484",free.memory3.buff/cache="206560",free.memory3.free="763232",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46008",free.memory4.available="816392",free.memory4.buff/cache="206560",free.memory4.free="763140",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46100",free.memory5.available="816540",free.memory5.buff/cache="206560",free.memory5.free="763288",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45952",free.memory6.available="816516",free.memory6.buff/cache="206560",free.memory6.free="763264",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45976",free.memory7.available="816816",free.memory7.buff/cache="206560",free.memory7.free="763564",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45676",free.memory8.available="818060",free.memory8.buff/cache="206536",free.memory8.free="764808",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44456",free.memory9.available="819564",free.memory9.buff/cache="206476",free.memory9.free="766312",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="43012",max.buff/cache=206560i,max.free=766312i,max.shared=3236i,max.total=1015800i,max.used=46132i 1568230466813124864 2019-09-11 19:34:31,042 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:31,044 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206668i,average.free=768211i,average.shared=3208i,average.total=1015800i,average.used=40920i,free.memory0.available="821616",free.memory0.buff/cache="206668",free.memory0.free="768200",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40932",free.memory1.available="821600",free.memory1.buff/cache="206668",free.memory1.free="768184",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40948",free.memory2.available="821664",free.memory2.buff/cache="206668",free.memory2.free="768248",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40884",free.memory3.available="821568",free.memory3.buff/cache="206668",free.memory3.free="768152",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40980",free.memory4.available="821632",free.memory4.buff/cache="206668",free.memory4.free="768216",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40916",free.memory5.available="821600",free.memory5.buff/cache="206668",free.memory5.free="768184",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40948",free.memory6.available="821600",free.memory6.buff/cache="206668",free.memory6.free="768184",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40948",free.memory7.available="821664",free.memory7.buff/cache="206668",free.memory7.free="768184",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40948",free.memory8.available="821728",free.memory8.buff/cache="206668",free.memory8.free="768312",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40820",free.memory9.available="821664",free.memory9.buff/cache="206668",free.memory9.free="768248",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40884",max.buff/cache=206668i,max.free=768312i,max.shared=3208i,max.total=1015800i,max.used=40980i 1568230465580128000 2019-09-11 19:34:31,139 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:34:31,139 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.113 1568230462442189824 2019-09-11 19:34:31,238 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:34:31,239 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.122 1568230465457948928 2019-09-11 19:34:31,333 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:31,333 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.129 1568230468475554816 2019-09-11 19:34:31,489 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=88 END 2019-09-11 19:34:31,489 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=89 START 2019-09-11 19:34:31,490 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:31,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41188 767940 3208 206672 821356\nSwap: 0 0 0\n' 2019-09-11 19:34:31,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45784 763452 3236 206564 816712\nSwap: 0 0 0\n' 2019-09-11 19:34:32,501 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:34:32,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41284 767844 3208 206672 821332\nSwap: 0 0 0\n' 2019-09-11 19:34:32,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46156 763080 3236 206564 816340\nSwap: 0 0 0\n' 2019-09-11 19:34:33,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41220 767908 3208 206672 821396\nSwap: 0 0 0\n' 2019-09-11 19:34:33,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46008 763228 3236 206564 816488\nSwap: 0 0 0\n' 2019-09-11 19:34:34,506 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=89 END 2019-09-11 19:34:34,507 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=90 START 2019-09-11 19:34:34,507 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:34,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41284 767844 3208 206672 821268\nSwap: 0 0 0\n' 2019-09-11 19:34:34,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46028 763204 3236 206568 816464\nSwap: 0 0 0\n' 2019-09-11 19:34:35,518 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-11 19:34:35,591 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=27 END 2019-09-11 19:34:35,592 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=28 START 2019-09-11 19:34:35,592 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:35,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40944 768184 3208 206672 821608\nSwap: 0 0 0\n' 2019-09-11 19:34:35,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46120 763112 3236 206568 816372\nSwap: 0 0 0\n' 2019-09-11 19:34:36,429 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:36,431 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206660i,average.free=767944i,average.shared=3208i,average.total=1015800i,average.used=41195i,free.memory0.available="821664",free.memory0.buff/cache="206664",free.memory0.free="768248",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40888",free.memory1.available="821356",free.memory1.buff/cache="206644",free.memory1.free="767940",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41216",free.memory2.available="821356",free.memory2.buff/cache="206644",free.memory2.free="767940",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41216",free.memory3.available="821356",free.memory3.buff/cache="206644",free.memory3.free="767940",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41216",free.memory4.available="821316",free.memory4.buff/cache="206644",free.memory4.free="767900",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41256",free.memory5.available="821356",free.memory5.buff/cache="206672",free.memory5.free="767940",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41188",free.memory6.available="821356",free.memory6.buff/cache="206672",free.memory6.free="767940",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41188",free.memory7.available="821332",free.memory7.buff/cache="206672",free.memory7.free="767844",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41284",free.memory8.available="821396",free.memory8.buff/cache="206672",free.memory8.free="767908",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41220",free.memory9.available="821268",free.memory9.buff/cache="206672",free.memory9.free="767844",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41284",max.buff/cache=206672i,max.free=768248i,max.shared=3208i,max.total=1015800i,max.used=41284i 1568230475591232000 2019-09-11 19:34:36,556 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:34:36,556 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.114 1568230471489166848 2019-09-11 19:34:36,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41100 768028 3208 206672 821516\nSwap: 0 0 0\n' 2019-09-11 19:34:36,653 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:36,653 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568230474506288896 2019-09-11 19:34:36,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=28 END 2019-09-11 19:34:36,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=29 START 2019-09-11 19:34:36,825 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:36,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45628 763604 3236 206568 816864\nSwap: 0 0 0\n' 2019-09-11 19:34:37,522 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=90 END 2019-09-11 19:34:37,523 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=91 START 2019-09-11 19:34:37,523 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:37,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768156 3208 206676 821580\nSwap: 0 0 0\n' 2019-09-11 19:34:37,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45868 763360 3236 206572 816624\nSwap: 0 0 0\n' 2019-09-11 19:34:38,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-11 19:34:38,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768156 3208 206676 821580\nSwap: 0 0 0\n' 2019-09-11 19:34:38,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46088 763140 3236 206572 816404\nSwap: 0 0 0\n' 2019-09-11 19:34:39,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41032 768092 3208 206676 821516\nSwap: 0 0 0\n' 2019-09-11 19:34:39,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45904 763324 3236 206572 816588\nSwap: 0 0 0\n' 2019-09-11 19:34:40,538 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=91 END 2019-09-11 19:34:40,539 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=92 START 2019-09-11 19:34:40,539 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:40,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41000 768124 3208 206676 821548\nSwap: 0 0 0\n' 2019-09-11 19:34:40,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 763300 3236 206572 816564\nSwap: 0 0 0\n' 2019-09-11 19:34:41,550 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:34:41,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41096 768028 3208 206676 821452\nSwap: 0 0 0\n' 2019-09-11 19:34:41,753 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:41,755 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206545i,average.free=763981i,average.shared=3236i,average.total=1015800i,average.used=45273i,free.memory0.available="817820",free.memory0.buff/cache="206504",free.memory0.free="764576",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="44720",free.memory1.available="817876",free.memory1.buff/cache="206520",free.memory1.free="764632",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44648",free.memory2.available="817608",free.memory2.buff/cache="206532",free.memory2.free="764360",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44908",free.memory3.available="818308",free.memory3.buff/cache="206532",free.memory3.free="765056",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44212",free.memory4.available="818364",free.memory4.buff/cache="206540",free.memory4.free="765112",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44148",free.memory5.available="816712",free.memory5.buff/cache="206564",free.memory5.free="763452",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45784",free.memory6.available="816340",free.memory6.buff/cache="206564",free.memory6.free="763080",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46156",free.memory7.available="816488",free.memory7.buff/cache="206564",free.memory7.free="763228",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46008",free.memory8.available="816464",free.memory8.buff/cache="206568",free.memory8.free="763204",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46028",free.memory9.available="816372",free.memory9.buff/cache="206568",free.memory9.free="763112",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46120",max.buff/cache=206568i,max.free=765112i,max.shared=3236i,max.total=1015800i,max.used=46156i 1568230476824217088 2019-09-11 19:34:41,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46036 763192 3236 206572 816456\nSwap: 0 0 0\n' 2019-09-11 19:34:41,861 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:34:41,862 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.116 1568230477522746112 2019-09-11 19:34:41,964 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:41,965 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.104 1568230480538423040 2019-09-11 19:34:42,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41032 768092 3208 206676 821516\nSwap: 0 0 0\n' 2019-09-11 19:34:42,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45920 763308 3236 206572 816572\nSwap: 0 0 0\n' 2019-09-11 19:34:43,563 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=92 END 2019-09-11 19:34:43,563 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=93 START 2019-09-11 19:34:43,564 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:43,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41096 768028 3208 206676 821452\nSwap: 0 0 0\n' 2019-09-11 19:34:43,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46040 763188 3236 206572 816452\nSwap: 0 0 0\n' 2019-09-11 19:34:44,574 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:34:44,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 768188 3208 206676 821612\nSwap: 0 0 0\n' 2019-09-11 19:34:44,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46164 763064 3236 206572 816328\nSwap: 0 0 0\n' 2019-09-11 19:34:45,611 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=28 END 2019-09-11 19:34:45,612 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=29 START 2019-09-11 19:34:45,612 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:45,626 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41020 768108 3208 206672 821536\nSwap: 0 0 0\n' 2019-09-11 19:34:45,833 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46016 763212 3236 206572 816476\nSwap: 0 0 0\n' 2019-09-11 19:34:46,578 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=93 END 2019-09-11 19:34:46,579 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=94 START 2019-09-11 19:34:46,579 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:46,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41052 768076 3208 206672 821568\nSwap: 0 0 0\n' 2019-09-11 19:34:46,836 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=29 END 2019-09-11 19:34:46,836 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=30 START 2019-09-11 19:34:46,837 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:46,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45776 763452 3236 206572 816716\nSwap: 0 0 0\n' 2019-09-11 19:34:47,065 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:47,067 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206571i,average.free=763269i,average.shared=3236i,average.total=1015800i,average.used=45959i,free.memory0.available="816864",free.memory0.buff/cache="206568",free.memory0.free="763604",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45628",free.memory1.available="816624",free.memory1.buff/cache="206572",free.memory1.free="763360",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45868",free.memory2.available="816404",free.memory2.buff/cache="206572",free.memory2.free="763140",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46088",free.memory3.available="816588",free.memory3.buff/cache="206572",free.memory3.free="763324",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45904",free.memory4.available="816564",free.memory4.buff/cache="206572",free.memory4.free="763300",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45928",free.memory5.available="816456",free.memory5.buff/cache="206572",free.memory5.free="763192",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46036",free.memory6.available="816572",free.memory6.buff/cache="206572",free.memory6.free="763308",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45920",free.memory7.available="816452",free.memory7.buff/cache="206572",free.memory7.free="763188",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46040",free.memory8.available="816328",free.memory8.buff/cache="206572",free.memory8.free="763064",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46164",free.memory9.available="816476",free.memory9.buff/cache="206572",free.memory9.free="763212",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46016",max.buff/cache=206572i,max.free=763604i,max.shared=3236i,max.total=1015800i,max.used=46164i 1568230486836011776 2019-09-11 19:34:47,167 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:47,169 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206675i,average.free=768107i,average.shared=3208i,average.total=1015800i,average.used=41017i,free.memory0.available="821608",free.memory0.buff/cache="206672",free.memory0.free="768184",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40944",free.memory1.available="821516",free.memory1.buff/cache="206672",free.memory1.free="768028",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41100",free.memory2.available="821580",free.memory2.buff/cache="206676",free.memory2.free="768156",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40968",free.memory3.available="821580",free.memory3.buff/cache="206676",free.memory3.free="768156",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40968",free.memory4.available="821516",free.memory4.buff/cache="206676",free.memory4.free="768092",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41032",free.memory5.available="821548",free.memory5.buff/cache="206676",free.memory5.free="768124",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41000",free.memory6.available="821452",free.memory6.buff/cache="206676",free.memory6.free="768028",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41096",free.memory7.available="821516",free.memory7.buff/cache="206676",free.memory7.free="768092",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41032",free.memory8.available="821452",free.memory8.buff/cache="206676",free.memory8.free="768028",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41096",free.memory9.available="821612",free.memory9.buff/cache="206676",free.memory9.free="768188",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40936",max.buff/cache=206676i,max.free=768188i,max.shared=3208i,max.total=1015800i,max.used=41100i 1568230485611566080 2019-09-11 19:34:47,270 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:34:47,270 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568230483562930176 2019-09-11 19:34:47,369 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:47,369 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568230486578823936 2019-09-11 19:34:47,590 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.118' 2019-09-11 19:34:47,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40956 768172 3208 206672 821600\nSwap: 0 0 0\n' 2019-09-11 19:34:47,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46132 763096 3236 206572 816360\nSwap: 0 0 0\n' 2019-09-11 19:34:48,628 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40988 768140 3208 206672 821632\nSwap: 0 0 0\n' 2019-09-11 19:34:48,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45984 763244 3236 206572 816508\nSwap: 0 0 0\n' 2019-09-11 19:34:49,594 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=94 END 2019-09-11 19:34:49,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=95 START 2019-09-11 19:34:49,595 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:49,629 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40988 768140 3208 206672 821632\nSwap: 0 0 0\n' 2019-09-11 19:34:49,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45976 763252 3236 206572 816516\nSwap: 0 0 0\n' 2019-09-11 19:34:50,606 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.126' 2019-09-11 19:34:50,629 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40956 768172 3208 206672 821600\nSwap: 0 0 0\n' 2019-09-11 19:34:50,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46132 763096 3236 206572 816360\nSwap: 0 0 0\n' 2019-09-11 19:34:51,630 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41052 768076 3208 206672 821504\nSwap: 0 0 0\n' 2019-09-11 19:34:51,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45556 763672 3236 206572 816936\nSwap: 0 0 0\n' 2019-09-11 19:34:52,465 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:52,465 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.118 1568230489594662912 2019-09-11 19:34:52,611 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=95 END 2019-09-11 19:34:52,611 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=96 START 2019-09-11 19:34:52,611 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:52,630 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40988 768140 3208 206672 821568\nSwap: 0 0 0\n' 2019-09-11 19:34:52,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19969559 , "packets_per_second":999927, "flows":250500, "errors":0 }\n' 2019-09-11 19:34:52,819 [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-11 19:34:52,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19912009' 2019-09-11 19:34:52,830 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 57550 - Lost ppm 2882 2019-09-11 19:34:52,831 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 2882 > sla_max_ppm 1000; ',) 2019-09-11 19:34:52,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44616 764612 3236 206572 817876\nSwap: 0 0 0\n' 2019-09-11 19:34:53,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.129' 2019-09-11 19:34:53,630 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41164 767956 3208 206680 821384\nSwap: 0 0 0\n' 2019-09-11 19:34:53,835 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15102 seq=1 END 2019-09-11 19:34:53,836 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15102 seq=2 START 2019-09-11 19:34:53,836 [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-11 19:34:53,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44584 764644 3236 206572 817908\nSwap: 0 0 0\n' 2019-09-11 19:34:53,848 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 500 64 20 1 1000000 2019-09-11 19:34:54,630 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41124 767988 3208 206688 821420\nSwap: 0 0 0\n' 2019-09-11 19:34:54,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44120 765108 3236 206572 818372\nSwap: 0 0 0\n' 2019-09-11 19:34:55,625 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=96 END 2019-09-11 19:34:55,625 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=97 START 2019-09-11 19:34:55,626 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:55,633 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=29 END 2019-09-11 19:34:55,634 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=30 START 2019-09-11 19:34:55,634 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:55,639 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41084 768028 3208 206688 821460\nSwap: 0 0 0\n' 2019-09-11 19:34:55,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44144 765084 3236 206572 818348\nSwap: 0 0 0\n' 2019-09-11 19:34:56,638 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.125' 2019-09-11 19:34:56,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41052 768060 3208 206688 821492\nSwap: 0 0 0\n' 2019-09-11 19:34:56,847 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=30 END 2019-09-11 19:34:56,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=31 START 2019-09-11 19:34:56,848 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:34:56,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45700 763528 3236 206572 816792\nSwap: 0 0 0\n' 2019-09-11 19:34:57,590 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:57,591 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999927i,packets_received=19912009i,packets_sent=19969559i,packetsize=64i,ppm=2882.0 1568230493834861056 2019-09-11 19:34:57,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41052 768060 3208 206688 821492\nSwap: 0 0 0\n' 2019-09-11 19:34:57,695 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:57,697 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206572i,average.free=763926i,average.shared=3236i,average.total=1015800i,average.used=45302i,free.memory0.available="816716",free.memory0.buff/cache="206572",free.memory0.free="763452",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45776",free.memory1.available="816360",free.memory1.buff/cache="206572",free.memory1.free="763096",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46132",free.memory2.available="816508",free.memory2.buff/cache="206572",free.memory2.free="763244",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45984",free.memory3.available="816516",free.memory3.buff/cache="206572",free.memory3.free="763252",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45976",free.memory4.available="816360",free.memory4.buff/cache="206572",free.memory4.free="763096",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46132",free.memory5.available="816936",free.memory5.buff/cache="206572",free.memory5.free="763672",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45556",free.memory6.available="817876",free.memory6.buff/cache="206572",free.memory6.free="764612",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44616",free.memory7.available="817908",free.memory7.buff/cache="206572",free.memory7.free="764644",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44584",free.memory8.available="818372",free.memory8.buff/cache="206572",free.memory8.free="765108",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44120",free.memory9.available="818348",free.memory9.buff/cache="206572",free.memory9.free="765084",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44144",max.buff/cache=206572i,max.free=765108i,max.shared=3236i,max.total=1015800i,max.used=46132i 1568230496847273216 2019-09-11 19:34:57,796 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:57,798 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206674i,average.free=768096i,average.shared=3208i,average.total=1015800i,average.used=41028i,free.memory0.available="821536",free.memory0.buff/cache="206672",free.memory0.free="768108",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41020",free.memory1.available="821568",free.memory1.buff/cache="206672",free.memory1.free="768076",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41052",free.memory2.available="821600",free.memory2.buff/cache="206672",free.memory2.free="768172",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40956",free.memory3.available="821632",free.memory3.buff/cache="206672",free.memory3.free="768140",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40988",free.memory4.available="821632",free.memory4.buff/cache="206672",free.memory4.free="768140",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40988",free.memory5.available="821600",free.memory5.buff/cache="206672",free.memory5.free="768172",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40956",free.memory6.available="821504",free.memory6.buff/cache="206672",free.memory6.free="768076",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41052",free.memory7.available="821568",free.memory7.buff/cache="206672",free.memory7.free="768140",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40988",free.memory8.available="821384",free.memory8.buff/cache="206680",free.memory8.free="767956",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41164",free.memory9.available="821420",free.memory9.buff/cache="206688",free.memory9.free="767988",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41124",max.buff/cache=206688i,max.free=768172i,max.shared=3208i,max.total=1015800i,max.used=41164i 1568230495633748992 2019-09-11 19:34:57,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45708 763520 3236 206572 816784\nSwap: 0 0 0\n' 2019-09-11 19:34:57,896 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:34:57,897 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.126 1568230492610927104 2019-09-11 19:34:57,996 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:34:57,996 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.129 1568230495625252096 2019-09-11 19:34:58,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40980 768124 3208 206696 821556\nSwap: 0 0 0\n' 2019-09-11 19:34:58,642 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=97 END 2019-09-11 19:34:58,643 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=98 START 2019-09-11 19:34:58,643 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:34:58,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45824 763404 3236 206572 816668\nSwap: 0 0 0\n' 2019-09-11 19:34:59,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41044 768060 3208 206696 821492\nSwap: 0 0 0\n' 2019-09-11 19:34:59,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:34:59,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46064 763156 3236 206580 816428\nSwap: 0 0 0\n' 2019-09-11 19:35:00,643 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41012 768092 3208 206696 821524\nSwap: 0 0 0\n' 2019-09-11 19:35:00,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45916 763304 3236 206580 816576\nSwap: 0 0 0\n' 2019-09-11 19:35:01,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 767844 3208 206704 821356\nSwap: 0 0 0\n' 2019-09-11 19:35:01,658 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=98 END 2019-09-11 19:35:01,659 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=99 START 2019-09-11 19:35:01,659 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:01,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45924 763296 3236 206580 816568\nSwap: 0 0 0\n' 2019-09-11 19:35:02,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41188 767908 3208 206704 821356\nSwap: 0 0 0\n' 2019-09-11 19:35:02,670 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-11 19:35:02,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46020 763168 3236 206612 816456\nSwap: 0 0 0\n' 2019-09-11 19:35:03,103 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:35:03,104 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.125 1568230498642582784 2019-09-11 19:35:03,209 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:03,210 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568230501658516992 2019-09-11 19:35:03,645 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41188 767908 3208 206704 821356\nSwap: 0 0 0\n' 2019-09-11 19:35:03,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45872 763316 3236 206612 816604\nSwap: 0 0 0\n' 2019-09-11 19:35:04,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41220 767876 3208 206704 821324\nSwap: 0 0 0\n' 2019-09-11 19:35:04,674 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=99 END 2019-09-11 19:35:04,675 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=100 START 2019-09-11 19:35:04,675 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:04,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 763324 3236 206612 816612\nSwap: 0 0 0\n' 2019-09-11 19:35:05,648 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=30 END 2019-09-11 19:35:05,649 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=31 START 2019-09-11 19:35:05,649 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:05,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40944 768156 3208 206700 821604\nSwap: 0 0 0\n' 2019-09-11 19:35:05,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:35:05,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46244 762944 3236 206612 816232\nSwap: 0 0 0\n' 2019-09-11 19:35:06,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41072 768016 3208 206712 821464\nSwap: 0 0 0\n' 2019-09-11 19:35:06,859 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=31 END 2019-09-11 19:35:06,859 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=32 START 2019-09-11 19:35:06,860 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:06,865 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45728 763460 3236 206612 816748\nSwap: 0 0 0\n' 2019-09-11 19:35:07,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41056 768032 3208 206712 821488\nSwap: 0 0 0\n' 2019-09-11 19:35:07,690 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=100 END 2019-09-11 19:35:07,691 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=101 START 2019-09-11 19:35:07,691 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:07,865 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45848 763328 3236 206624 816624\nSwap: 0 0 0\n' 2019-09-11 19:35:08,312 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:08,314 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206590i,average.free=763296i,average.shared=3236i,average.total=1015800i,average.used=45913i,free.memory0.available="816792",free.memory0.buff/cache="206572",free.memory0.free="763528",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45700",free.memory1.available="816784",free.memory1.buff/cache="206572",free.memory1.free="763520",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45708",free.memory2.available="816668",free.memory2.buff/cache="206572",free.memory2.free="763404",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45824",free.memory3.available="816428",free.memory3.buff/cache="206580",free.memory3.free="763156",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46064",free.memory4.available="816576",free.memory4.buff/cache="206580",free.memory4.free="763304",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45916",free.memory5.available="816568",free.memory5.buff/cache="206580",free.memory5.free="763296",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45924",free.memory6.available="816456",free.memory6.buff/cache="206612",free.memory6.free="763168",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46020",free.memory7.available="816604",free.memory7.buff/cache="206612",free.memory7.free="763316",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45872",free.memory8.available="816612",free.memory8.buff/cache="206612",free.memory8.free="763324",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45864",free.memory9.available="816232",free.memory9.buff/cache="206612",free.memory9.free="762944",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46244",max.buff/cache=206612i,max.free=763528i,max.shared=3236i,max.total=1015800i,max.used=46244i 1568230506859024128 2019-09-11 19:35:08,410 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:08,412 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206696i,average.free=767996i,average.shared=3208i,average.total=1015800i,average.used=41107i,free.memory0.available="821460",free.memory0.buff/cache="206688",free.memory0.free="768028",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41084",free.memory1.available="821492",free.memory1.buff/cache="206688",free.memory1.free="768060",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41052",free.memory2.available="821492",free.memory2.buff/cache="206688",free.memory2.free="768060",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41052",free.memory3.available="821556",free.memory3.buff/cache="206696",free.memory3.free="768124",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40980",free.memory4.available="821492",free.memory4.buff/cache="206696",free.memory4.free="768060",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41044",free.memory5.available="821524",free.memory5.buff/cache="206696",free.memory5.free="768092",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41012",free.memory6.available="821356",free.memory6.buff/cache="206704",free.memory6.free="767844",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41252",free.memory7.available="821356",free.memory7.buff/cache="206704",free.memory7.free="767908",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41188",free.memory8.available="821356",free.memory8.buff/cache="206704",free.memory8.free="767908",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41188",free.memory9.available="821324",free.memory9.buff/cache="206704",free.memory9.free="767876",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41220",max.buff/cache=206704i,max.free=768124i,max.shared=3208i,max.total=1015800i,max.used=41252i 1568230505648678912 2019-09-11 19:35:08,509 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:35:08,509 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.087 1568230504674798080 2019-09-11 19:35:08,607 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:08,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568230507690713856 2019-09-11 19:35:08,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41088 768000 3208 206712 821456\nSwap: 0 0 0\n' 2019-09-11 19:35:08,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-11 19:35:08,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46220 762956 3236 206624 816252\nSwap: 0 0 0\n' 2019-09-11 19:35:09,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40992 768096 3208 206712 821552\nSwap: 0 0 0\n' 2019-09-11 19:35:09,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45980 763196 3236 206624 816492\nSwap: 0 0 0\n' 2019-09-11 19:35:10,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41056 768032 3208 206712 821488\nSwap: 0 0 0\n' 2019-09-11 19:35:10,706 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=101 END 2019-09-11 19:35:10,707 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=102 START 2019-09-11 19:35:10,707 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:10,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46080 763096 3236 206624 816392\nSwap: 0 0 0\n' 2019-09-11 19:35:11,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41024 768064 3208 206712 821520\nSwap: 0 0 0\n' 2019-09-11 19:35:11,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:35:11,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46220 762956 3236 206624 816252\nSwap: 0 0 0\n' 2019-09-11 19:35:12,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41016 768064 3208 206720 821520\nSwap: 0 0 0\n' 2019-09-11 19:35:12,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45948 763228 3236 206624 816524\nSwap: 0 0 0\n' 2019-09-11 19:35:13,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41080 768000 3208 206720 821456\nSwap: 0 0 0\n' 2019-09-11 19:35:13,702 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:13,703 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.106 1568230510706626816 2019-09-11 19:35:13,722 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=102 END 2019-09-11 19:35:13,723 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=103 START 2019-09-11 19:35:13,724 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:13,803 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:13,804 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568230513722866176 2019-09-11 19:35:13,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46064 763112 3236 206624 816408\nSwap: 0 0 0\n' 2019-09-11 19:35:14,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41048 768032 3208 206720 821488\nSwap: 0 0 0\n' 2019-09-11 19:35:14,734 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-11 19:35:14,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46156 763020 3236 206624 816316\nSwap: 0 0 0\n' 2019-09-11 19:35:15,671 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=31 END 2019-09-11 19:35:15,671 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=32 START 2019-09-11 19:35:15,672 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:15,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40888 768192 3208 206720 821656\nSwap: 0 0 0\n' 2019-09-11 19:35:15,867 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45884 763292 3236 206624 816588\nSwap: 0 0 0\n' 2019-09-11 19:35:16,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40824 768256 3208 206720 821720\nSwap: 0 0 0\n' 2019-09-11 19:35:16,738 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=103 END 2019-09-11 19:35:16,738 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=104 START 2019-09-11 19:35:16,739 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:16,870 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=32 END 2019-09-11 19:35:16,871 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=33 START 2019-09-11 19:35:16,871 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:16,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45448 763728 3236 206624 817024\nSwap: 0 0 0\n' 2019-09-11 19:35:17,042 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19926184 , "packets_per_second":999948, "flows":250500, "errors":0 }\n' 2019-09-11 19:35:17,043 [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-11 19:35:17,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19874941' 2019-09-11 19:35:17,054 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 51243 - Lost ppm 2572 2019-09-11 19:35:17,055 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 2572 > sla_max_ppm 1000; ',) 2019-09-11 19:35:17,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41072 768008 3208 206720 821472\nSwap: 0 0 0\n' 2019-09-11 19:35:17,748 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:35:17,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44632 764544 3236 206624 817840\nSwap: 0 0 0\n' 2019-09-11 19:35:18,057 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15102 seq=2 END 2019-09-11 19:35:18,057 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:35:18,058 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:35:18,058 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:35:18,072 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:18,073 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999948i,packets_received=19874941i,packets_sent=19926184i,packetsize=64i,ppm=2572.0 1568230518056958976 2019-09-11 19:35:18,177 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:35:18,178 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:35:18,180 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:35:18,191 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:35:18,193 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.121 2019-09-11 19:35:18,194 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.121 2019-09-11 19:35:18,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:35:18,468 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.127 2019-09-11 19:35:18,469 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.127 2019-09-11 19:35:18,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 767832 3208 206696 821296\nSwap: 0 0 0\n' 2019-09-11 19:35:18,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:35:18,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44428 764800 3236 206572 818088\nSwap: 0 0 0\n' 2019-09-11 19:35:19,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 767832 3208 206696 821296\nSwap: 0 0 0\n' 2019-09-11 19:35:19,752 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=104 END 2019-09-11 19:35:19,752 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=105 START 2019-09-11 19:35:19,753 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:19,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44784 764436 3236 206580 817724\nSwap: 0 0 0\n' 2019-09-11 19:35:20,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 767832 3208 206696 821296\nSwap: 0 0 0\n' 2019-09-11 19:35:20,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.118' 2019-09-11 19:35:20,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45216 763996 3236 206588 817288\nSwap: 0 0 0\n' 2019-09-11 19:35:21,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 767832 3208 206696 821296\nSwap: 0 0 0\n' 2019-09-11 19:35:21,852 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15108 seq=1 START 2019-09-11 19:35:21,853 [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-11 19:35:21,866 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 750 64 20 1 1000000 2019-09-11 19:35:21,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44648 764564 3236 206588 817860\nSwap: 0 0 0\n' 2019-09-11 19:35:22,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41212 767864 3208 206724 821328\nSwap: 0 0 0\n' 2019-09-11 19:35:22,766 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=105 END 2019-09-11 19:35:22,766 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=106 START 2019-09-11 19:35:22,766 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:22,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44204 764976 3236 206620 818280\nSwap: 0 0 0\n' 2019-09-11 19:35:23,187 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206622i,average.free=763164i,average.shared=3236i,average.total=1015800i,average.used=46012i,free.memory0.available="816748",free.memory0.buff/cache="206612",free.memory0.free="763460",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45728",free.memory1.available="816624",free.memory1.buff/cache="206624",free.memory1.free="763328",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45848",free.memory2.available="816252",free.memory2.buff/cache="206624",free.memory2.free="762956",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46220",free.memory3.available="816492",free.memory3.buff/cache="206624",free.memory3.free="763196",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45980",free.memory4.available="816392",free.memory4.buff/cache="206624",free.memory4.free="763096",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46080",free.memory5.available="816252",free.memory5.buff/cache="206624",free.memory5.free="762956",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46220",free.memory6.available="816524",free.memory6.buff/cache="206624",free.memory6.free="763228",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45948",free.memory7.available="816408",free.memory7.buff/cache="206624",free.memory7.free="763112",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46064",free.memory8.available="816316",free.memory8.buff/cache="206624",free.memory8.free="763020",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46156",free.memory9.available="816588",free.memory9.buff/cache="206624",free.memory9.free="763292",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45884",max.buff/cache=206624i,max.free=763460i,max.shared=3236i,max.total=1015800i,max.used=46220i 1568230516870376960 2019-09-11 19:35:23,303 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:23,305 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206713i,average.free=768049i,average.shared=3208i,average.total=1015800i,average.used=41037i,free.memory0.available="821604",free.memory0.buff/cache="206700",free.memory0.free="768156",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40944",free.memory1.available="821464",free.memory1.buff/cache="206712",free.memory1.free="768016",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41072",free.memory2.available="821488",free.memory2.buff/cache="206712",free.memory2.free="768032",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41056",free.memory3.available="821456",free.memory3.buff/cache="206712",free.memory3.free="768000",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41088",free.memory4.available="821552",free.memory4.buff/cache="206712",free.memory4.free="768096",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40992",free.memory5.available="821488",free.memory5.buff/cache="206712",free.memory5.free="768032",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41056",free.memory6.available="821520",free.memory6.buff/cache="206712",free.memory6.free="768064",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41024",free.memory7.available="821520",free.memory7.buff/cache="206720",free.memory7.free="768064",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41016",free.memory8.available="821456",free.memory8.buff/cache="206720",free.memory8.free="768000",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41080",free.memory9.available="821488",free.memory9.buff/cache="206720",free.memory9.free="768032",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41048",max.buff/cache=206720i,max.free=768156i,max.shared=3208i,max.total=1015800i,max.used=41088i 1568230515670979072 2019-09-11 19:35:23,409 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:35:23,410 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.08 1568230516738241024 2019-09-11 19:35:23,506 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:35:23,507 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568230519752206080 2019-09-11 19:35:23,601 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.118 1568230522766055168 2019-09-11 19:35:23,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41180 767896 3208 206724 821360\nSwap: 0 0 0\n' 2019-09-11 19:35:23,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.190' 2019-09-11 19:35:23,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44452 764728 3236 206620 818032\nSwap: 0 0 0\n' 2019-09-11 19:35:24,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41212 767864 3208 206724 821328\nSwap: 0 0 0\n' 2019-09-11 19:35:24,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45816 763364 3236 206620 816668\nSwap: 0 0 0\n' 2019-09-11 19:35:25,692 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=32 END 2019-09-11 19:35:25,693 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=33 START 2019-09-11 19:35:25,693 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:25,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40936 768140 3208 206724 821612\nSwap: 0 0 0\n' 2019-09-11 19:35:25,780 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=106 END 2019-09-11 19:35:25,780 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=107 START 2019-09-11 19:35:25,781 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:25,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45964 763216 3236 206620 816520\nSwap: 0 0 0\n' 2019-09-11 19:35:26,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768108 3208 206724 821580\nSwap: 0 0 0\n' 2019-09-11 19:35:26,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:35:26,880 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=33 END 2019-09-11 19:35:26,881 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=34 START 2019-09-11 19:35:26,881 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:26,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45820 763356 3236 206624 816660\nSwap: 0 0 0\n' 2019-09-11 19:35:27,711 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768108 3208 206724 821580\nSwap: 0 0 0\n' 2019-09-11 19:35:27,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45800 763376 3236 206624 816680\nSwap: 0 0 0\n' 2019-09-11 19:35:28,704 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:28,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206605i,average.free=764235i,average.shared=3236i,average.total=1015800i,average.used=44959i,free.memory0.available="817024",free.memory0.buff/cache="206624",free.memory0.free="763728",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45448",free.memory1.available="817840",free.memory1.buff/cache="206624",free.memory1.free="764544",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44632",free.memory2.available="818088",free.memory2.buff/cache="206572",free.memory2.free="764800",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44428",free.memory3.available="817724",free.memory3.buff/cache="206580",free.memory3.free="764436",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44784",free.memory4.available="817288",free.memory4.buff/cache="206588",free.memory4.free="763996",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45216",free.memory5.available="817860",free.memory5.buff/cache="206588",free.memory5.free="764564",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44648",free.memory6.available="818280",free.memory6.buff/cache="206620",free.memory6.free="764976",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44204",free.memory7.available="818032",free.memory7.buff/cache="206620",free.memory7.free="764728",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44452",free.memory8.available="816668",free.memory8.buff/cache="206620",free.memory8.free="763364",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45816",free.memory9.available="816520",free.memory9.buff/cache="206620",free.memory9.free="763216",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45964",max.buff/cache=206624i,max.free=764976i,max.shared=3236i,max.total=1015800i,max.used=45964i 1568230526880727040 2019-09-11 19:35:28,711 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 768140 3208 206724 821612\nSwap: 0 0 0\n' 2019-09-11 19:35:28,794 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=107 END 2019-09-11 19:35:28,795 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=108 START 2019-09-11 19:35:28,795 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:28,807 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:28,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206711i,average.free=767940i,average.shared=3208i,average.total=1015800i,average.used=41147i,free.memory0.available="821656",free.memory0.buff/cache="206720",free.memory0.free="768192",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40888",free.memory1.available="821720",free.memory1.buff/cache="206720",free.memory1.free="768256",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40824",free.memory2.available="821472",free.memory2.buff/cache="206720",free.memory2.free="768008",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41072",free.memory3.available="821296",free.memory3.buff/cache="206696",free.memory3.free="767832",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41272",free.memory4.available="821296",free.memory4.buff/cache="206696",free.memory4.free="767832",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41272",free.memory5.available="821296",free.memory5.buff/cache="206696",free.memory5.free="767832",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41272",free.memory6.available="821296",free.memory6.buff/cache="206696",free.memory6.free="767832",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41272",free.memory7.available="821328",free.memory7.buff/cache="206724",free.memory7.free="767864",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41212",free.memory8.available="821360",free.memory8.buff/cache="206724",free.memory8.free="767896",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41180",free.memory9.available="821328",free.memory9.buff/cache="206724",free.memory9.free="767864",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41212",max.buff/cache=206724i,max.free=768256i,max.shared=3208i,max.total=1015800i,max.used=41272i 1568230525692632832 2019-09-11 19:35:28,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45924 763252 3236 206624 816556\nSwap: 0 0 0\n' 2019-09-11 19:35:28,914 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:35:28,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.19 1568230525780072960 2019-09-11 19:35:29,016 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:29,017 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568230528794763008 2019-09-11 19:35:29,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40808 768268 3208 206724 821740\nSwap: 0 0 0\n' 2019-09-11 19:35:29,806 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:35:29,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46080 763096 3236 206624 816400\nSwap: 0 0 0\n' 2019-09-11 19:35:30,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768108 3208 206724 821580\nSwap: 0 0 0\n' 2019-09-11 19:35:30,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45900 763276 3236 206624 816580\nSwap: 0 0 0\n' 2019-09-11 19:35:31,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 768140 3208 206724 821612\nSwap: 0 0 0\n' 2019-09-11 19:35:31,811 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=108 END 2019-09-11 19:35:31,811 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=109 START 2019-09-11 19:35:31,811 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:31,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45924 763252 3236 206624 816556\nSwap: 0 0 0\n' 2019-09-11 19:35:32,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40808 768268 3208 206724 821740\nSwap: 0 0 0\n' 2019-09-11 19:35:32,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.084' 2019-09-11 19:35:32,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46012 763160 3236 206628 816468\nSwap: 0 0 0\n' 2019-09-11 19:35:33,714 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40840 768236 3208 206724 821708\nSwap: 0 0 0\n' 2019-09-11 19:35:33,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 763308 3236 206628 816616\nSwap: 0 0 0\n' 2019-09-11 19:35:34,121 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:34,122 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568230531811016960 2019-09-11 19:35:34,715 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40872 768204 3208 206724 821676\nSwap: 0 0 0\n' 2019-09-11 19:35:34,827 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=109 END 2019-09-11 19:35:34,827 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=110 START 2019-09-11 19:35:34,827 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:34,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45904 763268 3236 206628 816576\nSwap: 0 0 0\n' 2019-09-11 19:35:35,718 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=33 END 2019-09-11 19:35:35,719 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=34 START 2019-09-11 19:35:35,719 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:35,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40872 768204 3208 206724 821676\nSwap: 0 0 0\n' 2019-09-11 19:35:35,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:35:35,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45996 763176 3236 206628 816484\nSwap: 0 0 0\n' 2019-09-11 19:35:36,734 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768108 3208 206724 821580\nSwap: 0 0 0\n' 2019-09-11 19:35:36,891 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=34 END 2019-09-11 19:35:36,892 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=35 START 2019-09-11 19:35:36,892 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:36,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45796 763376 3236 206628 816684\nSwap: 0 0 0\n' 2019-09-11 19:35:37,734 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40840 768236 3208 206724 821708\nSwap: 0 0 0\n' 2019-09-11 19:35:37,843 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=110 END 2019-09-11 19:35:37,843 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=111 START 2019-09-11 19:35:37,844 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:37,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45944 763228 3236 206628 816536\nSwap: 0 0 0\n' 2019-09-11 19:35:38,735 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40904 768172 3208 206724 821644\nSwap: 0 0 0\n' 2019-09-11 19:35:38,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-11 19:35:38,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46036 763136 3236 206628 816444\nSwap: 0 0 0\n' 2019-09-11 19:35:39,235 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:39,238 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206625i,average.free=763252i,average.shared=3236i,average.total=1015800i,average.used=45922i,free.memory0.available="816660",free.memory0.buff/cache="206624",free.memory0.free="763356",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45820",free.memory1.available="816680",free.memory1.buff/cache="206624",free.memory1.free="763376",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45800",free.memory2.available="816556",free.memory2.buff/cache="206624",free.memory2.free="763252",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45924",free.memory3.available="816400",free.memory3.buff/cache="206624",free.memory3.free="763096",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46080",free.memory4.available="816580",free.memory4.buff/cache="206624",free.memory4.free="763276",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45900",free.memory5.available="816556",free.memory5.buff/cache="206624",free.memory5.free="763252",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45924",free.memory6.available="816468",free.memory6.buff/cache="206628",free.memory6.free="763160",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46012",free.memory7.available="816616",free.memory7.buff/cache="206628",free.memory7.free="763308",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45864",free.memory8.available="816576",free.memory8.buff/cache="206628",free.memory8.free="763268",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45904",free.memory9.available="816484",free.memory9.buff/cache="206628",free.memory9.free="763176",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45996",max.buff/cache=206628i,max.free=763376i,max.shared=3236i,max.total=1015800i,max.used=46080i 1568230536891421184 2019-09-11 19:35:39,345 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:39,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206724i,average.free=768172i,average.shared=3208i,average.total=1015800i,average.used=40904i,free.memory0.available="821612",free.memory0.buff/cache="206724",free.memory0.free="768140",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40936",free.memory1.available="821580",free.memory1.buff/cache="206724",free.memory1.free="768108",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40968",free.memory2.available="821580",free.memory2.buff/cache="206724",free.memory2.free="768108",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40968",free.memory3.available="821612",free.memory3.buff/cache="206724",free.memory3.free="768140",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40936",free.memory4.available="821740",free.memory4.buff/cache="206724",free.memory4.free="768268",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40808",free.memory5.available="821580",free.memory5.buff/cache="206724",free.memory5.free="768108",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40968",free.memory6.available="821612",free.memory6.buff/cache="206724",free.memory6.free="768140",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40936",free.memory7.available="821740",free.memory7.buff/cache="206724",free.memory7.free="768268",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40808",free.memory8.available="821708",free.memory8.buff/cache="206724",free.memory8.free="768236",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40840",free.memory9.available="821676",free.memory9.buff/cache="206724",free.memory9.free="768204",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40872",max.buff/cache=206724i,max.free=768268i,max.shared=3208i,max.total=1015800i,max.used=40968i 1568230535718285056 2019-09-11 19:35:39,461 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:35:39,462 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.084 1568230534826909184 2019-09-11 19:35:39,559 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:39,559 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568230537843228160 2019-09-11 19:35:39,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40872 768204 3208 206724 821676\nSwap: 0 0 0\n' 2019-09-11 19:35:39,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45872 763300 3236 206628 816608\nSwap: 0 0 0\n' 2019-09-11 19:35:40,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768108 3208 206724 821580\nSwap: 0 0 0\n' 2019-09-11 19:35:40,859 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=111 END 2019-09-11 19:35:40,859 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=112 START 2019-09-11 19:35:40,860 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:40,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45896 763276 3236 206628 816584\nSwap: 0 0 0\n' 2019-09-11 19:35:41,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 768140 3208 206724 821612\nSwap: 0 0 0\n' 2019-09-11 19:35:41,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-11 19:35:41,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46036 763136 3236 206628 816444\nSwap: 0 0 0\n' 2019-09-11 19:35:42,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768108 3208 206724 821580\nSwap: 0 0 0\n' 2019-09-11 19:35:42,914 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45884 763284 3236 206632 816596\nSwap: 0 0 0\n' 2019-09-11 19:35:43,738 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 768108 3208 206724 821580\nSwap: 0 0 0\n' 2019-09-11 19:35:43,892 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=112 END 2019-09-11 19:35:43,893 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=113 START 2019-09-11 19:35:43,893 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:43,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45892 763276 3236 206632 816588\nSwap: 0 0 0\n' 2019-09-11 19:35:44,659 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:35:44,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.081 1568230540859173120 2019-09-11 19:35:44,738 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40808 768268 3208 206724 821740\nSwap: 0 0 0\n' 2019-09-11 19:35:44,761 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:44,761 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.081 1568230543892556032 2019-09-11 19:35:44,899 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45732 763436 3236 206632 816748\nSwap: 0 0 0\n' 2019-09-11 19:35:44,902 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-11 19:35:45,090 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19950351 , "packets_per_second":999952, "flows":563250, "errors":0 }\n' 2019-09-11 19:35:45,091 [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-11 19:35:45,102 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19849789' 2019-09-11 19:35:45,103 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 100562 - Lost ppm 5041 2019-09-11 19:35:45,104 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 5041 > sla_max_ppm 1000; ',) 2019-09-11 19:35:45,742 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=34 END 2019-09-11 19:35:45,742 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=35 START 2019-09-11 19:35:45,743 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:45,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40844 768236 3208 206720 821708\nSwap: 0 0 0\n' 2019-09-11 19:35:45,899 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44676 764520 3236 206604 817832\nSwap: 0 0 0\n' 2019-09-11 19:35:46,108 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15108 seq=1 END 2019-09-11 19:35:46,108 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15108 seq=2 START 2019-09-11 19:35:46,109 [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-11 19:35:46,125 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 750 64 20 1 1000000 2019-09-11 19:35:46,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41024 768052 3208 206724 821524\nSwap: 0 0 0\n' 2019-09-11 19:35:46,902 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=35 END 2019-09-11 19:35:46,903 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=36 START 2019-09-11 19:35:46,903 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:46,905 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=113 END 2019-09-11 19:35:46,906 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=114 START 2019-09-11 19:35:46,906 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:46,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 43780 765428 3236 206592 818740\nSwap: 0 0 0\n' 2019-09-11 19:35:47,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41024 768052 3208 206724 821524\nSwap: 0 0 0\n' 2019-09-11 19:35:47,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44140 765032 3236 206628 818344\nSwap: 0 0 0\n' 2019-09-11 19:35:47,915 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:35:48,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41120 767956 3208 206724 821428\nSwap: 0 0 0\n' 2019-09-11 19:35:48,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45780 763392 3236 206628 816704\nSwap: 0 0 0\n' 2019-09-11 19:35:49,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41152 767924 3208 206724 821396\nSwap: 0 0 0\n' 2019-09-11 19:35:49,865 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:49,866 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999952i,packets_received=19849789i,packets_sent=19950351i,packetsize=64i,ppm=5041.0 1568230546107459072 2019-09-11 19:35:49,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45724 763448 3236 206628 816760\nSwap: 0 0 0\n' 2019-09-11 19:35:49,918 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=114 END 2019-09-11 19:35:49,918 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=115 START 2019-09-11 19:35:49,919 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:49,968 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:49,970 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206626i,average.free=763396i,average.shared=3236i,average.total=1015800i,average.used=45776i,free.memory0.available="816684",free.memory0.buff/cache="206628",free.memory0.free="763376",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45796",free.memory1.available="816536",free.memory1.buff/cache="206628",free.memory1.free="763228",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45944",free.memory2.available="816444",free.memory2.buff/cache="206628",free.memory2.free="763136",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46036",free.memory3.available="816608",free.memory3.buff/cache="206628",free.memory3.free="763300",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45872",free.memory4.available="816584",free.memory4.buff/cache="206628",free.memory4.free="763276",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45896",free.memory5.available="816444",free.memory5.buff/cache="206628",free.memory5.free="763136",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46036",free.memory6.available="816596",free.memory6.buff/cache="206632",free.memory6.free="763284",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45884",free.memory7.available="816588",free.memory7.buff/cache="206632",free.memory7.free="763276",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45892",free.memory8.available="816748",free.memory8.buff/cache="206632",free.memory8.free="763436",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45732",free.memory9.available="817832",free.memory9.buff/cache="206604",free.memory9.free="764520",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44676",max.buff/cache=206632i,max.free=764520i,max.shared=3236i,max.total=1015800i,max.used=46036i 1568230546902580992 2019-09-11 19:35:50,064 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:50,065 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206724i,average.free=768165i,average.shared=3208i,average.total=1015800i,average.used=40910i,free.memory0.available="821676",free.memory0.buff/cache="206724",free.memory0.free="768204",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40872",free.memory1.available="821580",free.memory1.buff/cache="206724",free.memory1.free="768108",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40968",free.memory2.available="821708",free.memory2.buff/cache="206724",free.memory2.free="768236",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40840",free.memory3.available="821644",free.memory3.buff/cache="206724",free.memory3.free="768172",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40904",free.memory4.available="821676",free.memory4.buff/cache="206724",free.memory4.free="768204",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40872",free.memory5.available="821580",free.memory5.buff/cache="206724",free.memory5.free="768108",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40968",free.memory6.available="821612",free.memory6.buff/cache="206724",free.memory6.free="768140",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40936",free.memory7.available="821580",free.memory7.buff/cache="206724",free.memory7.free="768108",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40968",free.memory8.available="821580",free.memory8.buff/cache="206724",free.memory8.free="768108",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40968",free.memory9.available="821740",free.memory9.buff/cache="206724",free.memory9.free="768268",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40808",max.buff/cache=206724i,max.free=768268i,max.shared=3208i,max.total=1015800i,max.used=40968i 1568230545742001920 2019-09-11 19:35:50,189 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:35:50,189 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.104 1568230546905519872 2019-09-11 19:35:50,307 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:50,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568230549918178048 2019-09-11 19:35:50,749 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41048 768020 3208 206732 821492\nSwap: 0 0 0\n' 2019-09-11 19:35:50,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45868 763300 3236 206632 816612\nSwap: 0 0 0\n' 2019-09-11 19:35:50,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-11 19:35:51,749 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41112 767956 3208 206732 821428\nSwap: 0 0 0\n' 2019-09-11 19:35:51,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46108 763052 3236 206640 816372\nSwap: 0 0 0\n' 2019-09-11 19:35:52,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41208 767860 3208 206732 821468\nSwap: 0 0 0\n' 2019-09-11 19:35:52,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45960 763200 3236 206640 816520\nSwap: 0 0 0\n' 2019-09-11 19:35:52,935 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=115 END 2019-09-11 19:35:52,935 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=116 START 2019-09-11 19:35:52,936 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:53,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41212 767860 3208 206728 821340\nSwap: 0 0 0\n' 2019-09-11 19:35:53,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45952 763208 3236 206640 816528\nSwap: 0 0 0\n' 2019-09-11 19:35:53,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:35:54,752 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41116 767956 3208 206728 821436\nSwap: 0 0 0\n' 2019-09-11 19:35:54,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46076 763084 3236 206640 816404\nSwap: 0 0 0\n' 2019-09-11 19:35:55,416 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:35:55,416 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.085 1568230552935123968 2019-09-11 19:35:55,755 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=35 END 2019-09-11 19:35:55,755 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=36 START 2019-09-11 19:35:55,756 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:55,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40864 768208 3208 206728 821688\nSwap: 0 0 0\n' 2019-09-11 19:35:55,910 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 763232 3236 206640 816552\nSwap: 0 0 0\n' 2019-09-11 19:35:55,999 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=116 END 2019-09-11 19:35:55,999 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=117 START 2019-09-11 19:35:55,999 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:56,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40868 768204 3208 206728 821684\nSwap: 0 0 0\n' 2019-09-11 19:35:56,913 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=36 END 2019-09-11 19:35:56,913 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=37 START 2019-09-11 19:35:56,913 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:35:56,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45728 763432 3236 206640 816752\nSwap: 0 0 0\n' 2019-09-11 19:35:57,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-11 19:35:57,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40932 768140 3208 206728 821620\nSwap: 0 0 0\n' 2019-09-11 19:35:57,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46052 763108 3236 206640 816428\nSwap: 0 0 0\n' 2019-09-11 19:35:58,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40864 768204 3208 206732 821684\nSwap: 0 0 0\n' 2019-09-11 19:35:58,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45896 763264 3236 206640 816584\nSwap: 0 0 0\n' 2019-09-11 19:35:59,015 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=117 END 2019-09-11 19:35:59,015 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=118 START 2019-09-11 19:35:59,016 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:35:59,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40832 768236 3208 206732 821716\nSwap: 0 0 0\n' 2019-09-11 19:35:59,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45952 763208 3236 206640 816528\nSwap: 0 0 0\n' 2019-09-11 19:36:00,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-11 19:36:00,517 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:00,519 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206630i,average.free=763637i,average.shared=3236i,average.total=1015800i,average.used=45531i,free.memory0.available="818740",free.memory0.buff/cache="206592",free.memory0.free="765428",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="43780",free.memory1.available="818344",free.memory1.buff/cache="206628",free.memory1.free="765032",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44140",free.memory2.available="816704",free.memory2.buff/cache="206628",free.memory2.free="763392",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45780",free.memory3.available="816760",free.memory3.buff/cache="206628",free.memory3.free="763448",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45724",free.memory4.available="816612",free.memory4.buff/cache="206632",free.memory4.free="763300",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45868",free.memory5.available="816372",free.memory5.buff/cache="206640",free.memory5.free="763052",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46108",free.memory6.available="816520",free.memory6.buff/cache="206640",free.memory6.free="763200",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45960",free.memory7.available="816528",free.memory7.buff/cache="206640",free.memory7.free="763208",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45952",free.memory8.available="816404",free.memory8.buff/cache="206640",free.memory8.free="763084",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46076",free.memory9.available="816552",free.memory9.buff/cache="206640",free.memory9.free="763232",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45928",max.buff/cache=206640i,max.free=765428i,max.shared=3236i,max.total=1015800i,max.used=46108i 1568230556912926976 2019-09-11 19:36:00,619 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:00,620 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206726i,average.free=767987i,average.shared=3208i,average.total=1015800i,average.used=41086i,free.memory0.available="821708",free.memory0.buff/cache="206720",free.memory0.free="768236",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40844",free.memory1.available="821524",free.memory1.buff/cache="206724",free.memory1.free="768052",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41024",free.memory2.available="821524",free.memory2.buff/cache="206724",free.memory2.free="768052",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41024",free.memory3.available="821428",free.memory3.buff/cache="206724",free.memory3.free="767956",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41120",free.memory4.available="821396",free.memory4.buff/cache="206724",free.memory4.free="767924",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41152",free.memory5.available="821492",free.memory5.buff/cache="206732",free.memory5.free="768020",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41048",free.memory6.available="821428",free.memory6.buff/cache="206732",free.memory6.free="767956",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41112",free.memory7.available="821468",free.memory7.buff/cache="206732",free.memory7.free="767860",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41208",free.memory8.available="821340",free.memory8.buff/cache="206728",free.memory8.free="767860",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41212",free.memory9.available="821436",free.memory9.buff/cache="206728",free.memory9.free="767956",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41116",max.buff/cache=206732i,max.free=768236i,max.shared=3208i,max.total=1015800i,max.used=41212i 1568230555755249920 2019-09-11 19:36:00,728 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:36:00,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568230555999067904 2019-09-11 19:36:00,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40832 768236 3208 206732 821716\nSwap: 0 0 0\n' 2019-09-11 19:36:00,849 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:00,850 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.089 1568230559015318016 2019-09-11 19:36:00,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46044 763116 3236 206640 816436\nSwap: 0 0 0\n' 2019-09-11 19:36:01,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40832 768236 3208 206732 821716\nSwap: 0 0 0\n' 2019-09-11 19:36:01,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45896 763264 3236 206640 816584\nSwap: 0 0 0\n' 2019-09-11 19:36:02,031 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=118 END 2019-09-11 19:36:02,031 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=119 START 2019-09-11 19:36:02,032 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:02,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40832 768236 3208 206732 821716\nSwap: 0 0 0\n' 2019-09-11 19:36:02,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45888 763272 3236 206640 816592\nSwap: 0 0 0\n' 2019-09-11 19:36:03,043 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.121' 2019-09-11 19:36:03,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40928 768140 3208 206732 821620\nSwap: 0 0 0\n' 2019-09-11 19:36:03,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46036 763124 3236 206640 816444\nSwap: 0 0 0\n' 2019-09-11 19:36:04,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40864 768204 3208 206732 821684\nSwap: 0 0 0\n' 2019-09-11 19:36:04,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 763296 3236 206640 816616\nSwap: 0 0 0\n' 2019-09-11 19:36:05,047 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=119 END 2019-09-11 19:36:05,048 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=120 START 2019-09-11 19:36:05,048 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:05,771 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=36 END 2019-09-11 19:36:05,772 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=37 START 2019-09-11 19:36:05,772 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:05,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40928 768140 3208 206732 821624\nSwap: 0 0 0\n' 2019-09-11 19:36:05,921 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46080 763080 3236 206640 816400\nSwap: 0 0 0\n' 2019-09-11 19:36:05,955 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:05,957 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206730i,average.free=768204i,average.shared=3208i,average.total=1015800i,average.used=40864i,free.memory0.available="821688",free.memory0.buff/cache="206728",free.memory0.free="768208",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40864",free.memory1.available="821684",free.memory1.buff/cache="206728",free.memory1.free="768204",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40868",free.memory2.available="821620",free.memory2.buff/cache="206728",free.memory2.free="768140",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40932",free.memory3.available="821684",free.memory3.buff/cache="206732",free.memory3.free="768204",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40864",free.memory4.available="821716",free.memory4.buff/cache="206732",free.memory4.free="768236",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40832",free.memory5.available="821716",free.memory5.buff/cache="206732",free.memory5.free="768236",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40832",free.memory6.available="821716",free.memory6.buff/cache="206732",free.memory6.free="768236",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40832",free.memory7.available="821716",free.memory7.buff/cache="206732",free.memory7.free="768236",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40832",free.memory8.available="821620",free.memory8.buff/cache="206732",free.memory8.free="768140",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40928",free.memory9.available="821684",free.memory9.buff/cache="206732",free.memory9.free="768204",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40864",max.buff/cache=206732i,max.free=768236i,max.shared=3208i,max.total=1015800i,max.used=40932i 1568230565771838976 2019-09-11 19:36:06,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-11 19:36:06,061 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:36:06,062 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.106 1568230562031238144 2019-09-11 19:36:06,166 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:06,167 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.121 1568230565047275008 2019-09-11 19:36:06,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40960 768108 3208 206732 821656\nSwap: 0 0 0\n' 2019-09-11 19:36:06,924 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=37 END 2019-09-11 19:36:06,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=38 START 2019-09-11 19:36:06,925 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:06,930 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45996 763164 3236 206640 816484\nSwap: 0 0 0\n' 2019-09-11 19:36:07,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40832 768236 3208 206732 821720\nSwap: 0 0 0\n' 2019-09-11 19:36:07,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45956 763204 3236 206640 816524\nSwap: 0 0 0\n' 2019-09-11 19:36:08,063 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=120 END 2019-09-11 19:36:08,063 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=121 START 2019-09-11 19:36:08,064 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:08,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40896 768172 3208 206732 821656\nSwap: 0 0 0\n' 2019-09-11 19:36:08,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45828 763332 3236 206640 816652\nSwap: 0 0 0\n' 2019-09-11 19:36:09,075 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.117' 2019-09-11 19:36:09,318 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19930424 , "packets_per_second":999951, "flows":563250, "errors":0 }\n' 2019-09-11 19:36:09,320 [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-11 19:36:09,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19918966' 2019-09-11 19:36:09,332 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 11458 - Lost ppm 575 2019-09-11 19:36:09,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41260 767800 3208 206740 821284\nSwap: 0 0 0\n' 2019-09-11 19:36:09,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44676 764520 3236 206604 817840\nSwap: 0 0 0\n' 2019-09-11 19:36:10,333 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15108 seq=2 END 2019-09-11 19:36:10,334 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:36:10,334 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:36:10,335 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:36:10,389 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:10,390 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999951i,packets_received=19918966i,packets_sent=19930424i,packetsize=64i,ppm=575.0 1568230570333790976 2019-09-11 19:36:10,493 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:36:10,494 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:36:10,497 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:36:10,507 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:36:10,509 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.121 2019-09-11 19:36:10,510 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.121 2019-09-11 19:36:10,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:36:10,782 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.127 2019-09-11 19:36:10,783 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.127 2019-09-11 19:36:10,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41140 767940 3208 206720 821424\nSwap: 0 0 0\n' 2019-09-11 19:36:10,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 50000 759232 3208 206568 812552\nSwap: 0 0 0\n' 2019-09-11 19:36:11,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=121 END 2019-09-11 19:36:11,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=122 START 2019-09-11 19:36:11,080 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:11,087 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:36:11,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41124 767956 3208 206720 821440\nSwap: 0 0 0\n' 2019-09-11 19:36:11,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44640 764520 3236 206640 817832\nSwap: 0 0 0\n' 2019-09-11 19:36:12,089 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-11 19:36:12,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41124 767956 3208 206720 821440\nSwap: 0 0 0\n' 2019-09-11 19:36:12,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45132 764024 3236 206644 817336\nSwap: 0 0 0\n' 2019-09-11 19:36:13,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41124 767956 3208 206720 821440\nSwap: 0 0 0\n' 2019-09-11 19:36:13,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44980 764172 3236 206648 817488\nSwap: 0 0 0\n' 2019-09-11 19:36:14,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=122 END 2019-09-11 19:36:14,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=123 START 2019-09-11 19:36:14,094 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:14,159 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15114 seq=1 START 2019-09-11 19:36:14,160 [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-11 19:36:14,172 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 1000 64 20 1 1000000 2019-09-11 19:36:14,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41184 767864 3208 206752 821352\nSwap: 0 0 0\n' 2019-09-11 19:36:14,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44176 764968 3236 206656 818288\nSwap: 0 0 0\n' 2019-09-11 19:36:15,102 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-11 19:36:15,503 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:15,506 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206640i,average.free=763216i,average.shared=3236i,average.total=1015800i,average.used=45943i,free.memory0.available="816752",free.memory0.buff/cache="206640",free.memory0.free="763432",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45728",free.memory1.available="816428",free.memory1.buff/cache="206640",free.memory1.free="763108",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46052",free.memory2.available="816584",free.memory2.buff/cache="206640",free.memory2.free="763264",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45896",free.memory3.available="816528",free.memory3.buff/cache="206640",free.memory3.free="763208",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45952",free.memory4.available="816436",free.memory4.buff/cache="206640",free.memory4.free="763116",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46044",free.memory5.available="816584",free.memory5.buff/cache="206640",free.memory5.free="763264",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45896",free.memory6.available="816592",free.memory6.buff/cache="206640",free.memory6.free="763272",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45888",free.memory7.available="816444",free.memory7.buff/cache="206640",free.memory7.free="763124",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46036",free.memory8.available="816616",free.memory8.buff/cache="206640",free.memory8.free="763296",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45864",free.memory9.available="816400",free.memory9.buff/cache="206640",free.memory9.free="763080",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46080",max.buff/cache=206640i,max.free=763432i,max.shared=3236i,max.total=1015800i,max.used=46080i 1568230566924410112 2019-09-11 19:36:15,665 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:36:15,666 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.109 1568230568063325952 2019-09-11 19:36:15,778 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:36:15,779 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.117 1568230571079200000 2019-09-11 19:36:15,793 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=37 END 2019-09-11 19:36:15,794 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=38 START 2019-09-11 19:36:15,794 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:15,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40844 768204 3208 206752 821700\nSwap: 0 0 0\n' 2019-09-11 19:36:15,874 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:15,875 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.094 1568230574093310208 2019-09-11 19:36:15,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44300 764844 3236 206656 818172\nSwap: 0 0 0\n' 2019-09-11 19:36:16,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 768140 3208 206752 821636\nSwap: 0 0 0\n' 2019-09-11 19:36:16,935 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=38 END 2019-09-11 19:36:16,936 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=39 START 2019-09-11 19:36:16,936 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:16,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45388 763768 3236 206644 817096\nSwap: 0 0 0\n' 2019-09-11 19:36:17,106 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=123 END 2019-09-11 19:36:17,106 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=124 START 2019-09-11 19:36:17,107 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:17,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 768172 3208 206752 821668\nSwap: 0 0 0\n' 2019-09-11 19:36:17,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45860 763280 3236 206660 816608\nSwap: 0 0 0\n' 2019-09-11 19:36:18,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:36:18,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 768172 3208 206752 821668\nSwap: 0 0 0\n' 2019-09-11 19:36:18,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46200 762940 3236 206660 816268\nSwap: 0 0 0\n' 2019-09-11 19:36:19,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 768108 3208 206752 821604\nSwap: 0 0 0\n' 2019-09-11 19:36:19,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46052 763088 3236 206660 816416\nSwap: 0 0 0\n' 2019-09-11 19:36:20,123 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=124 END 2019-09-11 19:36:20,124 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=125 START 2019-09-11 19:36:20,124 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:20,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40812 768236 3208 206752 821732\nSwap: 0 0 0\n' 2019-09-11 19:36:20,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46076 763064 3236 206660 816392\nSwap: 0 0 0\n' 2019-09-11 19:36:20,972 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:20,974 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206633i,average.free=763598i,average.shared=3233i,average.total=1015800i,average.used=45568i,free.memory0.available="816484",free.memory0.buff/cache="206640",free.memory0.free="763164",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45996",free.memory1.available="816524",free.memory1.buff/cache="206640",free.memory1.free="763204",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45956",free.memory2.available="816652",free.memory2.buff/cache="206640",free.memory2.free="763332",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45828",free.memory3.available="817840",free.memory3.buff/cache="206604",free.memory3.free="764520",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44676",free.memory4.available="812552",free.memory4.buff/cache="206568",free.memory4.free="759232",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="50000",free.memory5.available="817832",free.memory5.buff/cache="206640",free.memory5.free="764520",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44640",free.memory6.available="817336",free.memory6.buff/cache="206644",free.memory6.free="764024",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45132",free.memory7.available="817488",free.memory7.buff/cache="206648",free.memory7.free="764172",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44980",free.memory8.available="818288",free.memory8.buff/cache="206656",free.memory8.free="764968",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44176",free.memory9.available="818172",free.memory9.buff/cache="206656",free.memory9.free="764844",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44300",max.buff/cache=206656i,max.free=764968i,max.shared=3236i,max.total=1015800i,max.used=50000i 1568230576935430912 2019-09-11 19:36:21,089 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:21,091 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206730i,average.free=768012i,average.shared=3208i,average.total=1015800i,average.used=41057i,free.memory0.available="821624",free.memory0.buff/cache="206732",free.memory0.free="768140",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40928",free.memory1.available="821656",free.memory1.buff/cache="206732",free.memory1.free="768108",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40960",free.memory2.available="821720",free.memory2.buff/cache="206732",free.memory2.free="768236",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40832",free.memory3.available="821656",free.memory3.buff/cache="206732",free.memory3.free="768172",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40896",free.memory4.available="821284",free.memory4.buff/cache="206740",free.memory4.free="767800",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41260",free.memory5.available="821424",free.memory5.buff/cache="206720",free.memory5.free="767940",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41140",free.memory6.available="821440",free.memory6.buff/cache="206720",free.memory6.free="767956",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41124",free.memory7.available="821440",free.memory7.buff/cache="206720",free.memory7.free="767956",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41124",free.memory8.available="821440",free.memory8.buff/cache="206720",free.memory8.free="767956",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41124",free.memory9.available="821352",free.memory9.buff/cache="206752",free.memory9.free="767864",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41184",max.buff/cache=206752i,max.free=768236i,max.shared=3208i,max.total=1015800i,max.used=41260i 1568230575793549056 2019-09-11 19:36:21,135 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.119' 2019-09-11 19:36:21,206 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:36:21,207 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.089 1568230577106388992 2019-09-11 19:36:21,314 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:21,314 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568230580123451904 2019-09-11 19:36:21,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 768140 3208 206752 821636\nSwap: 0 0 0\n' 2019-09-11 19:36:21,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46232 762908 3236 206660 816236\nSwap: 0 0 0\n' 2019-09-11 19:36:22,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40844 768204 3208 206752 821700\nSwap: 0 0 0\n' 2019-09-11 19:36:22,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46016 763120 3236 206664 816452\nSwap: 0 0 0\n' 2019-09-11 19:36:23,139 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=125 END 2019-09-11 19:36:23,140 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=126 START 2019-09-11 19:36:23,140 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:23,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 768140 3208 206752 821636\nSwap: 0 0 0\n' 2019-09-11 19:36:23,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46040 763096 3236 206664 816428\nSwap: 0 0 0\n' 2019-09-11 19:36:24,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-11 19:36:24,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40844 768204 3208 206752 821700\nSwap: 0 0 0\n' 2019-09-11 19:36:24,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46220 762916 3236 206664 816248\nSwap: 0 0 0\n' 2019-09-11 19:36:25,806 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=38 END 2019-09-11 19:36:25,806 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=39 START 2019-09-11 19:36:25,807 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:25,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40844 768204 3208 206752 821700\nSwap: 0 0 0\n' 2019-09-11 19:36:25,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46016 763120 3236 206664 816452\nSwap: 0 0 0\n' 2019-09-11 19:36:26,155 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=126 END 2019-09-11 19:36:26,156 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=127 START 2019-09-11 19:36:26,156 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:26,421 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:26,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206752i,average.free=768172i,average.shared=3208i,average.total=1015800i,average.used=40876i,free.memory0.available="821700",free.memory0.buff/cache="206752",free.memory0.free="768204",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40844",free.memory1.available="821636",free.memory1.buff/cache="206752",free.memory1.free="768140",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40908",free.memory2.available="821668",free.memory2.buff/cache="206752",free.memory2.free="768172",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40876",free.memory3.available="821668",free.memory3.buff/cache="206752",free.memory3.free="768172",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40876",free.memory4.available="821604",free.memory4.buff/cache="206752",free.memory4.free="768108",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40940",free.memory5.available="821732",free.memory5.buff/cache="206752",free.memory5.free="768236",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40812",free.memory6.available="821636",free.memory6.buff/cache="206752",free.memory6.free="768140",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40908",free.memory7.available="821700",free.memory7.buff/cache="206752",free.memory7.free="768204",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40844",free.memory8.available="821636",free.memory8.buff/cache="206752",free.memory8.free="768140",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40908",free.memory9.available="821700",free.memory9.buff/cache="206752",free.memory9.free="768204",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40844",max.buff/cache=206752i,max.free=768236i,max.shared=3208i,max.total=1015800i,max.used=40940i 1568230585806042880 2019-09-11 19:36:26,522 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:36:26,523 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.119 1568230583139642880 2019-09-11 19:36:26,644 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:26,644 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.104 1568230586155572992 2019-09-11 19:36:26,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 768172 3208 206752 821668\nSwap: 0 0 0\n' 2019-09-11 19:36:26,946 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=39 END 2019-09-11 19:36:26,947 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=40 START 2019-09-11 19:36:26,947 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:26,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45788 763364 3236 206648 816696\nSwap: 0 0 0\n' 2019-09-11 19:36:27,167 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.115' 2019-09-11 19:36:27,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40812 768236 3208 206752 821732\nSwap: 0 0 0\n' 2019-09-11 19:36:27,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46140 763004 3236 206656 816336\nSwap: 0 0 0\n' 2019-09-11 19:36:28,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 768140 3208 206752 821636\nSwap: 0 0 0\n' 2019-09-11 19:36:28,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45992 763152 3236 206656 816484\nSwap: 0 0 0\n' 2019-09-11 19:36:29,171 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=127 END 2019-09-11 19:36:29,172 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=128 START 2019-09-11 19:36:29,172 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:29,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40844 768204 3208 206752 821700\nSwap: 0 0 0\n' 2019-09-11 19:36:29,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46176 762960 3236 206664 816292\nSwap: 0 0 0\n' 2019-09-11 19:36:30,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:36:30,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40812 768236 3208 206752 821732\nSwap: 0 0 0\n' 2019-09-11 19:36:30,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46124 763012 3236 206664 816344\nSwap: 0 0 0\n' 2019-09-11 19:36:31,747 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:31,749 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206660i,average.free=763130i,average.shared=3236i,average.total=1015800i,average.used=46010i,free.memory0.available="817096",free.memory0.buff/cache="206644",free.memory0.free="763768",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45388",free.memory1.available="816608",free.memory1.buff/cache="206660",free.memory1.free="763280",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45860",free.memory2.available="816268",free.memory2.buff/cache="206660",free.memory2.free="762940",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46200",free.memory3.available="816416",free.memory3.buff/cache="206660",free.memory3.free="763088",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46052",free.memory4.available="816392",free.memory4.buff/cache="206660",free.memory4.free="763064",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46076",free.memory5.available="816236",free.memory5.buff/cache="206660",free.memory5.free="762908",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46232",free.memory6.available="816452",free.memory6.buff/cache="206664",free.memory6.free="763120",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46016",free.memory7.available="816428",free.memory7.buff/cache="206664",free.memory7.free="763096",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46040",free.memory8.available="816248",free.memory8.buff/cache="206664",free.memory8.free="762916",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46220",free.memory9.available="816452",free.memory9.buff/cache="206664",free.memory9.free="763120",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46016",max.buff/cache=206664i,max.free=763768i,max.shared=3236i,max.total=1015800i,max.used=46232i 1568230586946779136 2019-09-11 19:36:31,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40780 768268 3208 206752 821764\nSwap: 0 0 0\n' 2019-09-11 19:36:31,847 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:31,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.115 1568230589171638016 2019-09-11 19:36:31,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45984 763152 3236 206664 816484\nSwap: 0 0 0\n' 2019-09-11 19:36:32,188 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=128 END 2019-09-11 19:36:32,188 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=129 START 2019-09-11 19:36:32,188 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:32,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40748 768300 3208 206752 821604\nSwap: 0 0 0\n' 2019-09-11 19:36:32,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46008 763128 3236 206664 816460\nSwap: 0 0 0\n' 2019-09-11 19:36:33,199 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-11 19:36:33,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40844 768204 3208 206752 821700\nSwap: 0 0 0\n' 2019-09-11 19:36:33,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46132 763004 3236 206664 816336\nSwap: 0 0 0\n' 2019-09-11 19:36:34,820 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 768172 3208 206752 821668\nSwap: 0 0 0\n' 2019-09-11 19:36:34,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45984 763152 3236 206664 816484\nSwap: 0 0 0\n' 2019-09-11 19:36:35,204 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=129 END 2019-09-11 19:36:35,204 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=130 START 2019-09-11 19:36:35,205 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:35,823 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=39 END 2019-09-11 19:36:35,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=40 START 2019-09-11 19:36:35,824 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:35,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40908 768140 3208 206752 821636\nSwap: 0 0 0\n' 2019-09-11 19:36:35,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45976 763160 3236 206664 816492\nSwap: 0 0 0\n' 2019-09-11 19:36:36,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:36:36,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40780 768268 3208 206752 821764\nSwap: 0 0 0\n' 2019-09-11 19:36:36,951 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:36,953 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206752i,average.free=768213i,average.shared=3208i,average.total=1015800i,average.used=40834i,free.memory0.available="821700",free.memory0.buff/cache="206752",free.memory0.free="768204",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40844",free.memory1.available="821668",free.memory1.buff/cache="206752",free.memory1.free="768172",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40876",free.memory2.available="821732",free.memory2.buff/cache="206752",free.memory2.free="768236",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40812",free.memory3.available="821636",free.memory3.buff/cache="206752",free.memory3.free="768140",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40908",free.memory4.available="821700",free.memory4.buff/cache="206752",free.memory4.free="768204",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40844",free.memory5.available="821732",free.memory5.buff/cache="206752",free.memory5.free="768236",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40812",free.memory6.available="821764",free.memory6.buff/cache="206752",free.memory6.free="768268",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40780",free.memory7.available="821604",free.memory7.buff/cache="206752",free.memory7.free="768300",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40748",free.memory8.available="821700",free.memory8.buff/cache="206752",free.memory8.free="768204",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40844",free.memory9.available="821668",free.memory9.buff/cache="206752",free.memory9.free="768172",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40876",max.buff/cache=206752i,max.free=768300i,max.shared=3208i,max.total=1015800i,max.used=40908i 1568230595823131136 2019-09-11 19:36:36,958 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=40 END 2019-09-11 19:36:36,959 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=41 START 2019-09-11 19:36:36,959 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:36,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45560 763576 3236 206664 816908\nSwap: 0 0 0\n' 2019-09-11 19:36:37,079 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:36:37,079 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568230592188011008 2019-09-11 19:36:37,178 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:37,179 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.112 1568230595203937024 2019-09-11 19:36:37,398 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19068764 , "packets_per_second":954256, "flows":1001000, "errors":0 }\n' 2019-09-11 19:36:37,400 [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-11 19:36:37,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19067588' 2019-09-11 19:36:37,412 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1176 - Lost ppm 62 2019-09-11 19:36:37,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41148 767896 3208 206756 821392\nSwap: 0 0 0\n' 2019-09-11 19:36:37,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44492 764680 3236 206628 818012\nSwap: 0 0 0\n' 2019-09-11 19:36:38,219 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=130 END 2019-09-11 19:36:38,220 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=131 START 2019-09-11 19:36:38,220 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:38,414 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15114 seq=1 END 2019-09-11 19:36:38,415 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15114 seq=2 START 2019-09-11 19:36:38,415 [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-11 19:36:38,426 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.8 1000 64 20 1 1000000 2019-09-11 19:36:38,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41116 767924 3208 206760 821420\nSwap: 0 0 0\n' 2019-09-11 19:36:38,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44120 765044 3236 206636 818376\nSwap: 0 0 0\n' 2019-09-11 19:36:39,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:36:39,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41116 767924 3208 206760 821420\nSwap: 0 0 0\n' 2019-09-11 19:36:39,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44236 764920 3236 206644 818252\nSwap: 0 0 0\n' 2019-09-11 19:36:40,834 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41212 767828 3208 206760 821324\nSwap: 0 0 0\n' 2019-09-11 19:36:40,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45560 763596 3236 206644 816928\nSwap: 0 0 0\n' 2019-09-11 19:36:41,233 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=131 END 2019-09-11 19:36:41,234 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=132 START 2019-09-11 19:36:41,234 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:41,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41244 767796 3208 206760 821292\nSwap: 0 0 0\n' 2019-09-11 19:36:41,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45688 763448 3236 206664 816780\nSwap: 0 0 0\n' 2019-09-11 19:36:42,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-11 19:36:42,276 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:42,277 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=954256i,packets_received=19067588i,packets_sent=19068764i,packetsize=64i,ppm=62.0 1568230598413853952 2019-09-11 19:36:42,376 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:42,378 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206660i,average.free=763108i,average.shared=3236i,average.total=1015800i,average.used=46030i,free.memory0.available="816696",free.memory0.buff/cache="206648",free.memory0.free="763364",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45788",free.memory1.available="816336",free.memory1.buff/cache="206656",free.memory1.free="763004",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46140",free.memory2.available="816484",free.memory2.buff/cache="206656",free.memory2.free="763152",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45992",free.memory3.available="816292",free.memory3.buff/cache="206664",free.memory3.free="762960",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46176",free.memory4.available="816344",free.memory4.buff/cache="206664",free.memory4.free="763012",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46124",free.memory5.available="816484",free.memory5.buff/cache="206664",free.memory5.free="763152",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45984",free.memory6.available="816460",free.memory6.buff/cache="206664",free.memory6.free="763128",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46008",free.memory7.available="816336",free.memory7.buff/cache="206664",free.memory7.free="763004",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46132",free.memory8.available="816484",free.memory8.buff/cache="206664",free.memory8.free="763152",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45984",free.memory9.available="816492",free.memory9.buff/cache="206664",free.memory9.free="763160",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45976",max.buff/cache=206664i,max.free=763364i,max.shared=3236i,max.total=1015800i,max.used=46176i 1568230596958380032 2019-09-11 19:36:42,484 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:36:42,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568230598219700992 2019-09-11 19:36:42,588 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:42,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568230601233266944 2019-09-11 19:36:42,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41268 767764 3208 206768 821268\nSwap: 0 0 0\n' 2019-09-11 19:36:42,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46028 763108 3236 206664 816440\nSwap: 0 0 0\n' 2019-09-11 19:36:43,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41268 767764 3208 206768 821268\nSwap: 0 0 0\n' 2019-09-11 19:36:43,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46064 763064 3236 206672 816404\nSwap: 0 0 0\n' 2019-09-11 19:36:44,263 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=132 END 2019-09-11 19:36:44,263 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=133 START 2019-09-11 19:36:44,264 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:44,836 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41300 767732 3208 206768 821236\nSwap: 0 0 0\n' 2019-09-11 19:36:44,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46024 763104 3236 206672 816444\nSwap: 0 0 0\n' 2019-09-11 19:36:45,273 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.115' 2019-09-11 19:36:45,839 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=40 END 2019-09-11 19:36:45,840 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=41 START 2019-09-11 19:36:45,840 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:45,855 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40864 768168 3208 206768 821672\nSwap: 0 0 0\n' 2019-09-11 19:36:45,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46148 762980 3236 206672 816320\nSwap: 0 0 0\n' 2019-09-11 19:36:46,856 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40800 768232 3208 206768 821736\nSwap: 0 0 0\n' 2019-09-11 19:36:46,969 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=41 END 2019-09-11 19:36:46,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=42 START 2019-09-11 19:36:46,970 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:46,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45660 763468 3236 206672 816808\nSwap: 0 0 0\n' 2019-09-11 19:36:47,277 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=133 END 2019-09-11 19:36:47,277 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=134 START 2019-09-11 19:36:47,278 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:47,690 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:47,692 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206656i,average.free=763752i,average.shared=3236i,average.total=1015800i,average.used=45392i,free.memory0.available="816908",free.memory0.buff/cache="206664",free.memory0.free="763576",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45560",free.memory1.available="818012",free.memory1.buff/cache="206628",free.memory1.free="764680",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44492",free.memory2.available="818376",free.memory2.buff/cache="206636",free.memory2.free="765044",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44120",free.memory3.available="818252",free.memory3.buff/cache="206644",free.memory3.free="764920",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44236",free.memory4.available="816928",free.memory4.buff/cache="206644",free.memory4.free="763596",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45560",free.memory5.available="816780",free.memory5.buff/cache="206664",free.memory5.free="763448",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45688",free.memory6.available="816440",free.memory6.buff/cache="206664",free.memory6.free="763108",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46028",free.memory7.available="816404",free.memory7.buff/cache="206672",free.memory7.free="763064",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46064",free.memory8.available="816444",free.memory8.buff/cache="206672",free.memory8.free="763104",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46024",free.memory9.available="816320",free.memory9.buff/cache="206672",free.memory9.free="762980",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46148",max.buff/cache=206672i,max.free=765044i,max.shared=3236i,max.total=1015800i,max.used=46148i 1568230606969510144 2019-09-11 19:36:47,798 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:47,800 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206760i,average.free=767903i,average.shared=3208i,average.total=1015800i,average.used=41136i,free.memory0.available="821636",free.memory0.buff/cache="206752",free.memory0.free="768140",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40908",free.memory1.available="821764",free.memory1.buff/cache="206752",free.memory1.free="768268",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40780",free.memory2.available="821392",free.memory2.buff/cache="206756",free.memory2.free="767896",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41148",free.memory3.available="821420",free.memory3.buff/cache="206760",free.memory3.free="767924",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41116",free.memory4.available="821420",free.memory4.buff/cache="206760",free.memory4.free="767924",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41116",free.memory5.available="821324",free.memory5.buff/cache="206760",free.memory5.free="767828",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41212",free.memory6.available="821292",free.memory6.buff/cache="206760",free.memory6.free="767796",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41244",free.memory7.available="821268",free.memory7.buff/cache="206768",free.memory7.free="767764",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41268",free.memory8.available="821268",free.memory8.buff/cache="206768",free.memory8.free="767764",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41268",free.memory9.available="821236",free.memory9.buff/cache="206768",free.memory9.free="767732",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41300",max.buff/cache=206768i,max.free=768268i,max.shared=3208i,max.total=1015800i,max.used=41300i 1568230605839920128 2019-09-11 19:36:47,857 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40800 768232 3208 206768 821736\nSwap: 0 0 0\n' 2019-09-11 19:36:47,902 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:36:47,903 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.104 1568230604263006976 2019-09-11 19:36:47,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45900 763228 3236 206672 816568\nSwap: 0 0 0\n' 2019-09-11 19:36:48,005 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36: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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.115 1568230607277317888 2019-09-11 19:36:48,287 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-11 19:36:48,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40792 768232 3208 206776 821800\nSwap: 0 0 0\n' 2019-09-11 19:36:48,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46116 763012 3236 206672 816352\nSwap: 0 0 0\n' 2019-09-11 19:36:49,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40792 768232 3208 206776 821800\nSwap: 0 0 0\n' 2019-09-11 19:36:49,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45968 763160 3236 206672 816500\nSwap: 0 0 0\n' 2019-09-11 19:36:50,292 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=134 END 2019-09-11 19:36:50,293 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=135 START 2019-09-11 19:36:50,293 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:50,859 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40920 768104 3208 206776 821608\nSwap: 0 0 0\n' 2019-09-11 19:36:50,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45992 763136 3236 206672 816476\nSwap: 0 0 0\n' 2019-09-11 19:36:51,303 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:36:51,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40856 768168 3208 206776 821672\nSwap: 0 0 0\n' 2019-09-11 19:36:51,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46116 763012 3236 206672 816352\nSwap: 0 0 0\n' 2019-09-11 19:36:52,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40888 768136 3208 206776 821640\nSwap: 0 0 0\n' 2019-09-11 19:36:52,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45968 763160 3236 206672 816500\nSwap: 0 0 0\n' 2019-09-11 19:36:53,106 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:53,107 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.105 1568230610292248064 2019-09-11 19:36:53,308 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=135 END 2019-09-11 19:36:53,308 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=136 START 2019-09-11 19:36:53,309 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:53,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40856 768168 3208 206776 821736\nSwap: 0 0 0\n' 2019-09-11 19:36:53,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45960 763168 3236 206672 816508\nSwap: 0 0 0\n' 2019-09-11 19:36:54,319 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-11 19:36:54,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40824 768200 3208 206776 821704\nSwap: 0 0 0\n' 2019-09-11 19:36:54,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46084 763044 3236 206672 816384\nSwap: 0 0 0\n' 2019-09-11 19:36:55,864 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=41 END 2019-09-11 19:36:55,865 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15061 seq=42 START 2019-09-11 19:36:55,865 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:55,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40920 768104 3208 206776 821680\nSwap: 0 0 0\n' 2019-09-11 19:36:55,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45936 763192 3236 206672 816532\nSwap: 0 0 0\n' 2019-09-11 19:36:56,324 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=136 END 2019-09-11 19:36:56,324 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=137 START 2019-09-11 19:36:56,325 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:56,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40792 768232 3208 206776 821744\nSwap: 0 0 0\n' 2019-09-11 19:36:56,979 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=42 END 2019-09-11 19:36:56,980 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15060 seq=43 START 2019-09-11 19:36:56,980 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-11 19:36:56,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45728 763400 3236 206672 816740\nSwap: 0 0 0\n' 2019-09-11 19:36:57,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-11 19:36:57,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40760 768264 3208 206776 821616\nSwap: 0 0 0\n' 2019-09-11 19:36:57,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46052 763076 3236 206672 816416\nSwap: 0 0 0\n' 2019-09-11 19:36:58,206 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:58,208 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206672i,average.free=763158i,average.shared=3236i,average.total=1015800i,average.used=45970i,free.memory0.available="816808",free.memory0.buff/cache="206672",free.memory0.free="763468",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45660",free.memory1.available="816568",free.memory1.buff/cache="206672",free.memory1.free="763228",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45900",free.memory2.available="816352",free.memory2.buff/cache="206672",free.memory2.free="763012",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46116",free.memory3.available="816500",free.memory3.buff/cache="206672",free.memory3.free="763160",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45968",free.memory4.available="816476",free.memory4.buff/cache="206672",free.memory4.free="763136",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45992",free.memory5.available="816352",free.memory5.buff/cache="206672",free.memory5.free="763012",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46116",free.memory6.available="816500",free.memory6.buff/cache="206672",free.memory6.free="763160",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45968",free.memory7.available="816508",free.memory7.buff/cache="206672",free.memory7.free="763168",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45960",free.memory8.available="816384",free.memory8.buff/cache="206672",free.memory8.free="763044",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46084",free.memory9.available="816532",free.memory9.buff/cache="206672",free.memory9.free="763192",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45936",max.buff/cache=206672i,max.free=763468i,max.shared=3236i,max.total=1015800i,max.used=46116i 1568230616979549952 2019-09-11 19:36:58,332 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:58,334 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206773i,average.free=768187i,average.shared=3208i,average.total=1015800i,average.used=40839i,free.memory0.available="821672",free.memory0.buff/cache="206768",free.memory0.free="768168",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40864",free.memory1.available="821736",free.memory1.buff/cache="206768",free.memory1.free="768232",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40800",free.memory2.available="821736",free.memory2.buff/cache="206768",free.memory2.free="768232",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40800",free.memory3.available="821800",free.memory3.buff/cache="206776",free.memory3.free="768232",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40792",free.memory4.available="821800",free.memory4.buff/cache="206776",free.memory4.free="768232",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40792",free.memory5.available="821608",free.memory5.buff/cache="206776",free.memory5.free="768104",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40920",free.memory6.available="821672",free.memory6.buff/cache="206776",free.memory6.free="768168",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40856",free.memory7.available="821640",free.memory7.buff/cache="206776",free.memory7.free="768136",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40888",free.memory8.available="821736",free.memory8.buff/cache="206776",free.memory8.free="768168",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40856",free.memory9.available="821704",free.memory9.buff/cache="206776",free.memory9.free="768200",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40824",max.buff/cache=206776i,max.free=768232i,max.shared=3208i,max.total=1015800i,max.used=40920i 1568230615864815104 2019-09-11 19:36:58,461 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:36:58,462 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568230613308286976 2019-09-11 19:36:58,564 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:36:58,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.085 1568230616324107776 2019-09-11 19:36:58,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40888 768136 3208 206776 821712\nSwap: 0 0 0\n' 2019-09-11 19:36:58,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45904 763224 3236 206672 816564\nSwap: 0 0 0\n' 2019-09-11 19:36:59,340 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=137 END 2019-09-11 19:36:59,340 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=138 START 2019-09-11 19:36:59,341 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:36:59,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40824 768200 3208 206776 821776\nSwap: 0 0 0\n' 2019-09-11 19:36:59,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 763200 3236 206672 816540\nSwap: 0 0 0\n' 2019-09-11 19:37:00,356 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.123' 2019-09-11 19:37:00,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40728 768296 3208 206776 821808\nSwap: 0 0 0\n' 2019-09-11 19:37:00,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45628 763500 3236 206672 816840\nSwap: 0 0 0\n' 2019-09-11 19:37:01,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19923981 , "packets_per_second":999948, "flows":1001000, "errors":0 }\n' 2019-09-11 19:37:01,622 [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-11 19:37:01,633 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19887586' 2019-09-11 19:37:01,634 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 36395 - Lost ppm 1827 2019-09-11 19:37:01,635 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 1827 > sla_max_ppm 1000; ',) 2019-09-11 19:37:01,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41100 767928 3208 206772 821440\nSwap: 0 0 0\n' 2019-09-11 19:37:01,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44408 764744 3236 206648 818088\nSwap: 0 0 0\n' 2019-09-11 19:37:02,360 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=138 END 2019-09-11 19:37:02,360 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15062 seq=139 START 2019-09-11 19:37:02,361 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.8 2019-09-11 19:37:02,639 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15114 seq=2 END 2019-09-11 19:37:02,639 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:37:02,640 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:37:02,640 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:37:02,689 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:37:02,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999948i,packets_received=19887586i,packets_sent=19923981i,packetsize=64i,ppm=1827.0 1568230622639079168 2019-09-11 19:37:02,789 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:37:02,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 39512 769588 3180 206700 823100\nSwap: 0 0 0\n' 2019-09-11 19:37:02,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43148 766060 3208 206592 819404\nSwap: 0 0 0\n' 2019-09-11 19:37:03,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.123' 2019-09-11 19:37:03,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 39512 769588 3180 206700 823100\nSwap: 0 0 0\n' 2019-09-11 19:37:03,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43152 766056 3208 206592 819400\nSwap: 0 0 0\n' 2019-09-11 19:37:04,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 39512 769588 3180 206700 823100\nSwap: 0 0 0\n' 2019-09-11 19:37:04,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43004 766208 3208 206588 819552\nSwap: 0 0 0\n' 2019-09-11 19:37:05,373 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15062 seq=139 END 2019-09-11 19:37:05,374 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:37:05,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 3 2019-09-11 19:37:05,375 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:37:05,887 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15061 seq=42 END 2019-09-11 19:37:05,888 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:37:05,888 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 19:37:05,889 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:37:05,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41384 767872 3180 206544 821216\nSwap: 0 0 0\n' 2019-09-11 19:37:06,991 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15060 seq=43 END 2019-09-11 19:37:06,991 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:37:06,992 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 19:37:06,992 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:37:07,015 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:37:07,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206632i,average.free=764734i,average.shared=3222i,average.total=1015800i,average.used=44433i,free.memory0.available="816740",free.memory0.buff/cache="206672",free.memory0.free="763400",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45728",free.memory1.available="816416",free.memory1.buff/cache="206672",free.memory1.free="763076",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46052",free.memory2.available="816564",free.memory2.buff/cache="206672",free.memory2.free="763224",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45904",free.memory3.available="816540",free.memory3.buff/cache="206672",free.memory3.free="763200",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45928",free.memory4.available="816840",free.memory4.buff/cache="206672",free.memory4.free="763500",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45628",free.memory5.available="818088",free.memory5.buff/cache="206648",free.memory5.free="764744",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44408",free.memory6.available="819404",free.memory6.buff/cache="206592",free.memory6.free="766060",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="43148",free.memory7.available="819400",free.memory7.buff/cache="206592",free.memory7.free="766056",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="43152",free.memory8.available="819552",free.memory8.buff/cache="206588",free.memory8.free="766208",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="43004",free.memory9.available="821216",free.memory9.buff/cache="206544",free.memory9.free="767872",free.memory9.shared="3180",free.memory9.total="1015800",free.memory9.used="41384",max.buff/cache=206672i,max.free=767872i,max.shared=3236i,max.total=1015800i,max.used=46052i 1568230626991087872 2019-09-11 19:37:07,135 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:37:07,137 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.buff/cache=206752i,average.free=768592i,average.shared=3199i,average.total=1015800i,average.used=40454i,free.memory0.available="821680",free.memory0.buff/cache="206776",free.memory0.free="768104",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40920",free.memory1.available="821744",free.memory1.buff/cache="206776",free.memory1.free="768232",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40792",free.memory2.available="821616",free.memory2.buff/cache="206776",free.memory2.free="768264",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40760",free.memory3.available="821712",free.memory3.buff/cache="206776",free.memory3.free="768136",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40888",free.memory4.available="821776",free.memory4.buff/cache="206776",free.memory4.free="768200",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40824",free.memory5.available="821808",free.memory5.buff/cache="206776",free.memory5.free="768296",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40728",free.memory6.available="821440",free.memory6.buff/cache="206772",free.memory6.free="767928",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41100",free.memory7.available="823100",free.memory7.buff/cache="206700",free.memory7.free="769588",free.memory7.shared="3180",free.memory7.total="1015800",free.memory7.used="39512",free.memory8.available="823100",free.memory8.buff/cache="206700",free.memory8.free="769588",free.memory8.shared="3180",free.memory8.total="1015800",free.memory8.used="39512",free.memory9.available="823100",free.memory9.buff/cache="206700",free.memory9.free="769588",free.memory9.shared="3180",free.memory9.total="1015800",free.memory9.used="39512",max.buff/cache=206776i,max.free=769588i,max.shared=3208i,max.total=1015800i,max.used=41100i 1568230625887713792 2019-09-11 19:37:07,246 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:37:07,246 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.107 1568230619340204032 2019-09-11 19:37:07,349 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:37:07,350 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.123 1568230622360089088 2019-09-11 19:37:07,467 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:37:07,467 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.123 1568230625373723904 2019-09-11 19:37:07,573 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc070" SUCCESS!!! 2019-09-11 19:37:07,573 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC070-76e29670' START 2019-09-11 19:37:38,065 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC070-76e29670' DONE 2019-09-11 19:37:38,065 [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-11 19:37:38,066 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC071-76e29670' START 2019-09-11 19:37:38,239 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC071-76e29670' created 2019-09-11 19:37:38,239 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC071-76e29670-key' 2019-09-11 19:37:38,239 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC071-76e29670-secgroup' 2019-09-11 19:37:38,240 [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-11 19:37:38,240 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC071-76e29670-test' 2019-09-11 19:37:38,240 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC071-76e29670-test-subnet' in network 'yardstick-TC071-76e29670-test', cidr '10.0.1.0/24' 2019-09-11 19:37:38,240 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC071-76e29670-test-router', gw-net:'floating_net' 2019-09-11 19:37:38,241 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC071-76e29670-test-router-if0' router:'yardstick-TC071-76e29670-test-router', subnet:'yardstick-TC071-76e29670-test-subnet' 2019-09-11 19:37:38,241 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC071-76e29670-test-subnet', 'yardstick-TC071-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC071-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC071-76e29670-test-subnet'}}], 'name': 'demeter.yardstick-TC071-76e29670-test-port', 'security_groups': ['yardstick-TC071-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:37:38,241 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.yardstick-TC071-76e29670-fip', network 'floating_net', port 'demeter.yardstick-TC071-76e29670-test-port', rif 'yardstick-TC071-76e29670-test-router-if0' 2019-09-11 19:37:38,241 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.yardstick-TC071-76e29670-fip-assoc', server 'demeter.yardstick-TC071-76e29670-test-port', floating_ip 'demeter.yardstick-TC071-76e29670-fip' 2019-09-11 19:37:38,241 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.yardstick-TC071-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.yardstick-TC071-76e29670-test-port'] 2019-09-11 19:37:38,242 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC071-76e29670-test-subnet', 'yardstick-TC071-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC071-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC071-76e29670-test-subnet'}}], 'name': 'poseidon.yardstick-TC071-76e29670-test-port', 'security_groups': ['yardstick-TC071-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:37:38,242 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'poseidon.yardstick-TC071-76e29670-fip', network 'floating_net', port 'poseidon.yardstick-TC071-76e29670-test-port', rif 'yardstick-TC071-76e29670-test-router-if0' 2019-09-11 19:37:38,242 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'poseidon.yardstick-TC071-76e29670-fip-assoc', server 'poseidon.yardstick-TC071-76e29670-test-port', floating_ip 'poseidon.yardstick-TC071-76e29670-fip' 2019-09-11 19:37:38,242 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'poseidon.yardstick-TC071-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['poseidon.yardstick-TC071-76e29670-test-port'] 2019-09-11 19:37:38,243 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC071-76e29670' START 2019-09-11 19:38:08,549 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC071-76e29670' DONE in 30 secs 2019-09-11 19:38:09,049 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC071-76e29670' DONE 2019-09-11 19:38:09,050 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:38:09,050 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', '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-76e29670', 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-11 19:38:09,052 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:38:09,060 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:38:09,061 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', '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-76e29670', 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-11 19:38:09,063 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:38:09,063 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:38:09,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:38:09,067 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.115 2019-09-11 19:38:09,070 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:38:09,072 [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.115')",) 2019-09-11 19:38:09,073 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:38:09,073 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:38:09,074 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:38:09,076 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 19:38:09,081 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:38:09,085 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:38:09,085 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:38:09,085 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:38:09,088 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.115 2019-09-11 19:38:09,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.115')",) 2019-09-11 19:38:09,095 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:38:09,096 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-11 19:38:09,097 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 19:38:10,075 [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.115')",) 2019-09-11 19:38:10,080 [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-11 19:38:10,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.115')",) 2019-09-11 19:38:10,102 [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-11 19:38:11,078 [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.115')",) 2019-09-11 19:38:11,097 [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.115')",) 2019-09-11 19:38:12,084 [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-11 19:38:12,107 [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-11 19:38:12,128 [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.115')",) 2019-09-11 19:38:12,128 [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.115')",) 2019-09-11 19:38:13,130 [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.115')",) 2019-09-11 19:38:13,130 [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.115')",) 2019-09-11 19:38:14,087 [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-11 19:38:14,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-11 19:38:15,548 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:38:15,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=1 START 2019-09-11 19:38:15,550 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:15,563 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:38:16,090 [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-11 19:38:16,112 [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-11 19:38:17,606 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=1 START 2019-09-11 19:38:17,607 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:17,717 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:17,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:17,867 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:18,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-11 19:38:18,115 [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-11 19:38:18,623 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1999' 2019-09-11 19:38:18,624 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: rtt 1999.000000 > sla: max_rtt(10.000000); ',) 2019-09-11 19:38:18,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 39330 80 292 99.8% 13 160\n' 2019-09-11 19:38:18,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:19,124 [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-11 19:38:19,124 [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-11 19:38:19,627 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=1 END 2019-09-11 19:38:19,628 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=2 START 2019-09-11 19:38:19,629 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:19,881 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=1 END 2019-09-11 19:38:19,881 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=2 START 2019-09-11 19:38:19,882 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:20,126 [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-11 19:38:20,126 [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-11 19:38:20,190 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:20,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:20,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:21,128 [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-11 19:38:21,128 [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-11 19:38:21,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:38:21,331 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4018 0 0 100.0% 13 160\n' 2019-09-11 19:38:21,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:22,130 [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-11 19:38:22,130 [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-11 19:38:22,336 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=2 END 2019-09-11 19:38:22,337 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=3 START 2019-09-11 19:38:22,337 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:22,345 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:22,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:22,480 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:23,132 [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-11 19:38:23,132 [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-11 19:38:23,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=2 END 2019-09-11 19:38:23,233 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=3 START 2019-09-11 19:38:23,233 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:23,485 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2938 0 0 100.0% 13 160\n' 2019-09-11 19:38:23,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:24,091 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:24,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=13i,average.CACHE_MB=160i,average.DIRTIES=292i,average.HITS=39330i,average.MISSES=80i,average.RATIO="99.8%",cachestat.cache0.BUFFERS_MB="13",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="292",cachestat.cache0.HITS="39330",cachestat.cache0.MISSES="80",cachestat.cache0.RATIO="99.8%",max.BUFFERS_MB=13i,max.CACHE_MB=160i,max.DIRTIES=292i,max.HITS=39330i,max.MISSES=80i,max.RATIO=99.8 1568230699880656896 2019-09-11 19:38:24,134 [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-11 19:38:24,134 [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-11 19:38:24,214 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:24,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=13i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4018i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="13",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4018",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=13i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4018i,max.MISSES=0i,max.RATIO=100.0 1568230702336452096 2019-09-11 19:38:24,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:38:24,313 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:24,313 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=1999.0 1568230699627272960 2019-09-11 19:38:24,408 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:24,409 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568230703232845056 2019-09-11 19:38:24,489 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=3 END 2019-09-11 19:38:24,490 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=4 START 2019-09-11 19:38:24,490 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:24,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:24,631 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:24,631 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:25,136 [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-11 19:38:25,136 [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-11 19:38:25,637 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2209 0 0 100.0% 14 160\n' 2019-09-11 19:38:25,638 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:26,138 [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-11 19:38:26,138 [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-11 19:38:26,246 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=3 END 2019-09-11 19:38:26,246 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=4 START 2019-09-11 19:38:26,247 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:26,641 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=4 END 2019-09-11 19:38:26,641 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=5 START 2019-09-11 19:38:26,641 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:26,649 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:26,781 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:26,781 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:27,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:38:27,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4048 0 0 100.0% 14 160\n' 2019-09-11 19:38:27,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:28,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:38:28,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:38:28,351 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.115 2019-09-11 19:38:28,351 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.115 2019-09-11 19:38:28,617 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:38:28,791 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=5 END 2019-09-11 19:38:28,791 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=6 START 2019-09-11 19:38:28,791 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:28,800 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:28,934 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:28,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:29,259 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=4 END 2019-09-11 19:38:29,259 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=5 START 2019-09-11 19:38:29,260 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:29,503 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:38:29,504 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=13i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2938i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="13",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2938",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=13i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2938i,max.MISSES=0i,max.RATIO=100.0 1568230704489614848 2019-09-11 19:38:29,602 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:29,603 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2209i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2209",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2209i,max.MISSES=0i,max.RATIO=100.0 1568230706641121024 2019-09-11 19:38:29,705 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:29,706 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4048i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4048",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4048i,max.MISSES=0i,max.RATIO=100.0 1568230708791016960 2019-09-11 19:38:29,801 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:29,802 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568230706246167808 2019-09-11 19:38:29,903 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:29,903 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568230709259116032 2019-09-11 19:38:29,940 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2984 0 0 100.0% 14 161\n' 2019-09-11 19:38:29,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:30,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.146' 2019-09-11 19:38:30,391 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=1 START 2019-09-11 19:38:30,392 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:30,473 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:30,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:30,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:30,944 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=6 END 2019-09-11 19:38:30,945 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=7 START 2019-09-11 19:38:30,945 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:30,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:31,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:31,087 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:31,664 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15123 seq=1 START 2019-09-11 19:38:31,665 [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-11 19:38:31,716 [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-11 19:38:31,827 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 39638 1170 799 97.1% 14 161\n' 2019-09-11 19:38:31,834 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:32,092 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 9553 28 4 99.7% 14 161\n' 2019-09-11 19:38:32,094 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:32,272 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=5 END 2019-09-11 19:38:32,272 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=6 START 2019-09-11 19:38:32,273 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:32,837 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=1 END 2019-09-11 19:38:32,838 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=2 START 2019-09-11 19:38:32,838 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:32,848 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:33,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:33,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:33,096 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=7 END 2019-09-11 19:38:33,097 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=8 START 2019-09-11 19:38:33,097 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:33,106 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:33,240 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:33,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:33,280 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.119' 2019-09-11 19:38:34,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1715 0 0 100.0% 14 161\n' 2019-09-11 19:38:34,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:34,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:38:34,245 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 59786 14 0 100.0% 14 161\n' 2019-09-11 19:38:34,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:35,004 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:35,005 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2984i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2984",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2984i,max.MISSES=0i,max.RATIO=100.0 1568230710944371968 2019-09-11 19:38:35,114 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:35,115 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=4i,average.HITS=9553i,average.MISSES=28i,average.RATIO="99.7%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="9553",cachestat.cache0.MISSES="28",cachestat.cache0.RATIO="99.7%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=4i,max.HITS=9553i,max.MISSES=28i,max.RATIO=99.7 1568230713096723200 2019-09-11 19:38:35,216 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:35,217 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=799i,average.HITS=39638i,average.MISSES=1170i,average.RATIO="97.1%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="799",cachestat.cache0.HITS="39638",cachestat.cache0.MISSES="1170",cachestat.cache0.RATIO="97.1%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=799i,max.HITS=39638i,max.MISSES=1170i,max.RATIO=97.1 1568230712837266944 2019-09-11 19:38:35,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=2 END 2019-09-11 19:38:35,233 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=3 START 2019-09-11 19:38:35,233 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:35,251 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=8 END 2019-09-11 19:38:35,252 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=9 START 2019-09-11 19:38:35,252 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:35,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:35,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:35,284 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=6 END 2019-09-11 19:38:35,285 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=7 START 2019-09-11 19:38:35,286 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:35,312 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:35,313 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1715i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1715",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1715i,max.MISSES=0i,max.RATIO=100.0 1568230715232569088 2019-09-11 19:38:35,414 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.146 1568230712272067072 2019-09-11 19:38:35,461 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:35,461 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:35,510 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.119 1568230715284896000 2019-09-11 19:38:35,528 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:35,528 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:36,402 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:38:36,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1703 0 0 100.0% 14 161\n' 2019-09-11 19:38:36,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:36,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:38:36,537 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4026 0 0 100.0% 14 161\n' 2019-09-11 19:38:36,542 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:37,537 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=3 END 2019-09-11 19:38:37,538 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=4 START 2019-09-11 19:38:37,538 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:37,544 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=9 END 2019-09-11 19:38:37,545 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=10 START 2019-09-11 19:38:37,545 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:37,556 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:37,558 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:37,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:37,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:37,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:37,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:38,407 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=7 END 2019-09-11 19:38:38,407 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=8 START 2019-09-11 19:38:38,408 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:38,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1796 0 0 100.0% 14 161\n' 2019-09-11 19:38:38,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:38,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:38:38,829 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2910 0 0 100.0% 14 161\n' 2019-09-11 19:38:38,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:39,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-11 19:38:39,829 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=4 END 2019-09-11 19:38:39,830 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=5 START 2019-09-11 19:38:39,830 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:39,837 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=10 END 2019-09-11 19:38:39,837 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=11 START 2019-09-11 19:38:39,837 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:39,848 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:39,849 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:40,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:40,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:40,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:40,109 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:40,613 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:38:40,614 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=59786i,average.MISSES=14i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="59786",cachestat.cache0.MISSES="14",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=59786i,max.MISSES=14i,max.RATIO=100.0 1568230715251847936 2019-09-11 19:38:40,711 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:40,712 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4026i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4026",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4026i,max.MISSES=0i,max.RATIO=100.0 1568230717544503040 2019-09-11 19:38:40,807 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:40,808 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2910i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2910",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2910i,max.MISSES=0i,max.RATIO=100.0 1568230719837015040 2019-09-11 19:38:40,908 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:40,909 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1703i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1703",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1703i,max.MISSES=0i,max.RATIO=100.0 1568230717537532928 2019-09-11 19:38:41,004 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:41,006 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1796i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1796i,max.MISSES=0i,max.RATIO=100.0 1568230719829478144 2019-09-11 19:38:41,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1737 0 0 100.0% 14 161\n' 2019-09-11 19:38:41,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:41,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:38:41,107 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568230718407118080 2019-09-11 19:38:41,117 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2156 0 9 100.0% 14 161\n' 2019-09-11 19:38:41,122 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:41,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=8 END 2019-09-11 19:38:41,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=9 START 2019-09-11 19:38:41,624 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:42,117 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=5 END 2019-09-11 19:38:42,118 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=6 START 2019-09-11 19:38:42,118 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:42,125 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=11 END 2019-09-11 19:38:42,125 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=12 START 2019-09-11 19:38:42,126 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:42,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:42,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:42,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:42,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:42,400 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:42,401 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:42,632 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-11 19:38:43,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1765 2 2 99.9% 14 161\n' 2019-09-11 19:38:43,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:43,372 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:38:43,409 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4006 0 0 100.0% 14 161\n' 2019-09-11 19:38:43,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:44,409 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=6 END 2019-09-11 19:38:44,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=7 START 2019-09-11 19:38:44,410 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:44,416 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=12 END 2019-09-11 19:38:44,417 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=13 START 2019-09-11 19:38:44,417 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:44,428 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:44,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:44,631 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:44,632 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:44,684 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=9 END 2019-09-11 19:38:44,685 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=10 START 2019-09-11 19:38:44,685 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:44,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:44,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:45,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1798 0 0 100.0% 14 161\n' 2019-09-11 19:38:45,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:45,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:38:45,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3721 0 0 100.0% 14 161\n' 2019-09-11 19:38:45,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-11 19:38:45,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:46,217 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:46,218 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=9i,average.HITS=2156i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="9",cachestat.cache0.HITS="2156",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=9i,max.HITS=2156i,max.MISSES=0i,max.RATIO=100.0 1568230722124950016 2019-09-11 19:38:46,330 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:46,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4006i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4006",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4006i,max.MISSES=0i,max.RATIO=100.0 1568230724416854016 2019-09-11 19:38:46,432 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:46,433 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1737i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1737",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1737i,max.MISSES=0i,max.RATIO=100.0 1568230722117608192 2019-09-11 19:38:46,535 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:46,536 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1765i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1765",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1765i,max.MISSES=2i,max.RATIO=99.9 1568230724409531136 2019-09-11 19:38:46,631 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:46,631 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.082 1568230721622968832 2019-09-11 19:38:46,702 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=7 END 2019-09-11 19:38:46,703 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=8 START 2019-09-11 19:38:46,703 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:46,717 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=13 END 2019-09-11 19:38:46,717 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=14 START 2019-09-11 19:38:46,717 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:46,728 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:46,730 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:46,732 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:46,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.092 1568230724684308992 2019-09-11 19:38:46,924 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:46,925 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:46,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:46,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:47,712 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=10 END 2019-09-11 19:38:47,712 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=11 START 2019-09-11 19:38:47,713 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:47,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1829 0 0 100.0% 14 161\n' 2019-09-11 19:38:47,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:47,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:38:47,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2939 0 0 100.0% 14 161\n' 2019-09-11 19:38:48,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:48,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:38:48,998 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=8 END 2019-09-11 19:38:48,998 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=9 START 2019-09-11 19:38:48,999 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:49,004 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=14 END 2019-09-11 19:38:49,005 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=15 START 2019-09-11 19:38:49,005 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:49,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:49,017 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:49,213 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:49,213 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:49,276 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:49,277 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:50,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1783 0 0 100.0% 14 161\n' 2019-09-11 19:38:50,285 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2376 0 0 100.0% 14 161\n' 2019-09-11 19:38:50,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:50,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:50,724 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=11 END 2019-09-11 19:38:50,725 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=12 START 2019-09-11 19:38:50,725 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:51,288 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=9 END 2019-09-11 19:38:51,288 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=10 START 2019-09-11 19:38:51,289 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:51,292 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=15 END 2019-09-11 19:38:51,293 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=16 START 2019-09-11 19:38:51,293 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:51,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:51,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:51,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:51,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:51,564 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:51,565 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:51,734 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-11 19:38:51,826 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:38:51,827 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3721i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3721",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3721i,max.MISSES=0i,max.RATIO=100.0 1568230726717020160 2019-09-11 19:38:51,928 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:51,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2939i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2939",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2939i,max.MISSES=0i,max.RATIO=100.0 1568230729004894976 2019-09-11 19:38:52,029 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:52,030 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2376i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2376",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2376i,max.MISSES=0i,max.RATIO=100.0 1568230731292551168 2019-09-11 19:38:52,127 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:38:52,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1798i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1798i,max.MISSES=0i,max.RATIO=100.0 1568230726702667008 2019-09-11 19:38:52,229 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:52,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1829i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1829i,max.MISSES=0i,max.RATIO=100.0 1568230728998109952 2019-09-11 19:38:52,333 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:52,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1783i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1783i,max.MISSES=0i,max.RATIO=100.0 1568230731288357120 2019-09-11 19:38:52,434 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:52,435 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.076 1568230727712205056 2019-09-11 19:38:52,535 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:52,536 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568230730724806912 2019-09-11 19:38:52,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1794 0 0 100.0% 14 161\n' 2019-09-11 19:38:52,573 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4017 0 9 100.0% 14 161\n' 2019-09-11 19:38:52,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:52,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:53,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=10 END 2019-09-11 19:38:53,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=16 END 2019-09-11 19:38:53,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=17 START 2019-09-11 19:38:53,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=11 START 2019-09-11 19:38:53,582 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:53,582 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:53,592 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:53,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:53,739 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=12 END 2019-09-11 19:38:53,739 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=13 START 2019-09-11 19:38:53,739 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:53,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:53,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:53,858 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:53,859 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:54,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1907 0 9 100.0% 14 161\n' 2019-09-11 19:38:54,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:54,860 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:38:54,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5413 0 0 100.0% 14 161\n' 2019-09-11 19:38:54,869 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:54,910 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19964939 , "packets_per_second":999962, "flows":2, "errors":0 }\n' 2019-09-11 19:38:54,912 [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-11 19:38:54,923 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'16939361' 2019-09-11 19:38:54,924 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 3025578 - Lost ppm 151545 2019-09-11 19:38:54,925 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 151545 > sla_max_ppm 1000; ',) 2019-09-11 19:38:55,803 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=11 END 2019-09-11 19:38:55,804 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=12 START 2019-09-11 19:38:55,804 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:55,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:55,871 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=17 END 2019-09-11 19:38:55,872 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=18 START 2019-09-11 19:38:55,872 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:55,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:55,928 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15123 seq=1 END 2019-09-11 19:38:55,928 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15123 seq=2 START 2019-09-11 19:38:55,929 [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-11 19:38:55,996 [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-11 19:38:55,998 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:55,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:56,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:56,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:56,864 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=13 END 2019-09-11 19:38:56,864 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=14 START 2019-09-11 19:38:56,865 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:38:57,007 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1770 0 0 100.0% 14 161\n' 2019-09-11 19:38:57,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:57,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 8829 0 2 100.0% 14 161\n' 2019-09-11 19:38:57,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:57,633 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:57,634 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2i,packets_per_second=999962i,packets_received=16939361i,packets_sent=19964939i,packetsize=64i,ppm=151545.0 1568230735927625984 2019-09-11 19:38:57,780 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:57,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=9i,average.HITS=4017i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="9",cachestat.cache0.HITS="4017",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=9i,max.HITS=4017i,max.MISSES=0i,max.RATIO=100.0 1568230733581292032 2019-09-11 19:38:57,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-11 19:38:57,879 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:57,880 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=5413i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="5413",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=5413i,max.MISSES=0i,max.RATIO=100.0 1568230735871421952 2019-09-11 19:38:57,980 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:57,981 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1794i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1794",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1794i,max.MISSES=0i,max.RATIO=100.0 1568230733581227008 2019-09-11 19:38:58,012 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=12 END 2019-09-11 19:38:58,012 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=13 START 2019-09-11 19:38:58,013 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:58,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:58,028 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=18 END 2019-09-11 19:38:58,029 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=19 START 2019-09-11 19:38:58,029 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:38:58,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:38:58,085 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:58,086 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=9i,average.HITS=1907i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="9",cachestat.cache0.HITS="1907",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=9i,max.HITS=1907i,max.MISSES=0i,max.RATIO=100.0 1568230735803687936 2019-09-11 19:38:58,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:58,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:38:58,188 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:58,189 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1770i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1770i,max.MISSES=0i,max.RATIO=100.0 1568230738012377856 2019-09-11 19:38:58,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:38:58,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:38:58,305 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:38:58,306 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.079 1568230733738955008 2019-09-11 19:38:58,411 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:38:58,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568230736864283136 2019-09-11 19:38:59,179 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 59271 0 0 100.0% 14 161\n' 2019-09-11 19:38:59,182 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:59,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1829 0 0 100.0% 14 161\n' 2019-09-11 19:38:59,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:38:59,877 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=14 END 2019-09-11 19:38:59,878 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=15 START 2019-09-11 19:38:59,878 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:00,185 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=19 END 2019-09-11 19:39:00,185 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=20 START 2019-09-11 19:39:00,185 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:00,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:00,236 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=13 END 2019-09-11 19:39:00,236 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=14 START 2019-09-11 19:39:00,237 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:00,458 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:00,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:00,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:00,844 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:00,844 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:00,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-11 19:39:01,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4116 0 0 100.0% 14 161\n' 2019-09-11 19:39:01,474 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:01,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1807 0 0 100.0% 14 161\n' 2019-09-11 19:39:01,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:01,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:02,477 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=20 END 2019-09-11 19:39:02,478 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=21 START 2019-09-11 19:39:02,478 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:02,488 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:02,891 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=15 END 2019-09-11 19:39:02,891 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=16 START 2019-09-11 19:39:02,892 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:02,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:02,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:02,981 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=14 END 2019-09-11 19:39:02,982 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=15 START 2019-09-11 19:39:02,982 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:03,318 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:03,515 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:39:03,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=8829i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="8829",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=8829i,max.MISSES=0i,max.RATIO=100.0 1568230738028397056 2019-09-11 19:39:03,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:03,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:03,618 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:03,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=59271i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="59271",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=59271i,max.MISSES=0i,max.RATIO=100.0 1568230740185024000 2019-09-11 19:39:03,715 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:03,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4116i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4116",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4116i,max.MISSES=0i,max.RATIO=100.0 1568230742477519872 2019-09-11 19:39:03,815 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:03,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1829i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1829i,max.MISSES=0i,max.RATIO=100.0 1568230740236107008 2019-09-11 19:39:03,917 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:03,918 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1807i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1807",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1807i,max.MISSES=0i,max.RATIO=100.0 1568230742981865984 2019-09-11 19:39:03,958 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2933 0 0 100.0% 14 161\n' 2019-09-11 19:39:03,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:03,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-11 19:39:04,013 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:04,013 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.105 1568230739877345024 2019-09-11 19:39:04,138 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:04,139 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.082 1568230742891232000 2019-09-11 19:39:04,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1965 0 0 100.0% 14 161\n' 2019-09-11 19:39:04,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:04,691 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:04,965 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=21 END 2019-09-11 19:39:04,966 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=22 START 2019-09-11 19:39:04,966 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:04,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:05,240 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:05,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:05,750 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=15 END 2019-09-11 19:39:05,750 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=16 START 2019-09-11 19:39:05,750 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:05,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=16 END 2019-09-11 19:39:05,971 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=17 START 2019-09-11 19:39:05,971 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:06,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:06,217 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:06,217 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:06,276 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2998 0 0 100.0% 14 161\n' 2019-09-11 19:39:06,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:06,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-11 19:39:07,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1747 0 0 100.0% 14 161\n' 2019-09-11 19:39:07,255 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:07,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:07,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=22 END 2019-09-11 19:39:07,281 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=23 START 2019-09-11 19:39:07,281 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:07,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:07,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:07,553 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:08,286 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=16 END 2019-09-11 19:39:08,287 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=17 START 2019-09-11 19:39:08,287 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:08,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:08,562 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2232 2 2 99.9% 14 161\n' 2019-09-11 19:39:08,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:08,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:08,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:08,987 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=17 END 2019-09-11 19:39:08,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=18 START 2019-09-11 19:39:08,988 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:09,241 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:09,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2933i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2933",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2933i,max.MISSES=0i,max.RATIO=100.0 1568230744965675008 2019-09-11 19:39:09,346 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:09,347 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2998i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2998",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2998i,max.MISSES=0i,max.RATIO=100.0 1568230747280395008 2019-09-11 19:39:09,456 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:09,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1965i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1965",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1965i,max.MISSES=0i,max.RATIO=100.0 1568230745749917952 2019-09-11 19:39:09,569 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=23 END 2019-09-11 19:39:09,570 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=24 START 2019-09-11 19:39:09,570 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:09,570 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:09,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1747i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1747",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1747i,max.MISSES=0i,max.RATIO=100.0 1568230748286799872 2019-09-11 19:39:09,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:09,677 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:09,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.082 1568230745970838016 2019-09-11 19:39:09,775 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:09,776 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.083 1568230748987415040 2019-09-11 19:39:09,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1784 0 0 100.0% 14 161\n' 2019-09-11 19:39:09,841 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:09,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:09,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:09,999 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-11 19:39:10,845 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=17 END 2019-09-11 19:39:10,845 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=18 START 2019-09-11 19:39:10,845 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:10,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4045 0 0 100.0% 14 161\n' 2019-09-11 19:39:10,858 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:10,923 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:11,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:11,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:11,861 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=24 END 2019-09-11 19:39:11,862 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=25 START 2019-09-11 19:39:11,862 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:11,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:12,003 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=18 END 2019-09-11 19:39:12,004 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=19 START 2019-09-11 19:39:12,004 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:12,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:12,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:12,205 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1715 2 2 99.9% 14 161\n' 2019-09-11 19:39:12,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:12,215 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:13,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:39:13,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5300 0 0 100.0% 14 161\n' 2019-09-11 19:39:13,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:13,255 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=18 END 2019-09-11 19:39:13,256 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=19 START 2019-09-11 19:39:13,256 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:13,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:13,704 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:13,706 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:14,157 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=25 END 2019-09-11 19:39:14,158 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=26 START 2019-09-11 19:39:14,158 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:14,169 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:14,433 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:14,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:14,831 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1789 0 0 100.0% 14 161\n' 2019-09-11 19:39:14,840 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:14,842 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:14,885 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:39:14,886 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=2232i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="2232",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=2232i,max.MISSES=2i,max.RATIO=99.9 1568230749569541888 2019-09-11 19:39:15,001 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:15,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4045i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4045",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4045i,max.MISSES=0i,max.RATIO=100.0 1568230751861524992 2019-09-11 19:39:15,019 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=19 END 2019-09-11 19:39:15,019 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=20 START 2019-09-11 19:39:15,020 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:15,103 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:15,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=5300i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="5300",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=5300i,max.MISSES=0i,max.RATIO=100.0 1568230754157681920 2019-09-11 19:39:15,197 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:15,199 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1784i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1784i,max.MISSES=0i,max.RATIO=100.0 1568230750844964096 2019-09-11 19:39:15,299 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:15,300 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1715i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1715",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1715i,max.MISSES=2i,max.RATIO=99.9 1568230753255713024 2019-09-11 19:39:15,395 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:15,396 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.08 1568230752003388928 2019-09-11 19:39:15,441 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2977 0 0 100.0% 14 161\n' 2019-09-11 19:39:15,447 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:15,497 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:15,497 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568230755019331072 2019-09-11 19:39:15,884 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=19 END 2019-09-11 19:39:15,884 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=20 START 2019-09-11 19:39:15,885 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:16,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-11 19:39:16,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:16,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:16,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:16,449 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=26 END 2019-09-11 19:39:16,450 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=27 START 2019-09-11 19:39:16,450 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:16,461 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:16,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:16,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:17,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1760 2 2 99.9% 14 161\n' 2019-09-11 19:39:17,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:17,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:17,733 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2210 0 0 100.0% 14 161\n' 2019-09-11 19:39:17,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:18,031 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=20 END 2019-09-11 19:39:18,032 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=21 START 2019-09-11 19:39:18,032 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:18,411 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=20 END 2019-09-11 19:39:18,412 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=21 START 2019-09-11 19:39:18,412 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:18,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:18,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:18,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:18,741 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=27 END 2019-09-11 19:39:18,742 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=28 START 2019-09-11 19:39:18,742 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:18,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:18,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:18,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:19,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:39:19,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19912665 , "packets_per_second":999964, "flows":2, "errors":0 }\n' 2019-09-11 19:39:19,225 [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-11 19:39:19,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'16649003' 2019-09-11 19:39:19,239 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 3263662 - Lost ppm 163899 2019-09-11 19:39:19,239 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 163899 > sla_max_ppm 1000; ',) 2019-09-11 19:39:19,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6237 0 3 100.0% 14 161\n' 2019-09-11 19:39:19,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:19,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 14549 2 3 100.0% 14 161\n' 2019-09-11 19:39:19,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:20,241 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15123 seq=2 END 2019-09-11 19:39:20,242 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:39:20,242 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:39:20,243 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:39:20,266 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:20,267 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2i,packets_per_second=999964i,packets_received=16649003i,packets_sent=19912665i,packetsize=64i,ppm=163899.0 1568230760241638912 2019-09-11 19:39:20,368 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:39:20,369 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:39:20,371 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:39:20,383 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:39:20,385 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-11 19:39:20,386 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 19:39:20,608 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=21 END 2019-09-11 19:39:20,608 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=22 START 2019-09-11 19:39:20,609 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:20,632 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:20,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:39:20,790 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.115 2019-09-11 19:39:20,791 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.115 2019-09-11 19:39:20,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:20,834 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:20,894 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=28 END 2019-09-11 19:39:20,894 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=29 START 2019-09-11 19:39:20,895 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:20,912 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:21,045 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=21 END 2019-09-11 19:39:21,045 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=22 START 2019-09-11 19:39:21,046 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:21,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:21,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:21,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:39:21,841 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1761 0 0 100.0% 14 161\n' 2019-09-11 19:39:21,844 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:22,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-11 19:39:22,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 6799 0 0 100.0% 14 161\n' 2019-09-11 19:39:22,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:22,847 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=22 END 2019-09-11 19:39:22,847 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=23 START 2019-09-11 19:39:22,847 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:22,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:23,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:23,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:23,149 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=29 END 2019-09-11 19:39:23,149 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=30 START 2019-09-11 19:39:23,149 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:23,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:23,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:23,297 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:24,057 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=22 END 2019-09-11 19:39:24,057 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=23 START 2019-09-11 19:39:24,058 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:24,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1691 0 0 100.0% 14 161\n' 2019-09-11 19:39:24,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:24,241 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15138 seq=1 START 2019-09-11 19:39:24,242 [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-11 19:39:24,258 [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-11 19:39:24,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 6587 0 2 100.0% 14 161\n' 2019-09-11 19:39:24,303 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:25,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.149' 2019-09-11 19:39:25,153 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=23 END 2019-09-11 19:39:25,154 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=24 START 2019-09-11 19:39:25,154 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:25,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:25,306 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=30 END 2019-09-11 19:39:25,306 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=31 START 2019-09-11 19:39:25,307 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:25,315 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:25,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:25,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:25,378 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 5 2019-09-11 19:39:25,381 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2977i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2977",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2977i,max.MISSES=0i,max.RATIO=100.0 1568230756449501952 2019-09-11 19:39:25,450 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:25,450 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:25,478 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 4 2019-09-11 19:39:25,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2210i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2210",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2210i,max.MISSES=0i,max.RATIO=100.0 1568230758741832960 2019-09-11 19:39:25,580 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:39:25,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=14549i,average.MISSES=2i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="14549",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=14549i,max.MISSES=2i,max.RATIO=100.0 1568230760893943040 2019-09-11 19:39:25,682 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:25,683 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=6799i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="6799",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=6799i,max.MISSES=0i,max.RATIO=100.0 1568230763148966912 2019-09-11 19:39:25,778 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:25,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=6587i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="6587",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=6587i,max.MISSES=0i,max.RATIO=100.0 1568230765305972224 2019-09-11 19:39:25,890 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 5 2019-09-11 19:39:25,892 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1789i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1789i,max.MISSES=0i,max.RATIO=100.0 1568230755884246016 2019-09-11 19:39:25,986 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 4 2019-09-11 19:39:25,988 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1760i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1760",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1760i,max.MISSES=2i,max.RATIO=99.9 1568230758411629824 2019-09-11 19:39:26,087 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:39:26,088 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=6237i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="6237",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=6237i,max.MISSES=0i,max.RATIO=100.0 1568230760608098048 2019-09-11 19:39:26,187 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:26,188 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1761i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1761",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1761i,max.MISSES=0i,max.RATIO=100.0 1568230762847103232 2019-09-11 19:39:26,288 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:26,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1691i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1691",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1691i,max.MISSES=0i,max.RATIO=100.0 1568230765153330944 2019-09-11 19:39:26,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1829 0 0 100.0% 14 161\n' 2019-09-11 19:39:26,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:26,384 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:39:26,385 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.079 1568230758031693824 2019-09-11 19:39:26,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 7430 0 0 100.0% 14 161\n' 2019-09-11 19:39:26,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:26,479 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:26,480 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568230761044979968 2019-09-11 19:39:26,580 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:26,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.092 1568230764057338880 2019-09-11 19:39:27,070 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=23 END 2019-09-11 19:39:27,071 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=24 START 2019-09-11 19:39:27,071 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:27,349 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=24 END 2019-09-11 19:39:27,350 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=25 START 2019-09-11 19:39:27,350 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:27,461 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=31 END 2019-09-11 19:39:27,462 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=32 START 2019-09-11 19:39:27,462 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:27,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:27,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:27,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:27,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:27,735 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:27,736 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:28,079 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:39:28,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1782 2 2 99.9% 14 161\n' 2019-09-11 19:39:28,745 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3991 0 0 100.0% 14 161\n' 2019-09-11 19:39:28,746 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:28,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:29,752 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=25 END 2019-09-11 19:39:29,752 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=26 START 2019-09-11 19:39:29,752 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:29,753 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=32 END 2019-09-11 19:39:29,753 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=33 START 2019-09-11 19:39:29,753 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:29,765 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:29,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:29,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:29,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:30,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:30,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:30,083 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=24 END 2019-09-11 19:39:30,084 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=25 START 2019-09-11 19:39:30,084 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:30,987 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1813 0 0 100.0% 14 161\n' 2019-09-11 19:39:31,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:31,014 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:31,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2902 2 2 99.9% 14 161\n' 2019-09-11 19:39:31,043 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:31,091 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-11 19:39:31,676 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:31,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=7430i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="7430",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=7430i,max.MISSES=0i,max.RATIO=100.0 1568230767461510912 2019-09-11 19:39:31,776 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:31,777 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3991i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3991",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3991i,max.MISSES=0i,max.RATIO=100.0 1568230769752950016 2019-09-11 19:39:31,873 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:31,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1829i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1829i,max.MISSES=0i,max.RATIO=100.0 1568230767349571840 2019-09-11 19:39:31,989 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:31,990 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1782i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1782",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1782i,max.MISSES=2i,max.RATIO=99.9 1568230769752430080 2019-09-11 19:39:32,038 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=26 END 2019-09-11 19:39:32,038 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=27 START 2019-09-11 19:39:32,039 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:32,045 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=33 END 2019-09-11 19:39:32,046 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=34 START 2019-09-11 19:39:32,046 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:32,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:32,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:32,087 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:32,088 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1813i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1813i,max.MISSES=0i,max.RATIO=100.0 1568230772038191104 2019-09-11 19:39:32,190 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:32,191 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.149 1568230767070437888 2019-09-11 19:39:32,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:32,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:32,298 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:32,299 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568230770083565824 2019-09-11 19:39:32,319 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:32,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:33,125 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=25 END 2019-09-11 19:39:33,125 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=26 START 2019-09-11 19:39:33,126 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:33,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1767 0 0 100.0% 14 161\n' 2019-09-11 19:39:33,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:33,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:33,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3019 0 0 100.0% 14 161\n' 2019-09-11 19:39:33,335 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:34,135 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-11 19:39:34,330 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=27 END 2019-09-11 19:39:34,331 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=28 START 2019-09-11 19:39:34,331 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:34,337 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=34 END 2019-09-11 19:39:34,338 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=35 START 2019-09-11 19:39:34,338 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:34,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:34,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:34,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:34,557 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:34,613 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:34,614 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:35,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1787 0 0 100.0% 14 161\n' 2019-09-11 19:39:35,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:35,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:35,622 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2108 0 0 100.0% 14 161\n' 2019-09-11 19:39:35,627 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:36,140 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=26 END 2019-09-11 19:39:36,141 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=27 START 2019-09-11 19:39:36,141 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:36,622 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=28 END 2019-09-11 19:39:36,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=29 START 2019-09-11 19:39:36,623 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:36,630 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=35 END 2019-09-11 19:39:36,630 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=36 START 2019-09-11 19:39:36,631 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:36,641 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:36,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:36,844 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:36,845 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:36,905 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:36,906 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:37,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-11 19:39:37,410 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:39:37,411 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=2902i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="2902",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=2902i,max.MISSES=2i,max.RATIO=99.9 1568230772045548032 2019-09-11 19:39:37,512 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:37,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3019i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3019",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3019i,max.MISSES=0i,max.RATIO=100.0 1568230774337539840 2019-09-11 19:39:37,608 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:37,609 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2108i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2108",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2108i,max.MISSES=0i,max.RATIO=100.0 1568230776630019840 2019-09-11 19:39:37,710 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:37,711 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1767i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1767",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1767i,max.MISSES=0i,max.RATIO=100.0 1568230774330637056 2019-09-11 19:39:37,818 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:37,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1787i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1787i,max.MISSES=0i,max.RATIO=100.0 1568230776622540032 2019-09-11 19:39:37,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1704 0 0 100.0% 14 161\n' 2019-09-11 19:39:37,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:37,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:37,914 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4051 0 0 100.0% 14 161\n' 2019-09-11 19:39:37,915 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:37,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.07 1568230773124911104 2019-09-11 19:39:37,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:38,015 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:38,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.088 1568230776140285952 2019-09-11 19:39:38,914 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=29 END 2019-09-11 19:39:38,915 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=30 START 2019-09-11 19:39:38,915 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:38,922 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=36 END 2019-09-11 19:39:38,922 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=37 START 2019-09-11 19:39:38,922 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:38,933 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:38,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:39,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:39,130 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:39,155 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=27 END 2019-09-11 19:39:39,156 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=28 START 2019-09-11 19:39:39,156 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:39,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:39,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:40,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1826 0 0 100.0% 14 161\n' 2019-09-11 19:39:40,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:40,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:40,202 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2950 0 0 100.0% 14 161\n' 2019-09-11 19:39:40,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:40,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-11 19:39:41,202 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=30 END 2019-09-11 19:39:41,203 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=31 START 2019-09-11 19:39:41,203 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:41,210 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=37 END 2019-09-11 19:39:41,210 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=38 START 2019-09-11 19:39:41,211 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:41,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:41,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:41,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:41,438 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:41,493 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:41,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:42,293 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=28 END 2019-09-11 19:39:42,294 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=29 START 2019-09-11 19:39:42,294 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:42,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1771 0 0 100.0% 14 161\n' 2019-09-11 19:39:42,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2981 2 3 99.9% 14 161\n' 2019-09-11 19:39:42,507 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:42,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:43,112 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:43,113 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4051i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4051",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4051i,max.MISSES=0i,max.RATIO=100.0 1568230778922012160 2019-09-11 19:39:43,210 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:43,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2950i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2950",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2950i,max.MISSES=0i,max.RATIO=100.0 1568230781210004992 2019-09-11 19:39:43,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:39:43,305 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:43,306 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1704i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1704",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1704i,max.MISSES=0i,max.RATIO=100.0 1568230778914802944 2019-09-11 19:39:43,400 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:43,401 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1826i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1826i,max.MISSES=0i,max.RATIO=100.0 1568230781202786048 2019-09-11 19:39:43,510 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=38 END 2019-09-11 19:39:43,510 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=39 START 2019-09-11 19:39:43,511 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:43,516 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=31 END 2019-09-11 19:39:43,517 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=32 START 2019-09-11 19:39:43,517 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:43,518 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:43,519 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1771i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1771i,max.MISSES=0i,max.RATIO=100.0 1568230783516568832 2019-09-11 19:39:43,521 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:43,676 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:43,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.092 1568230779155891968 2019-09-11 19:39:43,742 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:43,778 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:43,778 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.073 1568230782293361920 2019-09-11 19:39:43,783 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:43,784 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:43,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:43,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:44,794 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2093 0 0 100.0% 14 161\n' 2019-09-11 19:39:44,799 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:45,110 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1795 0 0 100.0% 14 161\n' 2019-09-11 19:39:45,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:45,122 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:45,306 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=29 END 2019-09-11 19:39:45,307 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=30 START 2019-09-11 19:39:45,307 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:45,802 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=39 END 2019-09-11 19:39:45,802 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=40 START 2019-09-11 19:39:45,803 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:45,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:46,077 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:46,078 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:46,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=32 END 2019-09-11 19:39:46,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=33 START 2019-09-11 19:39:46,169 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:46,315 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-11 19:39:46,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:46,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:46,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:47,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5273 0 0 100.0% 14 161\n' 2019-09-11 19:39:47,088 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:47,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19974924 , "packets_per_second":999962, "flows":110, "errors":0 }\n' 2019-09-11 19:39:47,499 [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-11 19:39:47,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17682245' 2019-09-11 19:39:47,514 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2292679 - Lost ppm 114778 2019-09-11 19:39:47,514 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 114778 > sla_max_ppm 1000; ',) 2019-09-11 19:39:47,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6538 0 3 100.0% 14 161\n' 2019-09-11 19:39:47,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:47,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:48,090 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=40 END 2019-09-11 19:39:48,091 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=41 START 2019-09-11 19:39:48,091 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:48,100 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:48,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:48,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:48,320 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=30 END 2019-09-11 19:39:48,320 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=31 START 2019-09-11 19:39:48,321 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:48,518 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15138 seq=1 END 2019-09-11 19:39:48,518 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15138 seq=2 START 2019-09-11 19:39:48,519 [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-11 19:39:48,533 [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-11 19:39:48,548 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=33 END 2019-09-11 19:39:48,549 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=34 START 2019-09-11 19:39:48,549 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:48,558 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:48,730 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:48,731 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:48,874 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=110i,packets_per_second=999962i,packets_received=17682245i,packets_sent=19974924i,packetsize=64i,ppm=114778.0 1568230788517538048 2019-09-11 19:39:48,971 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:39:48,972 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=2981i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="2981",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=2981i,max.MISSES=2i,max.RATIO=99.9 1568230783510157056 2019-09-11 19:39:49,066 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:49,067 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2093i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2093",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2093i,max.MISSES=0i,max.RATIO=100.0 1568230785802144000 2019-09-11 19:39:49,162 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:49,163 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=5273i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="5273",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=5273i,max.MISSES=0i,max.RATIO=100.0 1568230788090675200 2019-09-11 19:39:49,240 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 8884 0 2 100.0% 14 161\n' 2019-09-11 19:39:49,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:49,262 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:49,263 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1795i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1795",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1795i,max.MISSES=0i,max.RATIO=100.0 1568230786168400128 2019-09-11 19:39:49,328 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:39:49,371 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:49,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=6538i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="6538",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=6538i,max.MISSES=0i,max.RATIO=100.0 1568230788548829184 2019-09-11 19:39:49,466 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:49,466 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568230785306585088 2019-09-11 19:39:49,561 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:49,561 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.079 1568230788319938816 2019-09-11 19:39:49,739 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1813 0 0 100.0% 14 161\n' 2019-09-11 19:39:49,739 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:50,244 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=41 END 2019-09-11 19:39:50,245 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=42 START 2019-09-11 19:39:50,245 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:50,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:50,388 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:50,389 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:50,744 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=34 END 2019-09-11 19:39:50,744 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=35 START 2019-09-11 19:39:50,745 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:51,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:51,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:51,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:51,355 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=31 END 2019-09-11 19:39:51,356 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=32 START 2019-09-11 19:39:51,356 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:51,393 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 60604 0 0 100.0% 14 161\n' 2019-09-11 19:39:51,399 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:52,364 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.468' 2019-09-11 19:39:52,402 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=42 END 2019-09-11 19:39:52,402 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=43 START 2019-09-11 19:39:52,402 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:52,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1757 2 2 99.9% 14 161\n' 2019-09-11 19:39:52,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:52,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:52,673 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:52,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:53,415 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=35 END 2019-09-11 19:39:53,415 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=36 START 2019-09-11 19:39:53,415 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:53,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:53,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2196 0 0 100.0% 14 161\n' 2019-09-11 19:39:53,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:53,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:53,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:54,368 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=32 END 2019-09-11 19:39:54,369 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=33 START 2019-09-11 19:39:54,369 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:54,660 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:54,661 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=8884i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="8884",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=8884i,max.MISSES=0i,max.RATIO=100.0 1568230790244431872 2019-09-11 19:39:54,690 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=43 END 2019-09-11 19:39:54,691 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=44 START 2019-09-11 19:39:54,691 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:54,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:54,772 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:54,773 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=60604i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="60604",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=60604i,max.MISSES=0i,max.RATIO=100.0 1568230792401990912 2019-09-11 19:39:54,879 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:54,880 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2196i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2196",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2196i,max.MISSES=0i,max.RATIO=100.0 1568230794690475008 2019-09-11 19:39:54,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:54,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:54,979 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:54,980 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1813i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1813i,max.MISSES=0i,max.RATIO=100.0 1568230790744158976 2019-09-11 19:39:54,994 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1733 0 0 100.0% 14 161\n' 2019-09-11 19:39:55,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:55,073 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:55,074 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1757i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1757",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1757i,max.MISSES=2i,max.RATIO=99.9 1568230793414993920 2019-09-11 19:39:55,179 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:39:55,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568230791355716096 2019-09-11 19:39:55,277 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:39:55,278 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.468 1568230794368613120 2019-09-11 19:39:55,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-11 19:39:55,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4006 0 0 100.0% 14 161\n' 2019-09-11 19:39:55,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:56,045 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=36 END 2019-09-11 19:39:56,046 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=37 START 2019-09-11 19:39:56,046 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:56,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:56,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:56,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:56,978 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=44 END 2019-09-11 19:39:56,978 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=45 START 2019-09-11 19:39:56,979 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:56,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:57,251 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:57,252 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:39:57,384 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=33 END 2019-09-11 19:39:57,384 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=34 START 2019-09-11 19:39:57,384 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:39:57,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1734 0 0 100.0% 14 161\n' 2019-09-11 19:39:57,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:57,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:39:58,262 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3014 0 0 100.0% 14 161\n' 2019-09-11 19:39:58,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:39:58,392 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-11 19:39:58,839 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=37 END 2019-09-11 19:39:58,839 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=38 START 2019-09-11 19:39:58,839 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:59,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:59,270 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=45 END 2019-09-11 19:39:59,270 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=46 START 2019-09-11 19:39:59,271 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:39:59,282 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:39:59,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:59,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:39:59,541 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:39:59,542 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:00,375 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:00,377 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4006i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4006",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4006i,max.MISSES=0i,max.RATIO=100.0 1568230796978277888 2019-09-11 19:40:00,413 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=34 END 2019-09-11 19:40:00,414 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=35 START 2019-09-11 19:40:00,414 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:00,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1734 0 0 100.0% 14 161\n' 2019-09-11 19:40:00,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:00,457 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:00,476 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:00,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3014i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3014",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3014i,max.MISSES=0i,max.RATIO=100.0 1568230799270277120 2019-09-11 19:40:00,550 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3037 2 1 99.9% 14 161\n' 2019-09-11 19:40:00,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:00,584 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:00,585 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1733i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1733",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1733i,max.MISSES=0i,max.RATIO=100.0 1568230796045764864 2019-09-11 19:40:00,680 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:00,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1734i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1734",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1734i,max.MISSES=0i,max.RATIO=100.0 1568230798838942976 2019-09-11 19:40:00,799 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:00,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.08 1568230797384086016 2019-09-11 19:40:00,906 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:00,907 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.081 1568230800413445120 2019-09-11 19:40:01,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-11 19:40:01,508 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=38 END 2019-09-11 19:40:01,509 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=39 START 2019-09-11 19:40:01,509 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:01,558 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=46 END 2019-09-11 19:40:01,559 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=47 START 2019-09-11 19:40:01,559 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:01,569 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:01,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:01,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:01,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:01,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:01,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:02,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1736 0 0 100.0% 14 161\n' 2019-09-11 19:40:02,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:02,822 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:02,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2180 0 0 100.0% 14 161\n' 2019-09-11 19:40:02,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:03,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=35 END 2019-09-11 19:40:03,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=36 START 2019-09-11 19:40:03,427 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:03,843 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=39 END 2019-09-11 19:40:03,843 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=40 START 2019-09-11 19:40:03,843 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:03,849 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=47 END 2019-09-11 19:40:03,850 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=48 START 2019-09-11 19:40:03,850 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:03,862 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:03,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:04,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:04,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:04,121 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:04,122 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:04,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-11 19:40:05,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1721 2 2 99.9% 14 161\n' 2019-09-11 19:40:05,099 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:05,102 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:05,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4077 0 0 100.0% 14 161\n' 2019-09-11 19:40:05,135 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:06,003 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:06,005 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=3037i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="3037",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=3037i,max.MISSES=2i,max.RATIO=99.9 1568230801558610944 2019-09-11 19:40:06,105 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:06,107 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2180i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2180",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2180i,max.MISSES=0i,max.RATIO=100.0 1568230803849536000 2019-09-11 19:40:06,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=40 END 2019-09-11 19:40:06,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=41 START 2019-09-11 19:40:06,132 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:06,138 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=48 END 2019-09-11 19:40:06,139 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=49 START 2019-09-11 19:40:06,139 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:06,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:06,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:06,215 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:06,216 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4077i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4077",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4077i,max.MISSES=0i,max.RATIO=100.0 1568230806138500096 2019-09-11 19:40:06,315 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:40:06,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1734i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1734",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1734i,max.MISSES=0i,max.RATIO=100.0 1568230801508512000 2019-09-11 19:40:06,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:06,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:06,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:06,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:06,420 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:06,421 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1736i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1736i,max.MISSES=0i,max.RATIO=100.0 1568230803843094016 2019-09-11 19:40:06,440 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=36 END 2019-09-11 19:40:06,441 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=37 START 2019-09-11 19:40:06,441 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:06,520 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:06,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1721i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1721",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1721i,max.MISSES=2i,max.RATIO=99.9 1568230806131078912 2019-09-11 19:40:06,627 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:06,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.076 1568230803426272000 2019-09-11 19:40:06,730 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:06,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.078 1568230806440521984 2019-09-11 19:40:07,372 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1736 0 0 100.0% 14 161\n' 2019-09-11 19:40:07,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:07,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:07,423 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3017 0 0 100.0% 14 161\n' 2019-09-11 19:40:07,428 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:07,449 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-11 19:40:08,423 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=41 END 2019-09-11 19:40:08,423 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=42 START 2019-09-11 19:40:08,424 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:08,430 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=49 END 2019-09-11 19:40:08,431 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=50 START 2019-09-11 19:40:08,431 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:08,442 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:08,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:08,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:08,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:08,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:08,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:09,508 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=37 END 2019-09-11 19:40:09,509 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=38 START 2019-09-11 19:40:09,509 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:09,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1774 0 0 100.0% 14 161\n' 2019-09-11 19:40:09,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:09,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:09,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3007 0 0 100.0% 14 161\n' 2019-09-11 19:40:09,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:10,517 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-11 19:40:10,715 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=42 END 2019-09-11 19:40:10,715 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=43 START 2019-09-11 19:40:10,716 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:10,722 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=50 END 2019-09-11 19:40:10,723 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=51 START 2019-09-11 19:40:10,723 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:10,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:10,731 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:10,865 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:10,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:10,924 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:10,925 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:11,722 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19993740 , "packets_per_second":999968, "flows":110, "errors":0 }\n' 2019-09-11 19:40:11,723 [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-11 19:40:11,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17703228' 2019-09-11 19:40:11,738 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2290512 - Lost ppm 114562 2019-09-11 19:40:11,739 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 114562 > sla_max_ppm 1000; ',) 2019-09-11 19:40:11,831 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:11,833 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3017i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3017",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3017i,max.MISSES=0i,max.RATIO=100.0 1568230808430610944 2019-09-11 19:40:11,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 12865 2 2 100.0% 14 161\n' 2019-09-11 19:40:11,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:11,932 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6603 0 3 100.0% 14 161\n' 2019-09-11 19:40:11,933 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:11,934 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:11,934 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3007i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3007",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3007i,max.MISSES=0i,max.RATIO=100.0 1568230810722609152 2019-09-11 19:40:12,037 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:12,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1736i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1736i,max.MISSES=0i,max.RATIO=100.0 1568230808423332864 2019-09-11 19:40:12,139 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:12,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1774i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1774",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1774i,max.MISSES=0i,max.RATIO=100.0 1568230810715256064 2019-09-11 19:40:12,238 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:12,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.098 1568230809508568064 2019-09-11 19:40:12,521 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=38 END 2019-09-11 19:40:12,522 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=39 START 2019-09-11 19:40:12,522 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:12,741 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15138 seq=2 END 2019-09-11 19:40:12,741 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:40:12,742 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:40:12,742 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:40:12,798 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:12,798 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=110i,packets_per_second=999968i,packets_received=17703228i,packets_sent=19993740i,packetsize=64i,ppm=114562.0 1568230812741085952 2019-09-11 19:40:12,874 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=51 END 2019-09-11 19:40:12,875 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=52 START 2019-09-11 19:40:12,875 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:12,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:12,904 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:40:12,905 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:40:12,907 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:40:12,918 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:40:12,920 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-11 19:40:12,921 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 19:40:12,937 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=43 END 2019-09-11 19:40:12,937 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=44 START 2019-09-11 19:40:12,938 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:12,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:13,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:13,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:13,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:13,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:13,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:40:13,364 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.115 2019-09-11 19:40:13,365 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.115 2019-09-11 19:40:13,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-11 19:40:13,631 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:40:14,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 30549 0 4 100.0% 14 161\n' 2019-09-11 19:40:14,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:14,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20460 0 0 100.0% 14 161\n' 2019-09-11 19:40:14,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:15,027 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=52 END 2019-09-11 19:40:15,027 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=53 START 2019-09-11 19:40:15,028 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:15,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:15,169 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:15,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:15,173 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=44 END 2019-09-11 19:40:15,173 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=45 START 2019-09-11 19:40:15,173 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:15,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:15,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:15,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:15,538 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=39 END 2019-09-11 19:40:15,538 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=40 START 2019-09-11 19:40:15,539 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:16,175 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2970 0 1 100.0% 14 161\n' 2019-09-11 19:40:16,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:16,364 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1734 0 2 100.0% 14 161\n' 2019-09-11 19:40:16,366 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:16,546 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-11 19:40:16,678 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15144 seq=1 START 2019-09-11 19:40:16,679 [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-11 19:40:16,694 [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-11 19:40:17,179 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=53 END 2019-09-11 19:40:17,179 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=54 START 2019-09-11 19:40:17,180 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:17,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:17,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:17,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:17,369 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=45 END 2019-09-11 19:40:17,369 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=46 START 2019-09-11 19:40:17,370 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:17,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:17,551 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:17,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:17,914 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:40:17,916 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=12865i,average.MISSES=2i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="12865",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=12865i,max.MISSES=2i,max.RATIO=100.0 1568230812874658048 2019-09-11 19:40:18,017 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:18,019 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=4i,average.HITS=30549i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="30549",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=4i,max.HITS=30549i,max.MISSES=0i,max.RATIO=100.0 1568230815027260160 2019-09-11 19:40:18,186 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:18,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=2970i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2970",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=2970i,max.MISSES=0i,max.RATIO=100.0 1568230817179152128 2019-09-11 19:40:18,304 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:40:18,305 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=6603i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="6603",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=6603i,max.MISSES=0i,max.RATIO=100.0 1568230812937207040 2019-09-11 19:40:18,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2062 0 5 100.0% 14 161\n' 2019-09-11 19:40:18,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:18,402 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:18,403 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=20460i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="20460",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=20460i,max.MISSES=0i,max.RATIO=100.0 1568230815172933120 2019-09-11 19:40:18,499 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:18,500 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1734i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1734",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1734i,max.MISSES=0i,max.RATIO=100.0 1568230817369298944 2019-09-11 19:40:18,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=40 END 2019-09-11 19:40:18,551 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=41 START 2019-09-11 19:40:18,551 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:18,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1826 0 0 100.0% 14 161\n' 2019-09-11 19:40:18,562 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:18,595 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:40:18,596 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.082 1568230812521361152 2019-09-11 19:40:18,691 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:18,692 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.106 1568230815538202880 2019-09-11 19:40:18,823 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:18,824 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.099 1568230818550898176 2019-09-11 19:40:19,330 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=54 END 2019-09-11 19:40:19,331 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=55 START 2019-09-11 19:40:19,331 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:19,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:19,564 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=46 END 2019-09-11 19:40:19,565 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=47 START 2019-09-11 19:40:19,565 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:19,602 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-11 19:40:19,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:19,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:19,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:19,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:19,820 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:20,613 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2094 0 0 100.0% 14 161\n' 2019-09-11 19:40:20,620 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:20,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1736 0 0 100.0% 14 161\n' 2019-09-11 19:40:20,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:20,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:21,606 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=41 END 2019-09-11 19:40:21,607 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=42 START 2019-09-11 19:40:21,607 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:21,622 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=55 END 2019-09-11 19:40:21,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=56 START 2019-09-11 19:40:21,623 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:21,634 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:21,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:21,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:21,932 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=47 END 2019-09-11 19:40:21,933 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=48 START 2019-09-11 19:40:21,933 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:22,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:22,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:22,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:22,616 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:40:22,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4067 0 0 100.0% 14 161\n' 2019-09-11 19:40:22,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:23,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1769 0 0 100.0% 14 161\n' 2019-09-11 19:40:23,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:23,911 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=56 END 2019-09-11 19:40:23,911 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=57 START 2019-09-11 19:40:23,911 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:23,925 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:40:23,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=5i,average.HITS=2062i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="5",cachestat.cache0.HITS="2062",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=5i,max.HITS=2062i,max.MISSES=0i,max.RATIO=100.0 1568230819330359040 2019-09-11 19:40:23,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:24,042 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:24,043 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2094i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2094",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2094i,max.MISSES=0i,max.RATIO=100.0 1568230821622731008 2019-09-11 19:40:24,187 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:24,189 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4067i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4067",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4067i,max.MISSES=0i,max.RATIO=100.0 1568230823910891008 2019-09-11 19:40:24,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:24,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:24,288 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:24,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1826i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1826i,max.MISSES=0i,max.RATIO=100.0 1568230819564850176 2019-09-11 19:40:24,387 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:24,388 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1736i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1736i,max.MISSES=0i,max.RATIO=100.0 1568230821932851200 2019-09-11 19:40:24,493 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:24,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.094 1568230821606749952 2019-09-11 19:40:24,620 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=42 END 2019-09-11 19:40:24,621 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=43 START 2019-09-11 19:40:24,621 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:24,659 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=48 END 2019-09-11 19:40:24,659 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=49 START 2019-09-11 19:40:24,660 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:24,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:25,216 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:25,219 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:25,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3023 0 0 100.0% 14 161\n' 2019-09-11 19:40:25,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:25,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-11 19:40:26,235 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=57 END 2019-09-11 19:40:26,235 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=58 START 2019-09-11 19:40:26,235 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:26,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1787 0 0 100.0% 14 161\n' 2019-09-11 19:40:26,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:26,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:26,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:26,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:27,247 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=49 END 2019-09-11 19:40:27,248 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=50 START 2019-09-11 19:40:27,248 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:27,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:27,515 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2183 0 0 100.0% 14 161\n' 2019-09-11 19:40:27,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:27,633 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=43 END 2019-09-11 19:40:27,634 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=44 START 2019-09-11 19:40:27,634 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:27,738 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:27,741 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:28,523 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=58 END 2019-09-11 19:40:28,523 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=59 START 2019-09-11 19:40:28,523 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:28,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:28,735 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.077' 2019-09-11 19:40:28,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:28,799 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:28,832 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1707 0 0 100.0% 14 161\n' 2019-09-11 19:40:28,843 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:28,846 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:29,594 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:29,595 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3023i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3023",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3023i,max.MISSES=0i,max.RATIO=100.0 1568230826234955008 2019-09-11 19:40:29,689 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:29,691 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2183i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2183",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2183i,max.MISSES=0i,max.RATIO=100.0 1568230828522938112 2019-09-11 19:40:29,787 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1769i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1769",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1769i,max.MISSES=0i,max.RATIO=100.0 1568230824659027200 2019-09-11 19:40:29,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2188 0 0 100.0% 14 161\n' 2019-09-11 19:40:29,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:29,884 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1787i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1787i,max.MISSES=0i,max.RATIO=100.0 1568230827247675904 2019-09-11 19:40:29,900 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=50 END 2019-09-11 19:40:29,900 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=51 START 2019-09-11 19:40:29,901 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:29,978 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:29,979 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1707i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1707",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1707i,max.MISSES=0i,max.RATIO=100.0 1568230829900252160 2019-09-11 19:40:30,073 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:30,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568230824620875008 2019-09-11 19:40:30,166 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:30,167 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.094 1568230827633721088 2019-09-11 19:40:30,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:30,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:30,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:30,739 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=44 END 2019-09-11 19:40:30,740 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=45 START 2019-09-11 19:40:30,740 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:30,815 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=59 END 2019-09-11 19:40:30,815 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=60 START 2019-09-11 19:40:30,816 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:30,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:31,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:31,087 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:31,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1781 0 0 100.0% 14 161\n' 2019-09-11 19:40:31,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:31,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:31,748 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-11 19:40:32,095 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3851 0 0 100.0% 14 161\n' 2019-09-11 19:40:32,100 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:32,636 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=51 END 2019-09-11 19:40:32,637 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=52 START 2019-09-11 19:40:32,637 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:33,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:33,103 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=60 END 2019-09-11 19:40:33,103 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=61 START 2019-09-11 19:40:33,103 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:33,114 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:33,310 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:33,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:33,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:33,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:33,752 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=45 END 2019-09-11 19:40:33,752 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=46 START 2019-09-11 19:40:33,752 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:34,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1734 0 0 100.0% 14 161\n' 2019-09-11 19:40:34,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:34,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:34,387 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2957 0 0 100.0% 14 161\n' 2019-09-11 19:40:34,392 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:34,760 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-11 19:40:35,271 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2188i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2188",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2188i,max.MISSES=0i,max.RATIO=100.0 1568230830815130112 2019-09-11 19:40:35,387 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=52 END 2019-09-11 19:40:35,388 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=53 START 2019-09-11 19:40:35,388 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:35,391 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:35,392 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3851i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3851",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3851i,max.MISSES=0i,max.RATIO=100.0 1568230833103037184 2019-09-11 19:40:35,395 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=61 END 2019-09-11 19:40:35,395 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=62 START 2019-09-11 19:40:35,396 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:35,406 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:35,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:35,487 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:35,489 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2957i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2957",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2957i,max.MISSES=0i,max.RATIO=100.0 1568230835395059200 2019-09-11 19:40:35,584 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:35,585 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1781i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1781i,max.MISSES=0i,max.RATIO=100.0 1568230832636542976 2019-09-11 19:40:35,634 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:35,634 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:35,666 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:35,667 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:35,680 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1734i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1734",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1734i,max.MISSES=0i,max.RATIO=100.0 1568230835387336960 2019-09-11 19:40:35,785 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.077 1568230830739685888 2019-09-11 19:40:35,888 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:35,889 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.078 1568230833751970048 2019-09-11 19:40:36,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1813 0 0 100.0% 14 161\n' 2019-09-11 19:40:36,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2188 2 1 99.9% 14 161\n' 2019-09-11 19:40:36,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:36,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:36,764 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=46 END 2019-09-11 19:40:36,765 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=47 START 2019-09-11 19:40:36,766 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:37,682 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=53 END 2019-09-11 19:40:37,682 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=54 START 2019-09-11 19:40:37,682 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=62 END 2019-09-11 19:40:37,683 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:37,683 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=63 START 2019-09-11 19:40:37,683 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:37,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:37,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:37,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:37,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:38,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:38,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:38,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3082 0 0 100.0% 14 161\n' 2019-09-11 19:40:38,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:39,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1690 0 0 100.0% 14 161\n' 2019-09-11 19:40:39,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:39,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19910906 , "packets_per_second":999956, "flows":2550, "errors":0 }\n' 2019-09-11 19:40:39,904 [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-11 19:40:39,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'16666877' 2019-09-11 19:40:39,917 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 3244029 - Lost ppm 162928 2019-09-11 19:40:39,918 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 162928 > sla_max_ppm 1000; ',) 2019-09-11 19:40:39,975 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=63 END 2019-09-11 19:40:39,976 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=64 START 2019-09-11 19:40:39,976 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:39,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:40,118 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:40,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:40,194 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=54 END 2019-09-11 19:40:40,195 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=55 START 2019-09-11 19:40:40,195 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:40,205 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:40,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:40,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:40,922 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15144 seq=1 END 2019-09-11 19:40:40,923 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15144 seq=2 START 2019-09-11 19:40:40,923 [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-11 19:40:40,939 [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-11 19:40:40,984 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:40,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999956i,packets_received=16666877i,packets_sent=19910906i,packetsize=64i,ppm=162928.0 1568230840921801216 2019-09-11 19:40:41,080 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=2188i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2188",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=2188i,max.MISSES=2i,max.RATIO=99.9 1568230837682547968 2019-09-11 19:40:41,123 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 7750 0 2 100.0% 14 161\n' 2019-09-11 19:40:41,125 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:41,208 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:41,210 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3082i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3082",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3082i,max.MISSES=0i,max.RATIO=100.0 1568230839975678976 2019-09-11 19:40:41,305 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:41,306 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1813i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1813i,max.MISSES=0i,max.RATIO=100.0 1568230837682094080 2019-09-11 19:40:41,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7063 0 6 100.0% 14 161\n' 2019-09-11 19:40:41,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:41,401 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:41,403 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1690i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1690",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1690i,max.MISSES=0i,max.RATIO=100.0 1568230840194479872 2019-09-11 19:40:41,497 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:41,497 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.083 1568230836764633856 2019-09-11 19:40:42,127 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=64 END 2019-09-11 19:40:42,128 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=65 START 2019-09-11 19:40:42,128 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:42,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:42,272 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:42,273 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:42,390 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=55 END 2019-09-11 19:40:42,391 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=56 START 2019-09-11 19:40:42,391 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:42,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:42,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:42,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:43,277 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 60064 0 0 100.0% 14 161\n' 2019-09-11 19:40:43,279 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:43,620 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1798 2 2 99.9% 14 161\n' 2019-09-11 19:40:43,633 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:43,635 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:44,286 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=65 END 2019-09-11 19:40:44,287 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=66 START 2019-09-11 19:40:44,287 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:44,299 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:44,562 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:44,563 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:44,684 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=56 END 2019-09-11 19:40:44,684 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=57 START 2019-09-11 19:40:44,685 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:44,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:45,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:45,217 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:45,571 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1801 0 0 100.0% 14 161\n' 2019-09-11 19:40:45,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:46,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1783 0 0 100.0% 14 161\n' 2019-09-11 19:40:46,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:46,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:46,579 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=66 END 2019-09-11 19:40:46,580 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=67 START 2019-09-11 19:40:46,580 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:46,592 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:46,615 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:40:46,616 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=7750i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="7750",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=7750i,max.MISSES=0i,max.RATIO=100.0 1568230842127392000 2019-09-11 19:40:46,715 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:46,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=60064i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="60064",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=60064i,max.MISSES=0i,max.RATIO=100.0 1568230844286540032 2019-09-11 19:40:46,837 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:46,838 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1801i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1801i,max.MISSES=0i,max.RATIO=100.0 1568230846579382784 2019-09-11 19:40:46,858 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:46,859 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:46,940 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:46,941 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=6i,average.HITS=7063i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="7063",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=6i,max.HITS=7063i,max.MISSES=0i,max.RATIO=100.0 1568230842390398976 2019-09-11 19:40:47,041 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:47,042 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1798i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1798",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1798i,max.MISSES=2i,max.RATIO=99.9 1568230844683964928 2019-09-11 19:40:47,330 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=57 END 2019-09-11 19:40:47,330 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=58 START 2019-09-11 19:40:47,331 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:47,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:47,830 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-76e29670' timeout 2019-09-11 19:40:47,831 [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-11 19:40:47,836 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:47,838 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:47,867 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3671 0 0 100.0% 14 161\n' 2019-09-11 19:40:47,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:48,832 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=47 END 2019-09-11 19:40:48,833 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=48 START 2019-09-11 19:40:48,833 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:48,875 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=67 END 2019-09-11 19:40:48,876 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=68 START 2019-09-11 19:40:48,876 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:48,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1792 0 0 100.0% 14 161\n' 2019-09-11 19:40:48,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:48,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:49,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:49,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:49,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:40:49,888 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=58 END 2019-09-11 19:40:49,888 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=59 START 2019-09-11 19:40:49,889 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:50,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:50,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3959 0 0 100.0% 14 161\n' 2019-09-11 19:40:50,164 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:50,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:50,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:51,167 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=68 END 2019-09-11 19:40:51,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=69 START 2019-09-11 19:40:51,168 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:51,179 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:51,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1803 0 0 100.0% 14 161\n' 2019-09-11 19:40:51,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:51,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:51,446 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:51,447 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:51,849 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=48 END 2019-09-11 19:40:51,850 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=49 START 2019-09-11 19:40:51,850 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:52,141 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:52,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3671i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3671",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3671i,max.MISSES=0i,max.RATIO=100.0 1568230848875540992 2019-09-11 19:40:52,274 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:52,275 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3959i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3959",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3959i,max.MISSES=0i,max.RATIO=100.0 1568230851167699200 2019-09-11 19:40:52,423 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:52,425 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1783i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1783i,max.MISSES=0i,max.RATIO=100.0 1568230847330246912 2019-09-11 19:40:52,449 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=59 END 2019-09-11 19:40:52,450 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=60 START 2019-09-11 19:40:52,450 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:52,455 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2887 0 0 100.0% 14 161\n' 2019-09-11 19:40:52,460 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:52,524 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:52,525 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1792i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1792",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1792i,max.MISSES=0i,max.RATIO=100.0 1568230849888012032 2019-09-11 19:40:52,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:52,619 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:52,620 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1803i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1803i,max.MISSES=0i,max.RATIO=100.0 1568230852449713920 2019-09-11 19:40:52,721 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:52,721 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=999999.0 1568230848832647936 2019-09-11 19:40:52,817 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:52,817 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568230851849627904 2019-09-11 19:40:52,845 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:52,847 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:52,858 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-11 19:40:53,463 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=69 END 2019-09-11 19:40:53,464 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=70 START 2019-09-11 19:40:53,464 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:53,475 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:53,734 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:53,737 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:53,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1814 0 0 100.0% 14 161\n' 2019-09-11 19:40:53,918 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:53,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:54,747 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2189 0 3 100.0% 14 161\n' 2019-09-11 19:40:54,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:54,862 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=49 END 2019-09-11 19:40:54,863 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=50 START 2019-09-11 19:40:54,863 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:54,978 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=60 END 2019-09-11 19:40:54,978 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=61 START 2019-09-11 19:40:54,979 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:55,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:55,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:55,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:55,755 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=70 END 2019-09-11 19:40:55,756 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=71 START 2019-09-11 19:40:55,756 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:55,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:55,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:40:56,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:56,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:56,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1721 0 0 100.0% 14 161\n' 2019-09-11 19:40:56,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:56,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:57,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2218 0 0 100.0% 14 161\n' 2019-09-11 19:40:57,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:40:57,668 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=61 END 2019-09-11 19:40:57,669 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=62 START 2019-09-11 19:40:57,669 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:57,919 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:57,920 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2887i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2887",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2887i,max.MISSES=0i,max.RATIO=100.0 1568230853463435776 2019-09-11 19:40:57,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:57,977 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=50 END 2019-09-11 19:40:57,977 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=51 START 2019-09-11 19:40:57,978 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:40:58,021 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:58,022 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=2189i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="2189",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=2189i,max.MISSES=0i,max.RATIO=100.0 1568230855755559936 2019-09-11 19:40:58,051 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=71 END 2019-09-11 19:40:58,052 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=72 START 2019-09-11 19:40:58,052 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:40:58,063 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:40:58,121 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:58,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2218i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2218",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2218i,max.MISSES=0i,max.RATIO=100.0 1568230858051563008 2019-09-11 19:40:58,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:58,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:58,216 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:58,217 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1814i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1814i,max.MISSES=0i,max.RATIO=100.0 1568230854978231040 2019-09-11 19:40:58,311 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:58,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1721i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1721i,max.MISSES=0i,max.RATIO=100.0 1568230857668536064 2019-09-11 19:40:58,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:40:58,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:40:58,409 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:40:58,409 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.07 1568230854862543104 2019-09-11 19:40:58,509 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:40:58,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568230857977243904 2019-09-11 19:40:58,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:40:59,215 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1787 0 0 100.0% 14 161\n' 2019-09-11 19:40:59,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:40:59,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:40:59,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3977 0 0 100.0% 14 161\n' 2019-09-11 19:40:59,341 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:00,276 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=62 END 2019-09-11 19:41:00,276 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=63 START 2019-09-11 19:41:00,277 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:00,343 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=72 END 2019-09-11 19:41:00,344 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=73 START 2019-09-11 19:41:00,344 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:00,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:00,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:00,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:00,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:00,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:00,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:00,990 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=51 END 2019-09-11 19:41:00,991 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=52 START 2019-09-11 19:41:00,991 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:01,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1731 0 0 100.0% 14 161\n' 2019-09-11 19:41:01,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:01,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:01,627 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2939 0 0 100.0% 14 161\n' 2019-09-11 19:41:01,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:01,999 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-11 19:41:02,627 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=63 END 2019-09-11 19:41:02,628 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=64 START 2019-09-11 19:41:02,628 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:02,635 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=73 END 2019-09-11 19:41:02,636 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=74 START 2019-09-11 19:41:02,636 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:02,647 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:02,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:02,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:02,859 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:02,911 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:02,911 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:03,614 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:03,616 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3977i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3977",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3977i,max.MISSES=0i,max.RATIO=100.0 1568230860343512064 2019-09-11 19:41:03,733 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:03,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2939i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2939",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2939i,max.MISSES=0i,max.RATIO=100.0 1568230862635649792 2019-09-11 19:41:03,834 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:03,835 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1787i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1787i,max.MISSES=0i,max.RATIO=100.0 1568230860276174080 2019-09-11 19:41:03,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1700 0 0 100.0% 14 161\n' 2019-09-11 19:41:03,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:03,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3524 0 0 100.0% 14 161\n' 2019-09-11 19:41:03,921 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:03,932 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:03,933 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1731i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1731i,max.MISSES=0i,max.RATIO=100.0 1568230862627897088 2019-09-11 19:41:04,002 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=52 END 2019-09-11 19:41:04,003 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=53 START 2019-09-11 19:41:04,003 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:04,045 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:04,046 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568230860990617088 2019-09-11 19:41:04,127 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19982683 , "packets_per_second":999961, "flows":2550, "errors":0 }\n' 2019-09-11 19:41:04,128 [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-11 19:41:04,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17384528' 2019-09-11 19:41:04,141 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2598155 - Lost ppm 130021 2019-09-11 19:41:04,142 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 130021 > sla_max_ppm 1000; ',) 2019-09-11 19:41:04,147 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:04,148 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.073 1568230864002459904 2019-09-11 19:41:04,872 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=64 END 2019-09-11 19:41:04,873 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=65 START 2019-09-11 19:41:04,873 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:04,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:04,924 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=74 END 2019-09-11 19:41:04,924 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=75 START 2019-09-11 19:41:04,925 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:04,933 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:05,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:41:05,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:05,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:05,069 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:05,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:05,144 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15144 seq=2 END 2019-09-11 19:41:05,145 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:41:05,145 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:41:05,145 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:41:05,166 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:05,166 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999961i,packets_received=17384528i,packets_sent=19982683i,packetsize=64i,ppm=130021.0 1568230865144504064 2019-09-11 19:41:05,262 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:41:05,263 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:41:05,266 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:41:05,277 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:41:05,278 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-11 19:41:05,279 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 19:41:05,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:41:05,590 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.115 2019-09-11 19:41:05,591 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.115 2019-09-11 19:41:05,857 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:41:06,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 30964 1 6 100.0% 14 161\n' 2019-09-11 19:41:06,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:06,075 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 32565 1 6 100.0% 14 161\n' 2019-09-11 19:41:06,077 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:07,042 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=53 END 2019-09-11 19:41:07,043 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=54 START 2019-09-11 19:41:07,043 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:07,068 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=65 END 2019-09-11 19:41:07,069 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=66 START 2019-09-11 19:41:07,069 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:07,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:07,080 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=75 END 2019-09-11 19:41:07,080 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=76 START 2019-09-11 19:41:07,080 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:07,089 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:07,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:07,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:07,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:07,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:08,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-11 19:41:08,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4063 0 1 100.0% 14 161\n' 2019-09-11 19:41:08,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:08,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1856 0 0 100.0% 14 161\n' 2019-09-11 19:41:08,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:08,902 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15150 seq=1 START 2019-09-11 19:41:08,903 [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-11 19:41:08,918 [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-11 19:41:09,234 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=76 END 2019-09-11 19:41:09,235 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=77 START 2019-09-11 19:41:09,235 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:09,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:09,263 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=66 END 2019-09-11 19:41:09,264 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=67 START 2019-09-11 19:41:09,264 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:09,273 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:09,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:09,378 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:09,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:09,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:10,055 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=54 END 2019-09-11 19:41:10,056 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=55 START 2019-09-11 19:41:10,056 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:10,272 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:41:10,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3524i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3524",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3524i,max.MISSES=0i,max.RATIO=100.0 1568230864924151808 2019-09-11 19:41:10,380 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:10,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=6i,average.HITS=32565i,average.MISSES=1i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="32565",cachestat.cache0.MISSES="1",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=6i,max.HITS=32565i,max.MISSES=1i,max.RATIO=100.0 1568230867080033024 2019-09-11 19:41:10,383 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2981 0 0 100.0% 14 161\n' 2019-09-11 19:41:10,385 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:10,488 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:10,489 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=4063i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="4063",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=4063i,max.MISSES=0i,max.RATIO=100.0 1568230869234568192 2019-09-11 19:41:10,601 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:41:10,602 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1700i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1700",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1700i,max.MISSES=0i,max.RATIO=100.0 1568230864872425984 2019-09-11 19:41:10,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1798 0 0 100.0% 14 161\n' 2019-09-11 19:41:10,696 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:10,696 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:10,697 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=6i,average.HITS=30964i,average.MISSES=1i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="30964",cachestat.cache0.MISSES="1",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=6i,max.HITS=30964i,max.MISSES=1i,max.RATIO=100.0 1568230867068454912 2019-09-11 19:41:10,801 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:10,803 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1856i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1856",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1856i,max.MISSES=0i,max.RATIO=100.0 1568230869263545088 2019-09-11 19:41:10,899 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:10,899 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568230867042472960 2019-09-11 19:41:11,001 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.106 1568230870055824128 2019-09-11 19:41:11,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:41:11,387 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=77 END 2019-09-11 19:41:11,388 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=78 START 2019-09-11 19:41:11,388 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:11,399 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:11,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:11,664 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:11,698 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=67 END 2019-09-11 19:41:11,699 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=68 START 2019-09-11 19:41:11,699 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:11,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:12,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:12,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:12,672 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2083 0 0 100.0% 14 161\n' 2019-09-11 19:41:12,677 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:13,068 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=55 END 2019-09-11 19:41:13,069 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=56 START 2019-09-11 19:41:13,069 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:13,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1790 0 0 100.0% 14 161\n' 2019-09-11 19:41:13,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:13,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:13,680 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=78 END 2019-09-11 19:41:13,680 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=79 START 2019-09-11 19:41:13,680 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:13,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:13,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:13,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:14,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-11 19:41:14,251 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=68 END 2019-09-11 19:41:14,252 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=69 START 2019-09-11 19:41:14,252 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:14,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:14,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:14,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:14,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4022 0 0 100.0% 14 161\n' 2019-09-11 19:41:14,969 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:15,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1768 0 0 100.0% 14 161\n' 2019-09-11 19:41:15,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:15,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:15,971 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=79 END 2019-09-11 19:41:15,972 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=80 START 2019-09-11 19:41:15,972 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:15,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:16,085 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=56 END 2019-09-11 19:41:16,086 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=57 START 2019-09-11 19:41:16,086 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:16,106 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:41:16,107 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2981i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2981",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2981i,max.MISSES=0i,max.RATIO=100.0 1568230871387372032 2019-09-11 19:41:16,241 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:16,243 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2083i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2083",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2083i,max.MISSES=0i,max.RATIO=100.0 1568230873679980032 2019-09-11 19:41:16,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:16,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:16,337 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:16,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4022i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4022",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4022i,max.MISSES=0i,max.RATIO=100.0 1568230875971934208 2019-09-11 19:41:16,435 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:16,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1798i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1798i,max.MISSES=0i,max.RATIO=100.0 1568230871698548992 2019-09-11 19:41:16,543 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:16,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1790i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1790",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1790i,max.MISSES=0i,max.RATIO=100.0 1568230874251842048 2019-09-11 19:41:16,649 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:16,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568230873068711936 2019-09-11 19:41:16,681 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=69 END 2019-09-11 19:41:16,681 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=70 START 2019-09-11 19:41:16,682 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:16,762 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:16,762 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.094 1568230876085671936 2019-09-11 19:41:16,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:17,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:17,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:17,185 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-11 19:41:17,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4048 2 1 100.0% 14 161\n' 2019-09-11 19:41:17,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:18,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1805 2 2 99.9% 14 161\n' 2019-09-11 19:41:18,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:18,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:18,264 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=80 END 2019-09-11 19:41:18,264 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=81 START 2019-09-11 19:41:18,264 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:18,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:18,539 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:18,540 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:19,189 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=57 END 2019-09-11 19:41:19,190 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=58 START 2019-09-11 19:41:19,190 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:19,236 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=70 END 2019-09-11 19:41:19,237 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=71 START 2019-09-11 19:41:19,237 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:19,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:19,548 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2961 0 0 100.0% 14 161\n' 2019-09-11 19:41:19,553 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:19,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:19,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:20,201 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:41:20,556 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=81 END 2019-09-11 19:41:20,556 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=82 START 2019-09-11 19:41:20,557 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:20,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:20,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1814 0 0 100.0% 14 161\n' 2019-09-11 19:41:20,761 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:20,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:20,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:21,767 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=71 END 2019-09-11 19:41:21,767 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=72 START 2019-09-11 19:41:21,768 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:21,836 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2198 0 0 100.0% 14 161\n' 2019-09-11 19:41:21,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:21,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:21,865 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:21,866 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=4048i,average.MISSES=2i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="4048",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=4048i,max.MISSES=2i,max.RATIO=100.0 1568230878263987968 2019-09-11 19:41:21,971 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:21,972 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2961i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2961",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2961i,max.MISSES=0i,max.RATIO=100.0 1568230880556090112 2019-09-11 19:41:22,079 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:41:22,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1768i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1768",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1768i,max.MISSES=0i,max.RATIO=100.0 1568230876681334016 2019-09-11 19:41:22,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:22,090 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:22,181 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:22,183 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1805i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1805",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1805i,max.MISSES=2i,max.RATIO=99.9 1568230879236656896 2019-09-11 19:41:22,205 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=58 END 2019-09-11 19:41:22,206 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=59 START 2019-09-11 19:41:22,206 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:22,277 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:22,278 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1814i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1814i,max.MISSES=0i,max.RATIO=100.0 1568230881767220992 2019-09-11 19:41:22,379 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:22,379 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.083 1568230879189933056 2019-09-11 19:41:22,502 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:22,502 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568230882205886976 2019-09-11 19:41:22,844 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=82 END 2019-09-11 19:41:22,844 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=83 START 2019-09-11 19:41:22,845 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:22,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:23,115 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:23,116 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:23,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1792 0 0 100.0% 14 161\n' 2019-09-11 19:41:23,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:23,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:23,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.072' 2019-09-11 19:41:24,125 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3917 0 0 100.0% 14 161\n' 2019-09-11 19:41:24,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:24,214 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=72 END 2019-09-11 19:41:24,214 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=73 START 2019-09-11 19:41:24,215 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:24,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:24,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:24,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:25,132 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=83 END 2019-09-11 19:41:25,132 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=84 START 2019-09-11 19:41:25,133 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:25,143 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:25,221 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=59 END 2019-09-11 19:41:25,222 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=60 START 2019-09-11 19:41:25,222 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:25,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:25,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:25,744 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1786 0 0 100.0% 14 161\n' 2019-09-11 19:41:25,754 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:25,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:26,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-11 19:41:26,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3993 0 0 100.0% 14 161\n' 2019-09-11 19:41:26,425 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:26,795 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=73 END 2019-09-11 19:41:26,796 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=74 START 2019-09-11 19:41:26,796 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:27,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:27,428 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=84 END 2019-09-11 19:41:27,428 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=85 START 2019-09-11 19:41:27,429 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:27,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:27,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:27,439 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:27,598 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:41:27,599 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2198i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2198",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2198i,max.MISSES=0i,max.RATIO=100.0 1568230882844116992 2019-09-11 19:41:27,692 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:27,694 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3917i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3917",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3917i,max.MISSES=0i,max.RATIO=100.0 1568230885132122880 2019-09-11 19:41:27,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:27,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:27,808 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:27,809 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3993i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3993",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3993i,max.MISSES=0i,max.RATIO=100.0 1568230887428143872 2019-09-11 19:41:27,903 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:27,905 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1792i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1792",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1792i,max.MISSES=0i,max.RATIO=100.0 1568230884214083072 2019-09-11 19:41:27,997 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:27,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1786i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1786",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1786i,max.MISSES=0i,max.RATIO=100.0 1568230886795404032 2019-09-11 19:41:28,094 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:28,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.072 1568230885221319936 2019-09-11 19:41:28,354 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=60 END 2019-09-11 19:41:28,354 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=61 START 2019-09-11 19:41:28,355 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:28,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1858 0 0 100.0% 14 161\n' 2019-09-11 19:41:28,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:28,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:28,716 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2999 2 3 99.9% 14 161\n' 2019-09-11 19:41:28,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:29,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:41:29,552 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=74 END 2019-09-11 19:41:29,553 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=75 START 2019-09-11 19:41:29,553 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:29,724 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=85 END 2019-09-11 19:41:29,725 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=86 START 2019-09-11 19:41:29,725 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:29,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:29,736 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:29,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:29,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:29,999 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:30,000 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:30,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1721 0 0 100.0% 14 161\n' 2019-09-11 19:41:31,008 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:31,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:31,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2184 0 0 100.0% 14 161\n' 2019-09-11 19:41:31,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:31,370 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=61 END 2019-09-11 19:41:31,370 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=62 START 2019-09-11 19:41:31,371 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:32,015 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=75 END 2019-09-11 19:41:32,015 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=76 START 2019-09-11 19:41:32,015 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:32,020 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=86 END 2019-09-11 19:41:32,020 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=87 START 2019-09-11 19:41:32,021 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:32,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:32,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:32,168 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19947404 , "packets_per_second":999965, "flows":10100, "errors":0 }\n' 2019-09-11 19:41:32,169 [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-11 19:41:32,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:32,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:32,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:32,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:32,214 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17065822' 2019-09-11 19:41:32,215 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2881582 - Lost ppm 144459 2019-09-11 19:41:32,216 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 144459 > sla_max_ppm 1000; ',) 2019-09-11 19:41:32,378 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-11 19:41:33,175 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3972 0 0 100.0% 14 161\n' 2019-09-11 19:41:33,177 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:33,206 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6477 0 3 100.0% 14 161\n' 2019-09-11 19:41:33,208 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:33,214 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:33,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=2999i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="2999",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=2999i,max.MISSES=2i,max.RATIO=99.9 1568230889724279040 2019-09-11 19:41:33,219 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15150 seq=1 END 2019-09-11 19:41:33,220 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15150 seq=2 START 2019-09-11 19:41:33,220 [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-11 19:41:33,235 [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-11 19:41:33,316 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:33,317 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2184i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2184",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2184i,max.MISSES=0i,max.RATIO=100.0 1568230892020240896 2019-09-11 19:41:33,421 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:33,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1858i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1858",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1858i,max.MISSES=0i,max.RATIO=100.0 1568230889552406016 2019-09-11 19:41:33,517 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:33,518 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1721i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1721i,max.MISSES=0i,max.RATIO=100.0 1568230892015049984 2019-09-11 19:41:33,612 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:33,613 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.112 1568230888354053888 2019-09-11 19:41:33,713 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:33,714 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568230891370019840 2019-09-11 19:41:34,180 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=87 END 2019-09-11 19:41:34,181 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=88 START 2019-09-11 19:41:34,181 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:34,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:34,211 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=76 END 2019-09-11 19:41:34,211 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=77 START 2019-09-11 19:41:34,212 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:34,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:34,323 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:34,324 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:34,382 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=62 END 2019-09-11 19:41:34,383 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=63 START 2019-09-11 19:41:34,383 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:34,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:34,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:35,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2985 0 0 100.0% 14 161\n' 2019-09-11 19:41:35,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:35,392 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.061' 2019-09-11 19:41:35,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1722 1 2 99.9% 14 161\n' 2019-09-11 19:41:35,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:36,333 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=88 END 2019-09-11 19:41:36,333 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=89 START 2019-09-11 19:41:36,334 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:36,345 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:36,409 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=77 END 2019-09-11 19:41:36,409 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=78 START 2019-09-11 19:41:36,410 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:36,427 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:36,611 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:36,612 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:36,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:36,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:37,415 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=63 END 2019-09-11 19:41:37,416 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=64 START 2019-09-11 19:41:37,416 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:37,620 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2964 0 0 100.0% 14 161\n' 2019-09-11 19:41:37,625 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:37,723 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1691 0 0 100.0% 14 161\n' 2019-09-11 19:41:37,732 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:37,734 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:38,426 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:41:38,628 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=89 END 2019-09-11 19:41:38,629 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=90 START 2019-09-11 19:41:38,629 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:38,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:38,780 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=78 END 2019-09-11 19:41:38,781 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=79 START 2019-09-11 19:41:38,781 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:38,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:38,806 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:38,807 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999965i,packets_received=17065822i,packets_sent=19947404i,packetsize=64i,ppm=144459.0 1568230893219383040 2019-09-11 19:41:38,900 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:41:38,901 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3972i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3972",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3972i,max.MISSES=0i,max.RATIO=100.0 1568230894180337920 2019-09-11 19:41:38,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:38,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:38,995 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:38,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2985i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2985",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2985i,max.MISSES=0i,max.RATIO=100.0 1568230896332999936 2019-09-11 19:41:39,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:39,012 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:39,097 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:39,098 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2964i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2964",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2964i,max.MISSES=0i,max.RATIO=100.0 1568230898628439040 2019-09-11 19:41:39,191 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:41:39,193 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=6477i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="6477",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=6477i,max.MISSES=0i,max.RATIO=100.0 1568230894211286016 2019-09-11 19:41:39,292 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:39,294 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1722i,average.MISSES=1i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1722",cachestat.cache0.MISSES="1",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1722i,max.MISSES=1i,max.RATIO=99.9 1568230896409101056 2019-09-11 19:41:39,387 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:39,388 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1691i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1691",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1691i,max.MISSES=0i,max.RATIO=100.0 1568230898780399104 2019-09-11 19:41:39,489 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:39,490 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.089 1568230894382747904 2019-09-11 19:41:39,590 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:39,591 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.061 1568230897415416064 2019-09-11 19:41:39,913 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2098 2 0 99.9% 14 161\n' 2019-09-11 19:41:39,918 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:40,116 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1726 0 0 100.0% 14 161\n' 2019-09-11 19:41:40,127 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:40,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:40,430 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=64 END 2019-09-11 19:41:40,431 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=65 START 2019-09-11 19:41:40,431 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:40,920 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=90 END 2019-09-11 19:41:40,921 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=91 START 2019-09-11 19:41:40,921 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:40,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:41,176 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=79 END 2019-09-11 19:41:41,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=80 START 2019-09-11 19:41:41,177 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:41,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:41,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:41,442 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-11 19:41:41,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:41,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:41,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:42,201 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3919 0 0 100.0% 14 161\n' 2019-09-11 19:41:42,202 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:42,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1702 0 0 100.0% 14 161\n' 2019-09-11 19:41:42,839 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:42,842 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:43,207 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=91 END 2019-09-11 19:41:43,208 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=92 START 2019-09-11 19:41:43,208 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:43,220 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:43,446 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=65 END 2019-09-11 19:41:43,447 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=66 START 2019-09-11 19:41:43,447 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:43,481 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:43,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:43,900 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=80 END 2019-09-11 19:41:43,900 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=81 START 2019-09-11 19:41:43,901 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:44,133 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:44,373 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:44,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:44,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-11 19:41:44,492 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5211 0 0 100.0% 14 161\n' 2019-09-11 19:41:44,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:44,691 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:44,692 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2098i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2098",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2098i,max.MISSES=2i,max.RATIO=99.9 1568230900920459008 2019-09-11 19:41:44,787 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:44,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3919i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3919",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3919i,max.MISSES=0i,max.RATIO=100.0 1568230903207750912 2019-09-11 19:41:44,883 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:44,884 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1726i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1726",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1726i,max.MISSES=0i,max.RATIO=100.0 1568230901176263936 2019-09-11 19:41:44,977 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:44,979 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1702i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1702",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1702i,max.MISSES=0i,max.RATIO=100.0 1568230903900011008 2019-09-11 19:41:45,078 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:45,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568230900430362112 2019-09-11 19:41:45,174 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:45,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.073 1568230903446646016 2019-09-11 19:41:45,461 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1691 0 0 100.0% 14 161\n' 2019-09-11 19:41:45,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:45,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:45,499 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=92 END 2019-09-11 19:41:45,500 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=93 START 2019-09-11 19:41:45,500 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:45,512 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:45,774 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:45,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:46,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=66 END 2019-09-11 19:41:46,495 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=67 START 2019-09-11 19:41:46,495 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:46,506 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=81 END 2019-09-11 19:41:46,507 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=82 START 2019-09-11 19:41:46,507 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:46,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:46,784 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2936 0 0 100.0% 14 161\n' 2019-09-11 19:41:46,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:46,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:46,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:47,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:41:47,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=93 END 2019-09-11 19:41:47,793 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=94 START 2019-09-11 19:41:47,793 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:47,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:48,008 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1784 0 0 100.0% 14 161\n' 2019-09-11 19:41:48,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:48,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:48,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:49,013 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=82 END 2019-09-11 19:41:49,013 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=83 START 2019-09-11 19:41:49,014 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:49,076 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2103 0 0 100.0% 14 161\n' 2019-09-11 19:41:49,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:49,082 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:49,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:49,304 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:49,510 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=67 END 2019-09-11 19:41:49,511 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=68 START 2019-09-11 19:41:49,511 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:50,084 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=94 END 2019-09-11 19:41:50,085 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=95 START 2019-09-11 19:41:50,085 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:50,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:50,269 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:41:50,270 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=5211i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="5211",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=5211i,max.MISSES=0i,max.RATIO=100.0 1568230905499795968 2019-09-11 19:41:50,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1707 0 0 100.0% 14 161\n' 2019-09-11 19:41:50,356 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:50,356 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:50,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:50,380 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:50,381 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2936i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2936",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2936i,max.MISSES=0i,max.RATIO=100.0 1568230907792527872 2019-09-11 19:41:50,520 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:50,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2103i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2103",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2103i,max.MISSES=0i,max.RATIO=100.0 1568230910084513024 2019-09-11 19:41:50,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-11 19:41:50,617 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:50,618 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1691i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1691",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1691i,max.MISSES=0i,max.RATIO=100.0 1568230906506695936 2019-09-11 19:41:50,719 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:50,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1784i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1784i,max.MISSES=0i,max.RATIO=100.0 1568230909013319936 2019-09-11 19:41:50,814 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:50,815 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.08 1568230906494576896 2019-09-11 19:41:50,911 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:50,911 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568230909510409984 2019-09-11 19:41:51,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3981 2 1 99.9% 14 161\n' 2019-09-11 19:41:51,370 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:51,370 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=83 END 2019-09-11 19:41:51,370 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=84 START 2019-09-11 19:41:51,371 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:51,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:51,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:51,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:52,372 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=95 END 2019-09-11 19:41:52,373 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=96 START 2019-09-11 19:41:52,373 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:52,384 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:52,527 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=68 END 2019-09-11 19:41:52,527 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=69 START 2019-09-11 19:41:52,528 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:52,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:52,655 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:52,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1704 2 2 99.9% 14 161\n' 2019-09-11 19:41:52,836 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:52,838 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:41:53,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:41:53,659 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4015 0 0 100.0% 14 161\n' 2019-09-11 19:41:53,661 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:53,885 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=84 END 2019-09-11 19:41:53,885 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=85 START 2019-09-11 19:41:53,886 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:54,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:54,668 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=96 END 2019-09-11 19:41:54,668 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=97 START 2019-09-11 19:41:54,668 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:54,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:54,749 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:54,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:54,944 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:54,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:55,658 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=69 END 2019-09-11 19:41:55,659 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=70 START 2019-09-11 19:41:55,659 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:55,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1829 0 0 100.0% 14 161\n' 2019-09-11 19:41:55,760 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:55,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4318 0 0 100.0% 14 161\n' 2019-09-11 19:41:55,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:56,007 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:56,008 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=3981i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="3981",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=3981i,max.MISSES=2i,max.RATIO=99.9 1568230912372806912 2019-09-11 19:41:56,120 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:56,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4015i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4015",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4015i,max.MISSES=0i,max.RATIO=100.0 1568230914667958016 2019-09-11 19:41:56,222 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:56,223 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1707i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1707",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1707i,max.MISSES=0i,max.RATIO=100.0 1568230911370033920 2019-09-11 19:41:56,330 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:56,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1704i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1704",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1704i,max.MISSES=2i,max.RATIO=99.9 1568230913885185024 2019-09-11 19:41:56,419 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19985451 , "packets_per_second":999957, "flows":10100, "errors":0 }\n' 2019-09-11 19:41:56,420 [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-11 19:41:56,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'16811242' 2019-09-11 19:41:56,433 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 3174209 - Lost ppm 158826 2019-09-11 19:41:56,434 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 158826 > sla_max_ppm 1000; ',) 2019-09-11 19:41:56,442 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:41:56,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.078 1568230912527077888 2019-09-11 19:41:56,537 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:56,537 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568230915658423040 2019-09-11 19:41:56,667 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-11 19:41:56,763 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=85 END 2019-09-11 19:41:56,763 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=86 START 2019-09-11 19:41:56,764 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:56,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:56,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:56,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:56,953 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=97 END 2019-09-11 19:41:56,954 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=98 START 2019-09-11 19:41:56,954 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:56,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:57,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:57,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:57,436 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15150 seq=2 END 2019-09-11 19:41:57,436 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:41:57,437 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:41:57,437 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:41:57,455 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:41:57,456 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999957i,packets_received=16811242i,packets_sent=19985451i,packetsize=64i,ppm=158826.0 1568230917436104960 2019-09-11 19:41:57,551 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:41:57,552 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:41:57,554 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:41:57,566 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:41:57,567 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-11 19:41:57,568 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 19:41:57,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:41:57,877 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.115 2019-09-11 19:41:57,879 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.115 2019-09-11 19:41:57,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 30981 0 6 100.0% 14 161\n' 2019-09-11 19:41:57,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:58,101 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 29842 0 7 100.0% 14 161\n' 2019-09-11 19:41:58,103 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:41:58,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:41:58,671 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=70 END 2019-09-11 19:41:58,672 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=71 START 2019-09-11 19:41:58,672 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:41:58,959 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=86 END 2019-09-11 19:41:58,960 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=87 START 2019-09-11 19:41:58,960 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:58,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:59,105 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=98 END 2019-09-11 19:41:59,106 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=99 START 2019-09-11 19:41:59,106 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:41:59,115 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:41:59,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:59,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:41:59,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:41:59,249 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:41:59,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.169' 2019-09-11 19:42:00,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1781 0 0 100.0% 14 161\n' 2019-09-11 19:42:00,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:00,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3930 0 2 100.0% 14 161\n' 2019-09-11 19:42:00,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:01,158 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=87 END 2019-09-11 19:42:01,159 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=88 START 2019-09-11 19:42:01,159 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:01,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:01,192 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15156 seq=1 START 2019-09-11 19:42:01,193 [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-11 19:42:01,257 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=99 END 2019-09-11 19:42:01,258 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=100 START 2019-09-11 19:42:01,259 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:01,266 [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-11 19:42:01,283 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:01,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:01,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:01,423 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:01,423 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:01,684 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=71 END 2019-09-11 19:42:01,685 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=72 START 2019-09-11 19:42:01,685 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:02,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1737 0 0 100.0% 14 161\n' 2019-09-11 19:42:02,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:02,428 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 6290 0 0 100.0% 14 161\n' 2019-09-11 19:42:02,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:02,561 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:42:02,563 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4318i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4318",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4318i,max.MISSES=0i,max.RATIO=100.0 1568230916953633024 2019-09-11 19:42:02,666 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:02,668 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=7i,average.HITS=29842i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="7",cachestat.cache0.HITS="29842",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=7i,max.HITS=29842i,max.MISSES=0i,max.RATIO=100.0 1568230919105906944 2019-09-11 19:42:02,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-11 19:42:02,771 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:02,773 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=3930i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="3930",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=3930i,max.MISSES=0i,max.RATIO=100.0 1568230921257917952 2019-09-11 19:42:02,870 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:42:02,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1829i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1829i,max.MISSES=0i,max.RATIO=100.0 1568230916763049984 2019-09-11 19:42:02,971 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:02,972 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=6i,average.HITS=30981i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="30981",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=6i,max.HITS=30981i,max.MISSES=0i,max.RATIO=100.0 1568230918959853056 2019-09-11 19:42:03,068 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:03,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1781i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1781i,max.MISSES=0i,max.RATIO=100.0 1568230921158528000 2019-09-11 19:42:03,171 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:03,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.092 1568230918671277056 2019-09-11 19:42:03,268 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:03,269 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.169 1568230921684892928 2019-09-11 19:42:03,367 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=88 END 2019-09-11 19:42:03,368 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=89 START 2019-09-11 19:42:03,369 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:03,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:03,432 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=100 END 2019-09-11 19:42:03,433 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=101 START 2019-09-11 19:42:03,433 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:03,442 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:03,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:03,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:03,627 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:03,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:04,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1796 0 2 100.0% 14 161\n' 2019-09-11 19:42:04,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:04,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:04,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2189 0 0 100.0% 14 161\n' 2019-09-11 19:42:04,638 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:04,697 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=72 END 2019-09-11 19:42:04,698 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=73 START 2019-09-11 19:42:04,698 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:05,632 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=89 END 2019-09-11 19:42:05,632 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=90 START 2019-09-11 19:42:05,633 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:05,641 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=101 END 2019-09-11 19:42:05,642 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=102 START 2019-09-11 19:42:05,642 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:05,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:05,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:05,794 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-11 19:42:05,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:05,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:05,924 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:05,925 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:06,922 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1840 0 0 100.0% 14 161\n' 2019-09-11 19:42:06,931 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:06,932 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:06,933 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2124 0 0 100.0% 14 161\n' 2019-09-11 19:42:06,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:07,799 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=73 END 2019-09-11 19:42:07,799 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=74 START 2019-09-11 19:42:07,800 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:07,936 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=90 END 2019-09-11 19:42:07,936 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=91 START 2019-09-11 19:42:07,937 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:07,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=102 END 2019-09-11 19:42:07,941 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=103 START 2019-09-11 19:42:07,942 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:07,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:07,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:08,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:08,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:08,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:08,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:08,365 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:42:08,367 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=6290i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="6290",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=6290i,max.MISSES=0i,max.RATIO=100.0 1568230923432684032 2019-09-11 19:42:08,462 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:08,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2189i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2189",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2189i,max.MISSES=0i,max.RATIO=100.0 1568230925641148928 2019-09-11 19:42:08,560 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:08,561 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2124i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2124",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2124i,max.MISSES=0i,max.RATIO=100.0 1568230927940856064 2019-09-11 19:42:08,655 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:42:08,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1737i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1737",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1737i,max.MISSES=0i,max.RATIO=100.0 1568230923367915008 2019-09-11 19:42:08,755 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:08,756 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=1796i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1796",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=1796i,max.MISSES=0i,max.RATIO=100.0 1568230925631979008 2019-09-11 19:42:08,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:42:08,852 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:08,853 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1840i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1840i,max.MISSES=0i,max.RATIO=100.0 1568230927936177920 2019-09-11 19:42:08,949 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:08,950 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.081 1568230924697499136 2019-09-11 19:42:09,044 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:09,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.079 1568230927799134976 2019-09-11 19:42:09,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1707 0 0 100.0% 14 161\n' 2019-09-11 19:42:09,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:09,201 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:09,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4069 1 1 100.0% 14 161\n' 2019-09-11 19:42:09,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:10,225 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=91 END 2019-09-11 19:42:10,226 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=92 START 2019-09-11 19:42:10,226 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:10,233 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=103 END 2019-09-11 19:42:10,233 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=104 START 2019-09-11 19:42:10,234 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:10,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:10,510 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:10,511 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:10,815 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=74 END 2019-09-11 19:42:10,815 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=75 START 2019-09-11 19:42:10,816 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:10,847 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:11,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:11,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:11,521 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2934 0 0 100.0% 14 161\n' 2019-09-11 19:42:11,526 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:11,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-11 19:42:12,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1734 0 0 100.0% 14 161\n' 2019-09-11 19:42:12,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:12,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:12,529 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=104 END 2019-09-11 19:42:12,529 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=105 START 2019-09-11 19:42:12,530 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:12,540 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:12,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:12,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:13,227 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=92 END 2019-09-11 19:42:13,227 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=93 START 2019-09-11 19:42:13,228 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:13,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:13,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:13,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:13,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2174 0 0 100.0% 14 161\n' 2019-09-11 19:42:13,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:13,831 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=75 END 2019-09-11 19:42:13,831 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=76 START 2019-09-11 19:42:13,832 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:14,145 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=4069i,average.MISSES=1i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="4069",cachestat.cache0.MISSES="1",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=4069i,max.MISSES=1i,max.RATIO=100.0 1568230930233117952 2019-09-11 19:42:14,254 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:14,255 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2934i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2934",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2934i,max.MISSES=0i,max.RATIO=100.0 1568230932529135104 2019-09-11 19:42:14,362 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:14,363 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1707i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1707",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1707i,max.MISSES=0i,max.RATIO=100.0 1568230930225771008 2019-09-11 19:42:14,475 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:14,476 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1734i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1734",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1734i,max.MISSES=0i,max.RATIO=100.0 1568230933227136000 2019-09-11 19:42:14,581 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568230930815042048 2019-09-11 19:42:14,687 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.112 1568230933831142912 2019-09-11 19:42:14,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1803 0 0 100.0% 14 161\n' 2019-09-11 19:42:14,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:14,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:14,821 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=105 END 2019-09-11 19:42:14,821 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=106 START 2019-09-11 19:42:14,821 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:14,833 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:14,906 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:42:15,098 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:15,099 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:15,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=93 END 2019-09-11 19:42:15,825 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=94 START 2019-09-11 19:42:15,825 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:16,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:16,109 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2212 0 0 100.0% 14 161\n' 2019-09-11 19:42:16,114 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:16,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:16,308 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:16,911 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=76 END 2019-09-11 19:42:16,911 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=77 START 2019-09-11 19:42:16,912 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:17,117 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=106 END 2019-09-11 19:42:17,117 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=107 START 2019-09-11 19:42:17,118 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:17,128 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:17,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1737 0 0 100.0% 14 161\n' 2019-09-11 19:42:17,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:17,394 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:17,395 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:17,923 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:42:18,393 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=94 END 2019-09-11 19:42:18,393 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=95 START 2019-09-11 19:42:18,394 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:18,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3993 0 0 100.0% 14 161\n' 2019-09-11 19:42:18,410 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:18,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:18,698 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:18,699 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:19,413 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=107 END 2019-09-11 19:42:19,414 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=108 START 2019-09-11 19:42:19,414 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:19,426 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:19,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:19,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:19,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1823 0 0 100.0% 14 161\n' 2019-09-11 19:42:19,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:19,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:19,797 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:42:19,798 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2174i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2174",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2174i,max.MISSES=0i,max.RATIO=100.0 1568230934821036032 2019-09-11 19:42:19,913 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:19,914 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2212i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2212",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2212i,max.MISSES=0i,max.RATIO=100.0 1568230937117189888 2019-09-11 19:42:19,927 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=77 END 2019-09-11 19:42:19,927 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=78 START 2019-09-11 19:42:19,928 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:20,012 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:20,013 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3993i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3993",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3993i,max.MISSES=0i,max.RATIO=100.0 1568230939413338880 2019-09-11 19:42:20,116 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:20,117 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1803i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1803i,max.MISSES=0i,max.RATIO=100.0 1568230935824881920 2019-09-11 19:42:20,221 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:20,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1737i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1737",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1737i,max.MISSES=0i,max.RATIO=100.0 1568230938393094144 2019-09-11 19:42:20,318 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:20,318 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568230936911173120 2019-09-11 19:42:20,428 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:20,429 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568230939927228928 2019-09-11 19:42:20,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3002 2 1 99.9% 14 161\n' 2019-09-11 19:42:20,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:20,833 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=95 END 2019-09-11 19:42:20,834 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=96 START 2019-09-11 19:42:20,834 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:20,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-11 19:42:20,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:21,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:21,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:21,705 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=108 END 2019-09-11 19:42:21,706 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=109 START 2019-09-11 19:42:21,706 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:21,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:21,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:21,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:22,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1737 0 0 100.0% 14 161\n' 2019-09-11 19:42:22,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:22,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:22,980 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=78 END 2019-09-11 19:42:22,980 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=79 START 2019-09-11 19:42:22,981 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:22,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2938 0 0 100.0% 14 161\n' 2019-09-11 19:42:22,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:23,331 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=96 END 2019-09-11 19:42:23,332 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=97 START 2019-09-11 19:42:23,332 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:23,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:23,626 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:23,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:23,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.123' 2019-09-11 19:42:23,996 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=109 END 2019-09-11 19:42:23,997 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=110 START 2019-09-11 19:42:23,997 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:24,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:24,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:24,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:24,634 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1787 0 0 100.0% 14 161\n' 2019-09-11 19:42:24,634 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19950871 , "packets_per_second":999942, "flows":90300, "errors":0 }\n' 2019-09-11 19:42:24,636 [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-11 19:42:24,637 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:24,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17274716' 2019-09-11 19:42:24,649 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2676155 - Lost ppm 134138 2019-09-11 19:42:24,650 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 134138 > sla_max_ppm 1000; ',) 2019-09-11 19:42:25,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 12640 0 2 100.0% 14 161\n' 2019-09-11 19:42:25,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:25,537 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:25,538 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=3002i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="3002",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=3002i,max.MISSES=2i,max.RATIO=99.9 1568230941705233152 2019-09-11 19:42:25,639 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=97 END 2019-09-11 19:42:25,640 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=98 START 2019-09-11 19:42:25,640 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:25,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:25,654 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15156 seq=1 END 2019-09-11 19:42:25,655 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15156 seq=2 START 2019-09-11 19:42:25,655 [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-11 19:42:25,677 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:25,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2938i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2938",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2938i,max.MISSES=0i,max.RATIO=100.0 1568230943996550144 2019-09-11 19:42:25,773 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:42:25,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1823i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1823",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1823i,max.MISSES=0i,max.RATIO=100.0 1568230940833303040 2019-09-11 19:42:25,790 [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-11 19:42:25,834 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:25,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:25,869 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:25,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1737i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1737",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1737i,max.MISSES=0i,max.RATIO=100.0 1568230943331705088 2019-09-11 19:42:25,973 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:25,974 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1787i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1787i,max.MISSES=0i,max.RATIO=100.0 1568230945639648000 2019-09-11 19:42:25,993 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=79 END 2019-09-11 19:42:25,994 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=80 START 2019-09-11 19:42:25,994 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:26,079 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:26,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.105 1568230942980274944 2019-09-11 19:42:26,149 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=110 END 2019-09-11 19:42:26,149 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=111 START 2019-09-11 19:42:26,150 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:26,158 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:26,178 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:26,179 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.123 1568230945993712896 2019-09-11 19:42:26,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:26,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:26,843 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1788 0 0 100.0% 14 161\n' 2019-09-11 19:42:26,845 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:27,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-11 19:42:27,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4021 0 0 100.0% 14 161\n' 2019-09-11 19:42:27,298 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:27,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=98 END 2019-09-11 19:42:27,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=99 START 2019-09-11 19:42:27,849 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:27,859 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:28,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:28,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:28,301 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=111 END 2019-09-11 19:42:28,302 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=112 START 2019-09-11 19:42:28,302 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:28,315 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:28,580 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:28,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:29,006 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=80 END 2019-09-11 19:42:29,007 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=81 START 2019-09-11 19:42:29,007 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:29,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1769 0 0 100.0% 14 161\n' 2019-09-11 19:42:29,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:29,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:29,590 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2994 0 0 100.0% 14 161\n' 2019-09-11 19:42:29,595 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:30,019 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:42:30,103 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=99 END 2019-09-11 19:42:30,104 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=100 START 2019-09-11 19:42:30,104 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:30,314 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:30,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:30,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:30,597 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=112 END 2019-09-11 19:42:30,598 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=113 START 2019-09-11 19:42:30,598 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:30,609 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:30,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:30,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:31,281 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:31,282 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999942i,packets_received=17274716i,packets_sent=19950871i,packetsize=64i,ppm=134138.0 1568230945653850112 2019-09-11 19:42:31,402 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:42:31,403 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=12640i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="12640",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=12640i,max.MISSES=0i,max.RATIO=100.0 1568230946149249024 2019-09-11 19:42:31,505 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:31,506 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4021i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4021",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4021i,max.MISSES=0i,max.RATIO=100.0 1568230948301698816 2019-09-11 19:42:31,608 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:31,610 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2994i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2994",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2994i,max.MISSES=0i,max.RATIO=100.0 1568230950597428992 2019-09-11 19:42:31,616 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1795 0 0 100.0% 14 161\n' 2019-09-11 19:42:31,624 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:31,626 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:31,710 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:31,711 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1788i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1788",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1788i,max.MISSES=0i,max.RATIO=100.0 1568230947848169216 2019-09-11 19:42:31,805 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:31,806 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1769i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1769",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1769i,max.MISSES=0i,max.RATIO=100.0 1568230950103895040 2019-09-11 19:42:31,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2199 2 1 99.9% 14 161\n' 2019-09-11 19:42:31,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:31,913 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:31,914 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.07 1568230949006725120 2019-09-11 19:42:32,023 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=81 END 2019-09-11 19:42:32,023 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=82 START 2019-09-11 19:42:32,024 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:32,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=100 END 2019-09-11 19:42:32,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=101 START 2019-09-11 19:42:32,665 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:32,889 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=113 END 2019-09-11 19:42:32,890 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=114 START 2019-09-11 19:42:32,890 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:32,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:32,901 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:33,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:33,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:33,167 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:33,168 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:34,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1812 1 3 99.9% 14 161\n' 2019-09-11 19:42:34,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:34,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:34,177 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1733 0 0 100.0% 14 161\n' 2019-09-11 19:42:34,182 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:35,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=101 END 2019-09-11 19:42:35,178 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=102 START 2019-09-11 19:42:35,179 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:35,185 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=114 END 2019-09-11 19:42:35,186 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=115 START 2019-09-11 19:42:35,186 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:35,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:35,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:35,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:35,424 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:35,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:35,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:36,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1803 0 0 100.0% 14 161\n' 2019-09-11 19:42:36,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1805 0 4 100.0% 14 161\n' 2019-09-11 19:42:36,470 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:36,475 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:37,017 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:37,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=2199i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2199",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=2199i,max.MISSES=2i,max.RATIO=99.9 1568230952889473792 2019-09-11 19:42:37,168 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:37,169 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1733i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1733",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1733i,max.MISSES=0i,max.RATIO=100.0 1568230955185430016 2019-09-11 19:42:37,279 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:37,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1795i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1795",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1795i,max.MISSES=0i,max.RATIO=100.0 1568230952664137984 2019-09-11 19:42:37,376 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:37,377 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=1812i,average.MISSES=1i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="1812",cachestat.cache0.MISSES="1",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=1812i,max.MISSES=1i,max.RATIO=99.9 1568230955177853184 2019-09-11 19:42:37,477 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=115 END 2019-09-11 19:42:37,477 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=102 END 2019-09-11 19:42:37,478 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=116 START 2019-09-11 19:42:37,478 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=103 START 2019-09-11 19:42:37,478 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:37,478 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:37,479 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:37,480 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1803i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1803i,max.MISSES=0i,max.RATIO=100.0 1568230957477745152 2019-09-11 19:42:37,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:37,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:37,580 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:37,580 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568230952023261184 2019-09-11 19:42:37,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:37,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:37,754 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:37,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:38,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1702 0 0 100.0% 14 161\n' 2019-09-11 19:42:38,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:38,840 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1767 0 0 100.0% 14 161\n' 2019-09-11 19:42:38,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:38,852 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:39,769 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=116 END 2019-09-11 19:42:39,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=117 START 2019-09-11 19:42:39,770 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:39,781 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:39,894 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=103 END 2019-09-11 19:42:39,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=104 START 2019-09-11 19:42:39,895 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:39,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:40,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:40,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:40,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:40,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:41,058 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1791 0 0 100.0% 14 161\n' 2019-09-11 19:42:41,063 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:41,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1706 0 0 100.0% 14 161\n' 2019-09-11 19:42:41,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:41,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:42,066 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=117 END 2019-09-11 19:42:42,066 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=118 START 2019-09-11 19:42:42,067 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:42,079 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:42,289 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=104 END 2019-09-11 19:42:42,289 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=105 START 2019-09-11 19:42:42,290 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:42,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:42,341 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:42,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:42,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:42,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:42,690 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:42:42,691 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=4i,average.HITS=1805i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="1805",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=4i,max.HITS=1805i,max.MISSES=0i,max.RATIO=100.0 1568230957477643008 2019-09-11 19:42:42,830 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:42,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1702i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1702",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1702i,max.MISSES=0i,max.RATIO=100.0 1568230959769669120 2019-09-11 19:42:42,941 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:42,942 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1791i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1791",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1791i,max.MISSES=0i,max.RATIO=100.0 1568230962065923840 2019-09-11 19:42:43,038 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-76e29670' timeout 2019-09-11 19:42:43,039 [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-11 19:42:43,090 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:43,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1767i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1767",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1767i,max.MISSES=0i,max.RATIO=100.0 1568230959894392064 2019-09-11 19:42:43,202 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:43,203 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1706i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1706i,max.MISSES=0i,max.RATIO=100.0 1568230962288979968 2019-09-11 19:42:43,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3646 0 0 100.0% 14 161\n' 2019-09-11 19:42:43,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:43,616 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1737 0 0 100.0% 14 161\n' 2019-09-11 19:42:43,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:43,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:44,040 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=82 END 2019-09-11 19:42:44,041 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=83 START 2019-09-11 19:42:44,041 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:44,357 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=118 END 2019-09-11 19:42:44,358 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=119 START 2019-09-11 19:42:44,358 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:44,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:44,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:44,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:44,665 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=105 END 2019-09-11 19:42:44,665 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=106 START 2019-09-11 19:42:44,666 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:44,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:45,058 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'8.03' 2019-09-11 19:42:45,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:45,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:45,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4071 0 0 100.0% 14 161\n' 2019-09-11 19:42:45,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:46,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1816 0 0 100.0% 14 161\n' 2019-09-11 19:42:46,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:46,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:42:46,653 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=119 END 2019-09-11 19:42:46,654 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=120 START 2019-09-11 19:42:46,654 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:46,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:46,929 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:46,930 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:47,062 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=83 END 2019-09-11 19:42:47,063 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=84 START 2019-09-11 19:42:47,063 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:47,328 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=106 END 2019-09-11 19:42:47,328 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=107 START 2019-09-11 19:42:47,329 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:47,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:47,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:47,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:47,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2933 2 1 99.9% 14 161\n' 2019-09-11 19:42:47,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:48,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-11 19:42:48,318 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3646i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3646",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3646i,max.MISSES=0i,max.RATIO=100.0 1568230964357758976 2019-09-11 19:42:48,429 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4071i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4071",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4071i,max.MISSES=0i,max.RATIO=100.0 1568230966653767936 2019-09-11 19:42:48,542 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1737i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1737",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1737i,max.MISSES=0i,max.RATIO=100.0 1568230964664950016 2019-09-11 19:42:48,648 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1816i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1816",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1816i,max.MISSES=0i,max.RATIO=100.0 1568230967328160000 2019-09-11 19:42:48,750 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:48,750 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=999999.0 1568230964040836096 2019-09-11 19:42:48,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1749 0 0 100.0% 14 161\n' 2019-09-11 19:42:48,821 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:48,867 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=8.03 1568230967062434048 2019-09-11 19:42:48,945 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=120 END 2019-09-11 19:42:48,946 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=121 START 2019-09-11 19:42:48,946 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:48,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:48,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19909004 , "packets_per_second":999968, "flows":90300, "errors":0 }\n' 2019-09-11 19:42:48,999 [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-11 19:42:49,011 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17802748' 2019-09-11 19:42:49,012 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2106256 - Lost ppm 105795 2019-09-11 19:42:49,013 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 105795 > sla_max_ppm 1000; ',) 2019-09-11 19:42:49,103 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:49,104 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:49,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=107 END 2019-09-11 19:42:49,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=108 START 2019-09-11 19:42:49,825 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:49,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:50,006 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:50,007 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:50,014 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15156 seq=2 END 2019-09-11 19:42:50,015 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:42:50,015 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:42:50,016 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:42:50,049 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:50,050 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999968i,packets_received=17802748i,packets_sent=19909004i,packetsize=64i,ppm=105795.0 1568230970014776064 2019-09-11 19:42:50,103 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=84 END 2019-09-11 19:42:50,103 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=85 START 2019-09-11 19:42:50,103 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:50,110 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 6400 0 2 100.0% 14 161\n' 2019-09-11 19:42:50,111 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:50,150 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:42:50,151 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:42:50,153 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:42:50,164 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:42:50,166 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-11 19:42:50,167 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 19:42:50,506 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:42:50,507 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.115 2019-09-11 19:42:50,508 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.115 2019-09-11 19:42:50,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:42:51,014 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 30889 1 6 100.0% 14 161\n' 2019-09-11 19:42:51,017 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:51,111 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-11 19:42:51,114 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=121 END 2019-09-11 19:42:51,115 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=122 START 2019-09-11 19:42:51,115 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:51,123 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:51,257 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:51,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:52,019 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=108 END 2019-09-11 19:42:52,020 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=109 START 2019-09-11 19:42:52,020 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:52,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:52,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:52,203 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:52,262 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2202 0 1 100.0% 14 161\n' 2019-09-11 19:42:52,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:53,115 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=85 END 2019-09-11 19:42:53,116 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=86 START 2019-09-11 19:42:53,116 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:53,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1810 0 0 100.0% 14 161\n' 2019-09-11 19:42:53,213 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:53,266 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=122 END 2019-09-11 19:42:53,267 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=123 START 2019-09-11 19:42:53,267 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:53,276 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:53,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:53,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:53,821 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15162 seq=1 START 2019-09-11 19:42:53,822 [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-11 19:42:53,838 [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-11 19:42:54,124 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.074' 2019-09-11 19:42:54,216 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=109 END 2019-09-11 19:42:54,216 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=110 START 2019-09-11 19:42:54,217 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:54,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:54,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:54,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:54,416 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 11165 0 2 100.0% 14 161\n' 2019-09-11 19:42:54,418 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:55,159 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:42:55,162 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=2933i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2933",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=2933i,max.MISSES=2i,max.RATIO=99.9 1568230968945817856 2019-09-11 19:42:55,281 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42: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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=6400i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="6400",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=6400i,max.MISSES=0i,max.RATIO=100.0 1568230971114237184 2019-09-11 19:42:55,376 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:55,378 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=2202i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2202",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=2202i,max.MISSES=0i,max.RATIO=100.0 1568230973266423040 2019-09-11 19:42:55,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1735 2 1 99.9% 14 161\n' 2019-09-11 19:42:55,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:55,421 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=123 END 2019-09-11 19:42:55,422 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=124 START 2019-09-11 19:42:55,422 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:55,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:55,488 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:55,489 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=11165i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="11165",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=11165i,max.MISSES=0i,max.RATIO=100.0 1568230975421388032 2019-09-11 19:42:55,564 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:55,564 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:55,585 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:42:55,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1749i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1749",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1749i,max.MISSES=0i,max.RATIO=100.0 1568230969824121856 2019-09-11 19:42:55,682 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:55,683 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=6i,average.HITS=30889i,average.MISSES=1i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="30889",cachestat.cache0.MISSES="1",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=6i,max.HITS=30889i,max.MISSES=1i,max.RATIO=100.0 1568230972019810816 2019-09-11 19:42:55,780 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:55,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1810i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1810",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1810i,max.MISSES=0i,max.RATIO=100.0 1568230974216155136 2019-09-11 19:42:55,881 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:42:55,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.108 1568230970102950144 2019-09-11 19:42:55,978 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:42:55,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.105 1568230973115302912 2019-09-11 19:42:56,128 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=86 END 2019-09-11 19:42:56,129 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=87 START 2019-09-11 19:42:56,130 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:56,412 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=110 END 2019-09-11 19:42:56,413 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=111 START 2019-09-11 19:42:56,413 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:56,464 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:56,569 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 60947 0 0 100.0% 14 161\n' 2019-09-11 19:42:56,575 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:56,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:56,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:57,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-11 19:42:57,577 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=124 END 2019-09-11 19:42:57,578 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=125 START 2019-09-11 19:42:57,578 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:57,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:57,714 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1801 0 0 100.0% 14 161\n' 2019-09-11 19:42:57,718 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:57,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:57,856 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:42:58,730 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=111 END 2019-09-11 19:42:58,731 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=112 START 2019-09-11 19:42:58,731 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:58,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:42:58,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2147 0 0 100.0% 14 161\n' 2019-09-11 19:42:58,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:42:58,998 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:42:58,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:42:59,144 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=87 END 2019-09-11 19:42:59,144 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=88 START 2019-09-11 19:42:59,145 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:42:59,874 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=125 END 2019-09-11 19:42:59,874 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=126 START 2019-09-11 19:42:59,875 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:42:59,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:00,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1733 0 0 100.0% 14 161\n' 2019-09-11 19:43:00,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:00,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:00,159 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:00,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.744' 2019-09-11 19:43:01,036 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=112 END 2019-09-11 19:43:01,037 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=113 START 2019-09-11 19:43:01,037 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:01,078 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:01,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=60947i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="60947",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=60947i,max.MISSES=0i,max.RATIO=100.0 1568230977577896192 2019-09-11 19:43:01,116 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:01,166 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2196 0 0 100.0% 14 161\n' 2019-09-11 19:43:01,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:01,212 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:01,213 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2147i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2147",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2147i,max.MISSES=0i,max.RATIO=100.0 1568230979874221056 2019-09-11 19:43:01,321 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:43:01,322 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1735i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1735",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1735i,max.MISSES=2i,max.RATIO=99.9 1568230976412555008 2019-09-11 19:43:01,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:01,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:01,422 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:01,423 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1801i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1801i,max.MISSES=0i,max.RATIO=100.0 1568230978730671872 2019-09-11 19:43:01,528 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:01,529 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1733i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1733",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1733i,max.MISSES=0i,max.RATIO=100.0 1568230981036478976 2019-09-11 19:43:01,624 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:01,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.074 1568230976128920064 2019-09-11 19:43:01,747 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:01,748 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.105 1568230979143939072 2019-09-11 19:43:02,165 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=88 END 2019-09-11 19:43:02,165 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=89 START 2019-09-11 19:43:02,166 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:43:02,174 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=126 END 2019-09-11 19:43:02,174 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=127 START 2019-09-11 19:43:02,174 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:02,185 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:02,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1779 0 0 100.0% 14 161\n' 2019-09-11 19:43:02,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:02,445 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:02,446 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:03,175 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-11 19:43:03,386 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=113 END 2019-09-11 19:43:03,386 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=114 START 2019-09-11 19:43:03,387 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:03,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:03,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4016 0 0 100.0% 14 161\n' 2019-09-11 19:43:03,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:03,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:03,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:04,462 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=127 END 2019-09-11 19:43:04,462 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=128 START 2019-09-11 19:43:04,463 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:04,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:04,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1775 0 0 100.0% 14 161\n' 2019-09-11 19:43:04,735 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:04,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:04,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:05,180 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=89 END 2019-09-11 19:43:05,181 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=90 START 2019-09-11 19:43:05,181 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:43:05,743 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=114 END 2019-09-11 19:43:05,743 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=115 START 2019-09-11 19:43:05,744 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:05,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3000 2 1 99.9% 14 161\n' 2019-09-11 19:43:05,755 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:05,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:05,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:06,000 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:06,190 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-11 19:43:06,758 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=128 END 2019-09-11 19:43:06,759 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=129 START 2019-09-11 19:43:06,759 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:06,769 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:06,853 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:43:06,854 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2196i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2196",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2196i,max.MISSES=0i,max.RATIO=100.0 1568230982174017024 2019-09-11 19:43:06,955 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:06,956 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4016i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4016",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4016i,max.MISSES=0i,max.RATIO=100.0 1568230984462187008 2019-09-11 19:43:07,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:07,038 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1808 0 3 100.0% 14 161\n' 2019-09-11 19:43:07,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:07,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:07,059 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:07,060 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=3000i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="3000",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=3000i,max.MISSES=2i,max.RATIO=99.9 1568230986758255872 2019-09-11 19:43:07,174 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:07,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1779i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1779",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1779i,max.MISSES=0i,max.RATIO=100.0 1568230983386059008 2019-09-11 19:43:07,277 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:07,278 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1775i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1775",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1775i,max.MISSES=0i,max.RATIO=100.0 1568230985743037952 2019-09-11 19:43:07,373 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:07,374 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.744 1568230982165124864 2019-09-11 19:43:07,474 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:07,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.108 1568230985180177920 2019-09-11 19:43:08,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2179 0 0 100.0% 14 161\n' 2019-09-11 19:43:08,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:08,054 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=115 END 2019-09-11 19:43:08,054 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=116 START 2019-09-11 19:43:08,055 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:08,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:08,195 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=90 END 2019-09-11 19:43:08,195 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=91 START 2019-09-11 19:43:08,195 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:43:08,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:08,364 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:09,054 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=129 END 2019-09-11 19:43:09,054 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=130 START 2019-09-11 19:43:09,055 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:09,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:09,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:09,339 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:09,422 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1746 0 0 100.0% 14 161\n' 2019-09-11 19:43:09,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:09,427 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:43:10,347 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1819 0 0 100.0% 14 161\n' 2019-09-11 19:43:10,351 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:10,454 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=116 END 2019-09-11 19:43:10,455 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=117 START 2019-09-11 19:43:10,455 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:10,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:10,751 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:10,752 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:11,353 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=130 END 2019-09-11 19:43:11,354 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=131 START 2019-09-11 19:43:11,354 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:11,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:11,627 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:11,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:11,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1715 0 0 100.0% 14 161\n' 2019-09-11 19:43:11,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:12,584 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:12,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2179i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2179",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2179i,max.MISSES=0i,max.RATIO=100.0 1568230989054212096 2019-09-11 19:43:12,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1801 0 0 100.0% 14 161\n' 2019-09-11 19:43:12,643 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:12,684 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:12,685 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1819i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1819",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1819i,max.MISSES=0i,max.RATIO=100.0 1568230991353543936 2019-09-11 19:43:12,806 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:12,807 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=1808i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="1808",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=1808i,max.MISSES=0i,max.RATIO=100.0 1568230988054095872 2019-09-11 19:43:12,842 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=117 END 2019-09-11 19:43:12,842 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=118 START 2019-09-11 19:43:12,843 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:12,915 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:12,916 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1746i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1746",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1746i,max.MISSES=0i,max.RATIO=100.0 1568230990454539008 2019-09-11 19:43:12,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:13,027 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:13,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1715i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1715",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1715i,max.MISSES=0i,max.RATIO=100.0 1568230992842152192 2019-09-11 19:43:13,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:13,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:13,162 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:13,163 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.086 1568230988195031040 2019-09-11 19:43:13,646 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=131 END 2019-09-11 19:43:13,646 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=132 START 2019-09-11 19:43:13,647 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:13,659 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:13,924 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:13,925 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:14,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1730 0 0 100.0% 14 161\n' 2019-09-11 19:43:14,207 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:14,934 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1706 0 0 100.0% 14 161\n' 2019-09-11 19:43:14,939 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:15,228 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=118 END 2019-09-11 19:43:15,228 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=119 START 2019-09-11 19:43:15,229 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:15,315 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:15,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:15,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:15,942 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=132 END 2019-09-11 19:43:15,942 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=133 START 2019-09-11 19:43:15,943 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:15,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:16,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:16,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:16,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1800 0 0 100.0% 14 161\n' 2019-09-11 19:43:16,557 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:17,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":20001901 , "packets_per_second":997254, "flows":250500, "errors":0 }\n' 2019-09-11 19:43:17,098 [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-11 19:43:17,110 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'16717834' 2019-09-11 19:43:17,111 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 3284067 - Lost ppm 164188 2019-09-11 19:43:17,112 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 164188 > sla_max_ppm 1000; ',) 2019-09-11 19:43:17,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 12468 0 5 100.0% 14 161\n' 2019-09-11 19:43:17,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:17,559 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=119 END 2019-09-11 19:43:17,560 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=120 START 2019-09-11 19:43:17,560 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:17,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:17,742 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:17,743 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:18,116 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15162 seq=1 END 2019-09-11 19:43:18,117 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15162 seq=2 START 2019-09-11 19:43:18,117 [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-11 19:43:18,133 [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-11 19:43:18,165 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=133 END 2019-09-11 19:43:18,165 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=134 START 2019-09-11 19:43:18,166 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:18,173 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:18,265 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:18,266 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=250500i,packets_per_second=997254i,packets_received=16717834i,packets_sent=20001901i,packetsize=64i,ppm=164188.0 1568230998116105984 2019-09-11 19:43:18,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:18,314 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:18,368 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:43:18,369 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1801i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1801i,max.MISSES=0i,max.RATIO=100.0 1568230993646227968 2019-09-11 19:43:18,471 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:18,472 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1706i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1706i,max.MISSES=0i,max.RATIO=100.0 1568230995942267904 2019-09-11 19:43:18,564 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:18,565 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=5i,average.HITS=12468i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="5",cachestat.cache0.HITS="12468",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=5i,max.HITS=12468i,max.MISSES=0i,max.RATIO=100.0 1568230998165272064 2019-09-11 19:43:18,658 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:18,660 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1730i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1730",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1730i,max.MISSES=0i,max.RATIO=100.0 1568230995228071936 2019-09-11 19:43:18,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7101 2 3 100.0% 14 161\n' 2019-09-11 19:43:18,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:18,810 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:18,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1800i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1800",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1800i,max.MISSES=0i,max.RATIO=100.0 1568230997559622144 2019-09-11 19:43:19,268 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-76e29670' timeout 2019-09-11 19:43:19,270 [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-11 19:43:19,319 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3750 0 0 100.0% 14 161\n' 2019-09-11 19:43:19,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:19,755 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=120 END 2019-09-11 19:43:19,756 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=121 START 2019-09-11 19:43:19,756 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:19,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:19,939 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:19,940 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:20,271 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=91 END 2019-09-11 19:43:20,272 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=92 START 2019-09-11 19:43:20,272 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:43:20,322 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=134 END 2019-09-11 19:43:20,323 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=135 START 2019-09-11 19:43:20,323 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:20,331 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:20,596 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:20,597 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:20,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1714 0 0 100.0% 14 161\n' 2019-09-11 19:43:20,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:21,284 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.135' 2019-09-11 19:43:21,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4003 0 0 100.0% 14 161\n' 2019-09-11 19:43:21,612 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:21,996 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=121 END 2019-09-11 19:43:21,996 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=122 START 2019-09-11 19:43:21,997 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:22,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:22,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:22,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:22,614 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=135 END 2019-09-11 19:43:22,615 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=136 START 2019-09-11 19:43:22,615 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:22,626 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:22,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:22,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:23,288 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=92 END 2019-09-11 19:43:23,289 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=93 START 2019-09-11 19:43:23,289 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:43:23,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1734 2 1 99.9% 14 161\n' 2019-09-11 19:43:23,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:23,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2871 0 0 100.0% 14 161\n' 2019-09-11 19:43:23,906 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:23,907 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3750i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3750",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3750i,max.MISSES=0i,max.RATIO=100.0 1568231000322519040 2019-09-11 19:43:23,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:24,024 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:24,025 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4003i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4003",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4003i,max.MISSES=0i,max.RATIO=100.0 1568231002614449920 2019-09-11 19:43:24,130 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:24,131 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=7101i,average.MISSES=2i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="7101",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=7101i,max.MISSES=2i,max.RATIO=100.0 1568230999755507968 2019-09-11 19:43:24,233 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:24,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1714i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1714",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1714i,max.MISSES=0i,max.RATIO=100.0 1568231001996192000 2019-09-11 19:43:24,300 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.124' 2019-09-11 19:43:24,330 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:24,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=999999.0 1568231000271712000 2019-09-11 19:43:24,430 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:24,431 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.135 1568231003288444160 2019-09-11 19:43:24,582 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=122 END 2019-09-11 19:43:24,583 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=123 START 2019-09-11 19:43:24,583 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:24,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:24,910 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=136 END 2019-09-11 19:43:24,911 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=137 START 2019-09-11 19:43:24,911 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:24,922 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:24,991 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:24,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:25,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:25,190 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:26,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1781 0 0 100.0% 14 161\n' 2019-09-11 19:43:26,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:26,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:43:26,199 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2210 0 0 100.0% 14 161\n' 2019-09-11 19:43:26,204 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:26,304 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=93 END 2019-09-11 19:43:26,305 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=94 START 2019-09-11 19:43:26,305 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:43:27,074 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=123 END 2019-09-11 19:43:27,075 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=124 START 2019-09-11 19:43:27,075 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:27,206 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=137 END 2019-09-11 19:43:27,207 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=138 START 2019-09-11 19:43:27,207 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:27,213 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:27,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:27,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:27,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:27,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:27,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:28,495 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1736 2 1 99.9% 14 161\n' 2019-09-11 19:43:28,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:28,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1812 0 0 100.0% 14 161\n' 2019-09-11 19:43:28,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:28,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:43:29,502 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=138 END 2019-09-11 19:43:29,503 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=139 START 2019-09-11 19:43:29,503 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:29,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:29,536 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:43:29,538 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2871i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2871",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2871i,max.MISSES=0i,max.RATIO=100.0 1568231004910562048 2019-09-11 19:43:29,564 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=124 END 2019-09-11 19:43:29,564 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=125 START 2019-09-11 19:43:29,565 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:29,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:29,640 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:29,641 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2210i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2210",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2210i,max.MISSES=0i,max.RATIO=100.0 1568231007206475008 2019-09-11 19:43:29,735 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:29,736 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1736i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1736",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1736i,max.MISSES=2i,max.RATIO=99.9 1568231009502530048 2019-09-11 19:43:29,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:29,779 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:29,836 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:43:29,838 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1734i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1734",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1734i,max.MISSES=2i,max.RATIO=99.9 1568231004582465024 2019-09-11 19:43:29,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:29,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:29,934 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:29,935 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1781i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1781i,max.MISSES=0i,max.RATIO=100.0 1568231007074505216 2019-09-11 19:43:30,039 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:30,040 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1812i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1812",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1812i,max.MISSES=0i,max.RATIO=100.0 1568231009564217088 2019-09-11 19:43:30,174 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:30,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.124 1568231006304732160 2019-09-11 19:43:30,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1829 0 0 100.0% 14 161\n' 2019-09-11 19:43:30,792 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:30,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1787 0 0 100.0% 14 161\n' 2019-09-11 19:43:30,952 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:30,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:43:31,794 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=139 END 2019-09-11 19:43:31,795 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=140 START 2019-09-11 19:43:31,795 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:31,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:31,995 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=125 END 2019-09-11 19:43:31,996 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=126 START 2019-09-11 19:43:31,996 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:32,012 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:32,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:32,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:32,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:32,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:33,079 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1706 0 0 100.0% 14 161\n' 2019-09-11 19:43:33,084 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:33,324 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1691 0 0 100.0% 14 161\n' 2019-09-11 19:43:33,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:33,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:43:34,086 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=140 END 2019-09-11 19:43:34,087 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=141 START 2019-09-11 19:43:34,087 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:34,098 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:34,358 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:34,358 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:34,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=126 END 2019-09-11 19:43:34,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=127 START 2019-09-11 19:43:34,374 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:34,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:35,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:35,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:35,279 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:35,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1829i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1829i,max.MISSES=0i,max.RATIO=100.0 1568231011794681088 2019-09-11 19:43:35,367 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1710 0 0 100.0% 14 161\n' 2019-09-11 19:43:35,372 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:35,383 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:35,384 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1706i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1706i,max.MISSES=0i,max.RATIO=100.0 1568231014086684928 2019-09-11 19:43:35,488 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:35,489 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1787i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1787i,max.MISSES=0i,max.RATIO=100.0 1568231011995547136 2019-09-11 19:43:35,602 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:35,603 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1691i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1691",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1691i,max.MISSES=0i,max.RATIO=100.0 1568231014374039808 2019-09-11 19:43:36,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1692 0 0 100.0% 14 161\n' 2019-09-11 19:43:36,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:36,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:43:36,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=141 END 2019-09-11 19:43:36,375 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=142 START 2019-09-11 19:43:36,375 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:36,386 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:36,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:36,653 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:37,208 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=127 END 2019-09-11 19:43:37,209 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=128 START 2019-09-11 19:43:37,209 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:37,355 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-76e29670' timeout 2019-09-11 19:43:37,356 [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-11 19:43:37,425 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:37,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:37,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:37,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3720 0 0 100.0% 14 161\n' 2019-09-11 19:43:37,668 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:38,358 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=94 END 2019-09-11 19:43:38,358 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=95 START 2019-09-11 19:43:38,359 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:43:38,671 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=142 END 2019-09-11 19:43:38,671 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=143 START 2019-09-11 19:43:38,671 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:38,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1734 0 0 100.0% 14 161\n' 2019-09-11 19:43:38,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:38,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:38,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:38,947 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:39,368 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.376' 2019-09-11 19:43:39,690 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=128 END 2019-09-11 19:43:39,691 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=129 START 2019-09-11 19:43:39,691 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:39,925 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:39,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4024 2 1 100.0% 14 161\n' 2019-09-11 19:43:39,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:40,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:40,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:40,733 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:40,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1710i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1710",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1710i,max.MISSES=0i,max.RATIO=100.0 1568231016374808064 2019-09-11 19:43:40,832 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:40,833 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3720i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3720",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3720i,max.MISSES=0i,max.RATIO=100.0 1568231018671013120 2019-09-11 19:43:40,932 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:40,933 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1692i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1692",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1692i,max.MISSES=0i,max.RATIO=100.0 1568231017208528128 2019-09-11 19:43:40,962 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=143 END 2019-09-11 19:43:40,963 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=144 START 2019-09-11 19:43:40,963 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:40,972 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:41,027 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:41,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1734i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1734",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1734i,max.MISSES=0i,max.RATIO=100.0 1568231019690519040 2019-09-11 19:43:41,115 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:41,116 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:41,136 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:41,137 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=999999.0 1568231018358184960 2019-09-11 19:43:41,208 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1787 0 0 100.0% 14 161\n' 2019-09-11 19:43:41,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:41,324 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19948217 , "packets_per_second":999956, "flows":250500, "errors":0 }\n' 2019-09-11 19:43:41,325 [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-11 19:43:41,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17632810' 2019-09-11 19:43:41,338 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2315407 - Lost ppm 116071 2019-09-11 19:43:41,338 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 116071 > sla_max_ppm 1000; ',) 2019-09-11 19:43:41,372 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=95 END 2019-09-11 19:43:41,373 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=96 START 2019-09-11 19:43:41,373 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:43:42,120 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 13700 0 1 100.0% 14 161\n' 2019-09-11 19:43:42,122 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:42,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=129 END 2019-09-11 19:43:42,213 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=130 START 2019-09-11 19:43:42,213 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:42,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:42,340 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15162 seq=2 END 2019-09-11 19:43:42,341 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:43:42,341 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:43:42,341 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:43:42,363 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:42,363 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999956i,packets_received=17632810i,packets_sent=19948217i,packetsize=64i,ppm=116071.0 1568231022340472064 2019-09-11 19:43:42,381 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:43:42,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:42,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:42,460 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:43:42,461 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:43:42,463 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:43:42,474 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:43:42,476 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-11 19:43:42,477 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 19:43:42,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:43:42,789 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.115 2019-09-11 19:43:42,790 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.115 2019-09-11 19:43:43,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:43:43,125 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=144 END 2019-09-11 19:43:43,126 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=145 START 2019-09-11 19:43:43,126 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:43,134 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:43,272 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:43,273 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:43,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 27679 0 4 100.0% 14 161\n' 2019-09-11 19:43:43,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:44,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2137 0 0 100.0% 14 161\n' 2019-09-11 19:43:44,280 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:44,386 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=96 END 2019-09-11 19:43:44,386 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=97 START 2019-09-11 19:43:44,387 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:43:44,417 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=130 END 2019-09-11 19:43:44,417 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=131 START 2019-09-11 19:43:44,418 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:44,428 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:44,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:44,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:45,283 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=145 END 2019-09-11 19:43:45,284 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=146 START 2019-09-11 19:43:45,284 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:45,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:45,426 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.134' 2019-09-11 19:43:45,427 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:45,428 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:45,609 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1800 1 1 99.9% 14 161\n' 2019-09-11 19:43:45,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:46,106 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15168 seq=1 START 2019-09-11 19:43:46,107 [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-11 19:43:46,124 [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-11 19:43:46,433 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 9234 0 2 100.0% 14 161\n' 2019-09-11 19:43:46,435 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:46,614 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=131 END 2019-09-11 19:43:46,615 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=132 START 2019-09-11 19:43:46,615 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:46,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:46,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:46,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:47,430 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=97 END 2019-09-11 19:43:47,431 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=98 START 2019-09-11 19:43:47,431 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:43:47,437 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=146 END 2019-09-11 19:43:47,438 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=147 START 2019-09-11 19:43:47,438 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:47,446 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:47,469 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 4 2019-09-11 19:43:47,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=4024i,average.MISSES=2i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="4024",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=4024i,max.MISSES=2i,max.RATIO=100.0 1568231020962891008 2019-09-11 19:43:47,570 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:43:47,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=13700i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="13700",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=13700i,max.MISSES=0i,max.RATIO=100.0 1568231023125349888 2019-09-11 19:43:47,579 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:47,580 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:47,672 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:47,673 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2137i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2137",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2137i,max.MISSES=0i,max.RATIO=100.0 1568231025283275008 2019-09-11 19:43:47,768 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:47,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=2i,average.HITS=9234i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="9234",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=2i,max.HITS=9234i,max.MISSES=0i,max.RATIO=100.0 1568231027437465856 2019-09-11 19:43:47,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1835 0 0 100.0% 14 161\n' 2019-09-11 19:43:47,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:47,865 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:43:47,866 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1787i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1787i,max.MISSES=0i,max.RATIO=100.0 1568231022212549888 2019-09-11 19:43:47,973 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:47,974 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=4i,average.HITS=27679i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="27679",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=4i,max.HITS=27679i,max.MISSES=0i,max.RATIO=100.0 1568231024417150976 2019-09-11 19:43:48,071 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1800i,average.MISSES=1i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1800",cachestat.cache0.MISSES="1",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1800i,max.MISSES=1i,max.RATIO=99.9 1568231026614396928 2019-09-11 19:43:48,168 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:43:48,169 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.376 1568231021372713984 2019-09-11 19:43:48,273 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:48,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568231024386018048 2019-09-11 19:43:48,370 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:48,371 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.134 1568231027430460928 2019-09-11 19:43:48,439 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.071' 2019-09-11 19:43:48,585 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 61943 0 0 100.0% 14 161\n' 2019-09-11 19:43:48,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:48,822 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=132 END 2019-09-11 19:43:48,822 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=133 START 2019-09-11 19:43:48,823 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:48,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:49,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:49,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:49,590 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=147 END 2019-09-11 19:43:49,591 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=148 START 2019-09-11 19:43:49,591 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:49,602 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:49,864 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:49,865 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:50,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1823 0 0 100.0% 14 161\n' 2019-09-11 19:43:50,099 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:50,101 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:43:50,444 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=98 END 2019-09-11 19:43:50,444 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=99 START 2019-09-11 19:43:50,445 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:43:50,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3028 0 0 100.0% 14 161\n' 2019-09-11 19:43:50,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:51,144 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=133 END 2019-09-11 19:43:51,144 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=134 START 2019-09-11 19:43:51,145 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:51,314 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:51,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:51,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:51,882 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=148 END 2019-09-11 19:43:51,883 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=149 START 2019-09-11 19:43:51,883 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:51,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:52,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:52,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:52,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1788 0 0 100.0% 14 161\n' 2019-09-11 19:43:52,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:52,622 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:43:53,167 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1825 0 0 100.0% 14 161\n' 2019-09-11 19:43:53,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:53,466 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:53,467 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=61943i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="61943",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=61943i,max.MISSES=0i,max.RATIO=100.0 1568231029590824960 2019-09-11 19:43:53,583 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:53,584 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3028i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3028",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3028i,max.MISSES=0i,max.RATIO=100.0 1568231031882767872 2019-09-11 19:43:53,663 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=134 END 2019-09-11 19:43:53,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=135 START 2019-09-11 19:43:53,664 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:53,739 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:43:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1835i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1835",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1835i,max.MISSES=0i,max.RATIO=100.0 1568231028821928960 2019-09-11 19:43:53,837 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:53,839 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1823i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1823",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1823i,max.MISSES=0i,max.RATIO=100.0 1568231031144301056 2019-09-11 19:43:53,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:53,941 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:53,943 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1788i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1788",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1788i,max.MISSES=0i,max.RATIO=100.0 1568231033663425024 2019-09-11 19:43:54,053 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:54,053 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.071 1568231030444174080 2019-09-11 19:43:54,126 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:54,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:54,175 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=149 END 2019-09-11 19:43:54,175 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=150 START 2019-09-11 19:43:54,175 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:54,186 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:54,450 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:54,451 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:55,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1788 0 0 100.0% 14 161\n' 2019-09-11 19:43:55,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:55,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:43:55,460 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1840 0 0 100.0% 14 161\n' 2019-09-11 19:43:55,464 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:56,229 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=135 END 2019-09-11 19:43:56,229 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=136 START 2019-09-11 19:43:56,229 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:56,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:56,467 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=150 END 2019-09-11 19:43:56,467 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=151 START 2019-09-11 19:43:56,467 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:56,478 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:56,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:56,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:56,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:56,741 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:57,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1767 0 0 100.0% 14 161\n' 2019-09-11 19:43:57,634 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:57,636 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:43:57,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1826 1 1 99.9% 14 161\n' 2019-09-11 19:43:57,756 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:43:58,672 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=136 END 2019-09-11 19:43:58,673 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=137 START 2019-09-11 19:43:58,673 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:58,759 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=151 END 2019-09-11 19:43:58,759 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=152 START 2019-09-11 19:43:58,759 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:43:58,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:58,770 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:43:58,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:58,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:59,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:43:59,033 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:43:59,163 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:43:59,165 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1825i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1825",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1825i,max.MISSES=0i,max.RATIO=100.0 1568231034175111936 2019-09-11 19:43:59,263 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:59,264 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1840i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1840i,max.MISSES=0i,max.RATIO=100.0 1568231036467160064 2019-09-11 19:43:59,364 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:59,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1826i,average.MISSES=1i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1826",cachestat.cache0.MISSES="1",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1826i,max.MISSES=1i,max.RATIO=99.9 1568231038759104000 2019-09-11 19:43:59,493 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:43:59,495 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1788i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1788",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1788i,max.MISSES=0i,max.RATIO=100.0 1568231036229074944 2019-09-11 19:43:59,591 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:43:59,592 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1767i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1767",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1767i,max.MISSES=0i,max.RATIO=100.0 1568231038672707072 2019-09-11 19:43:59,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1803 0 0 100.0% 14 161\n' 2019-09-11 19:43:59,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:43:59,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:44:00,043 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1722 0 0 100.0% 14 161\n' 2019-09-11 19:44:00,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:01,011 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=137 END 2019-09-11 19:44:01,012 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=138 START 2019-09-11 19:44:01,012 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:01,051 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=152 END 2019-09-11 19:44:01,051 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=153 START 2019-09-11 19:44:01,052 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:01,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:01,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:01,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:01,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:01,328 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:01,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:01,454 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-76e29670' timeout 2019-09-11 19:44:01,455 [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-11 19:44:02,277 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1800 0 0 100.0% 14 161\n' 2019-09-11 19:44:02,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:02,288 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:44:02,339 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3748 0 0 100.0% 14 161\n' 2019-09-11 19:44:02,344 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:02,457 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=99 END 2019-09-11 19:44:02,457 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=100 START 2019-09-11 19:44:02,458 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:03,320 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=138 END 2019-09-11 19:44:03,321 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=139 START 2019-09-11 19:44:03,321 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:03,347 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=153 END 2019-09-11 19:44:03,347 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=154 START 2019-09-11 19:44:03,348 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:03,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:03,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:03,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.604' 2019-09-11 19:44:03,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:03,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:03,622 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:03,623 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:04,630 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1810 0 0 100.0% 14 161\n' 2019-09-11 19:44:04,632 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2178 0 0 100.0% 14 161\n' 2019-09-11 19:44:04,632 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:04,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:04,692 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:04,693 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1722i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1722",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1722i,max.MISSES=0i,max.RATIO=100.0 1568231041051229952 2019-09-11 19:44:04,797 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:04,799 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3748i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3748",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3748i,max.MISSES=0i,max.RATIO=100.0 1568231043347160064 2019-09-11 19:44:04,895 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:04,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1803i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1803i,max.MISSES=0i,max.RATIO=100.0 1568231041011518976 2019-09-11 19:44:04,995 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:04,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1800i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1800",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1800i,max.MISSES=0i,max.RATIO=100.0 1568231043320632064 2019-09-11 19:44:05,099 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:05,100 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=999999.0 1568231042457117952 2019-09-11 19:44:05,505 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=100 END 2019-09-11 19:44:05,506 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=101 START 2019-09-11 19:44:05,506 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:05,639 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=139 END 2019-09-11 19:44:05,639 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=154 END 2019-09-11 19:44:05,639 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=140 START 2019-09-11 19:44:05,640 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=155 START 2019-09-11 19:44:05,640 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:05,640 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:05,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:05,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:05,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:05,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:05,918 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:05,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:06,517 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:44:06,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1748 0 0 100.0% 14 161\n' 2019-09-11 19:44:06,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:06,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:44:06,924 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3989 0 0 100.0% 14 161\n' 2019-09-11 19:44:06,928 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:07,924 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=140 END 2019-09-11 19:44:07,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=141 START 2019-09-11 19:44:07,925 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:07,931 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=155 END 2019-09-11 19:44:07,931 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=156 START 2019-09-11 19:44:07,932 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:07,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:07,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:08,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:08,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:08,204 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:08,205 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:08,521 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=101 END 2019-09-11 19:44:08,522 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=102 START 2019-09-11 19:44:08,522 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:09,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1750 0 0 100.0% 14 161\n' 2019-09-11 19:44:09,214 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:09,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4322 2 1 100.0% 14 161\n' 2019-09-11 19:44:09,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:09,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19922391 , "packets_per_second":999954, "flows":563250, "errors":0 }\n' 2019-09-11 19:44:09,340 [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-11 19:44:09,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17591557' 2019-09-11 19:44:09,353 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2330834 - Lost ppm 116996 2019-09-11 19:44:09,354 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 116996 > sla_max_ppm 1000; ',) 2019-09-11 19:44:09,530 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:44:10,216 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:10,216 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=141 END 2019-09-11 19:44:10,217 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=142 START 2019-09-11 19:44:10,217 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2178i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2178",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2178i,max.MISSES=0i,max.RATIO=100.0 1568231045639292928 2019-09-11 19:44:10,217 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:10,219 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=156 END 2019-09-11 19:44:10,220 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=157 START 2019-09-11 19:44:10,220 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:10,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:10,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:10,314 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:10,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3989i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3989",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3989i,max.MISSES=0i,max.RATIO=100.0 1568231047931132928 2019-09-11 19:44:10,358 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15168 seq=1 END 2019-09-11 19:44:10,358 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15168 seq=2 START 2019-09-11 19:44:10,359 [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-11 19:44:10,363 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:10,364 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:10,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:10,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:10,410 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:10,411 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=4322i,average.MISSES=2i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="4322",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=4322i,max.MISSES=2i,max.RATIO=100.0 1568231050219788032 2019-09-11 19:44:10,437 [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-11 19:44:10,519 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:44:10,520 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1810i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1810",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1810i,max.MISSES=0i,max.RATIO=100.0 1568231045638920960 2019-09-11 19:44:10,616 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:10,617 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1748i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1748",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1748i,max.MISSES=0i,max.RATIO=100.0 1568231047924779776 2019-09-11 19:44:10,712 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:10,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1750i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1750",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1750i,max.MISSES=0i,max.RATIO=100.0 1568231050216366080 2019-09-11 19:44:10,810 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:10,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.604 1568231045505288960 2019-09-11 19:44:10,983 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:10,984 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568231048521473024 2019-09-11 19:44:11,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 8131 0 3 100.0% 14 161\n' 2019-09-11 19:44:11,371 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:11,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7215 0 6 100.0% 14 161\n' 2019-09-11 19:44:11,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:11,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=102 END 2019-09-11 19:44:11,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=103 START 2019-09-11 19:44:11,534 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:12,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=157 END 2019-09-11 19:44:12,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=158 START 2019-09-11 19:44:12,375 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:12,383 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:12,412 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=142 END 2019-09-11 19:44:12,413 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=143 START 2019-09-11 19:44:12,413 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:12,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:12,519 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:12,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:12,543 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:44:12,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:12,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:13,525 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 62286 0 0 100.0% 14 161\n' 2019-09-11 19:44:13,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:13,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1728 2 1 99.9% 14 161\n' 2019-09-11 19:44:13,633 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:14,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=158 END 2019-09-11 19:44:14,535 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=159 START 2019-09-11 19:44:14,535 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:14,546 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=103 END 2019-09-11 19:44:14,547 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:14,547 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=104 START 2019-09-11 19:44:14,547 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:14,668 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=143 END 2019-09-11 19:44:14,669 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=144 START 2019-09-11 19:44:14,669 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:14,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:14,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:14,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:14,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:14,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:15,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.148' 2019-09-11 19:44:15,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4058 0 0 100.0% 14 161\n' 2019-09-11 19:44:15,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:16,002 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1825 0 0 100.0% 14 161\n' 2019-09-11 19:44:16,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:16,011 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:44:16,077 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:16,078 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999954i,packets_received=17591557i,packets_sent=19922391i,packetsize=64i,ppm=116996.0 1568231050357455104 2019-09-11 19:44:16,183 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:16,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=8131i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="8131",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=8131i,max.MISSES=0i,max.RATIO=100.0 1568231052374025984 2019-09-11 19:44:16,289 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:16,290 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=62286i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="62286",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=62286i,max.MISSES=0i,max.RATIO=100.0 1568231054534742016 2019-09-11 19:44:16,403 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:16,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=6i,average.HITS=7215i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="7215",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=6i,max.HITS=7215i,max.MISSES=0i,max.RATIO=100.0 1568231052412637952 2019-09-11 19:44:16,504 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:16,505 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1728i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1728",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1728i,max.MISSES=2i,max.RATIO=99.9 1568231054668467968 2019-09-11 19:44:16,616 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:16,616 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568231051533998080 2019-09-11 19:44:16,716 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:16,717 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568231054546860032 2019-09-11 19:44:16,827 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=159 END 2019-09-11 19:44:16,828 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=160 START 2019-09-11 19:44:16,828 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:16,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:17,061 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=144 END 2019-09-11 19:44:17,062 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=145 START 2019-09-11 19:44:17,062 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:17,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:17,107 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:17,107 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:17,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:17,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:17,625 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=104 END 2019-09-11 19:44:17,626 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=105 START 2019-09-11 19:44:17,626 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:18,116 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3044 0 0 100.0% 14 161\n' 2019-09-11 19:44:18,121 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:18,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1778 0 0 100.0% 14 161\n' 2019-09-11 19:44:18,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:18,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:44:18,637 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-11 19:44:19,123 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=160 END 2019-09-11 19:44:19,124 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=161 START 2019-09-11 19:44:19,124 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:19,135 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:19,403 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:19,404 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:19,439 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=145 END 2019-09-11 19:44:19,439 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=146 START 2019-09-11 19:44:19,440 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:19,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:19,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:19,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:20,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2079 0 4 100.0% 14 161\n' 2019-09-11 19:44:20,417 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:20,641 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=105 END 2019-09-11 19:44:20,642 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=106 START 2019-09-11 19:44:20,642 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:20,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1691 0 0 100.0% 14 161\n' 2019-09-11 19:44:20,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:20,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:44:21,419 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=161 END 2019-09-11 19:44:21,420 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=162 START 2019-09-11 19:44:21,420 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:21,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:21,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-11 19:44:21,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:21,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:21,817 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:44:21,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4058i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4058",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4058i,max.MISSES=0i,max.RATIO=100.0 1568231056827474176 2019-09-11 19:44:21,923 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:21,924 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3044i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3044",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3044i,max.MISSES=0i,max.RATIO=100.0 1568231059123550976 2019-09-11 19:44:21,929 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=146 END 2019-09-11 19:44:21,930 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=147 START 2019-09-11 19:44:21,930 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:22,028 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:22,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=4i,average.HITS=2079i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="2079",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=4i,max.HITS=2079i,max.MISSES=0i,max.RATIO=100.0 1568231061419683840 2019-09-11 19:44:22,124 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:44:22,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1825i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1825",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1825i,max.MISSES=0i,max.RATIO=100.0 1568231057061577984 2019-09-11 19:44:22,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:22,224 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:22,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1778i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1778",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1778i,max.MISSES=0i,max.RATIO=100.0 1568231059439307008 2019-09-11 19:44:22,322 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:22,324 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1691i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1691",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1691i,max.MISSES=0i,max.RATIO=100.0 1568231061929546240 2019-09-11 19:44:22,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:22,390 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:22,420 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:22,421 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.148 1568231057625619968 2019-09-11 19:44:22,526 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:22,526 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.097 1568231060641433856 2019-09-11 19:44:22,712 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2198 0 0 100.0% 14 161\n' 2019-09-11 19:44:22,717 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:23,462 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1707 0 0 100.0% 14 161\n' 2019-09-11 19:44:23,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:23,470 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:44:23,703 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=106 END 2019-09-11 19:44:23,704 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=107 START 2019-09-11 19:44:23,704 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:23,719 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=162 END 2019-09-11 19:44:23,720 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=163 START 2019-09-11 19:44:23,720 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:23,731 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:24,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:24,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:24,508 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=147 END 2019-09-11 19:44:24,509 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=148 START 2019-09-11 19:44:24,509 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:24,695 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:24,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-11 19:44:24,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:24,928 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:25,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3977 0 0 100.0% 14 161\n' 2019-09-11 19:44:25,049 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:26,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1820 0 0 100.0% 14 161\n' 2019-09-11 19:44:26,052 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=163 END 2019-09-11 19:44:26,052 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=164 START 2019-09-11 19:44:26,053 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:26,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:26,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:44:26,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:26,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:26,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:26,717 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=107 END 2019-09-11 19:44:26,718 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=108 START 2019-09-11 19:44:26,718 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:27,061 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=148 END 2019-09-11 19:44:27,061 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=149 START 2019-09-11 19:44:27,061 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:27,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:27,340 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3027 0 0 100.0% 14 161\n' 2019-09-11 19:44:27,345 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:27,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:27,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:27,629 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:27,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2198i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2198",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2198i,max.MISSES=0i,max.RATIO=100.0 1568231063719616768 2019-09-11 19:44:27,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-11 19:44:27,747 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:27,748 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3977i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3977",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3977i,max.MISSES=0i,max.RATIO=100.0 1568231066051986944 2019-09-11 19:44:27,844 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:27,845 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1707i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1707",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1707i,max.MISSES=0i,max.RATIO=100.0 1568231064508614912 2019-09-11 19:44:27,939 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:27,940 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1820i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1820",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1820i,max.MISSES=0i,max.RATIO=100.0 1568231067060958976 2019-09-11 19:44:28,041 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:28,042 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.108 1568231063703800832 2019-09-11 19:44:28,136 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:28,137 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.078 1568231066717797888 2019-09-11 19:44:28,347 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=164 END 2019-09-11 19:44:28,348 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=165 START 2019-09-11 19:44:28,348 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:28,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:28,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1739 0 0 100.0% 14 161\n' 2019-09-11 19:44:28,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:28,627 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:28,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:29,563 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=149 END 2019-09-11 19:44:29,564 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=150 START 2019-09-11 19:44:29,564 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:29,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2202 0 0 100.0% 14 161\n' 2019-09-11 19:44:29,641 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:29,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:29,733 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=108 END 2019-09-11 19:44:29,734 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=109 START 2019-09-11 19:44:29,734 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:29,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:29,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:30,644 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=165 END 2019-09-11 19:44:30,645 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=166 START 2019-09-11 19:44:30,645 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:30,657 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:30,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.237' 2019-09-11 19:44:30,923 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:30,923 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1800 0 0 100.0% 14 161\n' 2019-09-11 19:44:30,923 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:30,924 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:31,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2139 1 1 100.0% 14 161\n' 2019-09-11 19:44:31,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:31,949 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=150 END 2019-09-11 19:44:31,950 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=151 START 2019-09-11 19:44:31,950 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:32,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:32,419 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:32,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:32,801 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=109 END 2019-09-11 19:44:32,802 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=110 START 2019-09-11 19:44:32,802 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:32,939 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=166 END 2019-09-11 19:44:32,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=167 START 2019-09-11 19:44:32,940 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:32,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:33,085 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:33,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:33,236 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:44:33,237 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3027i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3027",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3027i,max.MISSES=0i,max.RATIO=100.0 1568231068347814144 2019-09-11 19:44:33,387 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:33,388 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2202i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2202",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2202i,max.MISSES=0i,max.RATIO=100.0 1568231070644519936 2019-09-11 19:44:33,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1793 0 0 100.0% 14 161\n' 2019-09-11 19:44:33,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:33,492 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:33,494 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=2139i,average.MISSES=1i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2139",cachestat.cache0.MISSES="1",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=2139i,max.MISSES=1i,max.RATIO=100.0 1568231072939898112 2019-09-11 19:44:33,592 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:33,593 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1739i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1739",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1739i,max.MISSES=0i,max.RATIO=100.0 1568231069563918080 2019-09-11 19:44:33,624 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19962547 , "packets_per_second":999958, "flows":563250, "errors":0 }\n' 2019-09-11 19:44:33,626 [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-11 19:44:33,637 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17514475' 2019-09-11 19:44:33,639 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2448072 - Lost ppm 122634 2019-09-11 19:44:33,639 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 122634 > sla_max_ppm 1000; ',) 2019-09-11 19:44:33,690 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:33,691 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1800i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1800",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1800i,max.MISSES=0i,max.RATIO=100.0 1568231071949875968 2019-09-11 19:44:33,795 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:33,796 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.097 1568231069733670912 2019-09-11 19:44:33,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:44:33,896 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:33,897 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.237 1568231072801623040 2019-09-11 19:44:34,091 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 14735 0 1 100.0% 14 161\n' 2019-09-11 19:44:34,093 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:34,474 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=151 END 2019-09-11 19:44:34,475 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=152 START 2019-09-11 19:44:34,475 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:34,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:34,641 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15168 seq=2 END 2019-09-11 19:44:34,642 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:44:34,642 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:44:34,642 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:44:34,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:34,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:34,662 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:34,663 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999958i,packets_received=17514475i,packets_sent=19962547i,packetsize=64i,ppm=122634.0 1568231074641346816 2019-09-11 19:44:34,765 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:44:34,766 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:44:34,768 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:44:34,779 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:44:34,781 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-11 19:44:34,782 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-11 19:44:35,095 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=167 END 2019-09-11 19:44:35,096 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=168 START 2019-09-11 19:44:35,097 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:35,105 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:35,121 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:44:35,122 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.115 2019-09-11 19:44:35,123 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.115 2019-09-11 19:44:35,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:35,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:35,425 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:44:35,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 27450 0 4 100.0% 14 161\n' 2019-09-11 19:44:35,675 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:35,814 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=110 END 2019-09-11 19:44:35,815 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=111 START 2019-09-11 19:44:35,815 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:36,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 29377 0 4 100.0% 14 161\n' 2019-09-11 19:44:36,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:36,678 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=152 END 2019-09-11 19:44:36,679 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=153 START 2019-09-11 19:44:36,679 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:36,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:36,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:44:36,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:36,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:37,257 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=168 END 2019-09-11 19:44:37,257 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=169 START 2019-09-11 19:44:37,258 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:37,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:37,401 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:37,402 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:37,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1691 0 0 100.0% 14 161\n' 2019-09-11 19:44:37,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:38,407 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2189 0 1 100.0% 14 161\n' 2019-09-11 19:44:38,409 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:38,471 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15174 seq=1 START 2019-09-11 19:44:38,472 [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-11 19:44:38,487 [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-11 19:44:38,827 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=111 END 2019-09-11 19:44:38,828 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=112 START 2019-09-11 19:44:38,828 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:38,874 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=153 END 2019-09-11 19:44:38,875 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=154 START 2019-09-11 19:44:38,875 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:38,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:39,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:39,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:39,411 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=169 END 2019-09-11 19:44:39,412 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=170 START 2019-09-11 19:44:39,412 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:39,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:39,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:39,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:39,774 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:44:39,777 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=14735i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="14735",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=14735i,max.MISSES=0i,max.RATIO=100.0 1568231075095771904 2019-09-11 19:44:39,836 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-11 19:44:39,882 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:39,883 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=4i,average.HITS=29377i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="29377",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=4i,max.HITS=29377i,max.MISSES=0i,max.RATIO=100.0 1568231077257046016 2019-09-11 19:44:39,984 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:39,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=2189i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2189",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=2189i,max.MISSES=0i,max.RATIO=100.0 1568231079411358208 2019-09-11 19:44:40,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1806 0 0 100.0% 14 161\n' 2019-09-11 19:44:40,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:40,081 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:44:40,082 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1793i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1793",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1793i,max.MISSES=0i,max.RATIO=100.0 1568231074474636032 2019-09-11 19:44:40,178 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:40,179 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=4i,average.HITS=27450i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="27450",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=4i,max.HITS=27450i,max.MISSES=0i,max.RATIO=100.0 1568231076678419200 2019-09-11 19:44:40,277 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:40,278 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1691i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1691",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1691i,max.MISSES=0i,max.RATIO=100.0 1568231078874375936 2019-09-11 19:44:40,413 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:40,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568231075814359808 2019-09-11 19:44:40,506 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:40,507 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568231078827596800 2019-09-11 19:44:40,560 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4035 0 0 100.0% 14 161\n' 2019-09-11 19:44:40,561 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:41,069 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=154 END 2019-09-11 19:44:41,070 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=155 START 2019-09-11 19:44:41,070 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:41,098 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:41,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:41,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:41,564 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=170 END 2019-09-11 19:44:41,565 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=171 START 2019-09-11 19:44:41,565 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:41,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:41,841 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=112 END 2019-09-11 19:44:41,841 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=113 START 2019-09-11 19:44:41,842 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:41,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:41,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:42,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1683 0 0 100.0% 14 161\n' 2019-09-11 19:44:42,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:42,858 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2960 0 0 100.0% 14 161\n' 2019-09-11 19:44:42,862 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:43,424 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=155 END 2019-09-11 19:44:43,425 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=156 START 2019-09-11 19:44:43,425 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:43,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:43,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:43,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:43,863 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=171 END 2019-09-11 19:44:43,864 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=172 START 2019-09-11 19:44:43,864 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:43,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:44,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:44,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:44,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1727 0 0 100.0% 14 161\n' 2019-09-11 19:44:44,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:45,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1767 0 0 100.0% 14 161\n' 2019-09-11 19:44:45,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:45,605 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:45,607 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4035i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4035",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4035i,max.MISSES=0i,max.RATIO=100.0 1568231081564348928 2019-09-11 19:44:45,704 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:45,705 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2960i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2960",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2960i,max.MISSES=0i,max.RATIO=100.0 1568231083863539968 2019-09-11 19:44:45,750 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=156 END 2019-09-11 19:44:45,750 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=157 START 2019-09-11 19:44:45,751 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:45,800 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:44:45,801 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1806i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1806i,max.MISSES=0i,max.RATIO=100.0 1568231081069556992 2019-09-11 19:44:45,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:45,901 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:45,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1683i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1683i,max.MISSES=0i,max.RATIO=100.0 1568231083424574976 2019-09-11 19:44:46,002 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:46,003 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1727i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1727",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1727i,max.MISSES=0i,max.RATIO=100.0 1568231085750102016 2019-09-11 19:44:46,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:46,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:46,119 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:46,120 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.087 1568231081841125888 2019-09-11 19:44:46,160 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=172 END 2019-09-11 19:44:46,160 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=173 START 2019-09-11 19:44:46,160 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:46,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:46,435 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:46,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:47,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1798 2 1 99.9% 14 161\n' 2019-09-11 19:44:47,090 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:47,448 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1831 0 0 100.0% 14 161\n' 2019-09-11 19:44:47,453 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:48,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=157 END 2019-09-11 19:44:48,094 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=158 START 2019-09-11 19:44:48,094 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:48,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:48,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:48,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:48,456 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=173 END 2019-09-11 19:44:48,456 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=174 START 2019-09-11 19:44:48,457 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:48,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:48,733 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:48,734 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:49,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1699 0 0 100.0% 14 161\n' 2019-09-11 19:44:49,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:49,744 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1783 2 1 99.9% 14 161\n' 2019-09-11 19:44:49,749 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:50,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=158 END 2019-09-11 19:44:50,427 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=159 START 2019-09-11 19:44:50,427 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:50,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:50,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:50,703 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:50,752 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=174 END 2019-09-11 19:44:50,752 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=175 START 2019-09-11 19:44:50,753 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:50,763 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:51,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:51,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:51,216 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:44:51,217 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1767i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1767",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1767i,max.MISSES=0i,max.RATIO=100.0 1568231086159943168 2019-09-11 19:44:51,317 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:51,318 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1831i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1831i,max.MISSES=0i,max.RATIO=100.0 1568231088456238080 2019-09-11 19:44:51,411 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:51,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1783i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1783",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1783i,max.MISSES=2i,max.RATIO=99.9 1568231090752203008 2019-09-11 19:44:51,516 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:51,517 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1798i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1798",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1798i,max.MISSES=2i,max.RATIO=99.9 1568231088093136128 2019-09-11 19:44:51,611 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:51,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1699i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1699",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1699i,max.MISSES=0i,max.RATIO=100.0 1568231090426630912 2019-09-11 19:44:51,752 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1703 0 0 100.0% 14 161\n' 2019-09-11 19:44:51,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:52,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1794 0 0 100.0% 14 161\n' 2019-09-11 19:44:52,041 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:52,775 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=159 END 2019-09-11 19:44:52,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=160 START 2019-09-11 19:44:52,776 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:52,847 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:52,858 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-76e29670' timeout 2019-09-11 19:44:52,859 [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-11 19:44:53,044 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=175 END 2019-09-11 19:44:53,044 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=176 START 2019-09-11 19:44:53,045 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:53,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:53,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:53,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:53,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:53,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:53,860 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=113 END 2019-09-11 19:44:53,861 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=114 START 2019-09-11 19:44:53,861 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:54,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1809 0 0 100.0% 14 161\n' 2019-09-11 19:44:54,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:54,332 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2960 0 0 100.0% 14 161\n' 2019-09-11 19:44:54,337 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:54,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.322' 2019-09-11 19:44:55,110 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=160 END 2019-09-11 19:44:55,110 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=161 START 2019-09-11 19:44:55,111 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:55,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:55,340 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=176 END 2019-09-11 19:44:55,341 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=177 START 2019-09-11 19:44:55,341 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:55,351 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:55,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:55,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:55,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:55,620 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:56,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1728 0 0 100.0% 14 161\n' 2019-09-11 19:44:56,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:56,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2121 0 0 100.0% 14 161\n' 2019-09-11 19:44:56,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:56,717 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:56,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1794i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1794",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1794i,max.MISSES=0i,max.RATIO=100.0 1568231093044250880 2019-09-11 19:44:56,813 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:56,814 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2960i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2960",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2960i,max.MISSES=0i,max.RATIO=100.0 1568231095340368896 2019-09-11 19:44:56,874 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=114 END 2019-09-11 19:44:56,875 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=115 START 2019-09-11 19:44:56,875 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:56,911 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:56,913 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1703i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1703",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1703i,max.MISSES=0i,max.RATIO=100.0 1568231092775932928 2019-09-11 19:44:57,016 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44: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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1809i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1809",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1809i,max.MISSES=0i,max.RATIO=100.0 1568231095110205952 2019-09-11 19:44:57,130 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:44:57,131 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=999999.0 1568231093860705024 2019-09-11 19:44:57,228 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:44:57,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.322 1568231096874521088 2019-09-11 19:44:57,441 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=161 END 2019-09-11 19:44:57,441 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=162 START 2019-09-11 19:44:57,442 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:57,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:57,636 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=177 END 2019-09-11 19:44:57,637 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=178 START 2019-09-11 19:44:57,637 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:57,650 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:57,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:57,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:44:57,916 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:44:57,922 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:44:57,925 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.484' 2019-09-11 19:44:58,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1775 2 1 99.9% 14 161\n' 2019-09-11 19:44:58,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:58,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3670 0 0 100.0% 14 161\n' 2019-09-11 19:44:58,933 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:44:59,775 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=162 END 2019-09-11 19:44:59,775 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=163 START 2019-09-11 19:44:59,776 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:59,854 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:44:59,929 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=115 END 2019-09-11 19:44:59,930 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=116 START 2019-09-11 19:44:59,930 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:44:59,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=178 END 2019-09-11 19:44:59,941 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=179 START 2019-09-11 19:44:59,941 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:44:59,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:00,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:00,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:00,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:00,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:00,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.127' 2019-09-11 19:45:01,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1731 0 0 100.0% 14 161\n' 2019-09-11 19:45:01,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:01,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5255 2 1 100.0% 14 161\n' 2019-09-11 19:45:01,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:01,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19905770 , "packets_per_second":999950, "flows":1001000, "errors":0 }\n' 2019-09-11 19:45:01,700 [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-11 19:45:01,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'16049416' 2019-09-11 19:45:01,714 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 3856354 - Lost ppm 193731 2019-09-11 19:45:01,715 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 193731 > sla_max_ppm 1000; ',) 2019-09-11 19:45:02,092 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=163 END 2019-09-11 19:45:02,092 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=164 START 2019-09-11 19:45:02,093 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:02,103 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:02,228 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=179 END 2019-09-11 19:45:02,229 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=180 START 2019-09-11 19:45:02,229 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:02,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:02,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:02,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:02,331 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:45:02,332 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2121i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2121",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2121i,max.MISSES=0i,max.RATIO=100.0 1568231097636380928 2019-09-11 19:45:02,372 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:02,373 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:02,430 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:02,431 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3670i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3670",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3670i,max.MISSES=0i,max.RATIO=100.0 1568231099940644864 2019-09-11 19:45:02,531 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:02,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=5255i,average.MISSES=2i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="5255",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=5255i,max.MISSES=2i,max.RATIO=100.0 1568231102228910848 2019-09-11 19:45:02,626 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:45:02,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1728i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1728i,max.MISSES=0i,max.RATIO=100.0 1568231097441328896 2019-09-11 19:45:02,719 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15174 seq=1 END 2019-09-11 19:45:02,719 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15174 seq=2 START 2019-09-11 19:45:02,720 [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-11 19:45:02,728 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:02,729 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1775i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1775",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1775i,max.MISSES=2i,max.RATIO=99.9 1568231099775148032 2019-09-11 19:45:02,736 [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-11 19:45:02,835 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:02,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1731i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1731i,max.MISSES=0i,max.RATIO=100.0 1568231102092293888 2019-09-11 19:45:02,935 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:02,935 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.484 1568231099929636096 2019-09-11 19:45:02,942 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=116 END 2019-09-11 19:45:02,943 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=117 START 2019-09-11 19:45:02,943 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:45:03,038 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:03,039 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.127 1568231102942888960 2019-09-11 19:45:03,283 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9232 2 9 100.0% 14 161\n' 2019-09-11 19:45:03,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:03,378 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 8868 0 3 100.0% 14 161\n' 2019-09-11 19:45:03,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:03,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-11 19:45:04,288 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=164 END 2019-09-11 19:45:04,289 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=165 START 2019-09-11 19:45:04,289 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:04,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:04,382 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=180 END 2019-09-11 19:45:04,383 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=181 START 2019-09-11 19:45:04,383 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:04,392 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:04,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:04,473 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:04,526 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:04,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:05,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1762 0 0 100.0% 14 161\n' 2019-09-11 19:45:05,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:05,532 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 60280 0 0 100.0% 14 161\n' 2019-09-11 19:45:05,538 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:05,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=117 END 2019-09-11 19:45:05,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=118 START 2019-09-11 19:45:05,957 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:45:06,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=165 END 2019-09-11 19:45:06,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=166 START 2019-09-11 19:45:06,495 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:06,540 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=181 END 2019-09-11 19:45:06,541 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=182 START 2019-09-11 19:45:06,541 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:06,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:06,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:06,740 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:06,741 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:06,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:06,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:06,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-11 19:45:07,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1741 0 0 100.0% 14 161\n' 2019-09-11 19:45:07,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:07,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3981 0 0 100.0% 14 161\n' 2019-09-11 19:45:07,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:08,151 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:08,152 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999950i,packets_received=16049416i,packets_sent=19905770i,packetsize=64i,ppm=193731.0 1568231102718445056 2019-09-11 19:45:08,245 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:08,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=8868i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="8868",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=8868i,max.MISSES=0i,max.RATIO=100.0 1568231104382850048 2019-09-11 19:45:08,387 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:08,388 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=60280i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="60280",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=60280i,max.MISSES=0i,max.RATIO=100.0 1568231106540631040 2019-09-11 19:45:08,481 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:08,482 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=9i,average.HITS=9232i,average.MISSES=2i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="9",cachestat.cache0.HITS="9232",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=9i,max.HITS=9232i,max.MISSES=2i,max.RATIO=100.0 1568231104288652800 2019-09-11 19:45:08,582 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:08,583 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1762i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1762i,max.MISSES=0i,max.RATIO=100.0 1568231106494176000 2019-09-11 19:45:08,709 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:08,709 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.081 1568231105956187904 2019-09-11 19:45:08,810 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=166 END 2019-09-11 19:45:08,811 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=167 START 2019-09-11 19:45:08,811 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:08,832 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=182 END 2019-09-11 19:45:08,833 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=183 START 2019-09-11 19:45:08,833 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:08,846 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:08,846 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:08,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=118 END 2019-09-11 19:45:08,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=119 START 2019-09-11 19:45:08,971 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:45:09,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:09,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:09,114 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:09,115 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:09,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-11 19:45:10,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1801 0 0 100.0% 14 161\n' 2019-09-11 19:45:10,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:10,124 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4061 0 0 100.0% 14 161\n' 2019-09-11 19:45:10,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:11,110 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=167 END 2019-09-11 19:45:11,110 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=168 START 2019-09-11 19:45:11,111 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:11,132 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=183 END 2019-09-11 19:45:11,133 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=184 START 2019-09-11 19:45:11,133 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:11,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:11,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:11,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB\n' 2019-09-11 19:45:11,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:11,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:11,994 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=119 END 2019-09-11 19:45:11,995 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=120 START 2019-09-11 19:45:11,995 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:45:12,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1819 0 0 100.0% 14 161\n' 2019-09-11 19:45:12,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:12,386 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:45:12,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3000 1 1 100.0% 14 161\n' 2019-09-11 19:45:12,426 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:13,006 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-11 19:45:13,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=168 END 2019-09-11 19:45:13,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=169 START 2019-09-11 19:45:13,410 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:13,428 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=184 END 2019-09-11 19:45:13,429 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=185 START 2019-09-11 19:45:13,429 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:13,440 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:13,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:13,632 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:13,633 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:13,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:13,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:13,805 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:45:13,806 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3981i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3981",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3981i,max.MISSES=0i,max.RATIO=100.0 1568231108832603904 2019-09-11 19:45:13,907 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:13,908 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4061i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4061",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4061i,max.MISSES=0i,max.RATIO=100.0 1568231111132569088 2019-09-11 19:45:14,016 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=3000i,average.MISSES=1i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="3000",cachestat.cache0.MISSES="1",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=3000i,max.MISSES=1i,max.RATIO=100.0 1568231113428700928 2019-09-11 19:45:14,110 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:45:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1741i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1741i,max.MISSES=0i,max.RATIO=100.0 1568231108810859008 2019-09-11 19:45:14,213 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1801i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1801i,max.MISSES=0i,max.RATIO=100.0 1568231111110213120 2019-09-11 19:45:14,317 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:14,318 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1819i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1819",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1819i,max.MISSES=0i,max.RATIO=100.0 1568231113409966848 2019-09-11 19:45:14,426 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.099 1568231108970055168 2019-09-11 19:45:14,526 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:14,527 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.108 1568231111994569984 2019-09-11 19:45:14,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1778 0 0 100.0% 14 161\n' 2019-09-11 19:45:14,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:14,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:45:14,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2208 0 0 100.0% 14 161\n' 2019-09-11 19:45:14,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:15,010 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=120 END 2019-09-11 19:45:15,011 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=121 START 2019-09-11 19:45:15,011 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:45:15,698 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=169 END 2019-09-11 19:45:15,699 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=170 START 2019-09-11 19:45:15,699 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:15,720 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=185 END 2019-09-11 19:45:15,721 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=186 START 2019-09-11 19:45:15,721 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:15,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:15,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:15,925 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:15,926 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:15,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:15,999 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:16,022 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-11 19:45:16,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1716 2 1 99.9% 14 161\n' 2019-09-11 19:45:16,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:17,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4074 0 0 100.0% 14 161\n' 2019-09-11 19:45:17,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:17,990 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=170 END 2019-09-11 19:45:17,991 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=171 START 2019-09-11 19:45:17,991 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:18,016 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=186 END 2019-09-11 19:45:18,017 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=187 START 2019-09-11 19:45:18,017 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:18,025 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=121 END 2019-09-11 19:45:18,026 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=122 START 2019-09-11 19:45:18,026 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:45:18,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:18,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:18,220 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:18,221 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:18,294 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:18,295 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:19,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:45:19,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1818 0 0 100.0% 14 161\n' 2019-09-11 19:45:19,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:19,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3990 0 0 100.0% 14 161\n' 2019-09-11 19:45:19,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:19,620 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:19,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2208i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2208",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2208i,max.MISSES=0i,max.RATIO=100.0 1568231115720862976 2019-09-11 19:45:19,731 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:19,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4074i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4074",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4074i,max.MISSES=0i,max.RATIO=100.0 1568231118016758016 2019-09-11 19:45:19,826 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:19,827 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1778i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1778",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1778i,max.MISSES=0i,max.RATIO=100.0 1568231115698929920 2019-09-11 19:45:19,953 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:19,954 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1716i,average.MISSES=2i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1716",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1716i,max.MISSES=2i,max.RATIO=99.9 1568231117990562816 2019-09-11 19:45:20,047 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:20,047 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.104 1568231115010701824 2019-09-11 19:45:20,141 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:20,141 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.088 1568231118025545984 2019-09-11 19:45:20,292 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=171 END 2019-09-11 19:45:20,293 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=172 START 2019-09-11 19:45:20,293 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:20,312 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=187 END 2019-09-11 19:45:20,313 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=188 START 2019-09-11 19:45:20,313 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:20,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:20,328 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:20,521 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:20,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:20,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:20,595 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:21,042 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=122 END 2019-09-11 19:45:21,043 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=123 START 2019-09-11 19:45:21,043 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:45:21,562 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1799 0 0 100.0% 14 161\n' 2019-09-11 19:45:21,568 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:21,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2867 0 0 100.0% 14 161\n' 2019-09-11 19:45:21,610 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:22,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:45:22,590 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=172 END 2019-09-11 19:45:22,590 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=173 START 2019-09-11 19:45:22,590 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:22,613 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=188 END 2019-09-11 19:45:22,614 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=189 START 2019-09-11 19:45:22,615 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:22,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:22,628 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:22,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:22,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:22,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:22,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:23,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1714 0 0 100.0% 14 161\n' 2019-09-11 19:45:23,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:23,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-11 19:45:23,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2181 0 0 100.0% 14 161\n' 2019-09-11 19:45:23,902 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:24,058 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=123 END 2019-09-11 19:45:24,059 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=124 START 2019-09-11 19:45:24,059 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:45:24,885 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=173 END 2019-09-11 19:45:24,886 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15121 seq=174 START 2019-09-11 19:45:24,886 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:24,906 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=189 END 2019-09-11 19:45:24,906 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=190 START 2019-09-11 19:45:24,907 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:24,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:24,921 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:25,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:25,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:25,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:45:25,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:25,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:45:25,236 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:45:25,237 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=3990i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3990",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=3990i,max.MISSES=0i,max.RATIO=100.0 1568231120312555008 2019-09-11 19:45:25,332 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:25,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2867i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2867",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2867i,max.MISSES=0i,max.RATIO=100.0 1568231122613667072 2019-09-11 19:45:25,428 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:25,429 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=2181i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2181",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=2181i,max.MISSES=0i,max.RATIO=100.0 1568231124906200832 2019-09-11 19:45:25,524 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:45:25,525 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1818i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1818",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1818i,max.MISSES=0i,max.RATIO=100.0 1568231120292856832 2019-09-11 19:45:25,620 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:25,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1799i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",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=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1799i,max.MISSES=0i,max.RATIO=100.0 1568231122590071040 2019-09-11 19:45:25,714 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:25,715 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1714i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1714",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1714i,max.MISSES=0i,max.RATIO=100.0 1568231124885856000 2019-09-11 19:45:25,814 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:45:25,815 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568231121042889984 2019-09-11 19:45:25,909 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:25,910 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568231124058785024 2019-09-11 19:45:25,927 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19991355 , "packets_per_second":999674, "flows":1001000, "errors":0 }\n' 2019-09-11 19:45:25,929 [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-11 19:45:25,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17471374' 2019-09-11 19:45:25,943 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2519981 - Lost ppm 126054 2019-09-11 19:45:25,944 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 126054 > sla_max_ppm 1000; ',) 2019-09-11 19:45:26,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 14827 0 1 100.0% 14 161\n' 2019-09-11 19:45:26,061 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:26,100 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6558 0 4 100.0% 14 161\n' 2019-09-11 19:45:26,103 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:26,945 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15174 seq=2 END 2019-09-11 19:45:26,946 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:45:26,946 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:45:26,946 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:45:26,983 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:26,984 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999674i,packets_received=17471374i,packets_sent=19991355i,packetsize=64i,ppm=126054.0 1568231126945425152 2019-09-11 19:45:27,063 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=190 END 2019-09-11 19:45:27,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15120 seq=191 START 2019-09-11 19:45:27,064 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-11 19:45:27,071 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=124 END 2019-09-11 19:45:27,072 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15122 seq=125 START 2019-09-11 19:45:27,072 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-11 19:45:27,072 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-11 19:45:27,077 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:45:27,077 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:27,078 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=14827i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="14827",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=14827i,max.MISSES=0i,max.RATIO=100.0 1568231127063416064 2019-09-11 19:45:27,105 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15121 seq=174 END 2019-09-11 19:45:27,106 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:45:27,107 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 19:45:27,107 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:45:27,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-11 19:45:27,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-11 19:45:28,113 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.134' 2019-09-11 19:45:28,213 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4007 0 0 100.0% 14 161\n' 2019-09-11 19:45:28,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-11 19:45:29,217 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15120 seq=191 END 2019-09-11 19:45:29,218 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:45:29,219 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 19:45:29,219 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:45:29,241 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=4007i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4007",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=4007i,max.MISSES=0i,max.RATIO=100.0 1568231129217776896 2019-09-11 19:45:29,351 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:29,353 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter average.BUFFERS_MB=14i,average.CACHE_MB=161i,average.DIRTIES=4i,average.HITS=6558i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="14",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="6558",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=14i,max.CACHE_MB=161i,max.DIRTIES=4i,max.HITS=6558i,max.MISSES=0i,max.RATIO=100.0 1568231127105870848 2019-09-11 19:45:29,457 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568231127071580928 2019-09-11 19:45:30,117 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15122 seq=125 END 2019-09-11 19:45:30,117 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:45:30,118 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 19:45:30,118 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:45:30,173 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:45:30,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.134 1568231130117211136 2019-09-11 19:45:30,271 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc071" SUCCESS!!! 2019-09-11 19:45:30,271 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC071-76e29670' START 2019-09-11 19:45:56,998 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC071-76e29670' DONE 2019-09-11 19:45:56,998 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc071.yaml finished in 498 secs 2019-09-11 19:45:56,999 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC072-76e29670' START 2019-09-11 19:45:57,094 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC072-76e29670' created 2019-09-11 19:45:57,094 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC072-76e29670-key' 2019-09-11 19:45:57,095 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC072-76e29670-secgroup' 2019-09-11 19:45:57,095 [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-11 19:45:57,096 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC072-76e29670-test' 2019-09-11 19:45:57,096 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC072-76e29670-test-subnet' in network 'yardstick-TC072-76e29670-test', cidr '10.0.1.0/24' 2019-09-11 19:45:57,096 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC072-76e29670-test-router', gw-net:'floating_net' 2019-09-11 19:45:57,097 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC072-76e29670-test-router-if0' router:'yardstick-TC072-76e29670-test-router', subnet:'yardstick-TC072-76e29670-test-subnet' 2019-09-11 19:45:57,097 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC072-76e29670-test-subnet', 'yardstick-TC072-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC072-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC072-76e29670-test-subnet'}}], 'name': 'demeter.yardstick-TC072-76e29670-test-port', 'security_groups': ['yardstick-TC072-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:45:57,098 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.yardstick-TC072-76e29670-fip', network 'floating_net', port 'demeter.yardstick-TC072-76e29670-test-port', rif 'yardstick-TC072-76e29670-test-router-if0' 2019-09-11 19:45:57,098 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.yardstick-TC072-76e29670-fip-assoc', server 'demeter.yardstick-TC072-76e29670-test-port', floating_ip 'demeter.yardstick-TC072-76e29670-fip' 2019-09-11 19:45:57,098 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.yardstick-TC072-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.yardstick-TC072-76e29670-test-port'] 2019-09-11 19:45:57,099 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC072-76e29670-test-subnet', 'yardstick-TC072-76e29670-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC072-76e29670-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC072-76e29670-test-subnet'}}], 'name': 'poseidon.yardstick-TC072-76e29670-test-port', 'security_groups': ['yardstick-TC072-76e29670-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-11 19:45:57,099 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'poseidon.yardstick-TC072-76e29670-fip', network 'floating_net', port 'poseidon.yardstick-TC072-76e29670-test-port', rif 'yardstick-TC072-76e29670-test-router-if0' 2019-09-11 19:45:57,099 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'poseidon.yardstick-TC072-76e29670-fip-assoc', server 'poseidon.yardstick-TC072-76e29670-test-port', floating_ip 'poseidon.yardstick-TC072-76e29670-fip' 2019-09-11 19:45:57,099 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'poseidon.yardstick-TC072-76e29670', image 'yardstick-image', flavor 'yardstick-flavor', ports ['poseidon.yardstick-TC072-76e29670-test-port'] 2019-09-11 19:45:57,100 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC072-76e29670' START 2019-09-11 19:46:26,776 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC072-76e29670' DONE in 29 secs 2019-09-11 19:46:27,278 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC072-76e29670' DONE 2019-09-11 19:46:27,279 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:46:27,279 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', '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-76e29670', 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-11 19:46:27,281 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:46:27,289 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:46:27,290 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': '76e29670-6bff-4953-91dd-1afaede529f3', '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-76e29670', 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-11 19:46:27,293 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:46:27,293 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:46:27,294 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:46:27,296 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-11 19:46:27,300 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:46:27,302 [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-11 19:46:27,303 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-11 19:46:27,303 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:46:27,304 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:46:27,306 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.123 2019-09-11 19:46:27,311 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:46:27,315 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:46:27,315 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-11 19:46:27,315 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-11 19:46:27,318 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-11 19:46:27,322 [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-11 19:46:27,325 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:46:27,326 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.123 2019-09-11 19:46:27,327 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.123 2019-09-11 19:46:28,305 [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-11 19:46:28,310 [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-11 19:46:28,325 [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-11 19:46:28,332 [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-11 19:46:29,307 [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-11 19:46:29,327 [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-11 19:46:30,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.119')",) 2019-09-11 19:46:30,314 [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-11 19:46:30,329 [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-11 19:46:30,336 [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-11 19:46:31,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.119')",) 2019-09-11 19:46:31,332 [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-11 19:46:32,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.119')",) 2019-09-11 19:46:32,316 [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-11 19:46:32,334 [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-11 19:46:32,339 [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-11 19:46:33,349 [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.123')",) 2019-09-11 19:46:33,349 [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.123')",) 2019-09-11 19:46:33,370 [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-11 19:46:33,370 [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-11 19:46:34,351 [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.123')",) 2019-09-11 19:46:34,351 [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.123')",) 2019-09-11 19:46:35,354 [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.123')",) 2019-09-11 19:46:35,354 [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.123')",) 2019-09-11 19:46:35,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:46:35,955 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=1 START 2019-09-11 19:46:35,956 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:46:35,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:46:35,971 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=1 START 2019-09-11 19:46:35,972 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:46:36,169 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:46:36,357 [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.123')",) 2019-09-11 19:46:36,357 [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.123')",) 2019-09-11 19:46:37,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.556' 2019-09-11 19:46:37,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:46:36 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:37 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:37 ens3 37.76 35.71 4.06 3.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:37,359 [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.123')",) 2019-09-11 19:46:37,359 [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.123')",) 2019-09-11 19:46:38,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:46:37 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:38 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:38 ens3 4.95 2.97 0.42 0.78 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:38,362 [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.123')",) 2019-09-11 19:46:38,362 [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.123')",) 2019-09-11 19:46:39,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=1 END 2019-09-11 19:46:39,065 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=2 START 2019-09-11 19:46:39,065 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:46:39,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:46:38 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:39 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:39 ens3 6.00 6.00 0.53 0.76 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:39,364 [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.123')",) 2019-09-11 19:46:39,364 [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.123')",) 2019-09-11 19:46:40,074 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.184' 2019-09-11 19:46:40,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:46:39 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:40 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:40 ens3 4.12 3.09 1.20 0.76 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:40,367 [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.123')",) 2019-09-11 19:46:40,367 [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.123')",) 2019-09-11 19:46:41,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:46:40 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:41 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:41 ens3 57.78 56.67 5.23 5.71 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:41,369 [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.123')",) 2019-09-11 19:46:41,369 [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.123')",) 2019-09-11 19:46:42,078 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=2 END 2019-09-11 19:46:42,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=3 START 2019-09-11 19:46:42,079 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:46:42,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:46:41 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:42 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:42 ens3 6.00 5.00 0.55 0.72 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:42,321 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:46:42,323 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.556 1568231199063653120 2019-09-11 19:46:42,372 [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.123')",) 2019-09-11 19:46:42,372 [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.123')",) 2019-09-11 19:46:42,466 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:46:42,467 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.184 1568231202078548992 2019-09-11 19:46:43,088 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.147' 2019-09-11 19:46:43,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:46:42 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:43 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:43 ens3 4.95 2.97 1.20 0.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:44,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:46:43 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:44 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:44 ens3 4.30 3.23 0.38 0.85 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:44,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:46:44,657 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=1 START 2019-09-11 19:46:44,658 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:46:44,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:46:44,678 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-11 19:46:44,679 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-11 19:46:44,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/19 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:46:44,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:46:45,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=3 END 2019-09-11 19:46:45,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=4 START 2019-09-11 19:46:45,094 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:46:45,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:46:44 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:45 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:45 ens3 22.00 27.00 3.46 5.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:45,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:46:44 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:45 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:45 ens3 32.67 32.67 2.80 3.01 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:46,103 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.125' 2019-09-11 19:46:46,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n19:46:45 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:46 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:46 ens3 5.05 4.04 2.48 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 14.91 14.30 1.92 1.90 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:46,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:46:45 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:46 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:46 ens3 2.00 2.00 0.20 0.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:47,176 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=1 END 2019-09-11 19:46:47,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=2 START 2019-09-11 19:46:47,177 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:46:47,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:46:47,566 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:46:47,568 [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=76e29670-6bff-4953-91dd-1afaede529f3,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="14.91",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.90",network_utilization_average.ens3.txpck/s="14.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="2.48",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="0.82",network_utilization_maximun.ens3.txpck/s="4.04",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="2.48",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="0.82",network_utilization_minimum.ens3.txpck/s="4.04",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" 1568231207175709952 2019-09-11 19:46:47,666 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:46:47,667 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.147 1568231205093209088 2019-09-11 19:46:47,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:46:46 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:47 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:47 ens3 51.52 51.52 4.56 5.01 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:48,044 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15183 seq=1 START 2019-09-11 19:46:48,045 [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-11 19:46:48,087 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 1 64 20 1 1000000 2019-09-11 19:46:48,107 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=4 END 2019-09-11 19:46:48,107 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=5 START 2019-09-11 19:46:48,108 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:46:48,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:48 PM ens3 10.00 9.00 1.10 1.11 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:48,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:46:47 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:48 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:48 ens3 6.93 7.92 0.79 1.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:49,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.131' 2019-09-11 19:46:49,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:49 PM ens3 5.10 4.08 1.28 0.85 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:49,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:46:48 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:49 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:49 ens3 3.00 3.00 0.30 0.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:50,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:50 PM ens3 5.00 3.00 0.45 0.65 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:50,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:46:49 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:50 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:50 ens3 925811.48 3.28 57863.27 0.85 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:51,153 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=5 END 2019-09-11 19:46:51,154 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=6 START 2019-09-11 19:46:51,154 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:46:51,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:51 PM ens3 3.96 867537.62 0.46 54221.84 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:51,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:46:50 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:51 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:51 ens3 3306580.00 3.33 206661.26 0.32 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:52,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-11 19:46:52,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:52 PM ens3 5.00 1000017.00 1.22 62501.56 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:52,769 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:46:52,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.125 1568231208107155968 2019-09-11 19:46:52,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:46:51 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:52 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:52 ens3 3019381.82 6.06 188711.60 2.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:52,881 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:46:52,881 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.131 1568231211153684992 2019-09-11 19:46:53,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:53 PM ens3 4.00 1000013.00 0.35 62501.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:53,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:46:52 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:53 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:53 ens3 3035419.35 3.23 189713.72 0.45 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:54,167 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=6 END 2019-09-11 19:46:54,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=7 START 2019-09-11 19:46:54,168 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:46:54,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:54 PM ens3 163.00 999921.00 13.10 62498.34 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:54,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n19:46:53 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n19:46:54 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n19:46:54 ens3 3121712.50 3.12 195107.04 1.32 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 653072.53 15.12 40817.43 1.80 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:55,179 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-11 19:46:55,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:55 PM ens3 5.05 1010381.82 1.24 63149.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:55,896 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=1 END 2019-09-11 19:46:55,897 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=2 START 2019-09-11 19:46:55,897 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:46:55,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:46:56,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:56 PM ens3 5.00 1000014.00 0.39 62501.39 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:56,986 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:46:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:56 PM ens3 3109400.00 0.00 194337.50 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:57,183 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=7 END 2019-09-11 19:46:57,184 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=8 START 2019-09-11 19:46:57,184 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:46:57,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:57 PM ens3 3.00 1000016.00 0.37 62501.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 20.94 689026.85 2.00 43064.99 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:57,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:46:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:57 PM ens3 3095396.88 3.12 193462.31 0.59 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:57,996 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:46:57,998 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="40817.43",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="653072.53",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.80",network_utilization_average.ens3.txpck/s="15.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="195107.04",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="3121712.50",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.32",network_utilization_maximun.ens3.txpck/s="3.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="195107.04",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="3121712.50",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.32",network_utilization_minimum.ens3.txpck/s="3.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" 1568231215896125952 2019-09-11 19:46:58,092 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:46:58,093 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.07 1568231214167452160 2019-09-11 19:46:58,186 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:46:58,187 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.092 1568231217183476992 2019-09-11 19:46:58,193 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=2 END 2019-09-11 19:46:58,193 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=3 START 2019-09-11 19:46:58,194 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:46:58,195 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-11 19:46:58,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:46:58,986 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:46:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:58 PM ens3 2994493.94 9.09 187156.08 2.99 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:59,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:59 PM ens3 3.00 1001140.00 0.29 62571.55 0.00 0.00 0.00 0.00\n' 2019-09-11 19:46:59,986 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:46:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:46:59 PM lo 0.00 0.00' 2019-09-11 19:46:59,987 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 0.00\n07:46:59 PM ens3 3113043.75 3.12 194565.24 0.13 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:00,199 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=8 END 2019-09-11 19:47:00,200 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=9 START 2019-09-11 19:47:00,200 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:00,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:46:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:00 PM ens3 4.00 1275782.00 0.43 79736.92 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:00,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:46:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:00 PM ens3 1918756.25 4.17 119922.27 1.44 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:01,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:01 PM ens3 2.30 831593.10 1.10 51974.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:01,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-11 19:47:01,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:01 PM ens3 2210097.67 376.74 138137.65 31.38 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:02,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:02 PM ens3 3.23 1076115.05 0.29 67257.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:02,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:02 PM ens3 3298080.00 3.33 206130.01 0.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:03,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:03 PM ens3 4.00 1000019.00 0.35 62501.72 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:03,219 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=9 END 2019-09-11 19:47:03,220 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=10 START 2019-09-11 19:47:03,220 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:03,281 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:03,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=76e29670-6bff-4953-91dd-1afaede529f3,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.94",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="43064.99",network_utilization_average.ens3.txpck/s="689026.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="0.37",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="3.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62501.43",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.37",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="3.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62501.43",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" 1568231218193038848 2019-09-11 19:47:03,390 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:47:03,391 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.086 1568231220199752960 2019-09-11 19:47:03,485 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:03,486 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.07 1568231223219712000 2019-09-11 19:47:03,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:03 PM ens3 3002454.55 3.03 187653.42 1.28 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:04,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:04 PM ens3 4.00 1000017.00 0.43 62501.60 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:04,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-11 19:47:04,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:04 PM ens3 3019206.06 6.06 188700.62 2.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:05,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:05 PM ens3 4.00 991372.00 1.16 61961.25 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:05,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:05 PM ens3 2690783.33 2.78 168173.96 0.39 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:05,991 [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 2780253.12 49.43 173766.67 4.80 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:06,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:06 PM ens3 4.08 1030519.39 0.36 64408.01 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:06,235 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=10 END 2019-09-11 19:47:06,236 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=11 START 2019-09-11 19:47:06,236 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:06,997 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=2 END 2019-09-11 19:47:06,998 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=3 START 2019-09-11 19:47:06,998 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:47:07,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:47:07,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:07 PM ens3 4.00 1000017.00 0.43 62501.60 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:07,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:47:08,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:07 PM ens3 3005148.48 3.03 187822.01 0.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:08,210 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:08 PM ens3 4.00 1000014.00 1.16 62501.38 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 3.68 1022754.91 0.60 63922.68 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:08,599 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:08,601 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="173766.67",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2780253.12",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="4.80",network_utilization_average.ens3.txpck/s="49.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="168173.96",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2690783.33",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.39",network_utilization_maximun.ens3.txpck/s="2.78",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="168173.96",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2690783.33",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.39",network_utilization_minimum.ens3.txpck/s="2.78",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" 1568231226997767936 2019-09-11 19:47:08,702 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:08,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.081 1568231226235708928 2019-09-11 19:47:09,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:08 PM ens3 3319077.27 4.55 207442.34 0.63 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:09,213 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=3 END 2019-09-11 19:47:09,214 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=4 START 2019-09-11 19:47:09,214 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:47:09,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:47:09,251 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=11 END 2019-09-11 19:47:09,252 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=12 START 2019-09-11 19:47:09,252 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:10,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:09 PM ens3 2885900.00 3.45 180368.76 1.46 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:10,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:10 PM ens3 4.08' 2019-09-11 19:47:10,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1022530.61 0.44 63908.47 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:10,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-11 19:47:11,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:10 PM ens3 256234.09 2.27 16014.72 0.96 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:11,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:11 PM ens3 4.88 89197.56 1.41 5575.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:11,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19991203 , "packets_per_second":999957, "flows":2, "errors":0 }\n' 2019-09-11 19:47:11,313 [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-11 19:47:11,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19235872' 2019-09-11 19:47:11,324 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 755331 - Lost ppm 37784 2019-09-11 19:47:11,325 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 37784 > sla_max_ppm 1000; ',) 2019-09-11 19:47:12,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:11 PM ens3 6.06 8.08 0.71 1.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:12,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:12 PM ens3 8.08 7.07 0.71 1.31 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:12,267 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=12 END 2019-09-11 19:47:12,268 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=13 START 2019-09-11 19:47:12,268 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:12,328 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15183 seq=1 END 2019-09-11 19:47:12,329 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15183 seq=2 START 2019-09-11 19:47:12,329 [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-11 19:47:12,340 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 1 64 20 1 1000000 2019-09-11 19:47:13,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:12 PM ens3 7.92 8.91 0.84 1.25 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:13,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:13 PM ens3 9.00 9.00 0.96 1.26 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:13,277 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-11 19:47:13,823 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:13,824 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2i,packets_per_second=999957i,packets_received=19235872i,packets_sent=19991203i,packetsize=64i,ppm=37784.0 1568231232328214784 2019-09-11 19:47:13,940 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:13,941 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.60",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="3.68",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="63922.68",network_utilization_average.ens3.txpck/s="1022754.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="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.38",network_utilization_maximun.ens3.txpck/s="1000014.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.38",network_utilization_minimum.ens3.txpck/s="1000014.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" 1568231229213676032 2019-09-11 19:47:14,057 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:47:14,057 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568231229251568128 2019-09-11 19:47:14,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:13 PM ens3 3.00 3.00 0.30 0.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:14,182 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:14,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.105 1568231232267702016 2019-09-11 19:47:14,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:14 PM ens3 5.00 4.00 1.26 0.79 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:15,281 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=13 END 2019-09-11 19:47:15,282 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=14 START 2019-09-11 19:47:15,282 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:15,695 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:15 PM ens3 411269.57 2.90 25704.40 0.75 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:15,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:15 PM ens3 12.31 436901.54 1.35 27307.28 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:16,697 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:16 PM ens3 2021585.90 1.28 126349.12 0.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:16,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:16 PM ens3 3.12 1742841.67 0.30 108928.19 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:16,755 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-11 19:47:17,701 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:17 PM ens3 2795123.26 4.65 174695.39 1.97 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 883206.34 4.53 55200.56 0.96 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:17,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:17 PM ens3 4.00 1180881.00 1.16 73805.56 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:18,706 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=3 END 2019-09-11 19:47:18,706 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=4 START 2019-09-11 19:47:18,706 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:47:18,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:18 PM ens3 4.00 1000017.00 0.35 62501.60 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:18,751 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:47:18,759 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=14 END 2019-09-11 19:47:18,760 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=15 START 2019-09-11 19:47:18,760 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:19,277 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:19,279 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="55200.56",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="883206.34",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="0.96",network_utilization_average.ens3.txpck/s="4.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="174695.39",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2795123.26",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.97",network_utilization_maximun.ens3.txpck/s="4.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="174695.39",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2795123.26",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.97",network_utilization_minimum.ens3.txpck/s="4.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" 1568231238705935104 2019-09-11 19:47:19,375 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:47:19,376 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.109 1568231235281502976 2019-09-11 19:47:19,473 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:19,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.108 1568231238759676928 2019-09-11 19:47:19,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:19 PM ens3 4.00 1000020.00 0.43 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.64 660986.60 0.81 41312.27 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:19,754 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:19 PM ens3 3028057.58 0.00 189253.60 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:19,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:47:20,734 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=4 END 2019-09-11 19:47:20,735 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=5 START 2019-09-11 19:47:20,735 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:47:20,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:47:20,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:20 PM ens3 2545933.33 5.13 159121.03 1.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:21,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:21 PM ens3 3.00 1004296.00 0.29 62768.80 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:21,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:21 PM ens3 2700794.44 5.56 168799.66 0.77 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:21,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=15 END 2019-09-11 19:47:21,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=16 START 2019-09-11 19:47:21,777 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:22,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:22 PM ens3 5.00 1000021.00 0.47 62501.83 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:22,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:22 PM ens3 2847594.29 2.86 177974.65 1.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:22,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.077' 2019-09-11 19:47:23,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:23 PM ens3 165.66 1010281.82 14.03 63145.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:23,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:23 PM ens3 2772516.67 5.56 173282.51 2.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:24,566 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:24,568 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.81",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.64",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="41312.27",network_utilization_average.ens3.txpck/s="660986.60",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.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.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.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" 1568231240734404096 2019-09-11 19:47:24,672 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:24,673 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568231241775922176 2019-09-11 19:47:24,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:24 PM ens3 4.00 1000021.00 0.35 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:24,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:24 PM ens3 2843708.57 2.86 177731.79 0.40 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:24,791 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=16 END 2019-09-11 19:47:24,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=17 START 2019-09-11 19:47:24,792 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:25,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:25 PM ens3 4.00 1000023.00 0.43 62501.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:25,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:25 PM ens3 2696986.49 2.70 168561.66 1.15 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:25,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-11 19:47:26,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:26 PM ens3 3.96 990119.80 1.15 61882.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:26,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:26 PM ens3 2930723.53 8.82 183170.43 2.90 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:27,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:27 PM ens3 4.00 1000019.00 0.35 62501.72 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:27,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:27 PM ens3 2930564.71 2.94 183160.30 0.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:27,807 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=17 END 2019-09-11 19:47:27,808 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=18 START 2019-09-11 19:47:27,808 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:28,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:28 PM ens3 6.00 1000020.00 0.53 62501.75 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:28,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:28 PM ens3 3019866.67 3.03 188741.67 1.28 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 2831035.03 3.89 176939.76 1.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:28,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-11 19:47:29,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:29 PM ens3 6.06 1010121.21 1.27 63133.04 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:29,763 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=4 END 2019-09-11 19:47:29,764 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=5 START 2019-09-11 19:47:29,764 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:47:29,774 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:29,776 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="176939.76",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2831035.03",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.21",network_utilization_average.ens3.txpck/s="3.89",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="188741.67",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="3019866.67",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.28",network_utilization_maximun.ens3.txpck/s="3.03",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="188741.67",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="3019866.67",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.28",network_utilization_minimum.ens3.txpck/s="3.03",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" 1568231249763418880 2019-09-11 19:47:29,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:47:29,871 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:47:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.077 1568231244791739904 2019-09-11 19:47:29,967 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:29,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.086 1568231247807862016 2019-09-11 19:47:30,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:30 PM ens3 4.00 1000017.00 0.35 62501.60 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.42 1001465.17 1.91 62592.34 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:30,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:30 PM ens3 2774202.78 0.00 173387.67 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:30,821 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=18 END 2019-09-11 19:47:30,821 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=19 START 2019-09-11 19:47:30,822 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:31,756 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=5 END 2019-09-11 19:47:31,757 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=6 START 2019-09-11 19:47:31,757 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:47:31,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:47:31,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:31 PM ens3 2835775.76 487.88 177244.28 40.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:31,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-11 19:47:32,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:32 PM ens3 2.97 993553.47 1.08 62097.36 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:32,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:32 PM ens3 2779883.33 5.56 173742.93 1.42 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:33,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:33 PM ens3 4.04 1010123.23 0.36 63133.24 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:33,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:33 PM ens3 2937223.53 2.94 183576.48 0.41 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:33,835 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=19 END 2019-09-11 19:47:33,836 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=20 START 2019-09-11 19:47:33,836 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:34,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:34 PM ens3 4.00 756399.00 0.43 47275.48 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:34,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:34 PM ens3 1294847.27 1.82 80927.96 0.77 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:34,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-11 19:47:35,064 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:35,065 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.42",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62592.34",network_utilization_average.ens3.txpck/s="1001465.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="0.35",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.60",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="0.35",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.60",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" 1568231251756294912 2019-09-11 19:47:35,176 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:47:35,177 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.086 1568231250821240064 2019-09-11 19:47:35,272 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:35,272 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.089 1568231253835808000 2019-09-11 19:47:35,537 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19935794 , "packets_per_second":999957, "flows":2, "errors":0 }\n' 2019-09-11 19:47:35,538 [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-11 19:47:35,548 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19279598' 2019-09-11 19:47:35,549 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 656196 - Lost ppm 32916 2019-09-11 19:47:35,550 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 32916 > sla_max_ppm 1000; ',) 2019-09-11 19:47:35,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:35 PM ens3 8.00 8.00 1.51 1.32 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:35,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:35 PM ens3 7.00 9.00 0.84 1.78 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:36,552 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15183 seq=2 END 2019-09-11 19:47:36,553 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:47:36,553 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:47:36,553 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:47:36,593 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:36,593 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2i,packets_per_second=999957i,packets_received=19279598i,packets_sent=19935794i,packetsize=64i,ppm=32916.0 1568231256552407040 2019-09-11 19:47:36,696 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:47:36,696 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:47:36,699 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:47:36,710 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:47:36,712 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.123 2019-09-11 19:47:36,712 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.123 2019-09-11 19:47:36,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:36 PM ens3 5.88 3.92 0.47 0.77 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:36,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:36 PM ens3 15.62 16.67 2.51 2.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:36,849 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=20 END 2019-09-11 19:47:36,850 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=21 START 2019-09-11 19:47:36,850 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:36,986 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:47:36,987 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-11 19:47:36,988 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-11 19:47:37,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:47:37,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:37 PM ens3 27.06 31.76 4.15 5.91 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:37,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:37 PM ens3 9.09 12.12 0.80 2.53 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:37,859 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-11 19:47:38,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:38 PM ens3 7.00 6.00 5.42 1.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:38,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:38 PM ens3 2.00 2.00 0.20 0.49 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:39,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:39 PM ens3 5.00 4.00 1.32 0.79 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:39,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:39 PM ens3 1.01 1.01 0.07 0.14 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 675310.03 29.80 42207.60 3.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:39,863 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=21 END 2019-09-11 19:47:39,863 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=22 START 2019-09-11 19:47:39,864 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:40,426 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15198 seq=1 START 2019-09-11 19:47:40,427 [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-11 19:47:40,439 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 10 64 20 1 1000000 2019-09-11 19:47:40,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:40 PM ens3 11.88 11.88 1.24 1.61 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:40,818 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=5 END 2019-09-11 19:47:40,819 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=6 START 2019-09-11 19:47:40,819 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:47:40,827 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:47:40,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-11 19:47:41,706 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:41,708 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="42207.60",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="675310.03",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.18",network_utilization_average.ens3.txpck/s="29.80",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.07",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="1.01",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.14",network_utilization_maximun.ens3.txpck/s="1.01",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.07",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="1.01",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.14",network_utilization_minimum.ens3.txpck/s="1.01",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" 1568231260818612992 2019-09-11 19:47:41,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:41 PM ens3 5.10 4.08 1.28 0.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 7.81 279916.33 1.69 17495.65 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:41,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:41 PM ens3 3.16 2.11 0.31 0.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:41,839 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:47:41,839 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.087 1568231256849311232 2019-09-11 19:47:41,932 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:41,933 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.113 1568231259863176192 2019-09-11 19:47:42,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=6 END 2019-09-11 19:47:42,777 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=7 START 2019-09-11 19:47:42,777 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:47:42,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:47:42,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:42 PM ens3 153375.82 2.20 9586.03 0.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:42,876 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=22 END 2019-09-11 19:47:42,877 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=23 START 2019-09-11 19:47:42,877 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:43,791 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:43 PM ens3 4.00 1002550.00 0.43 62659.68 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:43,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:43 PM ens3 2914838.24 2.94 182177.40 0.28 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:43,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:47:44,791 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:44 PM ens3 4.00 1000022.00 1.16 62501.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:44,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:44 PM ens3 3117150.00 6.25 194822.12 2.65 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:45,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:45 PM ens3 1715763.04 2.17 107235.19 0.30 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:45,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:45 PM ens3 4.76 996948.81 0.42 62309.94 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:45,892 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=23 END 2019-09-11 19:47:45,893 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=24 START 2019-09-11 19:47:45,893 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:46,834 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:46 PM ens3 2591469.05 2.38 161966.82 1.01 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:46,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:46 PM ens3 4.00 1220499.00 0.43 76281.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:46,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:47:47,028 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:47,030 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.69",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="7.81",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="17495.65",network_utilization_average.ens3.txpck/s="279916.33",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.28",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.10",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.80",network_utilization_maximun.ens3.txpck/s="4.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="1.28",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.10",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.80",network_utilization_minimum.ens3.txpck/s="4.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" 1568231262776876800 2019-09-11 19:47:47,142 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:47:47,143 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.079 1568231262876847104 2019-09-11 19:47:47,245 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:47,246 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568231265892355840 2019-09-11 19:47:47,831 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:47 PM ens3 3201422.58 6.45 200089.16 2.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:47,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:47 PM ens3 5.00 1000009.00 1.20 62501.04 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:48,831 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:48 PM ens3 1181871.01 1.45 73866.94 0.20 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:48,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:48 PM ens3 4.00 1000035.00 0.35 62502.72 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:48,908 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=24 END 2019-09-11 19:47:48,909 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=25 START 2019-09-11 19:47:48,909 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:49,831 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:49 PM' 2019-09-11 19:47:49,832 [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\n07:47:49 PM ens3 3210051.61 3.23 200628.23 1.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:49,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:49 PM ens3 4.00 1000024.00 0.43 62502.04 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:49,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.075' 2019-09-11 19:47:50,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:50 PM ens3 2800711.43 8.57 175044.69 2.78 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 1539342.49 3.16 96208.98 0.94 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:50,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:50 PM ens3 4.00 1000019.00 1.16 62501.69 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:51,839 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=6 END 2019-09-11 19:47:51,840 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=7 START 2019-09-11 19:47:51,840 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:47:51,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:51 PM ens3 4.00 1000018.00 0.35 62501.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:51,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:47:51,924 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=25 END 2019-09-11 19:47:51,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=26 START 2019-09-11 19:47:51,925 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:52,344 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:52,345 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="96208.98",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1539342.49",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="0.94",network_utilization_average.ens3.txpck/s="3.16",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="175044.69",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2800711.43",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="2.78",network_utilization_maximun.ens3.txpck/s="8.57",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="175044.69",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2800711.43",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="2.78",network_utilization_minimum.ens3.txpck/s="8.57",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" 1568231271839762944 2019-09-11 19:47:52,449 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:47:52,450 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568231268908289792 2019-09-11 19:47:52,543 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:52,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.075 1568231271924361984 2019-09-11 19:47:52,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:52 PM ens3 4.00 1000019.00 0.43 62501.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 4.17 1022421.95 0.64 63901.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:52,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:52 PM ens3 3105387.50 3.12 194086.69 0.59 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:52,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:47:53,853 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=7 END 2019-09-11 19:47:53,854 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=8 START 2019-09-11 19:47:53,854 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:47:53,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:47:53,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:53 PM ens3 2738063.89 5.56 171129.21 1.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:54,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:54 PM ens3 164.00 1000384.00 13.09 62527.04 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:54,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:54 PM ens3 3092228.12 3.12 193264.26 0.43 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:54,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=26 END 2019-09-11 19:47:54,941 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=27 START 2019-09-11 19:47:54,941 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:55,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:55 PM ens3 4.00 1000023.00 0.43 62501.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:55,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:55 PM ens3 2994709.09 3.03 187169.32 1.28 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:55,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:47:56,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:56 PM ens3 4.04 1010121.21 1.17 63133.08 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:56,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:56 PM ens3 3166468.97 6.90 197904.58 2.92 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:57,644 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:57,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=76e29670-6bff-4953-91dd-1afaede529f3,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.17",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="63901.88",network_utilization_average.ens3.txpck/s="1022421.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="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.73",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.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.73",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" 1568231273853458944 2019-09-11 19:47:57,738 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:47:57,739 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568231274940519168 2019-09-11 19:47:57,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:57 PM ens3 4.00 1000016.00 0.35 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:57,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:57 PM ens3 2933644.12 2.94 183352.76 0.41 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:57,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=27 END 2019-09-11 19:47:57,957 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=28 START 2019-09-11 19:47:57,957 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:47:58,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:58 PM ens3 3.96 990114.85 0.43 61882.71 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:58,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:58 PM ens3 2714458.33 2.78 169653.65 1.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:58,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.115' 2019-09-11 19:47:59,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:59 PM ens3 4.00 1000022.00 1.16 62501.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:47:59,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:47:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:47:59 PM ens3 3012536.36 6.06 188283.76 2.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:00,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:47:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:00 PM ens3 4.00 1000022.00 0.35 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:00,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:47:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:00 PM ens3 3094640.62 3.12 193415.05 0.43 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:00,972 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=28 END 2019-09-11 19:48:00,973 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=29 START 2019-09-11 19:48:00,973 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:01,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:01 PM ens3 4.00 1000019.00 0.43 62501.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:01,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:01 PM ens3 3020257.58 3.03 188766.10 1.28 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 2979157.88 3.94 186197.44 1.22 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:01,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:48:02,833 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:48:02,833 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568231277956478208 2019-09-11 19:48:02,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:02 PM ens3 4.21 826240.00 1.22 51640.53 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:02,904 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=7 END 2019-09-11 19:48:02,905 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=8 START 2019-09-11 19:48:02,905 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:48:02,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:48:02,928 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:02,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.115 1568231280972603136 2019-09-11 19:48:03,667 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19973250 , "packets_per_second":999954, "flows":110, "errors":0 }\n' 2019-09-11 19:48:03,669 [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-11 19:48:03,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19438279' 2019-09-11 19:48:03,682 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 534971 - Lost ppm 26785 2019-09-11 19:48:03,683 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 26785 > sla_max_ppm 1000; ',) 2019-09-11 19:48:03,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:03 PM ens3 8.00 7.00 0.70 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 20.50 882960.50 1.94 55185.84 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:03,914 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:03 PM ens3 6.12 7.14 0.71 1.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:03,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=29 END 2019-09-11 19:48:03,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=30 START 2019-09-11 19:48:03,988 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:04,687 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15198 seq=1 END 2019-09-11 19:48:04,687 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15198 seq=2 START 2019-09-11 19:48:04,688 [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-11 19:48:04,700 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 10 64 20 1 1000000 2019-09-11 19:48:04,876 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=8 END 2019-09-11 19:48:04,877 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=9 START 2019-09-11 19:48:04,877 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:48:04,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:48:04,914 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:04 PM ens3 6.86 7.84 0.78 1.19 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:04,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:48:05,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:06 PM ens3 4.04 3.03 1.20 0.46 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:05,914 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:05 PM ens3 3.00 3.00 0.30 0.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:06,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:07 PM ens3 5.05 4.04 0.45 0.83 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:06,914 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:06 PM ens3 2.25 2.25 0.18 0.58 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:07,001 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=30 END 2019-09-11 19:48:07,002 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=31 START 2019-09-11 19:48:07,002 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:07,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:08 PM ens3 4.00 903211.00 0.43 56451.26 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:07,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-11 19:48:07,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'07:48:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:07 PM ens3 2500016.22 8.11 156250.94 1.51 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:08,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:48:08,029 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:08,030 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=110i,packets_per_second=999954i,packets_received=19438279i,packets_sent=19973250i,packetsize=64i,ppm=26785.0 1568231284686600960 2019-09-11 19:48:08,160 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:08,161 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.50",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="55185.84",network_utilization_average.ens3.txpck/s="882960.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.70",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.29",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.70",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.29",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" 1568231284876857088 2019-09-11 19:48:08,254 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:08,255 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="186197.44",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2979157.88",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.22",network_utilization_average.ens3.txpck/s="3.94",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="188766.10",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="3020257.58",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.28",network_utilization_maximun.ens3.txpck/s="3.03",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="188766.10",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="3020257.58",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.28",network_utilization_minimum.ens3.txpck/s="3.03",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" 1568231282904471040 2019-09-11 19:48:08,356 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:48:08,357 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568231283988125184 2019-09-11 19:48:08,453 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:08,453 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568231287001249024 2019-09-11 19:48:08,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:09 PM ens3 4.00 1000019.00 1.16 62501.69 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:08,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:08 PM ens3 3209403.23 9.68 200587.96 1.86 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:09,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:10 PM ens3 5.00 1000017.00 0.41 62501.58 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:09,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:09 PM ens3 3218974.19 6.45 201185.87 1.81 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:10,016 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=31 END 2019-09-11 19:48:10,017 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=32 START 2019-09-11 19:48:10,017 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:10,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:11 PM ens3 4.00 1000015.00 0.43 62501.48 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:10,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:10 PM ens3 3091356.25 3.12 193209.77 0.13 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:11,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-11 19:48:11,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:12 PM ens3 4.04 1010120.20 1.17 63133.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:11,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:11 PM ens3 3111534.38 6.25 194471.14 2.65 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:12,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:13 PM ens3 4.00 1000018.00 0.35 62501.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:12,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:12 PM ens3 3150203.45 3.45 196887.72 0.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 1001085.20 5.51 62567.99 1.05 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:13,032 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=32 END 2019-09-11 19:48:13,033 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=33 START 2019-09-11 19:48:13,033 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:13,554 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:48:13,555 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568231290016450048 2019-09-11 19:48:13,677 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:13,677 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.076 1568231293032509952 2019-09-11 19:48:13,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:14 PM ens3 4.00 1000015.00 0.43 62501.48 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:13,930 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=8 END 2019-09-11 19:48:13,931 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=9 START 2019-09-11 19:48:13,931 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:48:13,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:48:14,041 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:48:14,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:15 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 4.21 792712.24 0.72 49545.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:14,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:14 PM ens3 3024472.73 3.03 189029.78 0.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:15,892 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=9 END 2019-09-11 19:48:15,893 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=10 START 2019-09-11 19:48:15,893 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:48:15,907 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:48:15,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:15 PM ens3 2901785.29 2.94 181361.59 0.41 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:16,045 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=33 END 2019-09-11 19:48:16,046 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=34 START 2019-09-11 19:48:16,046 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:16,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:17 PM ens3 3.00 1003400.00 0.37 62712.80 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:17,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:16 PM ens3 3096093.55 3.23 193505.85 1.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:17,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:48:17,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:18 PM ens3 3.96 990116.83 1.15 61882.80 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:18,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:17 PM ens3 3210683.87 6.45 200667.99 2.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:18,776 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:18,778 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.21",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="49545.02",network_utilization_average.ens3.txpck/s="792712.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="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" 1568231295892244224 2019-09-11 19:48:18,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:19 PM ens3 4.00 1000016.00 0.35 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:18,917 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:18,919 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="62567.99",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1001085.20",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.05",network_utilization_average.ens3.txpck/s="5.51",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="196887.72",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="3150203.45",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.48",network_utilization_maximun.ens3.txpck/s="3.45",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="196887.72",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="3150203.45",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.48",network_utilization_minimum.ens3.txpck/s="3.45",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" 1568231293930774016 2019-09-11 19:48:19,018 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:19,019 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568231296045864192 2019-09-11 19:48:19,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:18 PM ens3 3208690.32 3.23 200543.15 0.45 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:19,060 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=34 END 2019-09-11 19:48:19,061 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=35 START 2019-09-11 19:48:19,061 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:19,119 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:19,120 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568231299060658944 2019-09-11 19:48:19,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:20 PM ens3 4.21 994292.63 0.45 62143.86 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:20,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:19 PM ens3 2383522.50 5.00 148970.14 2.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:20,069 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-11 19:48:20,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:21 PM ens3 4.04 1096092.93 1.17 68506.32 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:21,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:20 PM ens3 2907335.29 5.88 181708.69 1.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:21,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:22 PM ens3 4.00 1000018.00 0.35 62501.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:22,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:21 PM ens3 3112575.00 3.12 194535.94 0.43 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:22,073 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=35 END 2019-09-11 19:48:22,074 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=36 START 2019-09-11 19:48:22,074 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:22,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:23 PM ens3 4.00 1000016.00 0.43 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:23,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:22 PM ens3 3223583.33 3.33 201473.96 1.41 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:23,084 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:48:23,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:24 PM ens3 4.00 1000018.00 1.16 62501.63 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:24,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:23 PM ens3 2467642.50 5.00 154227.85 2.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 2924564.58 4.17 182785.38 1.33 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:24,227 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:24,228 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.073 1568231302073867008 2019-09-11 19:48:24,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:25 PM ens3 165.66 1010280.81 13.22 63145.86 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:25,044 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=9 END 2019-09-11 19:48:25,045 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=10 START 2019-09-11 19:48:25,045 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:48:25,088 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=36 END 2019-09-11 19:48:25,089 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=37 START 2019-09-11 19:48:25,089 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:25,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:48:25,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:26 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 20.02 1009395.57 1.90 63088.01 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:26,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:25 PM ens3 3101021.88 0.00 193813.87 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:26,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-11 19:48:26,942 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=10 END 2019-09-11 19:48:26,943 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=11 START 2019-09-11 19:48:26,943 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:48:26,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:48:27,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:26 PM ens3 1952309.52 4.76 122019.53 1.46 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:27,928 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19934632 , "packets_per_second":999958, "flows":110, "errors":0 }\n' 2019-09-11 19:48:27,929 [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-11 19:48:27,940 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19539556' 2019-09-11 19:48:27,941 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 395076 - Lost ppm 19819 2019-09-11 19:48:27,942 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 19819 > sla_max_ppm 1000; ',) 2019-09-11 19:48:27,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:28 PM ens3 6.00 4.00 0.53 0.70 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:28,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:27 PM ens3 6.82 9.09 0.79 1.54 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:28,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=37 END 2019-09-11 19:48:28,102 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=38 START 2019-09-11 19:48:28,102 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:28,943 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15198 seq=2 END 2019-09-11 19:48:28,944 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:48:28,944 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:48:28,945 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:48:28,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:29 PM ens3 6.10 7.32 0.66 1.20 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:28,997 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:28,998 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=110i,packets_per_second=999958i,packets_received=19539556i,packets_sent=19934632i,packetsize=64i,ppm=19819.0 1568231308943908096 2019-09-11 19:48:29,094 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:48:29,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:28 PM ens3 3.03 2.02 0.20 0.49 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:29,095 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:48:29,097 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:48:29,108 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:48:29,110 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.123 2019-09-11 19:48:29,111 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:48:29,111 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.123 2019-09-11 19:48:29,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:48:29,384 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-11 19:48:29,384 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-11 19:48:29,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:48:29,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:30 PM ens3 28.71 30.69 4.53 5.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:30,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:29 PM ens3 19.00 23.00 3.02 4.60 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:30,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:31 PM ens3 5.05 4.04 1.67 0.91 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:31,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:30 PM ens3 1.00 1.00 0.06 0.06 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:31,115 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=38 END 2019-09-11 19:48:31,115 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=39 START 2019-09-11 19:48:31,116 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:31,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:32 PM ens3 7.00 7.00 4.36 1.01 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:32,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:31 PM ens3 0.99 0.99 0.06 0.42 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:32,124 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.117' 2019-09-11 19:48:32,734 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15204 seq=1 START 2019-09-11 19:48:32,735 [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-11 19:48:32,748 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 50 64 20 1 1000000 2019-09-11 19:48:32,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:33 PM ens3 11.00 10.00 1.92 1.48 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:33,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:32 PM ens3 171.43 172.45 13.95 14.75 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:33,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:34 PM ens3 5.05 4.04 0.45 0.83 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:34,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:33 PM ens3 1.98 1.98 0.16 0.51 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:34,103 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:34,106 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.90",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.02",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="63088.01",network_utilization_average.ens3.txpck/s="1009395.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="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" 1568231306942370816 2019-09-11 19:48:34,129 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=39 END 2019-09-11 19:48:34,129 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=40 START 2019-09-11 19:48:34,129 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:34,206 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:34,207 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="182785.38",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2924564.58",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.33",network_utilization_average.ens3.txpck/s="4.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="154227.85",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2467642.50",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="2.12",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="154227.85",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2467642.50",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="2.12",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" 1568231305044441088 2019-09-11 19:48:34,300 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 4 2019-09-11 19:48:34,301 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568231305088471808 2019-09-11 19:48:34,407 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:48:34,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.09 1568231308101878016 2019-09-11 19:48:34,502 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:48:34,503 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568231311115292160 2019-09-11 19:48:34,598 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:34,599 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.117 1568231314128954880 2019-09-11 19:48:34,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:35 PM ens3 5.05 5.05 0.53 0.89 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:35,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:34 PM ens3 83269.47 2.11 5204.38 0.55 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 220981.66 24.53 13811.99 2.69 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:35,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-11 19:48:35,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:36 PM ens3 3.96 935545.54 1.15 58472.13 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:36,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=10 END 2019-09-11 19:48:36,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=11 START 2019-09-11 19:48:36,102 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:48:36,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:48:36,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:37 PM ens3 4.00 1000019.00 0.35 62501.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 8.26 198266.16 1.64 12392.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:37,144 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=40 END 2019-09-11 19:48:37,145 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=41 START 2019-09-11 19:48:37,145 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:37,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:36 PM ens3 2845645.71 0.00 177852.86 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:37,958 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=11 END 2019-09-11 19:48:37,959 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=12 START 2019-09-11 19:48:37,959 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:48:37,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:48:38,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:37 PM ens3 2871419.23 15.38 179463.57 2.67 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:38,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-11 19:48:38,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:39 PM ens3 3.00 1000223.00 1.10 62514.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:39,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:38 PM ens3 3126659.38 12.50 195416.36 2.01 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:39,694 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:39,696 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.64",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="8.26",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="12392.52",network_utilization_average.ens3.txpck/s="198266.16",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.35",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.72",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.35",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.72",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" 1568231317958906880 2019-09-11 19:48:39,802 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:39,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="13811.99",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="220981.66",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.69",network_utilization_average.ens3.txpck/s="24.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="5204.38",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="83269.47",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.55",network_utilization_maximun.ens3.txpck/s="2.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="5204.38",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="83269.47",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.55",network_utilization_minimum.ens3.txpck/s="2.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" 1568231316100992000 2019-09-11 19:48:39,908 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:39,908 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.093 1568231317144910080 2019-09-11 19:48:39,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:40 PM ens3 4.00 1000016.00 0.35 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:40,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:39 PM ens3 2929391.18 2.94 183086.95 0.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:40,160 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=41 END 2019-09-11 19:48:40,161 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=42 START 2019-09-11 19:48:40,161 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:40,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:41 PM ens3 4.00 1000015.00 0.43 62501.48 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:41,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:40 PM ens3 2815540.00 2.86 175971.26 1.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:41,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-11 19:48:41,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:42 PM ens3 5.38 1075294.62 1.29 67206.43 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:42,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:41 PM ens3 2392012.50 5.00 149500.98 2.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:42,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:43 PM ens3 4.00 1000017.00 0.35 62501.60 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:43,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:42 PM ens3 3024945.45 3.03 189059.10 0.42 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:43,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=42 END 2019-09-11 19:48:43,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=43 START 2019-09-11 19:48:43,178 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:43,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:44 PM ens3 4.00 1000018.00 0.43 62501.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:44,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:43 PM ens3 2734197.22 2.78 170887.33 1.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:44,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-11 19:48:44,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:45 PM ens3 4.00 1000022.00 1.16 62501.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:45,016 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:48:45,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.073 1568231320160867840 2019-09-11 19:48:45,155 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:45,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:44 PM ens3 3009290.91 6.06 188080.92 2.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:45,155 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.076 1568231323177312000 2019-09-11 19:48:46,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:45 PM ens3 1753285.42 4.17 109580.33 1.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 2698437.22 5.11 168652.37 1.31 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:46,193 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=43 END 2019-09-11 19:48:46,193 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=44 START 2019-09-11 19:48:46,194 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:46,297 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:46 PM ens3 5.00 1319693.00 0.49 82481.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:46,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:47 PM ens3 3.57 809936.90 0.34 50621.70 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:47,170 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=11 END 2019-09-11 19:48:47,171 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=12 START 2019-09-11 19:48:47,171 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:48:47,221 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:48:47,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:48:47,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:48 PM ens3 4.00 1000018.00 1.16 62501.63 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.09 1023581.68 0.71 63974.36 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:48,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:48 PM ens3 2669853.12 3.12 166866.06 0.59 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:48,981 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=12 END 2019-09-11 19:48:48,982 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=13 START 2019-09-11 19:48:48,982 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:48:48,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:48:49,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:49 PM ens3 1170438.24 1.47 73152.39 0.20 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:49,313 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=44 END 2019-09-11 19:48:49,313 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=45 START 2019-09-11 19:48:49,313 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:49,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:50 PM ens3 3.00 1214259.00 0.37 75891.49 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:50,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:50 PM ens3 2945551.43 5.71 184097.00 2.42 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:50,249 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:50,251 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.71",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.09",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="63974.36",network_utilization_average.ens3.txpck/s="1023581.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.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.63",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="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.63",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" 1568231328981849856 2019-09-11 19:48:50,324 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.76' 2019-09-11 19:48:50,345 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:50,347 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="168652.37",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2698437.22",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.31",network_utilization_average.ens3.txpck/s="5.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="109580.33",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="1753285.42",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.17",network_utilization_maximun.ens3.txpck/s="4.17",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="109580.33",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="1753285.42",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.17",network_utilization_minimum.ens3.txpck/s="4.17",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" 1568231327170417152 2019-09-11 19:48:50,448 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:48:50,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.092 1568231326193323008 2019-09-11 19:48:50,569 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:50,570 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568231329313095168 2019-09-11 19:48:50,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:51 PM ens3 4.40 1098924.18 1.27 68683.31 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:51,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:51 PM ens3 2029423.91 4.35 126839.16 1.84 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:51,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:52 PM ens3 4.00 1000020.00 0.35 62501.79 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:52,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:52 PM ens3 3117484.38 3.12 194842.78 0.43 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:52,328 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=45 END 2019-09-11 19:48:52,329 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=46 START 2019-09-11 19:48:52,329 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:52,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:53 PM ens3 4.00 1000022.00 0.43 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:53,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:53 PM ens3 2763061.11 2.78 172691.32 1.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:53,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-11 19:48:53,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:54 PM ens3 4.04 1010122.22 1.17 63133.15 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:54,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:54 PM ens3 2895973.53 5.88 180998.58 2.49 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:55,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:55 PM ens3 1415046.15 1.92 88440.39 0.27 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:55,262 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:55 PM ens3 165.66 976612.12 13.22 61041.56 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:55,342 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=46 END 2019-09-11 19:48:55,343 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=47 START 2019-09-11 19:48:55,343 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:55,679 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:48:55,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=1.76 1568231332328749824 2019-09-11 19:48:55,807 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:48:55,808 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.107 1568231335342662144 2019-09-11 19:48:55,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19954924 , "packets_per_second":999951, "flows":2550, "errors":0 }\n' 2019-09-11 19:48:55,975 [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-11 19:48:55,985 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19094730' 2019-09-11 19:48:55,986 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 860194 - Lost ppm 43107 2019-09-11 19:48:55,987 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 43107 > sla_max_ppm 1000; ',) 2019-09-11 19:48:55,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:56 PM ens3 9.46 9.46 0.91 1.51 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:56,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:56 PM ens3 5.94 7.92 0.69 1.62 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:56,352 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:48:56,991 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15204 seq=1 END 2019-09-11 19:48:56,992 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15204 seq=2 START 2019-09-11 19:48:56,992 [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-11 19:48:56,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:57 PM ens3 5.00 5.00 1.27 0.93 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:57,004 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 50 64 20 1 1000000 2019-09-11 19:48:57,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:57 PM ens3 8.16 9.18 0.95 1.39 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 1372190.07 5.24 85762.07 1.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:57,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:58 PM ens3 8.08 7.07 0.84 1.26 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:58,226 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=12 END 2019-09-11 19:48:58,227 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=13 START 2019-09-11 19:48:58,227 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:48:58,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:48:58,356 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=47 END 2019-09-11 19:48:58,356 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=48 START 2019-09-11 19:48:58,357 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:48:58,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:48:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:59 PM ens3 5.00 5.00 0.53 0.78 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 21.62 642537.73 2.06 40159.46 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:59,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:48:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:48:59 PM ens3 2.00 1.00 0.16 0.19 0.00 0.00 0.00 0.00\n' 2019-09-11 19:48:59,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-11 19:49:00,002 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=13 END 2019-09-11 19:49:00,002 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=14 START 2019-09-11 19:49:00,003 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:49:00,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:49:00,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:48:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:00 PM ens3 2356185.37 4.88 147261.78 1.27 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:00,907 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:00,908 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999951i,packets_received=19094730i,packets_sent=19954924i,packetsize=64i,ppm=43107.0 1568231336990665984 2019-09-11 19:49:01,012 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:01,014 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.06",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="21.62",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="40159.46",network_utilization_average.ens3.txpck/s="642537.73",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.78",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.78",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" 1568231340002166016 2019-09-11 19:49:01,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:01 PM ens3 3.00 1004585.00 0.29 62786.87 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:01,166 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:01,168 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="85762.07",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1372190.07",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.23",network_utilization_average.ens3.txpck/s="5.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="0.95",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="8.16",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.39",network_utilization_maximun.ens3.txpck/s="9.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.95",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="8.16",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.39",network_utilization_minimum.ens3.txpck/s="9.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" 1568231338226748928 2019-09-11 19:49:01,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:01 PM ens3 2918385.29 2.94 182399.09 0.41 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:01,264 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:01,265 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568231338356189952 2019-09-11 19:49:01,373 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=48 END 2019-09-11 19:49:01,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=49 START 2019-09-11 19:49:01,374 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:02,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:02 PM ens3 4.00 1000022.00 0.43 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:02,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:02 PM ens3 2830725.71 2.86 176920.36 1.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:02,385 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-11 19:49:03,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:03 PM ens3 4.00 1000022.00 1.16 62501.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:03,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:03 PM ens3 2627447.22 450.00 164223.26 37.87 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:04,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:04 PM ens3 4.00 1000020.00 0.35 62501.79 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:04,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:04 PM ens3 2587047.37 2.63 161690.47 0.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:04,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=49 END 2019-09-11 19:49:04,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=50 START 2019-09-11 19:49:04,389 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:05,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:05 PM ens3 4.00 1000024.00 0.43 62502.04 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:05,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:05 PM ens3 2751558.33 2.78 171972.40 1.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:05,398 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-11 19:49:06,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:06 PM ens3 4.00 1000021.00 1.16 62501.81 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:06,241 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:06 PM ens3 2748725.00 5.56 171795.53 2.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:06,367 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:49:06,367 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.083 1568231341373415936 2019-09-11 19:49:06,508 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:06,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.106 1568231344388978944 2019-09-11 19:49:07,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:07 PM ens3 4.00 1000019.00 0.35 62501.72 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:07,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:07 PM ens3 3214064.52 3.23 200879.04 0.45 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:07,402 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=50 END 2019-09-11 19:49:07,403 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=51 START 2019-09-11 19:49:07,403 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:08,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:08 PM ens3 6.00 1000018.00 0.53 62501.62 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:08,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:08 PM ens3 2711677.78 11.11 169479.76 2.58 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 2087628.37 41.61 130477.48 4.10 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:08,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:49:09,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:09 PM ens3 4.82 1204840.96 1.40 75303.17 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:09,412 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=13 END 2019-09-11 19:49:09,412 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=14 START 2019-09-11 19:49:09,412 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:49:09,464 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:49:10,019 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:10 PM ens3 3.96 990099.01 0.35 61881.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.17 1016742.78 0.63 63546.93 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:10,417 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=51 END 2019-09-11 19:49:10,417 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=52 START 2019-09-11 19:49:10,417 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:10,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:10 PM ens3 2735780.56 0.00 170986.28 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:11,023 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=14 END 2019-09-11 19:49:11,023 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=15 START 2019-09-11 19:49:11,024 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:49:11,039 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:49:11,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.125' 2019-09-11 19:49:11,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:11 PM ens3 2998109.09 6.06 187382.05 1.86 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:11,627 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:11,629 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.63",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.17",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="63546.93",network_utilization_average.ens3.txpck/s="1016742.78",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.35",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="61881.72",network_utilization_maximun.ens3.txpck/s="990099.01",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.35",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="61881.72",network_utilization_minimum.ens3.txpck/s="990099.01",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" 1568231351023055104 2019-09-11 19:49:11,725 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:11,726 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="130477.48",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2087628.37",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="4.10",network_utilization_average.ens3.txpck/s="41.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="169479.76",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2711677.78",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="2.58",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="169479.76",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2711677.78",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="2.58",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" 1568231349412070144 2019-09-11 19:49:11,820 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:49:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.098 1568231347402610944 2019-09-11 19:49:11,924 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:11,925 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568231350417012992 2019-09-11 19:49:12,039 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:12 PM ens3 3.00 1002111.00 1.10 62632.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:12,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:12 PM ens3 2929655.88 2.94 183103.50 0.41 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:13,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:13 PM ens3 4.00 1000016.00 0.35 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:13,433 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=52 END 2019-09-11 19:49:13,433 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=53 START 2019-09-11 19:49:13,434 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:13,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:13 PM ens3 2752694.44 2.78 172043.41 1.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:14,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:14 PM ens3 4.00 1000021.00 0.43 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:14,442 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-11 19:49:14,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:14 PM ens3 2800765.71 5.71 175048.08 2.42 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:15,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:15 PM ens3 4.00 1000022.00 1.16 62501.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:15,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:15 PM ens3 2831548.57 2.86 176971.79 0.40 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:16,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:16 PM ens3 4.00 1000016.00 0.35 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:16,446 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=53 END 2019-09-11 19:49:16,447 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=54 START 2019-09-11 19:49:16,447 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:16,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:16 PM ens3 2909335.29 2.94 181833.46 1.25 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:17,029 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:49:17,029 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.125 1568231353433361152 2019-09-11 19:49:17,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:17 PM ens3 4.00 1000019.00 0.43 62501.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:17,196 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:17,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.114 1568231356446893056 2019-09-11 19:49:17,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:49:17,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:17 PM ens3 2753636.11 5.56 172102.47 2.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:18,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:18 PM ens3 4.00 1000021.00 1.16 62501.81 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:18,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:18 PM ens3 3112721.88 3.12 194545.12 0.43 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:19,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:19 PM ens3 5.00 1000019.00 0.42 62501.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:19,461 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=54 END 2019-09-11 19:49:19,462 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=55 START 2019-09-11 19:49:19,462 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:19,465 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:19 PM ens3 1158483.67 2.04 72405.23 0.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 2632453.06 3.33 164528.38 1.11 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:20,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:20 PM ens3 4.04 150133.33 0.43 9383.77 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:20,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19926801 , "packets_per_second":999951, "flows":2550, "errors":0 }\n' 2019-09-11 19:49:20,199 [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-11 19:49:20,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19443517' 2019-09-11 19:49:20,210 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 483284 - Lost ppm 24253 2019-09-11 19:49:20,210 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 24253 > sla_max_ppm 1000; ',) 2019-09-11 19:49:20,469 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=14 END 2019-09-11 19:49:20,470 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=15 START 2019-09-11 19:49:20,470 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:49:20,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-11 19:49:20,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:49:21,212 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15204 seq=2 END 2019-09-11 19:49:21,213 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:49:21,213 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:49:21,213 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:49:21,266 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:21,267 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999951i,packets_received=19443517i,packets_sent=19926801i,packetsize=64i,ppm=24253.0 1568231361212583936 2019-09-11 19:49:21,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:21 PM ens3 9.90 7.92 1.62 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 4.60 815088.50 0.75 50943.56 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:21,364 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:49:21,365 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:49:21,367 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:49:21,378 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:49:21,380 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.123 2019-09-11 19:49:21,381 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.123 2019-09-11 19:49:21,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:21 PM ens3 12.00 11.00 1.62 2.07 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:21,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:49:21,652 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-11 19:49:21,653 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-11 19:49:21,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:49:22,278 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=15 END 2019-09-11 19:49:22,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=16 START 2019-09-11 19:49:22,279 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:49:22,289 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:49:22,474 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=55 END 2019-09-11 19:49:22,475 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=56 START 2019-09-11 19:49:22,475 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:22,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:22 PM ens3 9.09 12.12 1.47 2.61 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:23,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:23 PM ens3 6.00 6.00 4.62 0.71 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:23,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:23 PM ens3 2.00 2.00 0.12 0.49 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:23,484 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-11 19:49:24,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:24 PM ens3 5.05 4.04 2.15 0.76 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:24,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:24 PM ens3 2.04 2.04 0.21 0.47 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:25,003 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15210 seq=1 START 2019-09-11 19:49:25,004 [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-11 19:49:25,016 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 100 64 20 1 1000000 2019-09-11 19:49:25,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:25 PM ens3 169.31 168.32 13.71 14.11 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:25,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:25 PM ens3 7.00 8.00 0.79 1.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:25,488 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=56 END 2019-09-11 19:49:25,489 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=57 START 2019-09-11 19:49:25,489 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:26,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:26 PM ens3 5.00 5.00 0.53 0.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:26,373 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:26,376 [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=76e29670-6bff-4953-91dd-1afaede529f3,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="4.60",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="50943.56",network_utilization_average.ens3.txpck/s="815088.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.62",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="9.90",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.42",network_utilization_maximun.ens3.txpck/s="7.92",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.62",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="9.90",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.42",network_utilization_minimum.ens3.txpck/s="7.92",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" 1568231362278589952 2019-09-11 19:49:26,477 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:26,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:26 PM ens3 2.00 2.00 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:26,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="164528.38",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2632453.06",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.11",network_utilization_average.ens3.txpck/s="3.33",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="72405.23",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="1158483.67",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.86",network_utilization_maximun.ens3.txpck/s="2.04",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="72405.23",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="1158483.67",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.86",network_utilization_minimum.ens3.txpck/s="2.04",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" 1568231360469448960 2019-09-11 19:49:26,498 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:49:26,582 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:49:26,583 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568231359461563136 2019-09-11 19:49:26,679 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:49:26,679 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.116 1568231362474846976 2019-09-11 19:49:26,779 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:26,780 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.114 1568231365488647936 2019-09-11 19:49:27,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:27 PM ens3 5.05 17622.22 1.27 1101.96 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:27,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:27 PM ens3 216482.22 3.33 13530.26 0.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:28,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:28 PM ens3 3.96 992982.18 0.35 62061.92 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:28,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:28 PM ens3 2479036.59 2.44 154939.79 0.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:28,502 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=57 END 2019-09-11 19:49:28,503 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=58 START 2019-09-11 19:49:28,503 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:29,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:29 PM ens3 4.00 1000021.00 0.43 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:29,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:29 PM ens3 2626218.18 3.03 164138.64 1.28 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:29,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:49:30,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:30 PM ens3 8.99 1060788.76 1.52 66299.77 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:30,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:30 PM ens3 2109053.33 4.44 131816.01 1.88 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 375558.19 5.46 23472.69 1.17 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:31,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:31 PM ens3 4.00 1055937.00 0.35 65996.60 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:31,485 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=15 END 2019-09-11 19:49:31,486 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=16 START 2019-09-11 19:49:31,486 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:49:31,511 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:49:31,517 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=58 END 2019-09-11 19:49:31,518 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=59 START 2019-09-11 19:49:31,518 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:31,880 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:31,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="23472.69",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="375558.19",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.17",network_utilization_average.ens3.txpck/s="5.46",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="131816.01",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2109053.33",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.88",network_utilization_maximun.ens3.txpck/s="4.44",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="131816.01",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2109053.33",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.88",network_utilization_minimum.ens3.txpck/s="4.44",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" 1568231371485896960 2019-09-11 19:49:31,997 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:49:31,998 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568231368502736128 2019-09-11 19:49:32,102 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:32,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568231371517797120 2019-09-11 19:49:32,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:32 PM ens3 4.00 1000036.00 0.43 62502.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 21.84 507648.03 2.56 31728.83 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:32,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:32 PM ens3 2325376.74 0.00 145336.05 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:32,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-11 19:49:33,295 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=16 END 2019-09-11 19:49:33,295 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=17 START 2019-09-11 19:49:33,296 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:49:33,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:49:33,512 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:33 PM ens3 2220044.44 360.00 138759.03 29.78 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:34,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:34 PM ens3 4.00 1006687.00 0.35 62918.24 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:34,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:34 PM ens3 2441529.27 2.44 152595.58 0.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:34,533 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=59 END 2019-09-11 19:49:34,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=60 START 2019-09-11 19:49:34,534 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:35,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:35 PM ens3 4.00 1000027.00 0.43 62502.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:35,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:35 PM ens3 2380926.19 2.38 148807.89 1.01 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:35,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:49:36,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:36 PM ens3 4.00 1000025.00 1.16 62502.06 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:36,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:36 PM ens3 2381452.38 4.76 148840.96 2.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:37,207 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:37,209 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.56",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="21.84",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="31728.83",network_utilization_average.ens3.txpck/s="507648.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="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.79",network_utilization_maximun.ens3.txpck/s="1000036.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.79",network_utilization_minimum.ens3.txpck/s="1000036.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" 1568231373294996992 2019-09-11 19:49:37,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:37 PM ens3 4.00 999983.00 0.35 62499.47 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:37,364 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:37,365 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.103 1568231374533751040 2019-09-11 19:49:37,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:37 PM ens3 2324344.19 2.33 145271.52 0.32 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:37,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=60 END 2019-09-11 19:49:37,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=61 START 2019-09-11 19:49:37,550 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:38,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:38 PM ens3 4.95 990105.94 0.48 61882.13 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:38,512 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:38 PM ens3 2173084.09 13.64 135817.61 2.30 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:38,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.251' 2019-09-11 19:49:39,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:39 PM ens3 5.00 1132975.00 1.45 70811.56 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:39,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:39 PM ens3 2029606.82 4.55 126850.60 1.06 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:40,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:40 PM ens3 3.96 1082899.01 0.35 67681.72 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:40,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:40 PM ens3 2721830.77 2.56 170114.43 0.36 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:40,678 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=61 END 2019-09-11 19:49:40,679 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=62 START 2019-09-11 19:49:40,679 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:41,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:41 PM ens3 4.04 1010125.25 0.43 63133.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:41,515 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:41 PM ens3 2328495.35 2.33 145530.96 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 2326661.27 41.55 145417.01 3.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:41,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:49:42,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:42 PM ens3 4.00 1000024.00 1.16 62502.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:42,466 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:49:42,467 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568231377550055936 2019-09-11 19:49:42,520 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=16 END 2019-09-11 19:49:42,521 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=17 START 2019-09-11 19:49:42,521 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:49:42,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:49:42,572 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:42,573 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.251 1568231380678353152 2019-09-11 19:49:43,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:43 PM ens3 4.00 1000020.00 0.35 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 4.18 1020071.87 0.64 63755.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:43,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:43 PM ens3 2381650.00 0.00 148853.13 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:43,694 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=62 END 2019-09-11 19:49:43,694 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=63 START 2019-09-11 19:49:43,695 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:44,317 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=17 END 2019-09-11 19:49:44,318 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=18 START 2019-09-11 19:49:44,318 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:49:44,333 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:49:44,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:44 PM ens3 2381359.52 2.38 148834.97 0.45 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:44,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:49:45,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:45 PM ens3 4.00 1005342.00 1.14 62833.99 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:45,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:45 PM ens3 2328597.67 4.65 145537.54 1.97 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:46,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:46 PM ens3 4.00 1000008.00 0.35 62501.04 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:46,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:46 PM ens3 2438780.49 2.44 152423.79 0.34 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:46,710 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=63 END 2019-09-11 19:49:46,710 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=64 START 2019-09-11 19:49:46,711 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:47,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:47 PM ens3 4.60 938941.38 0.49 58684.46 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:47,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:47 PM ens3 919171.21 1.52 57448.20 0.64 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:47,667 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:47,668 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.18",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="63755.00",network_utilization_average.ens3.txpck/s="1020071.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.35",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.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.35",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.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" 1568231384317477888 2019-09-11 19:49:47,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-11 19:49:47,808 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:47,809 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="145417.01",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2326661.27",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.98",network_utilization_average.ens3.txpck/s="41.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="145530.96",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2328495.35",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.99",network_utilization_maximun.ens3.txpck/s="2.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="145530.96",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2328495.35",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.99",network_utilization_minimum.ens3.txpck/s="2.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" 1568231382520730112 2019-09-11 19:49:47,908 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:49:47,908 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568231383694166016 2019-09-11 19:49:48,005 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:48,006 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568231386710107136 2019-09-11 19:49:48,298 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19879717 , "packets_per_second":992935, "flows":10100, "errors":0 }\n' 2019-09-11 19:49:48,300 [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-11 19:49:48,310 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19653968' 2019-09-11 19:49:48,312 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 225749 - Lost ppm 11356 2019-09-11 19:49:48,312 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 11356 > sla_max_ppm 1000; ',) 2019-09-11 19:49:48,333 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:48 PM ens3 6.93 4.95 1.39 0.95 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:48,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:48 PM ens3 7.00 9.00 0.84 1.78 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:49,316 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15210 seq=1 END 2019-09-11 19:49:49,317 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15210 seq=2 START 2019-09-11 19:49:49,317 [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-11 19:49:49,330 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 100 64 20 1 1000000 2019-09-11 19:49:49,341 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:49 PM ens3 5.94 5.94 0.60 1.08 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:49,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:49 PM ens3 6.93 7.92 0.79 1.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:49,724 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=64 END 2019-09-11 19:49:49,724 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=65 START 2019-09-11 19:49:49,725 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:50,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:50 PM ens3 7.07 7.07 0.77 1.09 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:50,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:50 PM ens3 2.00 2.00 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:50,734 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.296' 2019-09-11 19:49:51,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:51 PM ens3 5.00 4.00 1.26 0.83 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:51,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:51 PM ens3 3.00 3.00 0.30 0.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:52,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:52 PM ens3 4.95 656722.77 0.44 41045.80 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:52,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:52 PM ens3 1771596.08 1.96 110724.76 0.19 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 803476.24 4.08 50217.41 0.86 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:52,738 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=65 END 2019-09-11 19:49:52,739 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=66 START 2019-09-11 19:49:52,739 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:53,103 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:53,104 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=10100i,packets_per_second=992935i,packets_received=19653968i,packets_sent=19879717i,packetsize=64i,ppm=11356.0 1568231389315982080 2019-09-11 19:49:53,224 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:49:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.104 1568231389724226048 2019-09-11 19:49:53,317 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:53,318 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.296 1568231392738568960 2019-09-11 19:49:53,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:53 PM ens3 4.04 1091438.38 0.43 68215.44 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:53,549 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=17 END 2019-09-11 19:49:53,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=18 START 2019-09-11 19:49:53,550 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:49:53,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:49:53,749 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.988' 2019-09-11 19:49:54,335 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:54 PM ens3 3.96 990124.75 1.15 61883.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 5.06 562799.90 0.81 35175.54 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:54,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:54 PM ens3 2259095.45 2.27 141193.64 0.43 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:55,338 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=18 END 2019-09-11 19:49:55,339 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=19 START 2019-09-11 19:49:55,339 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:49:55,354 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:49:55,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:55 PM ens3 2453856.10 2.44 153366.01 0.34 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:55,753 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=66 END 2019-09-11 19:49:55,754 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=67 START 2019-09-11 19:49:55,754 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:56,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:56 PM ens3 2.97 997423.76 0.36 62339.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:56,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:56 PM ens3 2272663.64 2.27 142041.48 0.96 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:56,766 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-11 19:49:57,354 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:57 PM ens3 4.00 1000119.00 1.16 62507.94 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:57,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:57 PM ens3 2381064.29 4.76 148816.70 2.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:58,354 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:58 PM ens3 4.00 1000080.00 0.35 62505.54 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:58,450 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:58,451 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.81",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.06",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="35175.54",network_utilization_average.ens3.txpck/s="562799.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.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="61883.29",network_utilization_maximun.ens3.txpck/s="990124.75",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="61883.29",network_utilization_minimum.ens3.txpck/s="990124.75",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" 1568231395338577152 2019-09-11 19:49:58,547 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:58,549 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="50217.41",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="803476.24",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="0.86",network_utilization_average.ens3.txpck/s="4.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="110724.76",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="1771596.08",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.19",network_utilization_maximun.ens3.txpck/s="1.96",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="110724.76",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="1771596.08",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.19",network_utilization_minimum.ens3.txpck/s="1.96",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" 1568231393549773824 2019-09-11 19:49:58,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:58 PM ens3 2438565.85 2.44 152410.37 0.34 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:58,655 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:49:58,656 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.988 1568231395753568000 2019-09-11 19:49:58,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=67 END 2019-09-11 19:49:58,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=68 START 2019-09-11 19:49:58,771 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:49:59,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:59 PM ens3 4.00 999691.00 0.43 62481.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:59,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:49:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:49:59 PM ens3 2351776.19 2.38 146986.02 1.01 0.00 0.00 0.00 0.00\n' 2019-09-11 19:49:59,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-11 19:50:00,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:49:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:00 PM ens3 5.05 1010243.43 1.21 63140.70 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:00,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:49:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:00 PM ens3 2382578.57 4.76 148911.35 2.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:01,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:01 PM ens3 3.96 990063.37 0.35 61879.49 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:01,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:01 PM ens3 2379907.14 4.76 148744.18 1.34 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:01,786 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=68 END 2019-09-11 19:50:01,786 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=69 START 2019-09-11 19:50:01,787 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:02,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:02 PM ens3 4.00 999942.00 0.43 62496.91 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:02,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:02 PM ens3 2435470.73 2.44 152216.93 0.10 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:02,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-11 19:50:03,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:03 PM ens3 4.00 999942.00 1.16 62496.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:03,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:03 PM ens3 2379961.90 385.71 148754.32 32.46 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 2371978.86 41.33 148249.40 4.10 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:03,757 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:50:03,758 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.097 1568231398770093824 2019-09-11 19:50:03,880 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:03,881 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.113 1568231401786257920 2019-09-11 19:50:04,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:04 PM ens3 3.96 990169.31 0.35 61886.11 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:04,583 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=18 END 2019-09-11 19:50:04,584 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=19 START 2019-09-11 19:50:04,584 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:50:04,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:50:04,802 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=69 END 2019-09-11 19:50:04,802 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=70 START 2019-09-11 19:50:04,803 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:05,356 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:05 PM ens3 4.04 1009956.57 0.43 63122.83 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.00 999720.78 0.62 62483.05 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:05,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:05 PM ens3 2325951.16 0.00 145371.95 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:05,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:50:06,359 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=19 END 2019-09-11 19:50:06,360 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=20 START 2019-09-11 19:50:06,360 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:50:06,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:50:06,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:06 PM ens3 2379614.29 4.76 148726.08 1.46 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:07,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:07 PM ens3 4.00 1006231.00 0.35 62889.74 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:07,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:07 PM ens3 2381164.29 2.38 148822.77 0.33 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:07,818 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=70 END 2019-09-11 19:50:07,819 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=71 START 2019-09-11 19:50:07,819 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:08,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:08 PM ens3 5.00 1000021.00 0.48 62501.83 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:08,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:08 PM ens3 2380590.48 11.90 148786.80 2.31 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:08,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-11 19:50:08,990 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:08,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=76e29670-6bff-4953-91dd-1afaede529f3,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.00",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62483.05",network_utilization_average.ens3.txpck/s="999720.78",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.04",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="63122.83",network_utilization_maximun.ens3.txpck/s="1009956.57",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.04",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="63122.83",network_utilization_minimum.ens3.txpck/s="1009956.57",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" 1568231406359892992 2019-09-11 19:50:09,095 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:09,097 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="148249.40",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2371978.86",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="4.10",network_utilization_average.ens3.txpck/s="41.33",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="148754.32",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2379961.90",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="32.46",network_utilization_maximun.ens3.txpck/s="385.71",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="148754.32",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2379961.90",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="32.46",network_utilization_minimum.ens3.txpck/s="385.71",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" 1568231404583376896 2019-09-11 19:50:09,203 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:50:09,203 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.091 1568231404802323200 2019-09-11 19:50:09,312 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:09,313 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568231407818438912 2019-09-11 19:50:09,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:09 PM ens3 4.00 1000024.00 1.16 62502.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:09,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:09 PM ens3 2322325.58 4.65 145145.53 1.08 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:10,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:10 PM ens3 3.96 990119.80 0.35 61883.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:10,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:10 PM ens3 2441136.59 2.44 152571.04 0.34 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:10,834 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=71 END 2019-09-11 19:50:10,834 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=72 START 2019-09-11 19:50:10,834 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:11,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:11 PM ens3 4.04 1010124.24 0.43 63133.31 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:11,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:11 PM ens3 1924170.83 2.08 120260.68 0.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:11,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:50:12,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:12 PM ens3 4.00 154612.00 1.16 9663.69 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:12,541 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19940815 , "packets_per_second":999954, "flows":10100, "errors":0 }\n' 2019-09-11 19:50:12,542 [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-11 19:50:12,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19777263' 2019-09-11 19:50:12,553 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 163552 - Lost ppm 8202 2019-09-11 19:50:12,553 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 8202 > sla_max_ppm 1000; ',) 2019-09-11 19:50:12,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:12 PM ens3 6.93 8.91 0.83 1.76 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:13,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:13 PM ens3 8.00 7.00 0.70 1.36 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:13,555 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15210 seq=2 END 2019-09-11 19:50:13,556 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:50:13,556 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:50:13,556 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:50:13,602 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:13,603 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999954i,packets_received=19777263i,packets_sent=19940815i,packetsize=64i,ppm=8202.0 1568231413555659008 2019-09-11 19:50:13,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:13 PM ens3 3.00 2.00 0.19 0.49 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:13,755 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:50:13,756 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:50:13,759 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:50:13,770 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:50:13,772 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.123 2019-09-11 19:50:13,773 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.123 2019-09-11 19:50:13,847 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=72 END 2019-09-11 19:50:13,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=73 START 2019-09-11 19:50:13,848 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:14,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:50:14,046 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-11 19:50:14,047 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-11 19:50:14,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:50:14,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:14 PM ens3 23.47 25.51 3.47 4.93 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:14,731 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:14 PM ens3 20.22 24.72 3.23 5.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 1171341.79 7.61 73209.25 1.60 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:14,857 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-11 19:50:15,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:15 PM ens3 6.00 6.00 1.41 0.99 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:15,735 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=19 END 2019-09-11 19:50:15,736 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=20 START 2019-09-11 19:50:15,736 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:50:15,744 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:50:16,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:16 PM ens3 7.00 6.00 4.61 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 6.91 517131.86 1.41 32321.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:16,745 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:16 PM ens3 1.00 0.00 0.06 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:16,861 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=73 END 2019-09-11 19:50:16,861 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=74 START 2019-09-11 19:50:16,861 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:17,381 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=20 END 2019-09-11 19:50:17,382 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=21 START 2019-09-11 19:50:17,382 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:50:17,392 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:50:17,395 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15216 seq=1 START 2019-09-11 19:50:17,396 [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-11 19:50:17,407 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 300 64 20 1 1000000 2019-09-11 19:50:17,745 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:17 PM ens3 7.00 8.00 0.79 1.34 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:17,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-11 19:50:18,393 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:18 PM ens3 11.11 9.09 1.94 1.17 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:18,745 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:18 PM ens3 3.03 3.03 0.30 0.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:18,765 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:18,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=76e29670-6bff-4953-91dd-1afaede529f3,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.41",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="32321.57",network_utilization_average.ens3.txpck/s="517131.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="4.61",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.00",network_utilization_maximun.ens3.txpck/s="6.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="4.61",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.00",network_utilization_minimum.ens3.txpck/s="6.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" 1568231417381613056 2019-09-11 19:50:18,887 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:18,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="73209.25",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1171341.79",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.60",network_utilization_average.ens3.txpck/s="7.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="3.23",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="20.22",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="5.02",network_utilization_maximun.ens3.txpck/s="24.72",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.23",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="20.22",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="5.02",network_utilization_minimum.ens3.txpck/s="24.72",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" 1568231415735601920 2019-09-11 19:50:18,987 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:50:18,987 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.083 1568231410834105856 2019-09-11 19:50:19,085 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:50:19,086 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568231413847202048 2019-09-11 19:50:19,207 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:19,207 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.113 1568231416861035008 2019-09-11 19:50:19,393 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:19 PM ens3 5.00 4.00 0.45 0.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:19,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:19 PM ens3 76330.43 2.17 4770.69 0.56 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:19,874 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=74 END 2019-09-11 19:50:19,875 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=75 START 2019-09-11 19:50:19,875 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:20,393 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:20 PM ens3 5.00 762442.00 0.53 47653.20 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:20,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:20 PM ens3 2441924.39 2.44 152620.28 0.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:20,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:50:21,393 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:21 PM ens3 4.04 1010124.24 1.17 63133.27 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:21,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:21 PM ens3 2779266.67 5.56 173704.38 2.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:22,393 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:22 PM ens3 5.00 1000024.00 0.39 62502.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:22,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:22 PM lo' 2019-09-11 19:50:22,874 [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\n07:50:22 PM ens3 2856994.29 2.86 178562.15 0.40 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:22,890 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=75 END 2019-09-11 19:50:22,891 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=76 START 2019-09-11 19:50:22,891 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:23,393 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:23 PM ens3 4.00 1000025.00 0.43 62502.10 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:23,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:23 PM ens3 2696210.81 5.41 168513.19 1.78 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:23,902 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:50:24,311 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:50:24,312 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.097 1568231419874366976 2019-09-11 19:50:24,393 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:24 PM ens3 3.96 990121.78 1.15 61883.11 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:24,431 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:24,432 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568231422890598912 2019-09-11 19:50:24,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:24 PM ens3 2499605.00 5.00 156225.51 1.81 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:25,393 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:25 PM ens3 164.00 1000182.00 13.09 62514.65 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:25,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:25 PM ens3 2869018.18 3.03 179313.64 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 981423.16 3.59 61339.06 0.84 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:25,906 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=76 END 2019-09-11 19:50:25,907 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=77 START 2019-09-11 19:50:25,907 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:26,393 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:26 PM ens3 4.00 1000024.00 0.43 62502.04 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:26,883 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=20 END 2019-09-11 19:50:26,883 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=21 START 2019-09-11 19:50:26,884 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:50:26,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:50:26,918 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.191' 2019-09-11 19:50:27,394 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:27 PM ens3 4.04 1010126.26 1.17 63133.40 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 21.04 777833.77 2.08 48615.43 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:27,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:27 PM ens3 2858637.14 2.86 178665.04 0.54 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:28,397 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=21 END 2019-09-11 19:50:28,398 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=22 START 2019-09-11 19:50:28,398 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:50:28,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:50:28,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:28 PM ens3 2705327.03 2.70 169082.94 0.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:28,922 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=77 END 2019-09-11 19:50:28,923 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=78 START 2019-09-11 19:50:28,923 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:29,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:29 PM ens3 3.00 1004579.00 0.37 62786.49 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:29,539 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:29,540 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.08",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="21.04",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="48615.43",network_utilization_average.ens3.txpck/s="777833.77",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.17",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4.04",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="63133.40",network_utilization_maximun.ens3.txpck/s="1010126.26",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.17",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4.04",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="63133.40",network_utilization_minimum.ens3.txpck/s="1010126.26",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" 1568231428397872896 2019-09-11 19:50:29,637 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:29,638 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="61339.06",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="981423.16",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="0.84",network_utilization_average.ens3.txpck/s="3.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="179313.64",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2869018.18",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.42",network_utilization_maximun.ens3.txpck/s="3.03",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="179313.64",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2869018.18",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.42",network_utilization_minimum.ens3.txpck/s="3.03",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" 1568231426883183872 2019-09-11 19:50:29,735 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:50:29,736 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568231425906713856 2019-09-11 19:50:29,834 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:29,835 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.191 1568231428922533120 2019-09-11 19:50:29,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:29 PM ens3 2640355.56 2.78 165022.23 1.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:30,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:30 PM ens3 6.00 994836.00 1.15 62177.60 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:30,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:30 PM ens3 2699913.51 2.70 168744.60 1.15 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:31,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:31 PM ens3 2.02 1015369.70 0.18 63460.97 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:31,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:31 PM ens3 2776338.89 2.78 173521.19 1.18 0.00 0.00 0.00 0.00' 2019-09-11 19:50:31,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-11 19:50:32,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:32 PM ens3 1.00 1000020.00 0.06 62501.61 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:32,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:32 PM ens3 2859777.14 5.71 178736.08 2.42 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:33,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:33 PM ens3 1.00 1000024.00 0.06 62501.86 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:33,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:33 PM ens3 2568051.28 412.82 160510.22 33.84 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:34,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:34 PM ens3 1.00 1000019.00 0.06 62501.55 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:35,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:34 PM ens3 2703043.24 2.70 168940.21 0.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:35,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:35 PM ens3 1.00 1000025.00 0.06 62501.92 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:35,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:35 PM ens3 2616481.25 3.12 163530.08 1.32 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:36,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:36 PM ens3 1.00 1000024.00 0.06 62501.86 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:36,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:36 PM ens3 2629339.47 2.63 164333.72 1.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:36,982 [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 2704277.07 47.24 169018.10 4.58 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:37,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:37 PM ens3 1.00 1000022.00 0.06 62501.74 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:37,990 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=21 END 2019-09-11 19:50:37,990 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=22 START 2019-09-11 19:50:37,991 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:50:38,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:50:38,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:38 PM ens3 1.00 1000023.00 0.06 62501.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 1.80 1001480.28 0.21 62592.87 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:39,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:38 PM ens3 2699902.70 13.51 168743.74 0.96 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:39,417 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=22 END 2019-09-11 19:50:39,418 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=23 START 2019-09-11 19:50:39,418 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:50:39,432 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:50:39,933 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC072-76e29670' timeout 2019-09-11 19:50:39,934 [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-11 19:50:39,940 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:39,942 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.21",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1.80",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62592.87",network_utilization_average.ens3.txpck/s="1001480.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="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="62501.80",network_utilization_maximun.ens3.txpck/s="1000023.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="62501.80",network_utilization_minimum.ens3.txpck/s="1000023.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" 1568231439417839104 2019-09-11 19:50:40,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:39 PM ens3 940298.41 1.59 58768.65 0.07 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:40,044 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:40,045 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="169018.10",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2704277.07",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="4.58",network_utilization_average.ens3.txpck/s="47.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="164333.72",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2629339.47",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.12",network_utilization_maximun.ens3.txpck/s="2.63",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="164333.72",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2629339.47",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.12",network_utilization_minimum.ens3.txpck/s="2.63",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" 1568231437990168064 2019-09-11 19:50:40,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:40 PM ens3 2.00 194778.00 0.18 12173.93 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:40,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19992932 , "packets_per_second":999951, "flows":90300, "errors":0 }\n' 2019-09-11 19:50:40,634 [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-11 19:50:40,645 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19485717' 2019-09-11 19:50:40,646 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 507215 - Lost ppm 25370 2019-09-11 19:50:40,646 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 25370 > sla_max_ppm 1000; ',) 2019-09-11 19:50:40,936 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=78 END 2019-09-11 19:50:40,937 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=79 START 2019-09-11 19:50:40,937 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:41,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:40 PM ens3 6.06 8.08 0.71 1.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:41,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:41 PM ens3 8.00 8.00 0.78 1.25 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:41,650 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15216 seq=1 END 2019-09-11 19:50:41,651 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15216 seq=2 START 2019-09-11 19:50:41,651 [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-11 19:50:41,663 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 300 64 20 1 1000000 2019-09-11 19:50:41,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-11 19:50:42,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:41 PM ens3 7.84 8.82 0.92 1.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:42,433 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:42 PM ens3 8.08 7.07 1.65 1.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:43,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:42 PM ens3 2.00 2.00 0.16 0.56 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:43,433 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:43 PM ens3 5.00 4.00 0.45 0.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:43,949 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=79 END 2019-09-11 19:50:43,950 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=80 START 2019-09-11 19:50:43,950 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:44,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:43 PM ens3 116379.57 2.15 7273.76 0.56 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:44,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:44 PM ens3 5.05 515908.08 0.53 32244.84 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:44,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-11 19:50:45,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:44 PM ens3 2502417.50 5.00 156401.29 1.30 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:45,142 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:45,144 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999951i,packets_received=19485717i,packets_sent=19992932i,packetsize=64i,ppm=25370.0 1568231441650161152 2019-09-11 19:50:45,245 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:50:45,246 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=999999.0 1568231440936356096 2019-09-11 19:50:45,345 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:45,345 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.098 1568231443949545984 2019-09-11 19:50:45,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:45 PM ens3 4.00 1000023.00 1.16 62501.94 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:46,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:45 PM ens3 2632681.58 2.63 164542.60 0.36 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:46,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:46 PM ens3 4.00 1000026.00 0.35 62502.16 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:46,967 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=80 END 2019-09-11 19:50:46,967 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=81 START 2019-09-11 19:50:46,968 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:47,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:46 PM ens3 2697156.76 5.41 168572.28 2.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:47,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:47 PM ens3 4.95 990125.74 0.48 61883.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:47,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.135' 2019-09-11 19:50:48,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:47 PM ens3 2628278.95 5.26 164267.64 1.22 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 880630.76 5.26 55039.56 0.99 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:48,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:48 PM ens3 4.00 1000026.00 1.16 62502.13 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:49,038 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=22 END 2019-09-11 19:50:49,039 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=23 START 2019-09-11 19:50:49,039 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:50:49,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:50:49,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:49 PM ens3 4.00 1000024.00 0.35 62502.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 4.90 571138.34 0.71 35696.71 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:49,983 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=81 END 2019-09-11 19:50:49,983 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=82 START 2019-09-11 19:50:49,984 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:50,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:49 PM ens3 1347364.29 0.00 84210.27 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:50,438 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=23 END 2019-09-11 19:50:50,438 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=24 START 2019-09-11 19:50:50,439 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:50:50,446 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:50,448 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.71",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.90",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="35696.71",network_utilization_average.ens3.txpck/s="571138.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="0.35",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.04",network_utilization_maximun.ens3.txpck/s="1000024.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.35",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.04",network_utilization_minimum.ens3.txpck/s="1000024.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" 1568231450438256896 2019-09-11 19:50:50,485 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:50:50,545 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:50,546 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="55039.56",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="880630.76",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="0.99",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="164267.64",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2628278.95",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.22",network_utilization_maximun.ens3.txpck/s="5.26",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="164267.64",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2628278.95",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.22",network_utilization_minimum.ens3.txpck/s="5.26",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" 1568231449038289152 2019-09-11 19:50:50,654 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:50:50,655 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.107 1568231446967149056 2019-09-11 19:50:50,750 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:50,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.135 1568231449983195136 2019-09-11 19:50:50,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.119' 2019-09-11 19:50:51,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:50 PM ens3 3457075.00 5.56 216067.40 1.70 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:51,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:51 PM ens3 3.00 1042710.00 1.10 65169.64 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:52,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:51 PM ens3 2703362.16 2.70 168960.14 0.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:52,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:52 PM ens3 4.00 1000025.00 0.35 62502.10 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:52,999 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=82 END 2019-09-11 19:50:53,000 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=83 START 2019-09-11 19:50:53,000 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:53,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:52 PM ens3 2849748.57 2.86 178109.29 1.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:53,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:53 PM ens3 4.00 1000026.00 0.43 62502.16 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:54,010 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.130' 2019-09-11 19:50:54,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:53 PM ens3 2567371.79 5.13 160460.94 2.17 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:54,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:54 PM ens3 4.00 1000023.00 1.16 62501.94 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:55,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:54 PM ens3 2778352.78 2.78 173647.05 0.39 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:55,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:55 PM ens3 70.00 1000009.00 5.59 62502.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:55,845 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:50:55,846 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.119 1568231452999419904 2019-09-11 19:50:56,015 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=83 END 2019-09-11 19:50:56,015 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=84 START 2019-09-11 19:50:56,016 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:56,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:55 PM ens3 2562835.90 2.56 160177.25 1.09 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:56,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:56 PM ens3 98.00 993898.00 7.93 62120.79 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:57,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.132' 2019-09-11 19:50:57,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:56 PM ens3 2776616.67 5.56 173538.76 2.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:57,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:57 PM ens3 4.00 998531.00 1.16 62408.69 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:58,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:57 PM ens3 2496177.50 2.50 156011.10 0.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:58,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:58 PM ens3 5.00 998086.00 0.39 62380.89 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:59,031 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=84 END 2019-09-11 19:50:59,031 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=85 START 2019-09-11 19:50:59,031 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:50:59,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:58 PM ens3 2561825.64 2.56 160114.11 1.09 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 2543226.46 3.05 158951.72 1.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:50:59,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:50:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:50:59 PM ens3 4.00 998085.00 0.43 62380.85 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:00,042 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-11 19:51:00,087 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=23 END 2019-09-11 19:51:00,088 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=24 START 2019-09-11 19:51:00,088 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:00,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:00,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:50:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:00 PM ens3 3.96 1001702.97 1.15 62606.93 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 19.98 1003307.99 1.97 62707.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:00,977 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:00,979 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="158951.72",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2543226.46",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.02",network_utilization_average.ens3.txpck/s="3.05",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="160114.11",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2561825.64",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.09",network_utilization_maximun.ens3.txpck/s="2.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="160114.11",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2561825.64",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.09",network_utilization_minimum.ens3.txpck/s="2.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" 1568231460087780864 2019-09-11 19:51:01,076 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:51:01,076 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.13 1568231456015255808 2019-09-11 19:51:01,133 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:50:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:00 PM ens3 2564897.44 0.00 160306.09 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:01,173 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:01,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.132 1568231459031080960 2019-09-11 19:51:01,490 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=24 END 2019-09-11 19:51:01,491 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=25 START 2019-09-11 19:51:01,491 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:01,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:02,047 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=85 END 2019-09-11 19:51:02,048 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=86 START 2019-09-11 19:51:02,048 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:02,130 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:01 PM ens3 2770391.67 2.78 173149.48 0.53 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:02,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:02 PM ens3 3.00 1010717.00 0.37 63170.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:03,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.121' 2019-09-11 19:51:03,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:02 PM ens3 2636702.63 5.26 164794.12 2.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:03,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:03 PM ens3 4.00 1000024.00 1.16 62502.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:04,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:03 PM ens3 1248359.65 282.46 78027.28 23.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:04,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:04 PM ens3 4.00 344066.00 0.35 21504.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:04,860 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19927428 , "packets_per_second":999946, "flows":90300, "errors":0 }\n' 2019-09-11 19:51:04,861 [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-11 19:51:04,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19911307' 2019-09-11 19:51:04,873 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 16121 - Lost ppm 809 2019-09-11 19:51:05,063 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=86 END 2019-09-11 19:51:05,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=87 START 2019-09-11 19:51:05,064 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:05,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:04 PM ens3 6.00 8.00 0.70 1.30 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:05,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:05 PM ens3 8.00 8.00 0.78 1.25 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:05,874 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15216 seq=2 END 2019-09-11 19:51:05,875 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:51:05,875 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:51:05,876 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:51:05,893 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:05,894 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999946i,packets_received=19911307i,packets_sent=19927428i,packetsize=64i,ppm=809.0 1568231465874756096 2019-09-11 19:51:05,991 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:51:05,992 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:51:05,994 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:51:06,005 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:51:06,006 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.123 2019-09-11 19:51:06,007 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.123 2019-09-11 19:51:06,073 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-11 19:51:06,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:05 PM ens3 15.00 14.00 2.60 2.63 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:06,278 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:51:06,279 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-11 19:51:06,280 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-11 19:51:06,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:06 PM ens3 17.00 16.00 3.56 2.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:06,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:51:07,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:06 PM ens3 7.07 11.11 0.61 2.48 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:07,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:07 PM ens3 12.00 14.00 1.18 2.95 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:08,077 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=87 END 2019-09-11 19:51:08,078 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=88 START 2019-09-11 19:51:08,078 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:08,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:07 PM ens3 1.00 1.00 0.06 0.06 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:08,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:08 PM ens3 6.93 6.93 4.64 0.89 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:09,087 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-11 19:51:09,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:08 PM ens3 5.00 5.00 0.35 0.97 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:09,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:09 PM ens3 5.00 4.00 2.13 0.80 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:09,633 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15222 seq=1 START 2019-09-11 19:51:09,634 [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-11 19:51:09,646 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 500 64 20 1 1000000 2019-09-11 19:51:10,130 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:09 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 483229.69 27.47 30202.56 2.99 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:10,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:10 PM ens3 11.00 10.00 1.12 1.61 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:11,000 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:11,003 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.97",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="19.98",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62707.52",network_utilization_average.ens3.txpck/s="1003307.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="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="62606.93",network_utilization_maximun.ens3.txpck/s="1001702.97",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="62606.93",network_utilization_minimum.ens3.txpck/s="1001702.97",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" 1568231461490541056 2019-09-11 19:51:11,091 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=88 END 2019-09-11 19:51:11,091 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=89 START 2019-09-11 19:51:11,092 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:11,133 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=24 END 2019-09-11 19:51:11,134 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=25 START 2019-09-11 19:51:11,134 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:11,141 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="30202.56",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="483229.69",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.99",network_utilization_average.ens3.txpck/s="27.47",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" 1568231471133785856 2019-09-11 19:51:11,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:11,243 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 4 2019-09-11 19:51:11,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.114 1568231462047435008 2019-09-11 19:51:11,346 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:51:11,346 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.121 1568231465063330048 2019-09-11 19:51:11,451 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:51:11,452 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.109 1568231468077421824 2019-09-11 19:51:11,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:11 PM ens3 5.05 5.05 0.53 0.78 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 7.60 235487.10 1.59 14718.80 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:11,548 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:11,549 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.113 1568231471091094016 2019-09-11 19:51:12,103 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-11 19:51:12,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:11 PM ens3 211837.08 2.25 13239.94 0.32 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:12,511 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=25 END 2019-09-11 19:51:12,511 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=26 START 2019-09-11 19:51:12,512 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:12,526 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:13,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:12 PM ens3 2218561.36 2.27 138660.09 0.32 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:13,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:13 PM ens3 3.00 1003587.00 0.29 62724.36 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:14,107 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=89 END 2019-09-11 19:51:14,107 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=90 START 2019-09-11 19:51:14,108 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:14,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:13 PM ens3 2632378.95 2.63 164523.69 1.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:14,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:14 PM ens3 4.00 1000998.00 0.43 62562.91 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:15,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-11 19:51:15,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:14 PM ens3 2703027.03 10.81 168939.36 2.51 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:15,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:15 PM ens3 5.00 998628.00 1.21 62414.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:16,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:15 PM ens3 2702559.46 2.70 168909.97 0.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:16,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:16 PM ens3 4.00 1000452.00 0.35 62528.79 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:16,649 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:16,651 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.59",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="7.60",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="14718.80",network_utilization_average.ens3.txpck/s="235487.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.53",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="0.78",network_utilization_maximun.ens3.txpck/s="5.05",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.05",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.78",network_utilization_minimum.ens3.txpck/s="5.05",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" 1568231472511221760 2019-09-11 19:51:16,760 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:16,761 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.08 1568231474107403008 2019-09-11 19:51:17,123 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=90 END 2019-09-11 19:51:17,123 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=91 START 2019-09-11 19:51:17,124 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:17,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:16 PM ens3 2629834.21 2.63 164364.64 1.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:17,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:17 PM ens3 4.00 996260.00 0.43 62266.79 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:18,135 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:51:18,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:17 PM ens3 2858028.57 5.71 178627.01 2.42 0.00 0.00 0.00' 2019-09-11 19:51:18,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00\n' 2019-09-11 19:51:18,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:18 PM ens3 4.00 1000092.00 1.16 62506.25 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:19,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:18 PM ens3 2770919.44 5.56 173182.48 1.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:19,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:19 PM ens3 4.00 998733.00 0.35 62421.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:20,139 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=91 END 2019-09-11 19:51:20,140 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=92 START 2019-09-11 19:51:20,140 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:20,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:19 PM ens3 2700137.84 2.70 168758.62 0.34 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:20,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:20 PM ens3 4.00 1010178.00 0.43 63136.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:21,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:20 PM ens3 2710181.08 2.70 169386.32 1.15 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 2141137.62 3.74 133821.16 1.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:21,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-11 19:51:21,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:21 PM ens3 3.96 987347.52 1.15 61709.72 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:21,855 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:51:21,856 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.098 1568231477123171072 2019-09-11 19:51:21,960 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:21,961 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568231480139389952 2019-09-11 19:51:22,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=25 END 2019-09-11 19:51:22,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=26 START 2019-09-11 19:51:22,151 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:22,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:22,528 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:22 PM ens3 4.00 989604.00 0.35 61850.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.00 998576.72 0.62 62411.53 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:23,155 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=92 END 2019-09-11 19:51:23,156 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=93 START 2019-09-11 19:51:23,156 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:23,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:23 PM ens3 2858040.00 0.00 178627.50 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:23,532 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=26 END 2019-09-11 19:51:23,532 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=27 START 2019-09-11 19:51:23,533 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:23,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:24,167 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.121' 2019-09-11 19:51:24,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:24 PM ens3 2614060.53 5.26 163378.99 1.61 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:24,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:24 PM ens3 4.00 1009682.00 1.16 63105.39 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:25,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:25 PM ens3 2703643.24 2.70 168977.71 0.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:25,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:25 PM ens3 4.00 991396.00 0.35 61962.79 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:26,172 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=93 END 2019-09-11 19:51:26,172 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=94 START 2019-09-11 19:51:26,172 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:26,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:26 PM ens3 2564417.95 2.56 160276.13 1.09 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:26,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:26 PM ens3 164.00 1007780.00 13.16 62989.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:27,065 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:27,067 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.00",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62411.53",network_utilization_average.ens3.txpck/s="998576.72",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.35",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="61850.79",network_utilization_maximun.ens3.txpck/s="989604.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.35",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="61850.79",network_utilization_minimum.ens3.txpck/s="989604.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" 1568231483532187904 2019-09-11 19:51:27,177 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:27,178 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="133821.16",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2141137.62",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.00",network_utilization_average.ens3.txpck/s="3.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="169386.32",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2710181.08",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.15",network_utilization_maximun.ens3.txpck/s="2.70",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="169386.32",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2710181.08",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.15",network_utilization_minimum.ens3.txpck/s="2.70",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" 1568231482150106880 2019-09-11 19:51:27,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.127' 2019-09-11 19:51:27,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:27 PM ens3 2621700.00 5.26 163856.46 2.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:27,278 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:51:27,279 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.082 1568231483155426048 2019-09-11 19:51:27,382 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:27,383 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.121 1568231486171920896 2019-09-11 19:51:27,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:27 PM ens3 4.00 990532.00 1.16 61908.75 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:28,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:28 PM ens3 2702927.03 2.70 168932.94 0.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:28,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:28 PM ens3 3.96 988455.45 0.35 61779.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:29,188 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=94 END 2019-09-11 19:51:29,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:29 PM ens3 2783363.89 2.78 173960.25 1.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:29,188 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=95 START 2019-09-11 19:51:29,189 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:29,553 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:29 PM ens3 4.00 1001596.00 0.43 62600.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:30,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:30 PM ens3 2702167.57 2.70 168885.48 1.15 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:30,199 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.245' 2019-09-11 19:51:30,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:30 PM ens3 4.00 1011796.00 1.16 63237.75 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:31,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:31 PM ens3 2696667.57 5.41 168541.93 2.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:31,557 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:31 PM ens3 8.00 992191.00 0.54 62012.39 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:32,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:32 PM ens3 1144442.37 1.69 71527.65 0.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 2459353.18 3.05 153709.64 1.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:32,203 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=95 END 2019-09-11 19:51:32,204 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=96 START 2019-09-11 19:51:32,204 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:32,480 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:51:32,481 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.127 1568231489188056832 2019-09-11 19:51:32,554 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:32 PM ens3 4.04 320481.82 0.43 20030.55 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:32,608 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:32,608 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.245 1568231492203502848 2019-09-11 19:51:32,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19909802 , "packets_per_second":999947, "flows":250500, "errors":0 }\n' 2019-09-11 19:51:32,872 [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-11 19:51:32,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19868980' 2019-09-11 19:51:32,883 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 40822 - Lost ppm 2051 2019-09-11 19:51:32,884 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 2051 > sla_max_ppm 1000; ',) 2019-09-11 19:51:33,189 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=26 END 2019-09-11 19:51:33,190 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=27 START 2019-09-11 19:51:33,190 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:33,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:33,212 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-11 19:51:33,561 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:33 PM ens3 8.00 7.00 1.51 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 20.80 832059.70 2.03 52004.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:33,888 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15222 seq=1 END 2019-09-11 19:51:33,888 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15222 seq=2 START 2019-09-11 19:51:33,889 [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-11 19:51:33,900 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 500 64 20 1 1000000 2019-09-11 19:51:34,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:34 PM ens3 169.70 169.70 13.81 13.93 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:34,565 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=27 END 2019-09-11 19:51:34,565 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=28 START 2019-09-11 19:51:34,566 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:34,575 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:35,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:35 PM ens3 2.00 2.00 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:35,216 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=96 END 2019-09-11 19:51:35,217 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=97 START 2019-09-11 19:51:35,217 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:35,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:35 PM ens3 5.00 5.00 0.50 0.65 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:36,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:36 PM ens3 39626.80 2.06 2476.71 0.54 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:36,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.072' 2019-09-11 19:51:36,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:36 PM ens3 5.05 420473.74 1.27 26280.13 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:37,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:37 PM ens3 2363045.24 4.76 147690.51 1.24 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:37,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:37 PM ens3 4.00 999780.00 0.35 62486.79 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:37,703 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:37,704 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999947i,packets_received=19868980i,packets_sent=19909802i,packetsize=64i,ppm=2051.0 1568231493887571200 2019-09-11 19:51:37,800 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:37,801 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.03",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.80",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="52004.52",network_utilization_average.ens3.txpck/s="832059.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="1.51",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.31",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="1.51",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.31",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" 1568231494565114880 2019-09-11 19:51:37,902 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:37,903 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="153709.64",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2459353.18",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.02",network_utilization_average.ens3.txpck/s="3.05",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="71527.65",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="1144442.37",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.24",network_utilization_maximun.ens3.txpck/s="1.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="71527.65",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="1144442.37",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.24",network_utilization_minimum.ens3.txpck/s="1.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" 1568231493189809152 2019-09-11 19:51:38,038 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:38,039 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.116 1568231495216766976 2019-09-11 19:51:38,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:38 PM ens3 2940455.88 2.94 183778.50 0.41 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:38,231 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=97 END 2019-09-11 19:51:38,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=98 START 2019-09-11 19:51:38,232 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:38,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:38 PM ens3 4.00 999959.00 0.43 62497.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:39,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:39 PM ens3 2701840.54 13.51 168864.88 2.62 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:39,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-11 19:51:39,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:39 PM ens3 4.00 1000338.00 1.16 62521.63 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:40,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:40 PM ens3 2779016.67 5.56 173688.76 1.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:40,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:40 PM ens3 4.00 1000258.00 0.35 62516.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:41,201 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:41 PM ens3 2774680.56 2.78 173417.54 0.39 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:41,247 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=98 END 2019-09-11 19:51:41,248 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=99 START 2019-09-11 19:51:41,248 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:41,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:41 PM ens3 4.00 992796.00 0.43 62050.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:42,201 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:42 PM ens3 2630978.95 2.63 164436.19 1.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:42,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:51:42,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:42 PM ens3 3.96 997594.06 1.15 62350.13 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:43,144 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:51:43,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.072 1568231498231756032 2019-09-11 19:51:43,204 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:43 PM ens3 2780147.22 5.56 173759.42 2.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 1266752.97 33.51 79172.68 3.30 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:43,257 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:43,257 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.106 1568231501247550976 2019-09-11 19:51:43,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:43 PM ens3 4.04 1010124.24 0.36 63133.31 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:44,209 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=27 END 2019-09-11 19:51:44,210 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=28 START 2019-09-11 19:51:44,211 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:44,248 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:44,263 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=99 END 2019-09-11 19:51:44,264 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=100 START 2019-09-11 19:51:44,264 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:44,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:44 PM ens3 4.95 990125.74 0.48 61883.37 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 841702.50 0.65 52606.91 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:45,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:45 PM ens3 2565876.92 0.00 160367.31 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:45,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-11 19:51:45,582 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=28 END 2019-09-11 19:51:45,583 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=29 START 2019-09-11 19:51:45,584 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:45,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:46,250 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:46 PM ens3 2695516.22 5.41 168469.97 1.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:46,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:46 PM ens3 3.00 1005575.00 0.29 62848.74 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:47,250 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:47 PM ens3 2562917.95 2.56 160182.38 0.36 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:47,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=100 END 2019-09-11 19:51:47,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=101 START 2019-09-11 19:51:47,280 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:47,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:47 PM ens3 4.00 999933.00 0.43 62496.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:48,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:48 PM ens3 2569928.21 2.56 160620.52 1.09 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:48,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-11 19:51:48,389 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:48,391 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.30",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="52606.91",network_utilization_average.ens3.txpck/s="841702.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.48",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="61883.37",network_utilization_maximun.ens3.txpck/s="990125.74",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="4.95",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="61883.37",network_utilization_minimum.ens3.txpck/s="990125.74",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" 1568231505582923776 2019-09-11 19:51:48,497 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:48,498 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="79172.68",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1266752.97",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.30",network_utilization_average.ens3.txpck/s="33.51",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="173759.42",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2780147.22",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="173759.42",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2780147.22",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" 1568231504209788160 2019-09-11 19:51:48,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:48 PM ens3 4.00 1000117.00 1.16 62507.81 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:48,609 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:51:48,609 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568231504263845888 2019-09-11 19:51:48,704 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:48,705 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.097 1568231507279787008 2019-09-11 19:51:49,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:49 PM ens3 2628497.37 5.26 164281.29 2.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:49,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:49 PM ens3 4.00 1000021.00 0.35 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:50,250 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:50 PM ens3 1600477.36 1.89 100029.84 0.26 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:50,295 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=101 END 2019-09-11 19:51:50,296 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=102 START 2019-09-11 19:51:50,296 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:50,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:50 PM ens3 4.00 807407.00 0.43 50463.48 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:51,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:51 PM ens3 2943843.59 2.56 183990.23 1.09 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:51,347 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-11 19:51:51,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:51 PM ens3 4.00 1192646.00 1.16 74540.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:52,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:52 PM ens3 2783225.00 8.33 173951.76 2.47 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:52,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:52 PM ens3 4.00 1000021.00 0.35 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:53,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:53 PM ens3 2500520.00 2.50 156282.50 0.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:53,351 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=102 END 2019-09-11 19:51:53,352 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=103 START 2019-09-11 19:51:53,352 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:53,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:53 PM ens3 4.00 1000031.00 0.43 62502.48 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:53,801 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:51:53,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.08 1568231510295803136 2019-09-11 19:51:53,899 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51:53,899 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.095 1568231513351305984 2019-09-11 19:51:54,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:54 PM ens3 2940394.12 2.94 183774.64 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 2537291.12 3.30 158580.76 1.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:54,363 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-11 19:51:54,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:54 PM ens3 4.00 1000025.00 1.16 62502.06 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:55,260 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=28 END 2019-09-11 19:51:55,260 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=29 START 2019-09-11 19:51:55,261 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:55,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:55,600 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:55 PM ens3 3.96 990127.72 0.35 61883.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 3.90 999580.92 0.61 62474.31 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:56,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:56 PM ens3 1570038.00 0.00 98127.38 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:56,368 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=103 END 2019-09-11 19:51:56,369 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=104 START 2019-09-11 19:51:56,369 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:56,604 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=29 END 2019-09-11 19:51:56,605 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=30 START 2019-09-11 19:51:56,605 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:51:56,617 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:51:57,095 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19926293 , "packets_per_second":999949, "flows":250500, "errors":0 }\n' 2019-09-11 19:51:57,096 [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-11 19:51:57,107 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19909447' 2019-09-11 19:51:57,109 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 16846 - Lost ppm 846 2019-09-11 19:51:57,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:57 PM ens3 6.06 8.08 0.71 1.42 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:57,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-11 19:51:57,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:57 PM ens3 7.00 6.00 1.45 0.90 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:58,111 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15222 seq=2 END 2019-09-11 19:51:58,111 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:51:58,112 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:51:58,112 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:51:58,128 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:51: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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999949i,packets_received=19909447i,packets_sent=19926293i,packetsize=64i,ppm=846.0 1568231518111226112 2019-09-11 19:51:58,223 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:51:58,224 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:51:58,226 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:51:58,238 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:51:58,240 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.123 2019-09-11 19:51:58,241 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.123 2019-09-11 19:51:58,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:58 PM ens3 11.88 9.90 1.61 2.06 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:58,511 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:51:58,512 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-11 19:51:58,513 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-11 19:51:58,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:58 PM ens3 17.17 15.15 2.78 2.89 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:58,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:51:59,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:59 PM ens3 10.10 15.15 1.60 3.04 0.00 0.00 0.00 0.00\n' 2019-09-11 19:51:59,381 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=104 END 2019-09-11 19:51:59,382 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=105 START 2019-09-11 19:51:59,383 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:51:59,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:51:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:51:59 PM ens3 11.88 15.84 1.25 2.99 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:00,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:51:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:00 PM ens3 1.00 1.00 0.06 0.06 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:00,392 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.117' 2019-09-11 19:52:00,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:51:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:00 PM ens3 7.07 6.06 5.47 0.96 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:01,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:01 PM ens3 2.00 2.00 0.20 0.85 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:01,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:01 PM ens3 7.00 6.00 1.42 0.93 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:01,862 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15228 seq=1 START 2019-09-11 19:52:01,863 [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-11 19:52:01,875 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 750 64 20 1 1000000 2019-09-11 19:52:02,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:02 PM ens3 7.00 8.00 0.79 1.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:02,396 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=105 END 2019-09-11 19:52:02,396 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=106 START 2019-09-11 19:52:02,397 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:02,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:02 PM ens3 11.11 11.11 1.21 1.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:03,233 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:03,236 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.61",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="3.90",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62474.31",network_utilization_average.ens3.txpck/s="999580.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.35",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="61883.51",network_utilization_maximun.ens3.txpck/s="990127.72",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.35",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="61883.51",network_utilization_minimum.ens3.txpck/s="990127.72",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" 1568231516604285952 2019-09-11 19:52:03,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:03 PM ens3 2.00 2.00 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:03,359 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:03,360 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="158580.76",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2537291.12",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.02",network_utilization_average.ens3.txpck/s="3.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="183774.64",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2940394.12",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.25",network_utilization_maximun.ens3.txpck/s="2.94",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="183774.64",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2940394.12",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.25",network_utilization_minimum.ens3.txpck/s="2.94",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" 1568231515259952128 2019-09-11 19:52:03,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-11 19:52:03,482 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:52:03,483 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.101 1568231516368371968 2019-09-11 19:52:03,583 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:52:03,584 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.114 1568231519381899008 2019-09-11 19:52:03,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:03 PM ens3 5.00 4.00 1.26 0.83 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:03,723 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:03,723 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.117 1568231522396226816 2019-09-11 19:52:04,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:04 PM ens3 75890.53 171.58 4746.15 14.10 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:04,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:04 PM ens3 5.10 292242.86 0.46 18265.83 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:05,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:05 PM ens3 1435837.50 1.79 89739.85 0.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 184580.44 23.33 11536.89 2.52 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:05,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=106 END 2019-09-11 19:52:05,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=107 START 2019-09-11 19:52:05,411 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:05,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:05 PM ens3 3.96 867672.28 0.43 54230.05 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:06,306 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=29 END 2019-09-11 19:52:06,307 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=30 START 2019-09-11 19:52:06,307 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:52:06,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:52:06,423 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-11 19:52:06,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:06 PM ens3 4.00 906349.00 1.16 56647.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 7.92 207538.62 1.68 12972.03 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:07,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:07 PM ens3 1862987.76 2.04 116436.89 0.39 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:07,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=30 END 2019-09-11 19:52:07,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=31 START 2019-09-11 19:52:07,623 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:52:07,638 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:52:08,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:08 PM ens3 1884573.47 2.04 117785.85 0.28 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:08,428 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=107 END 2019-09-11 19:52:08,428 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=108 START 2019-09-11 19:52:08,429 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:08,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:08 PM ens3 3.00 932035.00 0.37 58252.49 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:08,818 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:08,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=76e29670-6bff-4953-91dd-1afaede529f3,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.68",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="7.92",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="12972.03",network_utilization_average.ens3.txpck/s="207538.62",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="56647.31",network_utilization_maximun.ens3.txpck/s="906349.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="56647.31",network_utilization_minimum.ens3.txpck/s="906349.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" 1568231527622912768 2019-09-11 19:52:08,922 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:08,923 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="11536.89",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="184580.44",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.52",network_utilization_average.ens3.txpck/s="23.33",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="89739.85",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="1435837.50",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.17",network_utilization_maximun.ens3.txpck/s="1.79",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="89739.85",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="1435837.50",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.17",network_utilization_minimum.ens3.txpck/s="1.79",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" 1568231526306353920 2019-09-11 19:52:09,044 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:52:09,045 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.12 1568231525410028032 2019-09-11 19:52:09,144 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:09,144 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.1 1568231528428178944 2019-09-11 19:52:09,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:09 PM ens3 1877294.00 10.00 117330.76 1.94 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:09,439 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.119' 2019-09-11 19:52:09,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:09 PM ens3 4.00 940012.00 1.16 58751.25 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:10,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:10 PM ens3 1949220.83 4.17 121826.46 0.97 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:10,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:10 PM ens3 3.96 920969.31 0.35 57561.11 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:11,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:11 PM ens3 2019206.38 2.13 126200.40 0.30 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:11,444 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=108 END 2019-09-11 19:52:11,444 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=109 START 2019-09-11 19:52:11,445 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:11,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:11 PM ens3 4.04 970336.36 0.43 60646.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:12,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:12 PM ens3 1921795.92 2.04 120112.25 0.86 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:12,456 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-11 19:52:12,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:12 PM ens3 4.90 925332.35 1.18 57833.74 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:13,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:13 PM ens3 2061082.98 4.26 128817.85 1.80 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:13,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:13 PM ens3 5.05 982172.73 0.42 61386.34 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:14,240 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:14,241 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.119 1568231531444120832 2019-09-11 19:52:14,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:14 PM ens3 2013733.33 2.08 125858.34 0.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:14,460 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=109 END 2019-09-11 19:52:14,461 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=110 START 2019-09-11 19:52:14,461 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:14,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:14 PM ens3 5.00 962780.00 0.48 60174.27 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:15,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:15 PM ens3 1972938.78 4.08 123308.66 1.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:15,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.121' 2019-09-11 19:52:15,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:15 PM ens3 4.00 961020.00 1.16 60064.25 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:16,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:16 PM ens3 2070144.68 4.26 129384.21 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 1961965.63 3.73 122622.90 0.96 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:16,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:16 PM ens3 5.00 982780.00 0.42 61424.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:17,332 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=30 END 2019-09-11 19:52:17,333 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=31 START 2019-09-11 19:52:17,333 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:52:17,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:52:17,476 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=110 END 2019-09-11 19:52:17,476 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=111 START 2019-09-11 19:52:17,477 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:17,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:17 PM ens3 4.00 980726.00 0.43 61295.91 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 955679.82 0.64 59730.49 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:18,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:18 PM ens3 2196991.11 0.00 137311.94 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:18,488 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.360' 2019-09-11 19:52:18,643 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=31 END 2019-09-11 19:52:18,644 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=32 START 2019-09-11 19:52:18,644 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:52:18,658 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:52:19,351 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:19,353 [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=76e29670-6bff-4953-91dd-1afaede529f3,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="59730.49",network_utilization_average.ens3.txpck/s="955679.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="61295.91",network_utilization_maximun.ens3.txpck/s="980726.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="61295.91",network_utilization_minimum.ens3.txpck/s="980726.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" 1568231538643450880 2019-09-11 19:52:19,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:19 PM ens3 2153295.65 4.35 134581.15 1.33 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:19,448 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:19,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="122622.90",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1961965.63",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="0.96",network_utilization_average.ens3.txpck/s="3.73",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="129384.21",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2070144.68",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.99",network_utilization_maximun.ens3.txpck/s="4.26",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="129384.21",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2070144.68",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.99",network_utilization_minimum.ens3.txpck/s="4.26",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" 1568231537332703232 2019-09-11 19:52:19,552 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:52:19,552 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.112 1568231534460325120 2019-09-11 19:52:19,646 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:19,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.121 1568231537476273920 2019-09-11 19:52:19,659 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:19 PM ens3 3.03 1009898.99 0.29 63118.99 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:20,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:20 PM ens3 2160595.65 2.17 135037.23 0.30 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:20,492 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=111 END 2019-09-11 19:52:20,492 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=112 START 2019-09-11 19:52:20,493 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:20,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:20 PM ens3 3.92 964711.76 0.42 60295.01 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:21,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:21 PM ens3 2221157.78 2.22 138822.37 0.94 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:21,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.115' 2019-09-11 19:52:21,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:21 PM ens3 4.04 1020158.59 1.17 63760.42 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:22,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:22 PM ens3 2173239.13 4.35 135827.62 1.84 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:22,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:22 PM ens3 4.04 1011522.22 0.36 63220.68 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:23,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:23 PM ens3 2289113.64 2.27 143069.61 0.32 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:23,508 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=112 END 2019-09-11 19:52:23,509 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=113 START 2019-09-11 19:52:23,509 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:23,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:23 PM ens3 3.96 1000355.45 0.43 62522.75 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:24,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:24 PM ens3 1265925.86 1.72 79120.37 0.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:24,518 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.165' 2019-09-11 19:52:24,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:24 PM ens3 3.96 421512.87 1.15 26344.99 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:24,752 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:52:24,753 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.36 1568231540492284160 2019-09-11 19:52:24,854 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:24,855 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.115 1568231543508414976 2019-09-11 19:52:25,103 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19001705 , "packets_per_second":954352, "flows":563250, "errors":0 }\n' 2019-09-11 19:52:25,104 [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-11 19:52:25,115 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18998612' 2019-09-11 19:52:25,116 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 3093 - Lost ppm 163 2019-09-11 19:52:25,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:25 PM ens3 7.00 9.00 0.84 1.78 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:25,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:25 PM ens3 7.92 6.93 0.70 1.34 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:26,118 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15228 seq=1 END 2019-09-11 19:52:26,119 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15228 seq=2 START 2019-09-11 19:52:26,120 [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-11 19:52:26,131 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 750 64 20 1 1000000 2019-09-11 19:52:26,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:26 PM ens3 7.07 8.08 0.80 1.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:26,522 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=113 END 2019-09-11 19:52:26,522 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=114 START 2019-09-11 19:52:26,523 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:26,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:26 PM ens3 168.00 168.00 13.64 13.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:27,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:27 PM ens3 2.00 2.00 0.16 0.52 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 1067362.48 4.29 66710.31 0.97 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:27,531 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:52:27,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:27 PM ens3 5.05 4.04 1.27 0.84 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:28,358 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=31 END 2019-09-11 19:52:28,359 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=32 START 2019-09-11 19:52:28,359 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:52:28,367 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:52:28,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:28 PM ens3 4.95 224869.31 0.44 14054.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 20.86 564725.95 1.98 35296.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:29,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:29 PM ens3 2240221.43 2.38 140013.83 0.45 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:29,535 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=114 END 2019-09-11 19:52:29,536 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=115 START 2019-09-11 19:52:29,536 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:29,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=32 END 2019-09-11 19:52:29,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=33 START 2019-09-11 19:52:29,665 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:52:29,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:52:29,950 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:29,951 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=563250i,packets_per_second=954352i,packets_received=18998612i,packets_sent=19001705i,packetsize=64i,ppm=163.0 1568231546118407936 2019-09-11 19:52:30,050 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:30,051 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.98",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.86",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="35296.21",network_utilization_average.ens3.txpck/s="564725.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="0.44",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="14054.96",network_utilization_maximun.ens3.txpck/s="224869.31",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.44",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="14054.96",network_utilization_minimum.ens3.txpck/s="224869.31",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" 1568231549664130816 2019-09-11 19:52:30,154 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:30,155 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="66710.31",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1067362.48",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="0.97",network_utilization_average.ens3.txpck/s="4.29",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="2.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.52",network_utilization_maximun.ens3.txpck/s="2.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.16",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.52",network_utilization_minimum.ens3.txpck/s="2.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" 1568231548358500864 2019-09-11 19:52:30,258 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:52:30,258 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.165 1568231546522061056 2019-09-11 19:52:30,356 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:30,357 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568231549535537920 2019-09-11 19:52:30,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:30 PM ens3 2857497.14 2.86 178593.58 0.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:30,548 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.124' 2019-09-11 19:52:30,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:30 PM ens3 3.00 1004306.00 1.10 62769.39 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:31,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:31 PM ens3 2630810.53 5.26 164425.86 2.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:31,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:31 PM ens3 8.00 1000026.00 0.54 62502.08 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:32,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:32 PM ens3 2696362.16 2.70 168522.64 0.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:32,552 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=115 END 2019-09-11 19:52:32,552 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=116 START 2019-09-11 19:52:32,553 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:32,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:32 PM ens3 4.00 1000023.00 0.43 62501.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:33,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:33 PM ens3 2701778.38 2.70 168861.15 1.15 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:33,564 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-11 19:52:33,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:33 PM ens3 4.04 1010123.23 1.17 63133.21 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:34,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:34 PM ens3 2568935.90 415.38 160565.71 34.96 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:34,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:34 PM ens3 4.00 1000022.00 0.35 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:35,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:35 PM ens3 2696737.84 2.70 168546.12 0.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:35,457 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:35,458 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.124 1568231552552265984 2019-09-11 19:52:35,568 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=116 END 2019-09-11 19:52:35,569 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=117 START 2019-09-11 19:52:35,569 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:35,602 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:35,603 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.096 1568231555568808960 2019-09-11 19:52:35,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:35 PM ens3 4.00 1000025.00 0.43 62502.10 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:36,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:36 PM ens3 2562733.33 2.56 160170.84 1.09 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:36,580 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-11 19:52:36,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:36 PM ens3 3.96 990121.78 1.15 61883.11 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:37,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:37 PM ens3 2564782.05 5.13 160299.08 2.17 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:37,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:37 PM ens3 4.00 1000018.00 0.35 62501.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:38,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:38 PM ens3 2699964.86 2.70 168747.81 0.37 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 2614850.79 45.53 163428.96 4.41 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:38,584 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=117 END 2019-09-11 19:52:38,585 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=118 START 2019-09-11 19:52:38,586 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:38,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:38 PM ens3 4.00 1000023.00 0.43 62501.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:39,376 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=32 END 2019-09-11 19:52:39,377 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=33 START 2019-09-11 19:52:39,377 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:52:39,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:52:39,596 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-11 19:52:39,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:39 PM ens3 4.00 1000022.00 1.16 62501.88 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 1000451.00 0.71 62528.68 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:40,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:40 PM ens3 2633107.89 2.63 164569.44 0.50 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:40,684 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=33 END 2019-09-11 19:52:40,685 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=34 START 2019-09-11 19:52:40,685 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:52:40,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:52:40,704 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:40,706 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.71",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="62528.68",network_utilization_average.ens3.txpck/s="1000451.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.88",network_utilization_maximun.ens3.txpck/s="1000022.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.88",network_utilization_minimum.ens3.txpck/s="1000022.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" 1568231560684432128 2019-09-11 19:52:40,809 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:40,810 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="163428.96",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2614850.79",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="4.41",network_utilization_average.ens3.txpck/s="45.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="168747.81",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2699964.86",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.37",network_utilization_maximun.ens3.txpck/s="2.70",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="168747.81",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2699964.86",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.37",network_utilization_minimum.ens3.txpck/s="2.70",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" 1568231559376776960 2019-09-11 19:52:40,918 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:40,919 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.098 1568231558584883968 2019-09-11 19:52:41,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:41 PM ens3 2701202.70' 2019-09-11 19:52:41,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 168825.17 0.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:41,600 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=118 END 2019-09-11 19:52:41,601 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=119 START 2019-09-11 19:52:41,601 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:41,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:41 PM ens3 3.00 1004282.00 0.37 62767.93 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:42,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:42 PM ens3 2773680.56 5.56 173355.05 2.14 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:42,612 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.110' 2019-09-11 19:52:42,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:42 PM ens3 3.96 990122.77 1.15 61883.17 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:43,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:43 PM ens3 2707508.11 5.41 169219.47 1.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:43,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:43 PM ens3 4.00 1000019.00 0.35 62501.72 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:44,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:44 PM ens3 2855782.86 2.86 178486.43 0.40 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:44,616 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=119 END 2019-09-11 19:52:44,617 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=120 START 2019-09-11 19:52:44,618 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:44,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:44 PM ens3 5.00 1000022.00 0.48 62501.89 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:45,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:45 PM ens3 2701294.59 5.41 168830.90 2.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:45,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-11 19:52:45,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:45 PM ens3 4.00 1000025.00 1.16 62502.06 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:46,024 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:52:46,025 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.107 1568231561600622848 2019-09-11 19:52:46,120 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:46,121 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.11 1568231564616877056 2019-09-11 19:52:46,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:46 PM ens3 2776291.67 5.56 173518.45 1.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:46,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:46 PM ens3 4.00 1000019.00 0.35 62501.72 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:47,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:47 PM ens3 2772822.22 2.78 173301.39 0.39 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:47,632 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=120 END 2019-09-11 19:52:47,633 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=121 START 2019-09-11 19:52:47,633 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:47,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:47 PM ens3 4.00 1000013.00 0.43 62501.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:48,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:48 PM ens3 2172083.33 2.38 135755.21 1.01 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:48,642 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-11 19:52:48,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:48 PM ens3 4.04 626220.20 1.17 39139.20 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:49,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19927987 , "packets_per_second":999946, "flows":563250, "errors":0 }\n' 2019-09-11 19:52:49,330 [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-11 19:52:49,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19883162' 2019-09-11 19:52:49,342 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 44825 - Lost ppm 2250 2019-09-11 19:52:49,343 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 2250 > sla_max_ppm 1000; ',) 2019-09-11 19:52:49,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:49 PM ens3 7.00 9.00 0.84 1.78 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 2052832.95 5.07 128302.21 1.27 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:49,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:49 PM ens3 9.00 8.00 0.74 1.40 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:50,346 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15228 seq=2 END 2019-09-11 19:52:50,347 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:52:50,347 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:52:50,347 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:52:50,394 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:50,395 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999946i,packets_received=19883162i,packets_sent=19927987i,packetsize=64i,ppm=2250.0 1568231570346520064 2019-09-11 19:52:50,412 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=33 END 2019-09-11 19:52:50,412 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=34 START 2019-09-11 19:52:50,413 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:52:50,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:52:50,498 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:52:50,499 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-11 19:52:50,502 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-11 19:52:50,513 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-11 19:52:50,515 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.123 2019-09-11 19:52:50,516 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.123 2019-09-11 19:52:50,646 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=121 END 2019-09-11 19:52:50,647 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=122 START 2019-09-11 19:52:50,647 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:50,717 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:50 PM ens3 5.05 5.05 0.50 0.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 4.60 763200.70 0.67 47700.57 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:50,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:52:50,788 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-11 19:52:50,789 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-11 19:52:51,133 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-11 19:52:51,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:51 PM ens3 18.00 21.00 2.88 4.17 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:51,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.131' 2019-09-11 19:52:51,720 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=34 END 2019-09-11 19:52:51,721 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=35 START 2019-09-11 19:52:51,721 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:52:51,731 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:52:52,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:52 PM ens3 1.98 1.98 0.20 0.48 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:52,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:52 PM ens3 6.00 4.00 4.54 0.41 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:53,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:53 PM ens3 1.01 1.01 0.07 0.14 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:53,702 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=122 END 2019-09-11 19:52:53,702 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=123 START 2019-09-11 19:52:53,703 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:53,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:53 PM ens3 3.96 5.94 1.32 0.97 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:54,182 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15234 seq=1 START 2019-09-11 19:52:54,183 [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-11 19:52:54,196 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 1000 64 20 1 1000000 2019-09-11 19:52:54,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:54 PM ens3 7.00 8.00 0.79 1.58 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:54,711 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.110' 2019-09-11 19:52:54,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:54 PM ens3 12.12 10.10 2.01 1.58 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:55,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:55 PM ens3 2.97 2.97 0.30 0.65 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:55,508 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:55,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=76e29670-6bff-4953-91dd-1afaede529f3,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.67",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.60",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="47700.57",network_utilization_average.ens3.txpck/s="763200.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.50",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="0.75",network_utilization_maximun.ens3.txpck/s="5.05",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.50",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="0.75",network_utilization_minimum.ens3.txpck/s="5.05",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" 1568231571720783872 2019-09-11 19:52:55,618 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:55,619 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="128302.21",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2052832.95",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.27",network_utilization_average.ens3.txpck/s="5.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="0.84",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.78",network_utilization_maximun.ens3.txpck/s="9.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.84",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.78",network_utilization_minimum.ens3.txpck/s="9.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" 1568231570412125184 2019-09-11 19:52:55,723 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:52:55,724 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.108 1568231567632689920 2019-09-11 19:52:55,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:55 PM ens3 4.95 2.97 0.44 0.64 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:55,818 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:52:55,819 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.116 1568231570646605056 2019-09-11 19:52:55,913 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:52:55,914 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.131 1568231573702115072 2019-09-11 19:52:56,422 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:56 PM ens3 1600.00 1.98 100.03 0.51 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:56,715 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=123 END 2019-09-11 19:52:56,716 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=124 START 2019-09-11 19:52:56,716 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:52:56,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:56 PM ens3 46.00 311673.00 3.76 19481.03 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:57,424 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:57 PM ens3 2491312.50 2.50 155707.04 0.24 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:57,728 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.117' 2019-09-11 19:52:57,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:57 PM ens3 5.00 1000021.00 1.22 62501.81 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:58,425 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:58 PM ens3 2631057.89 5.26 164441.32 2.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:58,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:58 PM ens3 3.03 1010114.14 0.24 63132.67 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:59,425 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:59 PM ens3 2702916.22 2.70 168932.27 0.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:59,733 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:52:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:52:59 PM ens3 1.98 990129.70 0.17 61883.47 0.00 0.00 0.00 0.00\n' 2019-09-11 19:52:59,732 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=124 END 2019-09-11 19:52:59,733 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=125 START 2019-09-11 19:52:59,733 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:00,425 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:52:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:00 PM ens3 2776813.89 2.78 173550.87 1.18 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 530903.85 5.58 33181.81 1.20 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:00,733 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:52:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:00 PM ens3 4.00 1000028.00 0.43 62502.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:00,744 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-11 19:53:01,016 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:53:01,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.11 1568231576715683072 2019-09-11 19:53:01,148 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:01,149 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.117 1568231579732857088 2019-09-11 19:53:01,432 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=34 END 2019-09-11 19:53:01,433 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=35 START 2019-09-11 19:53:01,433 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:53:01,462 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:53:01,733 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:01 PM ens3 123.23 1010246.46 10.62 63142.90 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.90 531193.30 2.47 33200.39 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:02,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:02 PM ens3 2634313.16 0.00 164644.58 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:02,737 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=35 END 2019-09-11 19:53:02,737 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=36 START 2019-09-11 19:53:02,738 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:53:02,748 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=125 END 2019-09-11 19:53:02,749 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=126 START 2019-09-11 19:53:02,749 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:02,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:53:03,463 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:03 PM ens3 2768327.78 2.78 173020.49 0.53 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:03,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:03 PM ens3 1.00 1005334.00 0.06 62833.50 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:03,757 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-11 19:53:04,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:04 PM ens3 2377761.90 4.76 148610.31 2.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:04,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:04 PM ens3 4.00 1000023.00 1.16 62501.94 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:05,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:05 PM ens3 2563038.46 412.82 160196.92 33.87 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:05,754 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:05 PM ens3 4.00 1000023.00 0.35 62501.97 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:05,761 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=126 END 2019-09-11 19:53:05,762 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=127 START 2019-09-11 19:53:05,762 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:06,245 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:06,246 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.47",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.90",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="33200.39",network_utilization_average.ens3.txpck/s="531193.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="10.62",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="123.23",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="63142.90",network_utilization_maximun.ens3.txpck/s="1010246.46",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="10.62",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="123.23",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="63142.90",network_utilization_minimum.ens3.txpck/s="1010246.46",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" 1568231582737129984 2019-09-11 19:53:06,364 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:06,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="33181.81",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="530903.85",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.20",network_utilization_average.ens3.txpck/s="5.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="173550.87",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2776813.89",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.18",network_utilization_maximun.ens3.txpck/s="2.78",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="173550.87",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2776813.89",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.18",network_utilization_minimum.ens3.txpck/s="2.78",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" 1568231581432652032 2019-09-11 19:53:06,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:06 PM ens3 2856174.29 5.71 178510.88 1.46 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:06,471 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:53:06,472 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.108 1568231582748466944 2019-09-11 19:53:06,572 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:06,573 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.102 1568231585761862912 2019-09-11 19:53:06,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:06 PM ens3 4.00 1000029.00 0.43 62502.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:06,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-11 19:53:07,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:07 PM ens3 2701524.32 5.41 168845.48 1.26 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:07,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:07 PM ens3 4.00 1000030.00 1.16 62502.38 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:08,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:08 PM ens3 2776786.11 2.78 173549.14 0.39 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:08,754 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:08 PM ens3 4.00 1000027.00 0.35 62502.22 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:08,775 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=127 END 2019-09-11 19:53:08,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=128 START 2019-09-11 19:53:08,776 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:09,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:09 PM ens3 2703967.57 2.70 168997.98 1.15 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:09,754 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:09 PM ens3 4.00 1000028.00 0.43 62502.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:09,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:53:10,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:10 PM ens3 2703070.27 16.22 168941.94 2.73 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:10,754 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:10 PM ens3 4.00 1000024.00 1.16 62502.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:11,470 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:11 PM ens3 2702321.62 2.70 168895.11 0.37 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 2672516.84 47.33 167033.08 4.53 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:11,670 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:11,671 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.112 1568231588775546112 2019-09-11 19:53:11,754 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:11 PM ens3 4.00 1000029.00 0.35 62502.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:11,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=128 END 2019-09-11 19:53:11,793 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=129 START 2019-09-11 19:53:11,793 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:12,474 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=35 END 2019-09-11 19:53:12,475 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=36 START 2019-09-11 19:53:12,475 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:53:12,515 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:53:12,754 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:12 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 3.70 1000557.50 0.59 62535.33 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:12,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-11 19:53:13,518 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:13 PM ens3 2633678.95 2.63 164605.13 0.50 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:13,758 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=36 END 2019-09-11 19:53:13,758 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=37 START 2019-09-11 19:53:13,759 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:53:13,774 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:53:14,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:14 PM ens3 2702789.19 2.70 168924.33 0.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:14,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:14 PM ens3 3.00 1004024.00 0.29 62751.80 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:14,806 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=129 END 2019-09-11 19:53:14,806 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=130 START 2019-09-11 19:53:14,807 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:15,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:15 PM ens3 2632105.26 5.26 164506.56 2.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:15,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:15 PM ens3 5.00 1000024.00 0.48 62502.02 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:15,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.119' 2019-09-11 19:53:16,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:16 PM ens3 2080727.91 4.65 130045.68 1.08 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:16,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:16 PM ens3 4.00 637953.00 1.16 39872.56 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:16,782 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:16,783 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.59",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="3.70",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62535.33",network_utilization_average.ens3.txpck/s="1000557.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.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" 1568231593758161152 2019-09-11 19:53:16,944 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:16,946 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="167033.08",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2672516.84",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="4.53",network_utilization_average.ens3.txpck/s="47.33",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="168895.11",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2702321.62",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.37",network_utilization_maximun.ens3.txpck/s="2.70",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="168895.11",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2702321.62",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.37",network_utilization_minimum.ens3.txpck/s="2.70",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" 1568231592474784000 2019-09-11 19:53:17,042 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:53:17,043 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568231591792783104 2019-09-11 19:53:17,137 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:17,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.114 1568231594806138112 2019-09-11 19:53:17,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19992085 , "packets_per_second":999947, "flows":1001000, "errors":0 }\n' 2019-09-11 19:53:17,424 [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-11 19:53:17,434 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19975238' 2019-09-11 19:53:17,436 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 16847 - Lost ppm 843 2019-09-11 19:53:17,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:17 PM ens3 6.06 8.08 0.71 1.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:17,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:17 PM ens3 8.00 7.00 0.70 1.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:17,820 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=130 END 2019-09-11 19:53:17,821 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=131 START 2019-09-11 19:53:17,821 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:18,438 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15234 seq=1 END 2019-09-11 19:53:18,439 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15234 seq=2 START 2019-09-11 19:53:18,439 [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-11 19:53:18,451 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.20 1000 64 20 1 1000000 2019-09-11 19:53:18,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:18 PM ens3 6.00 7.00 0.70 1.15 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:18,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:18 PM ens3 8.08 8.08 0.92 1.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:18,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-11 19:53:19,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:19 PM ens3 3.00 3.00 0.30 0.58 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:19,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:19 PM ens3 4.95 3.96 1.24 0.78 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:20,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:20 PM ens3 2.00 2.00 0.16 0.56 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:20,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:20 PM ens3 5.05 62881.82 0.45 3930.72 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:20,834 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=131 END 2019-09-11 19:53:20,835 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=132 START 2019-09-11 19:53:20,835 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:21,518 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:21 PM ens3 1489292.59 3.70 93080.85 0.96 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:21,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:21 PM ens3 4.04 1010120.20 0.43 63133.06 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:21,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-11 19:53:22,243 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:22,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999947i,packets_received=19975238i,packets_sent=19992085i,packetsize=64i,ppm=843.0 1568231598438219008 2019-09-11 19:53:22,378 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:53:22,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.119 1568231597820787968 2019-09-11 19:53:22,487 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:22,488 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.083 1568231600834696960 2019-09-11 19:53:22,523 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:22 PM ens3 2633418.42 5.26 164588.86 1.37 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 881093.82 4.64 55068.53 0.98 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:22,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:22 PM ens3 4.00 1000024.00 1.16 62502.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:23,527 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=36 END 2019-09-11 19:53:23,528 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=37 START 2019-09-11 19:53:23,528 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:53:23,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:53:23,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:23 PM ens3 4.00 1000022.00 0.35 62501.91 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.01 571576.95 0.72 35724.12 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:23,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=132 END 2019-09-11 19:53:23,849 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=133 START 2019-09-11 19:53:23,850 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:24,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:24 PM ens3 2844768.57 0.00 177798.04 0.00 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:24,780 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=37 END 2019-09-11 19:53:24,781 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=38 START 2019-09-11 19:53:24,781 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:53:24,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:53:24,859 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.02' 2019-09-11 19:53:25,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:25 PM ens3 2699370.27 5.41 168710.85 1.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:25,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:25 PM ens3 3.00 998469.00 1.10 62404.45 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:26,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:26 PM ens3 2702600.00 2.70 168912.51 0.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:26,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:26 PM ens3 5.00 1000025.00 0.39 62502.08 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:26,864 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=133 END 2019-09-11 19:53:26,864 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=134 START 2019-09-11 19:53:26,865 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:27,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:27 PM ens3 2771430.56 2.78 173214.42 1.18 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:27,585 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:27,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=76e29670-6bff-4953-91dd-1afaede529f3,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="5.01",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="35724.12",network_utilization_average.ens3.txpck/s="571576.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="0.35",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.91",network_utilization_maximun.ens3.txpck/s="1000022.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.35",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.91",network_utilization_minimum.ens3.txpck/s="1000022.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" 1568231604780539904 2019-09-11 19:53:27,713 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:27,715 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="55068.53",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="881093.82",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="0.98",network_utilization_average.ens3.txpck/s="4.64",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="164588.86",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2633418.42",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.37",network_utilization_maximun.ens3.txpck/s="5.26",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="164588.86",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2633418.42",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.37",network_utilization_minimum.ens3.txpck/s="5.26",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" 1568231603527719936 2019-09-11 19:53:27,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:27 PM ens3 4.00 1000024.00 0.43 62502.04 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:27,821 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:53:27,821 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.104 1568231603848872960 2019-09-11 19:53:27,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.122' 2019-09-11 19:53:27,915 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:27,915 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=1.02 1568231606864176896 2019-09-11 19:53:28,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:28 PM ens3 2630815.79 5.26 164426.19 2.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:28,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:28 PM ens3 4.00 1000027.00 1.16 62502.19 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:29,565 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:29 PM ens3 2569076.92 2.56 160567.31 0.36 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:29,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:29 PM ens3 4.00 1000024.00 0.35 62502.04 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:29,881 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=134 END 2019-09-11 19:53:29,881 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=135 START 2019-09-11 19:53:29,882 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:30,565 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:30 PM ens3 2703262.16 2.70 168953.89 1.15 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:30,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:30 PM ens3 4.00 1000026.00 0.43 62502.16 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:30,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.117' 2019-09-11 19:53:31,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:31 PM ens3 2856360.00 5.71 178522.72 2.42 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:31,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:31 PM ens3 164.00 1000186.00 13.89 62514.86 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:32,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:32 PM ens3 2696408.11 2.70 168525.51 0.37 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:32,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:32 PM ens3 4.00 1000022.00 0.35 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:32,897 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=135 END 2019-09-11 19:53:32,897 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=136 START 2019-09-11 19:53:32,898 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:33,012 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:53:33,013 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.122 1568231609881216000 2019-09-11 19:53:33,134 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:33,134 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.117 1568231612897241088 2019-09-11 19:53:33,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:33 PM ens3 2784127.78 2.78 174007.99 1.18 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 2723066.21 3.27 170191.71 1.09 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:33,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:33 PM ens3 4.00 1000027.00 0.43 62502.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:33,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.128' 2019-09-11 19:53:34,574 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=37 END 2019-09-11 19:53:34,574 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15181 seq=38 START 2019-09-11 19:53:34,575 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:53:34,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:53:34,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:34 PM ens3 3.96 990121.78 1.15 61883.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 19.98 998886.41 1.97 62431.16 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:35,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:35 PM ens3 2560758.97 410.26 160054.45 32.92 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:35,801 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=38 END 2019-09-11 19:53:35,802 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15180 seq=39 START 2019-09-11 19:53:35,802 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-11 19:53:35,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/11/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-11 19:53:35,913 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=136 END 2019-09-11 19:53:35,914 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=137 START 2019-09-11 19:53:35,914 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:36,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:36 PM ens3 2630234.21 2.63 164389.64 0.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:36,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:36 PM ens3 7.00 1004852.00 0.57 62803.49 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:36,925 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-11 19:53:37,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:37 PM ens3 2861894.29 5.71 178868.62 2.42 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:37,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:37 PM ens3 5.00 999994.00 1.21 62500.11 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:38,235 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:38,236 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.97",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="19.98",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62431.16",network_utilization_average.ens3.txpck/s="998886.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="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="61883.11",network_utilization_maximun.ens3.txpck/s="990121.78",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="61883.11",network_utilization_minimum.ens3.txpck/s="990121.78",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" 1568231615801603072 2019-09-11 19:53:38,337 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:38,338 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="170191.71",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2723066.21",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.09",network_utilization_average.ens3.txpck/s="3.27",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="174007.99",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="2784127.78",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.18",network_utilization_maximun.ens3.txpck/s="2.78",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="174007.99",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="2784127.78",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.18",network_utilization_minimum.ens3.txpck/s="2.78",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" 1568231614574181120 2019-09-11 19:53:38,438 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:38,439 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.128 1568231615913302784 2019-09-11 19:53:38,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:38 PM ens3 2857062.86 2.86 178566.43 0.40 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:38,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:38 PM ens3 4.00 1000026.00 0.35 62502.16 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:38,929 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=137 END 2019-09-11 19:53:38,930 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=138 START 2019-09-11 19:53:38,930 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:39,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:39 PM ens3 2702621.62 2.70 168913.86 1.15 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:39,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:39 PM ens3 4.00 1000029.00 0.43 62502.35 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:39,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-11 19:53:40,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:40 PM ens3 2609828.95 15.79 163114.36 2.92 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:40,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:40 PM ens3 4.00 820923.00 1.16 51308.19 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:41,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:41 PM ens3 31121.00 1.00 1945.06 0.04 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:41,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19925411 , "packets_per_second":999947, "flows":1001000, "errors":0 }\n' 2019-09-11 19:53:41,649 [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-11 19:53:41,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19911614' 2019-09-11 19:53:41,661 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 13797 - Lost ppm 693 2019-09-11 19:53:41,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:41 PM ens3 8.00 7.00 0.70 1.29 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:41,955 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=138 END 2019-09-11 19:53:41,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15182 seq=139 START 2019-09-11 19:53:41,956 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.20 2019-09-11 19:53:42,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:42 PM ens3 6.06 8.08 0.71 1.66 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:42,663 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15234 seq=2 END 2019-09-11 19:53:42,663 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-11 19:53:42,664 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-11 19:53:42,664 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-11 19:53:42,713 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:42,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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999947i,packets_received=19911614i,packets_sent=19925411i,packetsize=64i,ppm=693.0 1568231622662915072 2019-09-11 19:53:42,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:42 PM ens3 6.00 5.00 0.56 0.85 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:42,821 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-11 19:53:42,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.123' 2019-09-11 19:53:43,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:43 PM ens3 4.95 3.96 0.38 0.59 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:43,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:43 PM ens3 4.00 3.00 1.16 0.63 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:44,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n07:53:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:44 PM ens3 1.01 1.01 0.07 0.14 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 969832.21 29.79 60615.03 2.88 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:44,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:44 PM ens3 4.04 3.03 0.36 0.80 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:44,969 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15182 seq=139 END 2019-09-11 19:53:44,970 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:53:44,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 3 2019-09-11 19:53:44,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:53:45,618 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15181 seq=38 END 2019-09-11 19:53:45,619 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:53:45,619 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 19:53:45,619 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:53:45,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n07:53:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n07:53:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n07:53:45 PM ens3 4.00 3.00 0.25 0.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 5.01 483067.57 0.68 30192.23 0.00 0.00 0.00 0.00\n' 2019-09-11 19:53:46,823 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15180 seq=39 END 2019-09-11 19:53:46,823 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-11 19:53:46,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-11 19:53:46,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-11 19:53:46,846 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:46,848 [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=76e29670-6bff-4953-91dd-1afaede529f3,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.68",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.01",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="30192.23",network_utilization_average.ens3.txpck/s="483067.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="0.25",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="0.53",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.25",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="0.53",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" 1568231626823201024 2019-09-11 19:53:46,969 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:46,971 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="60615.03",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="969832.21",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.88",network_utilization_average.ens3.txpck/s="29.79",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.07",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="1.01",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.14",network_utilization_maximun.ens3.txpck/s="1.01",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.07",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="1.01",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.14",network_utilization_minimum.ens3.txpck/s="1.01",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" 1568231625618271232 2019-09-11 19:53:47,078 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-11 19:53:47,079 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.105 1568231618929416960 2019-09-11 19:53:47,187 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-11 19:53:47,188 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.111 1568231621955249152 2019-09-11 19:53:47,290 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-11 19:53:47,291 [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=76e29670-6bff-4953-91dd-1afaede529f3,version=stable/hunter rtt.poseidon=0.123 1568231624969355008 2019-09-11 19:53:47,392 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc072" SUCCESS!!! 2019-09-11 19:53:47,393 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC072-76e29670' START 2019-09-11 19:54:14,405 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC072-76e29670' DONE 2019-09-11 19:54:14,406 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc072.yaml finished in 497 secs 2019-09-11 19:54:14,419 [INFO] yardstick.benchmark.core.task task.py:169 Report can be found in '/tmp/report.html' 2019-09-11 19:54:14,419 [INFO] yardstick.benchmark.core.task task.py:157 Total finished in 4702 secs 2019-09-11 19:54:14,420 [INFO] yardstick.benchmark.core.task task.py:160 To generate report, execute command "yardstick report generate 76e29670-6bff-4953-91dd-1afaede529f3 " 2019-09-11 19:54:14,420 [INFO] yardstick.benchmark.core.task task.py:161 Task ALL DONE, exiting 2019-09-11 19:54:14,421 [INFO] yardstick.cmd.commands.task task.py:61 Task SUCCESS 2019-09-11 19:54:14,437 [DEBUG] yardstick.benchmark.runners.base base.py:147 Terminating all runners