2019-12-01 16:11:33,521 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+----------------------------------------------------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+----------------------------------------------------------------------------------------------------+ | TEST_DB_EXT_URL | http://testresults.opnfv.org/test/api/v1/results | | S3_DST_URL | s3://artifacts.opnfv.org/xtesting/airship-opnfv-functest-benchmarking-latest-vmtp-run-44 | | S3_ENDPOINT_URL | https://storage.googleapis.com | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | BUILD_TAG | jenkins-airship-opnfv-functest-benchmarking-latest-vmtp-run-44 | | DEBUG | true | | INSTALLER_TYPE | airship | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | HTTP_DST_URL | http://artifacts.opnfv.org/xtesting/airship-opnfv-functest-benchmarking-latest-vmtp-run-44 | | NODE_NAME | intel-pod17 | +-------------------------+----------------------------------------------------------------------------------------------------+ 2019-12-01 16:11:33,525 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_AUTH_URL=http://identity-airship.intel-pod17.opnfv.org:80/v3 export OS_USER_DOMAIN_NAME=default export OS_PROJECT_DOMAIN_NAME=default export OS_USERNAME=admin export OS_PROJECT_NAME=admin export OS_PASSWORD=password123 export OS_IDENTITY_API_VERSION=3 export OS_INTERFACE=public export OS_REGION_NAME=intel-pod17 2019-12-01 16:11:33,525 - xtesting.ci.run_tests - DEBUG - Test args: vmtp 2019-12-01 16:11:33,534 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2019-12-01 16:11:34,337 - functest.core.tenantnetwork - DEBUG - password: WDLc # Property values in that config file will override the default values in the current file # --- # Name of the image to use for launching the test VMs. This name must be # the exact same name used in OpenStack (as shown from 'nova image-list') # Any image running Linux should work (Fedora, Ubuntu, CentOS...) image_name: 'Ubuntu Server 14.04' #image_name: 'Fedora 21' # User name to use to ssh to the test VMs # This is specific to the image being used ssh_vm_username: 'ubuntu' #ssh_vm_username: fedora # Flavor name to use for all VMs created by VMTP. # If this flavor is unspecified, flavor name will be set to default name "vmtp". # If this flavor exists it will be re-used as-is by VMTP. # Otherwise, a flavor with attributes specified in flavor property will be created. flavor_type: 'vmtp' # Custom flavor attributes # This flavor attributes is used to create a new flavor # if flavor_type is unspecified or doesn't exist in openstack. # Any created flavor will be deleted after vmtp ends. flavor: # Number of vCPUs for the flavor vcpus: 1 # Memory for the flavor in MB ram: 2048 # Size of local disk in GB disk: 0 # metadata are supported and can be added if needed, optional # extra_specs: # "hw:cpu_policy": dedicated # "hw:mem_page_size": 2048 # Name of the availability zone to use for the test VMs # Must be one of the zones listed by 'nova availability-zone-list' # If the zone selected contains more than 1 compute node, the script # will determine inter-node and intra-node throughput. If it contains only # 1 compute node, only intra-node troughput will be measured. # If empty (default), VMTP will automatically pick the first 2 hosts # that are compute nodes regardless of the availability zone #availability_zone: 'nova' availability_zone: # DNS server IP addresses to use for the VM (list of 1 or more DNS servers) # This default DNS server is available on the Internet, # Change this to use a different DNS server if necessary, dns_nameservers: [ '8.8.8.8' ] # VMTP can automatically download a VM image if the image named by # image_name is missing, for that you need to specify a URL where # the image can be retrieved # # A link to a Ubuntu Server 14.04 qcow2 image can be used here: # https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img # # To upload the image as a file, prepend it with file:// like below # file:// vm_image_url: '' # ----------------------------------------------------------------------------- # These variables are not likely to be changed # Set this variable to a network name if you want the script to reuse # a specific existing external network. If empty, the script will reuse the # first external network it can find (the cloud must have at least 1 # external network defined and available for use) # # NOTE: When set, router and floating ip creation will be ignored, and the # existing management network will be used for tests. This is used for runnig # VMTP on a provider network. reuse_network_name: # Use of the script for special deployments floating_ip: True # Set this to an existing VM name if the script should not create new VM # and reuse existing VM reuse_existing_vm: # Set config drive to true to bypass metadata service and use config drive # An option of config_drive to True is provided to nova boot to enable this config_drive: # The location of the user_data file, which will be passed to every instance # when booting. user_data_file: # ipv6 mode. Set this to one of the following 3 modes # slaac : VM obtains IPV6 address from Openstack radvd using SLAAC # dhcpv6-stateful : VM obtains ipv6 address from dnsmasq using DHCPv6 stateful # dhcpv6-stateless : VM obtains ipv6 address from Openstack radvd using SLAAC and options from dnsmasq # If left blank use ipv4 ipv6_mode: # Default name for the router to use to connect the internal mgmt network # with the external network. If a router exists with this name it will be # reused, otherwise a new router will be created router_name: 'pns-router' # Defaul names for the internal networks used by the # script. If an existing network with this name exists it will be reused. # Otherwise a new internal network will be created with that name. # 2 networks are needed to test the case of network to network communication internal_network_name: ['pns-internal-net', 'pns-internal-net2'] # Name of the subnets associated to the internal mgmt network internal_subnet_name: ['pns-internal-subnet', 'pns-internal-subnet2'] # Name of the subnets for ipv6 internal_subnet_name_v6: ['pns-internal-v6-subnet','pns-internal-v6-subnet2'] # Default CIDRs to use for the internal mgmt subnet internal_cidr: ['192.168.1.0/24' , '192.168.2.0/24'] # Default CIDRs to use for data network for ipv6 internal_cidr_v6: ['2001:45::/64','2001:46::/64'] # The public and private keys to use to ssh to all targets (VMs, containers, hosts) # By default the SSH library will try several methods to authenticate: # - password if provided on the command line # - user's own key pair (under the home directory $HOME) if already setup # - the below key pair if not empty # If you want to use a specific key pair, specify the key pair files here. # This can be a pathname that is absolute or relative to the current directory public_key_file: private_key_file: # Name of the P&S public key in OpenStack to create for all test VMs public_key_name: 'pns_public_key' # name of the server VM vm_name_server: 'TestServer' # name of the client VM vm_name_client: 'TestClient' # name of the security group to create and use security_group_name: 'pns-security' # ping variables ping_count: 2 ping_pass_threshold: 80 # Max retry count for ssh to a VM (5 seconds between retries) ssh_retry_count: 50 # General retry count generic_retry_count: 50 # Times to run when measuring TCP Throughput tcp_tp_loop_count: 3 # TCP throughput list of packet sizes to measure # Can be overridden at the command line using --tcpbuf tcp_pkt_sizes: [65536] # UDP throughput list of packet sizes to measure # By default we measure for small, medium and large packets # Can be overridden at the command line using --udpbuf udp_pkt_sizes: [128, 1024, 8192] # List of packet sizes to measure with ping # By default we measure for 64 (small), 391 (IMIX average) and 1500 (large) icmp_pkt_sizes: [64, 391, 1500] # UDP packet loss rate threshold in percentage beyond which bandwidth # iterations stop and below which iteration with a higher # bandwidth continues # The first number is the minimal loss rate (inclusive) # The second number is the maximum loss rate (inclusive) # Iteration to find the "optimal" bandwidth will stop as soon as the loss rate # falls within that range: min <= loss_rate <= max # The final throughput measurement may return a loss rate out of this range # as that measurement is taken on a longer time than when iterating to find # the optimal throughput udp_loss_rate_range: [2, 5] # The default bandwidth limit (in Kbps) for TCP/UDP flow measurement # 0 means unlimited, which can be overridden at the command line using --bandwidth vm_bandwidth: 0 # Internal network name for OpenStack to hold data plane traffic os_dataplane_network: 'physnet1' ####################################### # VMTP MongoDB Connection information ####################################### ######################################## # Default MongoDB port is 27017, to override #vmtp_mongod_port: ######################################## # MongoDB pns database. # use "official_db" for official runs only. ######################################## vmtp_db: "client_db" ######################################## # MongoDB collection name. ######################################## vmtp_collection: "pns_web_entry" # When enabled, all logs will be sent to a fluentd server at the requested IP and port # The fluentd "tag" and "label" fields for every message will be set to "nfvbench" fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the # log records logging_tag: # IP address of the server, defaults to loopback ip: 127.0.0.1 # port # to use, by default, use the default fluentd forward port port: 24224 2019-12-01 16:33:30,605 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2019-12-01 16:11:51,323 INFO Using http://identity-airship.intel-pod17.opnfv.org:80/v3 2019-12-01 16:11:51,324 INFO VM public key: /tmp/tmp7cNSXt 2019-12-01 16:11:51,324 INFO VM private key: /tmp/tmpq9eAz9 2019-12-01 16:11:51,958 INFO Found image vmtp-img_1b7d43cd-b595-46af-bd1e-cc51f280fd47 to launch VM, will continue 2019-12-01 16:11:52,627 INFO Using external router: vmtp-router_1b7d43cd-b595-46af-bd1e-cc51f280fd47 2019-12-01 16:11:52,627 INFO Using external network: public. 2019-12-01 16:11:53,691 INFO Created internal network: pns-internal-net_1b7d43cd-b595-46af-bd1e-cc51f280fd47. 2019-12-01 16:11:54,502 INFO Created internal network: pns-internal-net2_1b7d43cd-b595-46af-bd1e-cc51f280fd47. 2019-12-01 16:11:56,661 DEBUG Ext router associated to pns-internal-net_1b7d43cd-b595-46af-bd1e-cc51f280fd47 2019-12-01 16:11:59,129 DEBUG Ext router associated to pns-internal-net2_1b7d43cd-b595-46af-bd1e-cc51f280fd47 2019-12-01 16:11:59,424 INFO OpenStack agent: Open vSwitch agent 2019-12-01 16:11:59,424 INFO OpenStack network type: vxlan 2019-12-01 16:12:00,764 INFO [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Creating server VM... 2019-12-01 16:12:00,764 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Starting on zone nova:pod17-node5 2019-12-01 16:12:02,446 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 1 of 150... 2019-12-01 16:12:04,941 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 2 of 150... 2019-12-01 16:12:07,514 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 3 of 150... 2019-12-01 16:12:09,929 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 4 of 150... 2019-12-01 16:12:12,458 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 5 of 150... 2019-12-01 16:12:14,829 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 6 of 150... 2019-12-01 16:12:17,191 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 7 of 150... 2019-12-01 16:12:19,553 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 8 of 150... 2019-12-01 16:12:21,972 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 9 of 150... 2019-12-01 16:12:26,953 INFO [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Internal network IP: 192.168.1.8 2019-12-01 16:12:26,953 INFO [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] SSH IP: 10.10.175.42 2019-12-01 16:12:26,953 INFO [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Setup SSH for ubuntu@10.10.175.42 2019-12-01 16:13:56,253 INFO [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Installing nuttcp-8.1.4... 2019-12-01 16:13:56,303 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Copying nuttcp-8.1.4 to target... 2019-12-01 16:13:56,547 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Starting nuttcp-8.1.4 server... 2019-12-01 16:13:56,595 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] 2019-12-01 16:13:56,644 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Creating client VM... 2019-12-01 16:13:56,644 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Starting on zone nova:pod17-node5 2019-12-01 16:13:57,741 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 1 of 150... 2019-12-01 16:13:59,974 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 2 of 150... 2019-12-01 16:14:02,508 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 3 of 150... 2019-12-01 16:14:04,878 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 4 of 150... 2019-12-01 16:14:07,236 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 5 of 150... 2019-12-01 16:14:09,599 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] VM status=BUILD, retrying 6 of 150... 2019-12-01 16:14:14,674 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Internal network IP: 192.168.1.29 2019-12-01 16:14:14,675 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] SSH IP: 10.10.175.40 2019-12-01 16:14:14,675 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Setup SSH for ubuntu@10.10.175.40 2019-12-01 16:15:34,734 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Installing nuttcp-8.1.4... 2019-12-01 16:15:34,809 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Copying nuttcp-8.1.4 to target... 2019-12-01 16:15:34,984 INFO ============================================================ 2019-12-01 16:15:34,985 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2019-12-01 16:15:44,067 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] PING 192.168.1.8 (192.168.1.8) 64(92) bytes of data. 72 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=1.14 ms 72 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.422 ms 72 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.509 ms 72 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.384 ms 72 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.452 ms 72 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.411 ms 72 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.492 ms 72 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.481 ms 72 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.479 ms 72 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.300 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.300/0.507/1.140/0.219 ms 2019-12-01 16:15:53,116 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] PING 192.168.1.8 (192.168.1.8) 391(419) bytes of data. 399 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.318 ms 399 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.486 ms 399 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.475 ms 399 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.469 ms 399 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.362 ms 399 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.467 ms 399 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.392 ms 399 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.519 ms 399 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.404 ms 399 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.495 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.318/0.438/0.519/0.066 ms 2019-12-01 16:16:02,168 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] PING 192.168.1.8 (192.168.1.8) 1500(1528) bytes of data. 1508 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=1.64 ms 1508 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.549 ms 1508 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.671 ms 1508 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.488 ms 1508 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.633 ms 1508 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.538 ms 1508 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.594 ms 1508 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.482 ms 1508 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.651 ms 1508 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.608 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.482/0.686/1.648/0.326 ms 2019-12-01 16:16:02,169 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Measuring TCP Throughput (packet size=65536)... 2019-12-01 16:16:02,170 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:16:12,301 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=6268.7824 real_seconds=10.00 rate_Mbps=5256.5232 tx_cpu=30 rx_cpu=23 retrans=0 cwnd=3137 rtt_ms=0.91 2019-12-01 16:16:12,303 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:16:22,433 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=7630.3451 real_seconds=10.00 rate_Mbps=6398.6506 tx_cpu=15 rx_cpu=22 retrans=0 cwnd=3137 rtt_ms=0.29 2019-12-01 16:16:22,434 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:16:32,538 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=7611.4126 real_seconds=10.00 rate_Mbps=6381.8224 tx_cpu=15 rx_cpu=22 retrans=0 cwnd=3137 rtt_ms=0.34 2019-12-01 16:16:32,539 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Measuring UDP Throughput (packet size=128)... 2019-12-01 16:16:32,539 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:16:35,899 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=4.5652 real_seconds=1.01 rate_Mbps=37.9302 tx_cpu=4 rx_cpu=9 drop=1782 pkt=39180 data_loss=4.54764 2019-12-01 16:16:35,901 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=128 throughput=1<38840/5000000<10000000 Kbps loss-rate=4 2019-12-01 16:16:35,901 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R116520K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:16:39,235 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=4.1371 real_seconds=1.01 rate_Mbps=34.5068 tx_cpu=3 rx_cpu=9 drop=873 pkt=34764 data_loss=2.51196 2019-12-01 16:16:39,236 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=128 throughput=1<35334/116520<116520 Kbps loss-rate=2 2019-12-01 16:16:39,236 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R75927K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:16:42,571 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=3.9375 real_seconds=1.00 rate_Mbps=32.8747 tx_cpu=4 rx_cpu=9 drop=1015 pkt=33271 data_loss=3.05067 2019-12-01 16:16:42,571 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=128 throughput=1<33663/75927<75927 Kbps loss-rate=3 2019-12-01 16:16:42,572 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R54795K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:16:45,930 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=4.1256 real_seconds=1.01 rate_Mbps=34.4102 tx_cpu=5 rx_cpu=10 drop=310 pkt=34107 data_loss=0.91029 2019-12-01 16:16:45,930 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=128 throughput=1<35236/54795<54795 Kbps loss-rate=0 2019-12-01 16:16:45,931 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R45015K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:16:49,291 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=3.9493 real_seconds=1.01 rate_Mbps=32.9058 tx_cpu=9 rx_cpu=9 drop=1253 pkt=33606 data_loss=3.72962 2019-12-01 16:16:49,292 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=128 throughput=1<33695/45015<45015 Kbps loss-rate=3 2019-12-01 16:16:49,292 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R39355K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:16:52,624 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=3.9366 real_seconds=1.01 rate_Mbps=32.8226 tx_cpu=6 rx_cpu=9 drop=0 pkt=32249 data_loss=0.00000 2019-12-01 16:16:52,624 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=128 throughput=1<33610/39355<39355 Kbps loss-rate=0 2019-12-01 16:16:52,624 DEBUG undershot, min=33610 kbps=36482 max=39355 2019-12-01 16:16:52,625 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R36482K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:16:55,981 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=3.9132 real_seconds=1.00 rate_Mbps=32.7465 tx_cpu=5 rx_cpu=9 drop=662 pkt=32719 data_loss=2.02303 2019-12-01 16:16:55,981 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=128 throughput=33610<33532/36482<39355 Kbps loss-rate=2 2019-12-01 16:16:55,982 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Measuring UDP Throughput (packet size=1024)... 2019-12-01 16:16:55,982 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:16:59,342 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=31.5088 real_seconds=1.00 rate_Mbps=263.0842 tx_cpu=5 rx_cpu=9 drop=823 pkt=33088 data_loss=2.48727 2019-12-01 16:16:59,342 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=1024 throughput=1<269398/5000000<10000000 Kbps loss-rate=2 2019-12-01 16:16:59,343 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R808194K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:02,703 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=30.6182 real_seconds=1.00 rate_Mbps=256.2777 tx_cpu=5 rx_cpu=9 drop=145 pkt=31498 data_loss=0.46034 2019-12-01 16:17:02,704 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=1024 throughput=1<262428/808194<808194 Kbps loss-rate=0 2019-12-01 16:17:02,704 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R535311K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:06,038 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=30.6104 real_seconds=1.00 rate_Mbps=255.7603 tx_cpu=13 rx_cpu=9 drop=697 pkt=32042 data_loss=2.17507 2019-12-01 16:17:06,038 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=1024 throughput=1<261898/535311<535311 Kbps loss-rate=2 2019-12-01 16:17:06,038 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R398604K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:09,374 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=31.8066 real_seconds=1.01 rate_Mbps=265.1931 tx_cpu=17 rx_cpu=9 drop=822 pkt=33392 data_loss=2.46187 2019-12-01 16:17:09,375 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=1024 throughput=1<271557/398604<398604 Kbps loss-rate=2 2019-12-01 16:17:09,375 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R335080K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:12,735 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=30.8330 real_seconds=1.00 rate_Mbps=258.9894 tx_cpu=5 rx_cpu=9 drop=877 pkt=32450 data_loss=2.70279 2019-12-01 16:17:12,736 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=1024 throughput=1<265205/335080<335080 Kbps loss-rate=2 2019-12-01 16:17:12,736 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R300142K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:16,094 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=31.7852 real_seconds=1.00 rate_Mbps=266.4195 tx_cpu=6 rx_cpu=8 drop=690 pkt=33238 data_loss=2.07585 2019-12-01 16:17:16,095 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=1024 throughput=1<272813/300142<300142 Kbps loss-rate=2 2019-12-01 16:17:16,095 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Measuring UDP Throughput (packet size=8192)... 2019-12-01 16:17:16,095 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:19,458 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=102.8125 real_seconds=1.00 rate_Mbps=858.2842 tx_cpu=4 rx_cpu=10 drop=5002 pkt=18162 data_loss=27.54101 2019-12-01 16:17:19,458 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=8192 throughput=1<878883/5000000<10000000 Kbps loss-rate=27 2019-12-01 16:17:19,459 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2636649K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:22,818 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=100.0703 real_seconds=1.00 rate_Mbps=838.6740 tx_cpu=4 rx_cpu=9 drop=4473 pkt=17282 data_loss=25.88242 2019-12-01 16:17:22,818 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=8192 throughput=1<858802/2636649<2636649 Kbps loss-rate=25 2019-12-01 16:17:22,819 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1747725K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:26,180 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=104.8750 real_seconds=1.00 rate_Mbps=877.3653 tx_cpu=5 rx_cpu=10 drop=4229 pkt=17653 data_loss=23.95629 2019-12-01 16:17:26,180 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=8192 throughput=1<898422/1747725<1747725 Kbps loss-rate=23 2019-12-01 16:17:26,181 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1323073K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:29,537 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=103.9766 real_seconds=1.00 rate_Mbps=875.3910 tx_cpu=5 rx_cpu=10 drop=4771 pkt=18080 data_loss=26.38825 2019-12-01 16:17:29,537 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=8192 throughput=1<896400/1323073<1323073 Kbps loss-rate=26 2019-12-01 16:17:29,538 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1109736K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:32,895 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=97.8984 real_seconds=1.01 rate_Mbps=814.7470 tx_cpu=7 rx_cpu=10 drop=4403 pkt=16934 data_loss=26.00099 2019-12-01 16:17:32,896 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=8192 throughput=1<834300/1109736<1109736 Kbps loss-rate=26 2019-12-01 16:17:32,896 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R972018K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:36,258 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=91.8281 real_seconds=1.00 rate_Mbps=769.8559 tx_cpu=14 rx_cpu=8 drop=2990 pkt=14744 data_loss=20.27946 2019-12-01 16:17:36,258 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=8192 throughput=1<788332/972018<972018 Kbps loss-rate=20 2019-12-01 16:17:36,258 DEBUG overshot, min=1 kbps=788332 max=972018 2019-12-01 16:17:36,259 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R788332K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:39,620 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=85.9062 real_seconds=1.00 rate_Mbps=720.9446 tx_cpu=18 rx_cpu=8 drop=969 pkt=11965 data_loss=8.09871 2019-12-01 16:17:39,620 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=8192 throughput=1<738247/788332<972018 Kbps loss-rate=8 2019-12-01 16:17:39,620 DEBUG overshot, min=1 kbps=738247 max=788332 2019-12-01 16:17:39,621 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R738247K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:42,978 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=82.2188 real_seconds=1.00 rate_Mbps=689.9996 tx_cpu=18 rx_cpu=7 drop=596 pkt=11120 data_loss=5.35965 2019-12-01 16:17:42,979 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=8192 throughput=1<706559/738247<788332 Kbps loss-rate=5 2019-12-01 16:17:42,979 DEBUG overshot, min=1 kbps=706559 max=738247 2019-12-01 16:17:42,979 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R706559K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:17:46,312 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] megabytes=82.0859 real_seconds=1.00 rate_Mbps=688.4036 tx_cpu=18 rx_cpu=7 drop=147 pkt=10654 data_loss=1.37984 2019-12-01 16:17:46,313 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] pkt-size=8192 throughput=1<704925/706559<738247 Kbps loss-rate=1 2019-12-01 16:17:46,313 DEBUG undershot, min=704925 kbps=721586 max=738247 2019-12-01 16:17:46,325 INFO { 'az_from': u'nova:pod17-node5', 'az_to': u'nova:pod17-node5', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.29', 'ip_to': u'192.168.1.8', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.91, 'throughput_kbps': 5382679, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.29, 'throughput_kbps': 6552218, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.34, 'throughput_kbps': 6534986, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.02, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 33532, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.08, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 272813, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.38, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 704925, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.507', 'rtt_max_ms': '1.140', 'rtt_min_ms': '0.300', 'rtt_stddev': '0.219', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.438', 'rtt_max_ms': '0.519', 'rtt_min_ms': '0.318', 'rtt_stddev': '0.066', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.686', 'rtt_max_ms': '1.648', 'rtt_min_ms': '0.482', 'rtt_stddev': '0.326', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2019-12-01 16:17:46,326 INFO Deleting floating ip 3478c63f-06d9-4e11-afcc-7b0326a2de6e 2019-12-01 16:17:47,730 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Floating IP 10.10.175.40 deleted 2019-12-01 16:17:48,071 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Instance deleted 2019-12-01 16:17:48,136 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Creating client VM... 2019-12-01 16:17:48,136 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Starting on zone nova:pod17-node5 2019-12-01 16:17:49,491 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] VM status=BUILD, retrying 1 of 150... 2019-12-01 16:17:51,889 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] VM status=BUILD, retrying 2 of 150... 2019-12-01 16:17:54,574 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] VM status=BUILD, retrying 3 of 150... 2019-12-01 16:17:56,937 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] VM status=BUILD, retrying 4 of 150... 2019-12-01 16:17:59,346 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] VM status=BUILD, retrying 5 of 150... 2019-12-01 16:18:04,225 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Internal network IP: 192.168.2.11 2019-12-01 16:18:04,225 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] SSH IP: 10.10.175.46 2019-12-01 16:18:04,226 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Setup SSH for ubuntu@10.10.175.46 2019-12-01 16:19:26,403 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Installing nuttcp-8.1.4... 2019-12-01 16:19:26,450 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Copying nuttcp-8.1.4 to target... 2019-12-01 16:19:26,593 INFO ============================================================ 2019-12-01 16:19:26,594 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2019-12-01 16:19:35,679 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] PING 192.168.1.8 (192.168.1.8) 64(92) bytes of data. 72 bytes from 192.168.1.8: icmp_seq=1 ttl=63 time=2.39 ms 72 bytes from 192.168.1.8: icmp_seq=2 ttl=63 time=0.925 ms 72 bytes from 192.168.1.8: icmp_seq=3 ttl=63 time=0.711 ms 72 bytes from 192.168.1.8: icmp_seq=4 ttl=63 time=0.738 ms 72 bytes from 192.168.1.8: icmp_seq=5 ttl=63 time=0.759 ms 72 bytes from 192.168.1.8: icmp_seq=6 ttl=63 time=0.825 ms 72 bytes from 192.168.1.8: icmp_seq=7 ttl=63 time=0.645 ms 72 bytes from 192.168.1.8: icmp_seq=8 ttl=63 time=0.863 ms 72 bytes from 192.168.1.8: icmp_seq=9 ttl=63 time=0.725 ms 72 bytes from 192.168.1.8: icmp_seq=10 ttl=63 time=0.709 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.645/0.929/2.395/0.495 ms 2019-12-01 16:19:44,728 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] PING 192.168.1.8 (192.168.1.8) 391(419) bytes of data. 399 bytes from 192.168.1.8: icmp_seq=1 ttl=63 time=0.693 ms 399 bytes from 192.168.1.8: icmp_seq=2 ttl=63 time=0.694 ms 399 bytes from 192.168.1.8: icmp_seq=3 ttl=63 time=0.766 ms 399 bytes from 192.168.1.8: icmp_seq=4 ttl=63 time=0.671 ms 399 bytes from 192.168.1.8: icmp_seq=5 ttl=63 time=0.681 ms 399 bytes from 192.168.1.8: icmp_seq=6 ttl=63 time=0.781 ms 399 bytes from 192.168.1.8: icmp_seq=7 ttl=63 time=0.744 ms 399 bytes from 192.168.1.8: icmp_seq=8 ttl=63 time=0.822 ms 399 bytes from 192.168.1.8: icmp_seq=9 ttl=63 time=0.825 ms 399 bytes from 192.168.1.8: icmp_seq=10 ttl=63 time=0.765 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.671/0.744/0.825/0.056 ms 2019-12-01 16:19:53,791 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] PING 192.168.1.8 (192.168.1.8) 1500(1528) bytes of data. 1508 bytes from 192.168.1.8: icmp_seq=1 ttl=63 time=3.14 ms 1508 bytes from 192.168.1.8: icmp_seq=2 ttl=63 time=1.17 ms 1508 bytes from 192.168.1.8: icmp_seq=3 ttl=63 time=0.906 ms 1508 bytes from 192.168.1.8: icmp_seq=4 ttl=63 time=0.966 ms 1508 bytes from 192.168.1.8: icmp_seq=5 ttl=63 time=0.916 ms 1508 bytes from 192.168.1.8: icmp_seq=6 ttl=63 time=1.17 ms 1508 bytes from 192.168.1.8: icmp_seq=7 ttl=63 time=0.972 ms 1508 bytes from 192.168.1.8: icmp_seq=8 ttl=63 time=1.01 ms 1508 bytes from 192.168.1.8: icmp_seq=9 ttl=63 time=1.05 ms 1508 bytes from 192.168.1.8: icmp_seq=10 ttl=63 time=1.13 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9012ms rtt min/avg/max/mdev = 0.906/1.245/3.140/0.639 ms 2019-12-01 16:19:53,792 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Measuring TCP Throughput (packet size=65536)... 2019-12-01 16:19:53,792 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:03,902 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=4672.5843 real_seconds=10.01 rate_Mbps=3917.6510 tx_cpu=22 rx_cpu=32 retrans=438 cwnd=699 rtt_ms=0.87 2019-12-01 16:20:03,902 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:14,008 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5369.1468 real_seconds=10.01 rate_Mbps=4501.5499 tx_cpu=9 rx_cpu=30 retrans=618 cwnd=697 rtt_ms=0.76 2019-12-01 16:20:14,008 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:24,115 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5145.5177 real_seconds=10.00 rate_Mbps=4315.0363 tx_cpu=9 rx_cpu=29 retrans=159 cwnd=703 rtt_ms=0.89 2019-12-01 16:20:24,116 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Measuring UDP Throughput (packet size=128)... 2019-12-01 16:20:24,117 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:27,473 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.5247 real_seconds=1.00 rate_Mbps=46.4711 tx_cpu=4 rx_cpu=13 drop=2693 pkt=47951 data_loss=5.61554 2019-12-01 16:20:27,473 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<47586/5000000<10000000 Kbps loss-rate=5 2019-12-01 16:20:27,474 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R142758K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:30,808 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.5070 real_seconds=1.01 rate_Mbps=45.9485 tx_cpu=5 rx_cpu=12 drop=510 pkt=45624 data_loss=1.11863 2019-12-01 16:20:30,809 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<47051/142758<142758 Kbps loss-rate=1 2019-12-01 16:20:30,809 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R94904K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:34,143 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=4.9939 real_seconds=1.00 rate_Mbps=41.7107 tx_cpu=5 rx_cpu=13 drop=117 pkt=41027 data_loss=0.28553 2019-12-01 16:20:34,143 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<42711/94904<94904 Kbps loss-rate=0 2019-12-01 16:20:34,144 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R68807K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:37,502 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.2913 real_seconds=1.00 rate_Mbps=44.4194 tx_cpu=5 rx_cpu=14 drop=250 pkt=43596 data_loss=0.57311 2019-12-01 16:20:37,502 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<45485/68807<68807 Kbps loss-rate=0 2019-12-01 16:20:37,502 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R57146K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:40,835 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=4.5221 real_seconds=1.00 rate_Mbps=37.7762 tx_cpu=25 rx_cpu=12 drop=1358 pkt=38403 data_loss=3.53676 2019-12-01 16:20:40,836 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<38682/57146<57146 Kbps loss-rate=3 2019-12-01 16:20:40,836 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R47914K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:44,195 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.1694 real_seconds=1.00 rate_Mbps=43.3776 tx_cpu=6 rx_cpu=14 drop=84 pkt=42431 data_loss=0.19693 2019-12-01 16:20:44,195 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<44418/47914<47914 Kbps loss-rate=0 2019-12-01 16:20:44,196 DEBUG undershot, min=44418 kbps=46166 max=47914 2019-12-01 16:20:44,196 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R46166K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:47,554 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.1459 real_seconds=1.00 rate_Mbps=43.0513 tx_cpu=6 rx_cpu=14 drop=52 pkt=42208 data_loss=0.12422 2019-12-01 16:20:47,554 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=44418<44084/46166<47914 Kbps loss-rate=0 2019-12-01 16:20:47,555 DEBUG undershot, min=46166 kbps=47040 max=47914 2019-12-01 16:20:47,555 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Measuring UDP Throughput (packet size=1024)... 2019-12-01 16:20:47,556 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:50,914 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=37.8906 real_seconds=1.00 rate_Mbps=317.8531 tx_cpu=6 rx_cpu=10 drop=553 pkt=39353 data_loss=1.40539 2019-12-01 16:20:50,914 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=1<325481/5000000<10000000 Kbps loss-rate=1 2019-12-01 16:20:50,915 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R976443K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:54,246 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=38.8379 real_seconds=1.00 rate_Mbps=326.4720 tx_cpu=9 rx_cpu=11 drop=118 pkt=39888 data_loss=0.29574 2019-12-01 16:20:54,247 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=1<334307/976443<976443 Kbps loss-rate=0 2019-12-01 16:20:54,247 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R655375K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:20:57,605 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=38.4678 real_seconds=1.00 rate_Mbps=323.0817 tx_cpu=6 rx_cpu=11 drop=379 pkt=39770 data_loss=0.95294 2019-12-01 16:20:57,605 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=1<330835/655375<655375 Kbps loss-rate=0 2019-12-01 16:20:57,605 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R493105K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:21:00,940 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=24.7441 real_seconds=1.00 rate_Mbps=207.5405 tx_cpu=63 rx_cpu=9 drop=321 pkt=25659 data_loss=1.25112 2019-12-01 16:21:00,940 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=1<212521/493105<493105 Kbps loss-rate=1 2019-12-01 16:21:00,941 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R352813K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:21:04,273 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=39.1572 real_seconds=1.00 rate_Mbps=329.3685 tx_cpu=8 rx_cpu=11 drop=92 pkt=40189 data_loss=0.22906 2019-12-01 16:21:04,274 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=1<337273/352813<352813 Kbps loss-rate=0 2019-12-01 16:21:04,274 DEBUG undershot, min=337273 kbps=345043 max=352813 2019-12-01 16:21:04,274 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Measuring UDP Throughput (packet size=8192)... 2019-12-01 16:21:04,275 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:21:07,633 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=125.4531 real_seconds=1.00 rate_Mbps=1050.5544 tx_cpu=5 rx_cpu=11 drop=314 pkt=16372 data_loss=1.91789 2019-12-01 16:21:07,634 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1<1075767/5000000<10000000 Kbps loss-rate=1 2019-12-01 16:21:07,635 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3037883K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:21:11,003 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=119.0234 real_seconds=1.01 rate_Mbps=991.5270 tx_cpu=5 rx_cpu=10 drop=242 pkt=15477 data_loss=1.56367 2019-12-01 16:21:11,003 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1<1015323/3037883<3037883 Kbps loss-rate=1 2019-12-01 16:21:11,004 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2026603K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:21:14,337 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=114.0859 real_seconds=1.00 rate_Mbps=959.0333 tx_cpu=7 rx_cpu=11 drop=184 pkt=14787 data_loss=1.24434 2019-12-01 16:21:14,338 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1<982050/2026603<2026603 Kbps loss-rate=1 2019-12-01 16:21:14,338 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1504326K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:21:17,696 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=118.7422 real_seconds=1.00 rate_Mbps=994.5659 tx_cpu=6 rx_cpu=11 drop=92 pkt=15291 data_loss=0.60162 2019-12-01 16:21:17,696 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1<1018435/1504326<1504326 Kbps loss-rate=0 2019-12-01 16:21:17,697 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1261380K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:21:21,030 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=119.2891 real_seconds=1.00 rate_Mbps=1002.1223 tx_cpu=7 rx_cpu=12 drop=349 pkt=15618 data_loss=2.23455 2019-12-01 16:21:21,031 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1<1026173/1261380<1261380 Kbps loss-rate=2 2019-12-01 16:21:21,042 INFO { 'az_from': u'nova:pod17-node5', 'az_to': u'nova:pod17-node5', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.11', 'ip_to': u'192.168.1.8', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 438, 'rtt_ms': 0.87, 'throughput_kbps': 4011674, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 618, 'rtt_ms': 0.76, 'throughput_kbps': 4609587, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 159, 'rtt_ms': 0.89, 'throughput_kbps': 4418597, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.12, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 44084, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.23, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 337273, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.23, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1026173, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.929', 'rtt_max_ms': '2.395', 'rtt_min_ms': '0.645', 'rtt_stddev': '0.495', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.744', 'rtt_max_ms': '0.825', 'rtt_min_ms': '0.671', 'rtt_stddev': '0.056', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.245', 'rtt_max_ms': '3.140', 'rtt_min_ms': '0.906', 'rtt_stddev': '0.639', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2019-12-01 16:21:21,043 INFO ============================================================ 2019-12-01 16:21:21,043 INFO Flow 3: VM to VM different network floating IP (intra-node) 2019-12-01 16:21:30,117 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] PING 10.10.175.42 (10.10.175.42) 64(92) bytes of data. 72 bytes from 10.10.175.42: icmp_seq=1 ttl=63 time=0.943 ms 72 bytes from 10.10.175.42: icmp_seq=2 ttl=63 time=0.745 ms 72 bytes from 10.10.175.42: icmp_seq=3 ttl=63 time=0.798 ms 72 bytes from 10.10.175.42: icmp_seq=4 ttl=63 time=0.657 ms 72 bytes from 10.10.175.42: icmp_seq=5 ttl=63 time=0.822 ms 72 bytes from 10.10.175.42: icmp_seq=6 ttl=63 time=0.680 ms 72 bytes from 10.10.175.42: icmp_seq=7 ttl=63 time=0.769 ms 72 bytes from 10.10.175.42: icmp_seq=8 ttl=63 time=0.614 ms 72 bytes from 10.10.175.42: icmp_seq=9 ttl=63 time=0.836 ms 72 bytes from 10.10.175.42: icmp_seq=10 ttl=63 time=0.708 ms --- 10.10.175.42 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.614/0.757/0.943/0.094 ms 2019-12-01 16:21:39,164 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] PING 10.10.175.42 (10.10.175.42) 391(419) bytes of data. 399 bytes from 10.10.175.42: icmp_seq=1 ttl=63 time=0.607 ms 399 bytes from 10.10.175.42: icmp_seq=2 ttl=63 time=0.761 ms 399 bytes from 10.10.175.42: icmp_seq=3 ttl=63 time=0.727 ms 399 bytes from 10.10.175.42: icmp_seq=4 ttl=63 time=0.807 ms 399 bytes from 10.10.175.42: icmp_seq=5 ttl=63 time=0.663 ms 399 bytes from 10.10.175.42: icmp_seq=6 ttl=63 time=0.687 ms 399 bytes from 10.10.175.42: icmp_seq=7 ttl=63 time=0.741 ms 399 bytes from 10.10.175.42: icmp_seq=8 ttl=63 time=0.830 ms 399 bytes from 10.10.175.42: icmp_seq=9 ttl=63 time=0.674 ms 399 bytes from 10.10.175.42: icmp_seq=10 ttl=63 time=0.722 ms --- 10.10.175.42 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.607/0.721/0.830/0.073 ms 2019-12-01 16:21:48,225 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] PING 10.10.175.42 (10.10.175.42) 1500(1528) bytes of data. 1508 bytes from 10.10.175.42: icmp_seq=1 ttl=63 time=3.24 ms 1508 bytes from 10.10.175.42: icmp_seq=2 ttl=63 time=0.860 ms 1508 bytes from 10.10.175.42: icmp_seq=3 ttl=63 time=0.933 ms 1508 bytes from 10.10.175.42: icmp_seq=4 ttl=63 time=0.890 ms 1508 bytes from 10.10.175.42: icmp_seq=5 ttl=63 time=1.01 ms 1508 bytes from 10.10.175.42: icmp_seq=6 ttl=63 time=0.862 ms 1508 bytes from 10.10.175.42: icmp_seq=7 ttl=63 time=1.00 ms 1508 bytes from 10.10.175.42: icmp_seq=8 ttl=63 time=0.914 ms 1508 bytes from 10.10.175.42: icmp_seq=9 ttl=63 time=1.10 ms 1508 bytes from 10.10.175.42: icmp_seq=10 ttl=63 time=0.878 ms --- 10.10.175.42 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9011ms rtt min/avg/max/mdev = 0.860/1.170/3.242/0.695 ms 2019-12-01 16:21:48,226 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Measuring TCP Throughput (packet size=65536)... 2019-12-01 16:21:48,226 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:21:58,401 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5416.4032 real_seconds=10.05 rate_Mbps=4522.4258 tx_cpu=10 rx_cpu=40 retrans=462 cwnd=593 rtt_ms=0.87 2019-12-01 16:21:58,402 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:08,507 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=6834.0679 real_seconds=10.01 rate_Mbps=5729.8333 tx_cpu=12 rx_cpu=35 retrans=3112 cwnd=641 rtt_ms=0.84 2019-12-01 16:22:08,508 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:18,641 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5936.2798 real_seconds=10.01 rate_Mbps=4976.4717 tx_cpu=10 rx_cpu=31 retrans=1768 cwnd=576 rtt_ms=0.93 2019-12-01 16:22:18,642 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Measuring UDP Throughput (packet size=128)... 2019-12-01 16:22:18,643 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:22,002 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.8032 real_seconds=1.00 rate_Mbps=48.5736 tx_cpu=5 rx_cpu=13 drop=2022 pkt=49562 data_loss=4.07934 2019-12-01 16:22:22,002 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<49739/5000000<10000000 Kbps loss-rate=4 2019-12-01 16:22:22,003 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R149217K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:25,336 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.2054 real_seconds=1.00 rate_Mbps=43.7488 tx_cpu=6 rx_cpu=14 drop=176 pkt=42819 data_loss=0.41133 2019-12-01 16:22:25,337 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<44798/149217<149217 Kbps loss-rate=0 2019-12-01 16:22:25,337 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R97007K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:28,669 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.0850 real_seconds=1.00 rate_Mbps=42.6028 tx_cpu=6 rx_cpu=14 drop=88 pkt=41745 data_loss=0.21194 2019-12-01 16:22:28,669 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<43625/97007<97007 Kbps loss-rate=0 2019-12-01 16:22:28,670 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R70316K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:32,030 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.2466 real_seconds=1.00 rate_Mbps=43.9238 tx_cpu=6 rx_cpu=14 drop=199 pkt=43179 data_loss=0.46102 2019-12-01 16:22:32,030 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<44977/70316<70316 Kbps loss-rate=0 2019-12-01 16:22:32,031 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R57646K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:35,390 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.2385 real_seconds=1.00 rate_Mbps=43.8515 tx_cpu=6 rx_cpu=14 drop=819 pkt=43733 data_loss=1.87319 2019-12-01 16:22:35,390 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<44903/57646<57646 Kbps loss-rate=1 2019-12-01 16:22:35,391 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R51274K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:38,751 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.2905 real_seconds=1.00 rate_Mbps=44.3683 tx_cpu=7 rx_cpu=14 drop=275 pkt=43615 data_loss=0.63109 2019-12-01 16:22:38,752 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=1<45433/51274<51274 Kbps loss-rate=0 2019-12-01 16:22:38,752 DEBUG undershot, min=45433 kbps=48353 max=51274 2019-12-01 16:22:38,752 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R48353K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:42,119 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.1890 real_seconds=1.00 rate_Mbps=43.3721 tx_cpu=5 rx_cpu=13 drop=181 pkt=42689 data_loss=0.42409 2019-12-01 16:22:42,119 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=45433<44413/48353<51274 Kbps loss-rate=0 2019-12-01 16:22:42,120 DEBUG undershot, min=48353 kbps=49813 max=51274 2019-12-01 16:22:42,120 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R49813K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:45,478 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=5.1682 real_seconds=1.00 rate_Mbps=43.3888 tx_cpu=6 rx_cpu=14 drop=213 pkt=42551 data_loss=0.50056 2019-12-01 16:22:45,479 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=128 throughput=48353<44430/49813<51274 Kbps loss-rate=0 2019-12-01 16:22:45,479 DEBUG undershot, min=49813 kbps=50543 max=51274 2019-12-01 16:22:45,480 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Measuring UDP Throughput (packet size=1024)... 2019-12-01 16:22:45,480 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:48,815 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=38.9092 real_seconds=1.00 rate_Mbps=326.2989 tx_cpu=7 rx_cpu=12 drop=47 pkt=39890 data_loss=0.11783 2019-12-01 16:22:48,816 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=1<334130/5000000<10000000 Kbps loss-rate=0 2019-12-01 16:22:48,816 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1002390K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:52,176 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=38.6455 real_seconds=1.00 rate_Mbps=323.7951 tx_cpu=7 rx_cpu=10 drop=1212 pkt=40785 data_loss=2.97170 2019-12-01 16:22:52,176 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=1<331566/1002390<1002390 Kbps loss-rate=2 2019-12-01 16:22:52,176 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R666978K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:55,510 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=39.9639 real_seconds=1.00 rate_Mbps=334.7592 tx_cpu=8 rx_cpu=11 drop=279 pkt=41202 data_loss=0.67700 2019-12-01 16:22:55,511 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=1<342793/666978<666978 Kbps loss-rate=0 2019-12-01 16:22:55,511 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R504885K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:22:58,872 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=39.4082 real_seconds=1.00 rate_Mbps=329.8842 tx_cpu=7 rx_cpu=11 drop=311 pkt=40665 data_loss=0.76476 2019-12-01 16:22:58,873 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=1<337801/504885<504885 Kbps loss-rate=0 2019-12-01 16:22:58,873 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R421343K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:23:02,232 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=40.2256 real_seconds=1.00 rate_Mbps=338.3326 tx_cpu=8 rx_cpu=11 drop=70 pkt=41261 data_loss=0.16950 2019-12-01 16:23:02,232 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=1<346452/421343<421343 Kbps loss-rate=0 2019-12-01 16:23:02,232 DEBUG undershot, min=346452 kbps=383897 max=421343 2019-12-01 16:23:02,233 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R383897K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:23:05,591 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=39.4541 real_seconds=1.00 rate_Mbps=332.2745 tx_cpu=9 rx_cpu=11 drop=42 pkt=40443 data_loss=0.10381 2019-12-01 16:23:05,591 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=346452<340249/383897<421343 Kbps loss-rate=0 2019-12-01 16:23:05,591 DEBUG undershot, min=383897 kbps=402620 max=421343 2019-12-01 16:23:05,591 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R402620K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:23:08,951 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=40.1416 real_seconds=1.00 rate_Mbps=337.6607 tx_cpu=8 rx_cpu=11 drop=80 pkt=41185 data_loss=0.19418 2019-12-01 16:23:08,951 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=1024 throughput=383897<345764/402620<421343 Kbps loss-rate=0 2019-12-01 16:23:08,951 DEBUG undershot, min=402620 kbps=411981 max=421343 2019-12-01 16:23:08,952 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Measuring UDP Throughput (packet size=8192)... 2019-12-01 16:23:08,952 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:23:12,316 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=115.5938 real_seconds=1.00 rate_Mbps=966.9776 tx_cpu=5 rx_cpu=12 drop=144 pkt=14940 data_loss=0.96386 2019-12-01 16:23:12,316 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1<990185/5000000<10000000 Kbps loss-rate=0 2019-12-01 16:23:12,316 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2970555K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:23:15,655 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=120.3594 real_seconds=1.01 rate_Mbps=999.6323 tx_cpu=6 rx_cpu=10 drop=68 pkt=15474 data_loss=0.43941 2019-12-01 16:23:15,655 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1<1023623/2970555<2970555 Kbps loss-rate=0 2019-12-01 16:23:15,655 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1997089K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:23:18,993 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=119.4375 real_seconds=1.00 rate_Mbps=997.2145 tx_cpu=6 rx_cpu=10 drop=225 pkt=15513 data_loss=1.45039 2019-12-01 16:23:18,994 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1<1021147/1997089<1997089 Kbps loss-rate=1 2019-12-01 16:23:18,994 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1509118K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:23:22,335 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=116.6094 real_seconds=1.01 rate_Mbps=971.0598 tx_cpu=6 rx_cpu=10 drop=227 pkt=15153 data_loss=1.49802 2019-12-01 16:23:22,336 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1<994365/1509118<1509118 Kbps loss-rate=1 2019-12-01 16:23:22,336 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1251741K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:23:25,700 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=118.5156 real_seconds=1.00 rate_Mbps=990.4669 tx_cpu=7 rx_cpu=11 drop=112 pkt=15282 data_loss=0.73289 2019-12-01 16:23:25,700 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1<1014238/1251741<1251741 Kbps loss-rate=0 2019-12-01 16:23:25,701 DEBUG undershot, min=1014238 kbps=1132989 max=1251741 2019-12-01 16:23:25,701 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1132989K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:23:29,060 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=118.3438 real_seconds=1.00 rate_Mbps=993.5262 tx_cpu=7 rx_cpu=11 drop=212 pkt=15360 data_loss=1.38017 2019-12-01 16:23:29,061 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1014238<1017370/1132989<1251741 Kbps loss-rate=1 2019-12-01 16:23:29,061 DEBUG undershot, min=1017370 kbps=1134555 max=1251741 2019-12-01 16:23:29,061 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1134555K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:23:32,429 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=116.8281 real_seconds=1.01 rate_Mbps=971.2703 tx_cpu=6 rx_cpu=11 drop=21 pkt=14975 data_loss=0.14027 2019-12-01 16:23:32,430 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1017370<994580/1134555<1251741 Kbps loss-rate=0 2019-12-01 16:23:32,430 DEBUG undershot, min=1134555 kbps=1193148 max=1251741 2019-12-01 16:23:32,431 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1193148K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:23:35,793 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] megabytes=121.4453 real_seconds=1.00 rate_Mbps=1014.4488 tx_cpu=6 rx_cpu=11 drop=61 pkt=15606 data_loss=0.39091 2019-12-01 16:23:35,793 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] pkt-size=8192 throughput=1134555<1038795/1193148<1251741 Kbps loss-rate=0 2019-12-01 16:23:35,794 DEBUG undershot, min=1193148 kbps=1222444 max=1251741 2019-12-01 16:23:35,805 INFO { 'az_from': u'nova:pod17-node5', 'az_to': u'nova:pod17-node5', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.11', 'ip_to': u'10.10.175.42', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 462, 'rtt_ms': 0.87, 'throughput_kbps': 4630964, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 3112, 'rtt_ms': 0.84, 'throughput_kbps': 5867349, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1768, 'rtt_ms': 0.93, 'throughput_kbps': 5095907, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.5, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 44430, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.19, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 345764, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.39, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1038795, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.757', 'rtt_max_ms': '0.943', 'rtt_min_ms': '0.614', 'rtt_stddev': '0.094', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.721', 'rtt_max_ms': '0.830', 'rtt_min_ms': '0.607', 'rtt_stddev': '0.073', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.170', 'rtt_max_ms': '3.242', 'rtt_min_ms': '0.860', 'rtt_stddev': '0.695', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2019-12-01 16:23:35,807 INFO Deleting floating ip 1a641012-1d58-43af-a5dd-e3d41da2a61e 2019-12-01 16:23:37,343 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Floating IP 10.10.175.46 deleted 2019-12-01 16:23:37,658 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd472] Instance deleted 2019-12-01 16:23:37,723 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Creating client VM... 2019-12-01 16:23:37,723 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Starting on zone nova:pod17-node4 2019-12-01 16:23:39,148 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] VM status=BUILD, retrying 1 of 150... 2019-12-01 16:23:41,606 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] VM status=BUILD, retrying 2 of 150... 2019-12-01 16:23:44,328 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] VM status=BUILD, retrying 3 of 150... 2019-12-01 16:23:46,695 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] VM status=BUILD, retrying 4 of 150... 2019-12-01 16:23:49,077 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] VM status=BUILD, retrying 5 of 150... 2019-12-01 16:23:51,449 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] VM status=BUILD, retrying 6 of 150... 2019-12-01 16:23:53,819 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] VM status=BUILD, retrying 7 of 150... 2019-12-01 16:23:56,208 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] VM status=BUILD, retrying 8 of 150... 2019-12-01 16:24:01,550 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Internal network IP: 192.168.1.5 2019-12-01 16:24:01,550 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] SSH IP: 10.10.175.37 2019-12-01 16:24:01,550 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Setup SSH for ubuntu@10.10.175.37 2019-12-01 16:25:23,493 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Installing nuttcp-8.1.4... 2019-12-01 16:25:23,540 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Copying nuttcp-8.1.4 to target... 2019-12-01 16:25:23,683 INFO ============================================================ 2019-12-01 16:25:23,683 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2019-12-01 16:25:32,734 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] PING 192.168.1.8 (192.168.1.8) 64(92) bytes of data. 72 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=2.36 ms 72 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.575 ms 72 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.650 ms 72 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.477 ms 72 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.729 ms 72 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.595 ms 72 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.677 ms 72 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.639 ms 72 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.649 ms 72 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.608 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.477/0.796/2.369/0.529 ms 2019-12-01 16:25:41,806 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] PING 192.168.1.8 (192.168.1.8) 391(419) bytes of data. 399 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.581 ms 399 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.627 ms 399 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.506 ms 399 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.680 ms 399 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.518 ms 399 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.568 ms 399 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.634 ms 399 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.688 ms 399 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.573 ms 399 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.663 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.506/0.603/0.688/0.068 ms 2019-12-01 16:25:50,864 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] PING 192.168.1.8 (192.168.1.8) 1500(1528) bytes of data. 1508 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=2.06 ms 1508 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.813 ms 1508 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.900 ms 1508 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.781 ms 1508 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.869 ms 1508 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.762 ms 1508 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.906 ms 1508 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.876 ms 1508 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.851 ms 1508 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.924 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9007ms rtt min/avg/max/mdev = 0.762/0.975/2.068/0.367 ms 2019-12-01 16:25:50,865 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Measuring TCP Throughput (packet size=65536)... 2019-12-01 16:25:50,865 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:00,996 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=8823.0250 real_seconds=10.00 rate_Mbps=7399.4629 tx_cpu=26 rx_cpu=34 retrans=408 cwnd=630 rtt_ms=0.89 2019-12-01 16:26:00,996 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:11,127 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=9578.9083 real_seconds=10.00 rate_Mbps=8031.8825 tx_cpu=16 rx_cpu=30 retrans=1682 cwnd=664 rtt_ms=0.56 2019-12-01 16:26:11,128 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:21,259 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=9499.4841 real_seconds=10.00 rate_Mbps=7966.4203 tx_cpu=17 rx_cpu=28 retrans=2091 cwnd=543 rtt_ms=0.62 2019-12-01 16:26:21,260 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Measuring UDP Throughput (packet size=128)... 2019-12-01 16:26:21,260 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:24,589 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=12.8362 real_seconds=1.00 rate_Mbps=107.5623 tx_cpu=10 rx_cpu=21 drop=6521 pkt=111675 data_loss=5.83912 2019-12-01 16:26:24,590 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=128 throughput=1<110143/5000000<10000000 Kbps loss-rate=5 2019-12-01 16:26:24,590 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R330429K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:27,947 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=12.2865 real_seconds=1.00 rate_Mbps=103.1232 tx_cpu=11 rx_cpu=31 drop=463 pkt=101114 data_loss=0.45775 2019-12-01 16:26:27,948 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=128 throughput=1<105598/330429<330429 Kbps loss-rate=0 2019-12-01 16:26:27,948 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R218013K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:31,306 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=12.4200 real_seconds=1.00 rate_Mbps=104.2227 tx_cpu=12 rx_cpu=28 drop=1158 pkt=102902 data_loss=1.12488 2019-12-01 16:26:31,306 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=128 throughput=1<106724/218013<218013 Kbps loss-rate=1 2019-12-01 16:26:31,307 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R162368K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:34,665 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=12.6984 real_seconds=1.00 rate_Mbps=106.5348 tx_cpu=11 rx_cpu=21 drop=2159 pkt=106185 data_loss=2.03364 2019-12-01 16:26:34,665 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=128 throughput=1<109091/162368<162368 Kbps loss-rate=2 2019-12-01 16:26:34,666 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R135729K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:38,023 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=12.4705 real_seconds=1.00 rate_Mbps=104.2624 tx_cpu=16 rx_cpu=30 drop=899 pkt=103057 data_loss=0.87201 2019-12-01 16:26:38,023 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=128 throughput=1<106764/135729<135729 Kbps loss-rate=0 2019-12-01 16:26:38,023 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R121246K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:41,355 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=12.3507 real_seconds=1.00 rate_Mbps=103.9637 tx_cpu=12 rx_cpu=32 drop=830 pkt=102007 data_loss=0.81352 2019-12-01 16:26:41,355 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=128 throughput=1<106458/121246<121246 Kbps loss-rate=0 2019-12-01 16:26:41,355 DEBUG undershot, min=106458 kbps=113852 max=121246 2019-12-01 16:26:41,356 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R113852K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:44,712 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=12.7468 real_seconds=1.00 rate_Mbps=107.0955 tx_cpu=11 rx_cpu=34 drop=1050 pkt=105472 data_loss=0.99573 2019-12-01 16:26:44,713 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=128 throughput=106458<109665/113852<121246 Kbps loss-rate=1 2019-12-01 16:26:44,713 DEBUG undershot, min=109665 kbps=115455 max=121246 2019-12-01 16:26:44,714 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R115455K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:48,071 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=12.4517 real_seconds=1.00 rate_Mbps=103.9893 tx_cpu=11 rx_cpu=34 drop=2271 pkt=104275 data_loss=2.17772 2019-12-01 16:26:48,071 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=128 throughput=109665<106485/115455<121246 Kbps loss-rate=2 2019-12-01 16:26:48,072 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Measuring UDP Throughput (packet size=1024)... 2019-12-01 16:26:48,072 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:51,430 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=96.9385 real_seconds=1.00 rate_Mbps=813.3871 tx_cpu=15 rx_cpu=21 drop=230 pkt=99495 data_loss=0.23116 2019-12-01 16:26:51,431 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=1024 throughput=1<832908/5000000<10000000 Kbps loss-rate=0 2019-12-01 16:26:51,431 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2498724K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:54,788 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=98.6279 real_seconds=1.00 rate_Mbps=827.8179 tx_cpu=14 rx_cpu=22 drop=471 pkt=101466 data_loss=0.46423 2019-12-01 16:26:54,789 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=1024 throughput=1<847685/2498724<2498724 Kbps loss-rate=0 2019-12-01 16:26:54,796 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1673204K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:26:58,156 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=95.4365 real_seconds=1.00 rate_Mbps=799.2281 tx_cpu=20 rx_cpu=21 drop=1533 pkt=99260 data_loss=1.54446 2019-12-01 16:26:58,156 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=1024 throughput=1<818409/1673204<1673204 Kbps loss-rate=1 2019-12-01 16:26:58,157 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1245806K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:27:01,491 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=96.8213 real_seconds=1.00 rate_Mbps=812.6997 tx_cpu=14 rx_cpu=21 drop=1247 pkt=100392 data_loss=1.24216 2019-12-01 16:27:01,491 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=1024 throughput=1<832204/1245806<1245806 Kbps loss-rate=1 2019-12-01 16:27:01,492 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1039005K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:27:04,849 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=97.3711 real_seconds=1.00 rate_Mbps=818.3202 tx_cpu=15 rx_cpu=22 drop=326 pkt=100034 data_loss=0.32593 2019-12-01 16:27:04,849 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=1024 throughput=1<837959/1039005<1039005 Kbps loss-rate=0 2019-12-01 16:27:04,850 DEBUG undershot, min=837959 kbps=938482 max=1039005 2019-12-01 16:27:04,850 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R938482K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:27:08,207 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=94.4268 real_seconds=1.00 rate_Mbps=793.6583 tx_cpu=14 rx_cpu=22 drop=715 pkt=97408 data_loss=0.73398 2019-12-01 16:27:08,207 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=1024 throughput=837959<812706/938482<1039005 Kbps loss-rate=0 2019-12-01 16:27:08,207 DEBUG undershot, min=938482 kbps=988743 max=1039005 2019-12-01 16:27:08,208 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R988743K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:27:11,539 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=96.1113 real_seconds=1.00 rate_Mbps=807.8349 tx_cpu=14 rx_cpu=23 drop=363 pkt=98781 data_loss=0.36749 2019-12-01 16:27:11,539 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=1024 throughput=938482<827222/988743<1039005 Kbps loss-rate=0 2019-12-01 16:27:11,540 DEBUG undershot, min=988743 kbps=1013874 max=1039005 2019-12-01 16:27:11,540 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Measuring UDP Throughput (packet size=8192)... 2019-12-01 16:27:11,541 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:27:14,902 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=249.6016 real_seconds=1.00 rate_Mbps=2087.8593 tx_cpu=7 rx_cpu=18 drop=712 pkt=32661 data_loss=2.17997 2019-12-01 16:27:14,903 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=8192 throughput=1<2137967/5000000<10000000 Kbps loss-rate=2 2019-12-01 16:27:14,903 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3568983K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:27:18,236 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=254.6641 real_seconds=1.00 rate_Mbps=2138.1286 tx_cpu=8 rx_cpu=20 drop=780 pkt=33377 data_loss=2.33692 2019-12-01 16:27:18,236 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=8192 throughput=1<2189443/3568983<3568983 Kbps loss-rate=2 2019-12-01 16:27:18,237 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2879213K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:27:21,598 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=254.6250 real_seconds=1.00 rate_Mbps=2135.7486 tx_cpu=7 rx_cpu=20 drop=785 pkt=33377 data_loss=2.35191 2019-12-01 16:27:21,599 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=8192 throughput=1<2187006/2879213<2879213 Kbps loss-rate=2 2019-12-01 16:27:21,599 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2533109K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:27:24,957 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=242.1797 real_seconds=1.00 rate_Mbps=2035.9787 tx_cpu=9 rx_cpu=18 drop=3094 pkt=34093 data_loss=9.07518 2019-12-01 16:27:24,958 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=8192 throughput=1<2084842/2533109<2533109 Kbps loss-rate=9 2019-12-01 16:27:24,958 DEBUG overshot, min=1 kbps=2084842 max=2533109 2019-12-01 16:27:24,958 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2084842K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:27:28,293 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] megabytes=243.1484 real_seconds=1.00 rate_Mbps=2045.8328 tx_cpu=12 rx_cpu=19 drop=643 pkt=31766 data_loss=2.02420 2019-12-01 16:27:28,293 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] pkt-size=8192 throughput=1<2094932/2084842<2533109 Kbps loss-rate=2 2019-12-01 16:27:28,305 INFO { 'az_from': u'nova:pod17-node4', 'az_to': u'nova:pod17-node5', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.5', 'ip_to': u'192.168.1.8', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 408, 'rtt_ms': 0.89, 'throughput_kbps': 7577050, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1682, 'rtt_ms': 0.56, 'throughput_kbps': 8224647, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2091, 'rtt_ms': 0.62, 'throughput_kbps': 8157614, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.18, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 106485, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.37, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 827222, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.02, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2094932, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.796', 'rtt_max_ms': '2.369', 'rtt_min_ms': '0.477', 'rtt_stddev': '0.529', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.603', 'rtt_max_ms': '0.688', 'rtt_min_ms': '0.506', 'rtt_stddev': '0.068', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.975', 'rtt_max_ms': '2.068', 'rtt_min_ms': '0.762', 'rtt_stddev': '0.367', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2019-12-01 16:27:28,307 INFO Deleting floating ip 665970fe-cc2f-4b0f-99f3-ab78d5111360 2019-12-01 16:27:29,562 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Floating IP 10.10.175.37 deleted 2019-12-01 16:27:29,895 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd473] Instance deleted 2019-12-01 16:27:29,928 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Creating client VM... 2019-12-01 16:27:29,928 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Starting on zone nova:pod17-node4 2019-12-01 16:27:31,018 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] VM status=BUILD, retrying 1 of 150... 2019-12-01 16:27:33,339 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] VM status=BUILD, retrying 2 of 150... 2019-12-01 16:27:35,988 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] VM status=BUILD, retrying 3 of 150... 2019-12-01 16:27:38,350 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] VM status=BUILD, retrying 4 of 150... 2019-12-01 16:27:40,710 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] VM status=BUILD, retrying 5 of 150... 2019-12-01 16:27:43,082 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] VM status=BUILD, retrying 6 of 150... 2019-12-01 16:27:48,029 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Internal network IP: 192.168.2.11 2019-12-01 16:27:48,029 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] SSH IP: 10.10.175.35 2019-12-01 16:27:48,029 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Setup SSH for ubuntu@10.10.175.35 2019-12-01 16:29:10,054 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Installing nuttcp-8.1.4... 2019-12-01 16:29:10,104 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Copying nuttcp-8.1.4 to target... 2019-12-01 16:29:10,251 INFO ============================================================ 2019-12-01 16:29:10,251 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2019-12-01 16:29:19,317 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] PING 192.168.1.8 (192.168.1.8) 64(92) bytes of data. 72 bytes from 192.168.1.8: icmp_seq=1 ttl=63 time=2.22 ms 72 bytes from 192.168.1.8: icmp_seq=2 ttl=63 time=1.00 ms 72 bytes from 192.168.1.8: icmp_seq=3 ttl=63 time=0.869 ms 72 bytes from 192.168.1.8: icmp_seq=4 ttl=63 time=0.819 ms 72 bytes from 192.168.1.8: icmp_seq=5 ttl=63 time=0.965 ms 72 bytes from 192.168.1.8: icmp_seq=6 ttl=63 time=1.00 ms 72 bytes from 192.168.1.8: icmp_seq=7 ttl=63 time=0.775 ms 72 bytes from 192.168.1.8: icmp_seq=8 ttl=63 time=0.782 ms 72 bytes from 192.168.1.8: icmp_seq=9 ttl=63 time=0.803 ms 72 bytes from 192.168.1.8: icmp_seq=10 ttl=63 time=0.982 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9011ms rtt min/avg/max/mdev = 0.775/1.023/2.227/0.410 ms 2019-12-01 16:29:28,372 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] PING 192.168.1.8 (192.168.1.8) 391(419) bytes of data. 399 bytes from 192.168.1.8: icmp_seq=1 ttl=63 time=0.883 ms 399 bytes from 192.168.1.8: icmp_seq=2 ttl=63 time=0.814 ms 399 bytes from 192.168.1.8: icmp_seq=3 ttl=63 time=0.761 ms 399 bytes from 192.168.1.8: icmp_seq=4 ttl=63 time=0.807 ms 399 bytes from 192.168.1.8: icmp_seq=5 ttl=63 time=0.776 ms 399 bytes from 192.168.1.8: icmp_seq=6 ttl=63 time=0.939 ms 399 bytes from 192.168.1.8: icmp_seq=7 ttl=63 time=0.851 ms 399 bytes from 192.168.1.8: icmp_seq=8 ttl=63 time=0.932 ms 399 bytes from 192.168.1.8: icmp_seq=9 ttl=63 time=0.783 ms 399 bytes from 192.168.1.8: icmp_seq=10 ttl=63 time=0.915 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9006ms rtt min/avg/max/mdev = 0.761/0.846/0.939/0.065 ms 2019-12-01 16:29:37,435 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] PING 192.168.1.8 (192.168.1.8) 1500(1528) bytes of data. 1508 bytes from 192.168.1.8: icmp_seq=1 ttl=63 time=3.06 ms 1508 bytes from 192.168.1.8: icmp_seq=2 ttl=63 time=1.19 ms 1508 bytes from 192.168.1.8: icmp_seq=3 ttl=63 time=1.03 ms 1508 bytes from 192.168.1.8: icmp_seq=4 ttl=63 time=0.993 ms 1508 bytes from 192.168.1.8: icmp_seq=5 ttl=63 time=1.08 ms 1508 bytes from 192.168.1.8: icmp_seq=6 ttl=63 time=1.19 ms 1508 bytes from 192.168.1.8: icmp_seq=7 ttl=63 time=1.17 ms 1508 bytes from 192.168.1.8: icmp_seq=8 ttl=63 time=1.02 ms 1508 bytes from 192.168.1.8: icmp_seq=9 ttl=63 time=1.15 ms 1508 bytes from 192.168.1.8: icmp_seq=10 ttl=63 time=1.03 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9013ms rtt min/avg/max/mdev = 0.993/1.295/3.064/0.595 ms 2019-12-01 16:29:37,436 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Measuring TCP Throughput (packet size=65536)... 2019-12-01 16:29:37,436 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:29:47,569 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=6765.7500 real_seconds=10.00 rate_Mbps=5674.2310 tx_cpu=33 rx_cpu=65 retrans=602 cwnd=555 rtt_ms=1.23 2019-12-01 16:29:47,570 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:29:57,702 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=6693.9443 real_seconds=10.01 rate_Mbps=5612.2355 tx_cpu=12 rx_cpu=64 retrans=389 cwnd=578 rtt_ms=1.00 2019-12-01 16:29:57,703 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:07,837 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=7926.3125 real_seconds=10.00 rate_Mbps=6647.2309 tx_cpu=30 rx_cpu=71 retrans=24 cwnd=700 rtt_ms=1.12 2019-12-01 16:30:07,837 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Measuring UDP Throughput (packet size=128)... 2019-12-01 16:30:07,838 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:11,196 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=12.3889 real_seconds=1.00 rate_Mbps=103.5137 tx_cpu=11 rx_cpu=18 drop=15376 pkt=116866 data_loss=13.15725 2019-12-01 16:30:11,197 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=128 throughput=1<105998/5000000<10000000 Kbps loss-rate=13 2019-12-01 16:30:11,197 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R317994K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:14,527 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=12.2437 real_seconds=1.01 rate_Mbps=102.1632 tx_cpu=11 rx_cpu=24 drop=3857 pkt=104157 data_loss=3.70286 2019-12-01 16:30:14,528 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=128 throughput=1<104615/317994<317994 Kbps loss-rate=3 2019-12-01 16:30:14,528 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R211304K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:17,886 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=12.2676 real_seconds=1.00 rate_Mbps=102.4244 tx_cpu=10 rx_cpu=24 drop=2288 pkt=102784 data_loss=2.22605 2019-12-01 16:30:17,887 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=128 throughput=1<104882/211304<211304 Kbps loss-rate=2 2019-12-01 16:30:17,887 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R158093K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:21,220 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=11.7532 real_seconds=1.00 rate_Mbps=98.1046 tx_cpu=12 rx_cpu=26 drop=4533 pkt=100815 data_loss=4.49600 2019-12-01 16:30:21,220 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=128 throughput=1<100459/158093<158093 Kbps loss-rate=4 2019-12-01 16:30:21,221 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R129276K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:24,580 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=11.8882 real_seconds=1.01 rate_Mbps=98.9093 tx_cpu=15 rx_cpu=25 drop=4224 pkt=101612 data_loss=4.15679 2019-12-01 16:30:24,580 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=128 throughput=1<101283/129276<129276 Kbps loss-rate=4 2019-12-01 16:30:24,580 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R115279K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:27,940 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=12.1570 real_seconds=1.00 rate_Mbps=101.6823 tx_cpu=12 rx_cpu=24 drop=3074 pkt=102664 data_loss=2.99389 2019-12-01 16:30:27,941 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=128 throughput=1<104122/115279<115279 Kbps loss-rate=2 2019-12-01 16:30:27,941 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Measuring UDP Throughput (packet size=1024)... 2019-12-01 16:30:27,942 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:31,299 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=97.6299 real_seconds=1.00 rate_Mbps=819.0370 tx_cpu=14 rx_cpu=22 drop=344 pkt=100317 data_loss=0.34287 2019-12-01 16:30:31,299 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=1024 throughput=1<838693/5000000<10000000 Kbps loss-rate=0 2019-12-01 16:30:31,300 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2516079K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:34,632 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=95.7285 real_seconds=1.00 rate_Mbps=800.3087 tx_cpu=14 rx_cpu=20 drop=2007 pkt=100033 data_loss=2.00638 2019-12-01 16:30:34,632 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=1024 throughput=1<819516/2516079<2516079 Kbps loss-rate=2 2019-12-01 16:30:34,632 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1667797K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:37,992 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=99.9873 real_seconds=1.00 rate_Mbps=836.8263 tx_cpu=14 rx_cpu=22 drop=332 pkt=102719 data_loss=0.32319 2019-12-01 16:30:37,993 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=1024 throughput=1<856910/1667797<1667797 Kbps loss-rate=0 2019-12-01 16:30:37,993 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1262353K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:41,327 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=94.7031 real_seconds=1.00 rate_Mbps=794.2947 tx_cpu=14 rx_cpu=21 drop=74 pkt=97050 data_loss=0.07629 2019-12-01 16:30:41,328 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=1024 throughput=1<813357/1262353<1262353 Kbps loss-rate=0 2019-12-01 16:30:41,328 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1037855K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:44,657 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=83.0029 real_seconds=1.01 rate_Mbps=692.0258 tx_cpu=19 rx_cpu=17 drop=20675 pkt=105670 data_loss=19.56569 2019-12-01 16:30:44,657 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=1024 throughput=1<708634/1037855<1037855 Kbps loss-rate=19 2019-12-01 16:30:44,658 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R873244K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:47,992 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=92.7686 real_seconds=1.00 rate_Mbps=775.7307 tx_cpu=14 rx_cpu=20 drop=2055 pkt=97050 data_loss=2.11743 2019-12-01 16:30:47,992 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=1024 throughput=1<794348/873244<873244 Kbps loss-rate=2 2019-12-01 16:30:47,993 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Measuring UDP Throughput (packet size=8192)... 2019-12-01 16:30:47,993 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:51,325 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=143.5078 real_seconds=1.01 rate_Mbps=1196.7032 tx_cpu=6 rx_cpu=14 drop=14113 pkt=32482 data_loss=43.44868 2019-12-01 16:30:51,326 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1225424/5000000<10000000 Kbps loss-rate=43 2019-12-01 16:30:51,326 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3112712K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:54,686 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=143.9531 real_seconds=1.00 rate_Mbps=1203.4865 tx_cpu=7 rx_cpu=16 drop=14056 pkt=32482 data_loss=43.27320 2019-12-01 16:30:54,687 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1232370/3112712<3112712 Kbps loss-rate=43 2019-12-01 16:30:54,687 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2172541K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:30:58,020 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=138.1797 real_seconds=1.00 rate_Mbps=1159.4216 tx_cpu=7 rx_cpu=15 drop=13900 pkt=31587 data_loss=44.00543 2019-12-01 16:30:58,020 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1187247/2172541<2172541 Kbps loss-rate=44 2019-12-01 16:30:58,020 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1679894K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:31:01,379 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=150.8906 real_seconds=1.00 rate_Mbps=1267.7374 tx_cpu=25 rx_cpu=15 drop=6221 pkt=25535 data_loss=24.36266 2019-12-01 16:31:01,379 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1298163/1679894<1679894 Kbps loss-rate=24 2019-12-01 16:31:01,379 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1489028K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:31:04,711 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=157.1172 real_seconds=1.00 rate_Mbps=1316.7344 tx_cpu=39 rx_cpu=16 drop=2610 pkt=22721 data_loss=11.48716 2019-12-01 16:31:04,711 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1348336/1489028<1489028 Kbps loss-rate=11 2019-12-01 16:31:04,712 DEBUG overshot, min=1 kbps=1348336 max=1489028 2019-12-01 16:31:04,712 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1348336K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:31:08,071 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=151.5547 real_seconds=0.99 rate_Mbps=1280.4393 tx_cpu=64 rx_cpu=14 drop=1172 pkt=20571 data_loss=5.69731 2019-12-01 16:31:08,071 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1311169/1348336<1489028 Kbps loss-rate=5 2019-12-01 16:31:08,072 DEBUG overshot, min=1 kbps=1311169 max=1348336 2019-12-01 16:31:08,072 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1311169K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:31:11,430 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=147.2734 real_seconds=1.01 rate_Mbps=1226.4757 tx_cpu=50 rx_cpu=16 drop=1156 pkt=20007 data_loss=5.77801 2019-12-01 16:31:11,431 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1255911/1311169<1348336 Kbps loss-rate=5 2019-12-01 16:31:11,431 DEBUG overshot, min=1 kbps=1255911 max=1311169 2019-12-01 16:31:11,431 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1255911K -p5001 -P5002 -fparse 192.168.1.8 2019-12-01 16:31:14,789 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=143.4922 real_seconds=0.99 rate_Mbps=1214.5101 tx_cpu=71 rx_cpu=16 drop=795 pkt=19162 data_loss=4.14881 2019-12-01 16:31:14,789 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1243658/1255911<1311169 Kbps loss-rate=4 2019-12-01 16:31:14,801 INFO { 'az_from': u'nova:pod17-node4', 'az_to': u'nova:pod17-node5', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.11', 'ip_to': u'192.168.1.8', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 602, 'rtt_ms': 1.23, 'throughput_kbps': 5810412, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 389, 'rtt_ms': 1.0, 'throughput_kbps': 5746929, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 24, 'rtt_ms': 1.12, 'throughput_kbps': 6806764, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.99, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 104122, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.12, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 794348, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.15, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1243658, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '1.023', 'rtt_max_ms': '2.227', 'rtt_min_ms': '0.775', 'rtt_stddev': '0.410', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.846', 'rtt_max_ms': '0.939', 'rtt_min_ms': '0.761', 'rtt_stddev': '0.065', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.295', 'rtt_max_ms': '3.064', 'rtt_min_ms': '0.993', 'rtt_stddev': '0.595', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2019-12-01 16:31:14,803 INFO ============================================================ 2019-12-01 16:31:14,803 INFO Flow 6: VM to VM different network floating IP (inter-node) 2019-12-01 16:31:23,888 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] PING 10.10.175.42 (10.10.175.42) 64(92) bytes of data. 72 bytes from 10.10.175.42: icmp_seq=1 ttl=63 time=0.965 ms 72 bytes from 10.10.175.42: icmp_seq=2 ttl=63 time=1.02 ms 72 bytes from 10.10.175.42: icmp_seq=3 ttl=63 time=0.881 ms 72 bytes from 10.10.175.42: icmp_seq=4 ttl=63 time=0.815 ms 72 bytes from 10.10.175.42: icmp_seq=5 ttl=63 time=0.807 ms 72 bytes from 10.10.175.42: icmp_seq=6 ttl=63 time=0.848 ms 72 bytes from 10.10.175.42: icmp_seq=7 ttl=63 time=0.792 ms 72 bytes from 10.10.175.42: icmp_seq=8 ttl=63 time=0.955 ms 72 bytes from 10.10.175.42: icmp_seq=9 ttl=63 time=0.811 ms 72 bytes from 10.10.175.42: icmp_seq=10 ttl=63 time=1.00 ms --- 10.10.175.42 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9009ms rtt min/avg/max/mdev = 0.792/0.889/1.025/0.092 ms 2019-12-01 16:31:32,948 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] PING 10.10.175.42 (10.10.175.42) 391(419) bytes of data. 399 bytes from 10.10.175.42: icmp_seq=1 ttl=63 time=0.993 ms 399 bytes from 10.10.175.42: icmp_seq=2 ttl=63 time=0.950 ms 399 bytes from 10.10.175.42: icmp_seq=3 ttl=63 time=0.812 ms 399 bytes from 10.10.175.42: icmp_seq=4 ttl=63 time=0.962 ms 399 bytes from 10.10.175.42: icmp_seq=5 ttl=63 time=0.857 ms 399 bytes from 10.10.175.42: icmp_seq=6 ttl=63 time=0.737 ms 399 bytes from 10.10.175.42: icmp_seq=7 ttl=63 time=0.809 ms 399 bytes from 10.10.175.42: icmp_seq=8 ttl=63 time=0.947 ms 399 bytes from 10.10.175.42: icmp_seq=9 ttl=63 time=0.926 ms 399 bytes from 10.10.175.42: icmp_seq=10 ttl=63 time=0.840 ms --- 10.10.175.42 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9011ms rtt min/avg/max/mdev = 0.737/0.883/0.993/0.082 ms 2019-12-01 16:31:42,009 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] PING 10.10.175.42 (10.10.175.42) 1500(1528) bytes of data. 1508 bytes from 10.10.175.42: icmp_seq=1 ttl=63 time=2.96 ms 1508 bytes from 10.10.175.42: icmp_seq=2 ttl=63 time=1.14 ms 1508 bytes from 10.10.175.42: icmp_seq=3 ttl=63 time=1.17 ms 1508 bytes from 10.10.175.42: icmp_seq=4 ttl=63 time=1.01 ms 1508 bytes from 10.10.175.42: icmp_seq=5 ttl=63 time=1.06 ms 1508 bytes from 10.10.175.42: icmp_seq=6 ttl=63 time=1.09 ms 1508 bytes from 10.10.175.42: icmp_seq=7 ttl=63 time=1.09 ms 1508 bytes from 10.10.175.42: icmp_seq=8 ttl=63 time=1.09 ms 1508 bytes from 10.10.175.42: icmp_seq=9 ttl=63 time=1.06 ms 1508 bytes from 10.10.175.42: icmp_seq=10 ttl=63 time=1.02 ms --- 10.10.175.42 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9013ms rtt min/avg/max/mdev = 1.010/1.272/2.963/0.567 ms 2019-12-01 16:31:42,010 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Measuring TCP Throughput (packet size=65536)... 2019-12-01 16:31:42,010 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:31:52,142 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=7419.4934 real_seconds=10.00 rate_Mbps=6221.5269 tx_cpu=14 rx_cpu=66 retrans=2243 cwnd=526 rtt_ms=1.10 2019-12-01 16:31:52,143 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:02,250 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=6257.0038 real_seconds=10.01 rate_Mbps=5246.0289 tx_cpu=11 rx_cpu=62 retrans=457 cwnd=569 rtt_ms=0.93 2019-12-01 16:32:02,250 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:12,357 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=7184.1628 real_seconds=10.00 rate_Mbps=6024.1390 tx_cpu=13 rx_cpu=73 retrans=284 cwnd=632 rtt_ms=0.94 2019-12-01 16:32:12,357 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Measuring UDP Throughput (packet size=128)... 2019-12-01 16:32:12,358 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:15,714 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=12.5640 real_seconds=1.01 rate_Mbps=104.7847 tx_cpu=11 rx_cpu=19 drop=14121 pkt=117045 data_loss=12.06422 2019-12-01 16:32:15,715 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=128 throughput=1<107299/5000000<10000000 Kbps loss-rate=12 2019-12-01 16:32:15,715 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R321897K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:19,075 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=12.3362 real_seconds=1.00 rate_Mbps=103.7210 tx_cpu=11 rx_cpu=26 drop=7451 pkt=108510 data_loss=6.86708 2019-12-01 16:32:19,075 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=128 throughput=1<106210/321897<321897 Kbps loss-rate=6 2019-12-01 16:32:19,075 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R214053K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:22,410 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=11.3160 real_seconds=1.00 rate_Mbps=95.0935 tx_cpu=11 rx_cpu=22 drop=13602 pkt=106303 data_loss=12.79554 2019-12-01 16:32:22,411 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=128 throughput=1<97375/214053<214053 Kbps loss-rate=12 2019-12-01 16:32:22,411 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R155714K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:25,770 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=12.5010 real_seconds=1.00 rate_Mbps=104.4968 tx_cpu=11 rx_cpu=28 drop=2703 pkt=105111 data_loss=2.57114 2019-12-01 16:32:25,770 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=128 throughput=1<107004/155714<155714 Kbps loss-rate=2 2019-12-01 16:32:25,770 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R131359K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:29,103 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=12.3478 real_seconds=1.00 rate_Mbps=103.8985 tx_cpu=11 rx_cpu=28 drop=4137 pkt=105290 data_loss=3.92910 2019-12-01 16:32:29,103 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=128 throughput=1<106392/131359<131359 Kbps loss-rate=3 2019-12-01 16:32:29,104 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Measuring UDP Throughput (packet size=1024)... 2019-12-01 16:32:29,104 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:32,463 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=97.4141 real_seconds=1.00 rate_Mbps=814.0481 tx_cpu=15 rx_cpu=22 drop=4936 pkt=104688 data_loss=4.71495 2019-12-01 16:32:32,463 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=1024 throughput=1<833585/5000000<10000000 Kbps loss-rate=4 2019-12-01 16:32:32,463 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2500755K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:35,796 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=100.4502 real_seconds=1.00 rate_Mbps=841.6114 tx_cpu=15 rx_cpu=22 drop=1469 pkt=104330 data_loss=1.40806 2019-12-01 16:32:35,796 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=1024 throughput=1<861810/2500755<2500755 Kbps loss-rate=1 2019-12-01 16:32:35,797 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1681282K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:39,132 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=94.1680 real_seconds=1.00 rate_Mbps=788.9701 tx_cpu=15 rx_cpu=20 drop=7066 pkt=103494 data_loss=6.82746 2019-12-01 16:32:39,133 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=1024 throughput=1<807905/1681282<1681282 Kbps loss-rate=6 2019-12-01 16:32:39,133 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1244593K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:42,490 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=95.8389 real_seconds=1.00 rate_Mbps=801.2776 tx_cpu=15 rx_cpu=21 drop=5475 pkt=103614 data_loss=5.28396 2019-12-01 16:32:42,491 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=1024 throughput=1<820508/1244593<1244593 Kbps loss-rate=5 2019-12-01 16:32:42,491 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1032550K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:45,850 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=98.6475 real_seconds=1.00 rate_Mbps=829.2829 tx_cpu=15 rx_cpu=21 drop=2837 pkt=103852 data_loss=2.73176 2019-12-01 16:32:45,850 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=1024 throughput=1<849185/1032550<1032550 Kbps loss-rate=2 2019-12-01 16:32:45,850 INFO [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Measuring UDP Throughput (packet size=8192)... 2019-12-01 16:32:45,851 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:49,211 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=159.0312 real_seconds=1.00 rate_Mbps=1329.6484 tx_cpu=8 rx_cpu=16 drop=13558 pkt=33914 data_loss=39.97760 2019-12-01 16:32:49,211 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1361559/5000000<10000000 Kbps loss-rate=39 2019-12-01 16:32:49,211 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3180779K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:52,546 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=156.0938 real_seconds=1.00 rate_Mbps=1303.6939 tx_cpu=8 rx_cpu=16 drop=15366 pkt=35346 data_loss=43.47307 2019-12-01 16:32:52,546 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1334982/3180779<3180779 Kbps loss-rate=43 2019-12-01 16:32:52,547 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2257880K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:55,909 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=144.7422 real_seconds=1.00 rate_Mbps=1212.0849 tx_cpu=8 rx_cpu=15 drop=15804 pkt=34331 data_loss=46.03418 2019-12-01 16:32:55,909 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1241174/2257880<2257880 Kbps loss-rate=46 2019-12-01 16:32:55,910 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1749527K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:32:59,242 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=167.2109 real_seconds=1.00 rate_Mbps=1405.8921 tx_cpu=27 rx_cpu=16 drop=5194 pkt=26597 data_loss=19.52855 2019-12-01 16:32:59,243 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1439633/1749527<1749527 Kbps loss-rate=19 2019-12-01 16:32:59,243 DEBUG overshot, min=1 kbps=1439633 max=1749527 2019-12-01 16:32:59,244 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1439633K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:33:02,601 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=162.0078 real_seconds=1.00 rate_Mbps=1357.7831 tx_cpu=39 rx_cpu=16 drop=1230 pkt=21967 data_loss=5.59932 2019-12-01 16:33:02,602 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1390369/1439633<1749527 Kbps loss-rate=5 2019-12-01 16:33:02,602 DEBUG overshot, min=1 kbps=1390369 max=1439633 2019-12-01 16:33:02,602 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1390369K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:33:05,936 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=148.5312 real_seconds=1.01 rate_Mbps=1236.4964 tx_cpu=41 rx_cpu=16 drop=2204 pkt=21216 data_loss=10.38842 2019-12-01 16:33:05,936 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1266172/1390369<1439633 Kbps loss-rate=10 2019-12-01 16:33:05,936 DEBUG overshot, min=1 kbps=1266172 max=1390369 2019-12-01 16:33:05,937 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1266172K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:33:09,296 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=132.8281 real_seconds=1.00 rate_Mbps=1113.7452 tx_cpu=69 rx_cpu=14 drop=2309 pkt=19311 data_loss=11.95694 2019-12-01 16:33:09,297 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1140475/1266172<1390369 Kbps loss-rate=11 2019-12-01 16:33:09,297 DEBUG overshot, min=1 kbps=1140475 max=1266172 2019-12-01 16:33:09,297 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1140475K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:33:12,655 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=134.6016 real_seconds=1.00 rate_Mbps=1127.9760 tx_cpu=82 rx_cpu=15 drop=169 pkt=17398 data_loss=0.97137 2019-12-01 16:33:12,655 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1<1155047/1140475<1266172 Kbps loss-rate=0 2019-12-01 16:33:12,655 DEBUG undershot, min=1155047 kbps=1210609 max=1266172 2019-12-01 16:33:12,656 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1210609K -p5001 -P5002 -fparse 10.10.175.42 2019-12-01 16:33:16,014 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] megabytes=143.7422 real_seconds=1.00 rate_Mbps=1204.8282 tx_cpu=80 rx_cpu=15 drop=71 pkt=18470 data_loss=0.38442 2019-12-01 16:33:16,014 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] pkt-size=8192 throughput=1155047<1233744/1210609<1266172 Kbps loss-rate=0 2019-12-01 16:33:16,015 DEBUG undershot, min=1233744 kbps=1249958 max=1266172 2019-12-01 16:33:16,026 INFO { 'az_from': u'nova:pod17-node4', 'az_to': u'nova:pod17-node5', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.11', 'ip_to': u'10.10.175.42', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2243, 'rtt_ms': 1.1, 'throughput_kbps': 6370843, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 457, 'rtt_ms': 0.93, 'throughput_kbps': 5371933, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 284, 'rtt_ms': 0.94, 'throughput_kbps': 6168718, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.93, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 106392, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.73, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 849185, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.38, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1233744, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.889', 'rtt_max_ms': '1.025', 'rtt_min_ms': '0.792', 'rtt_stddev': '0.092', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.883', 'rtt_max_ms': '0.993', 'rtt_min_ms': '0.737', 'rtt_stddev': '0.082', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.272', 'rtt_max_ms': '2.963', 'rtt_min_ms': '1.010', 'rtt_stddev': '0.567', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2019-12-01 16:33:16,027 INFO Deleting floating ip 65fc8c2a-018b-4151-8c06-7c2808f475ea 2019-12-01 16:33:17,406 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Floating IP 10.10.175.35 deleted 2019-12-01 16:33:17,765 DEBUG [TestClient_1b7d43cd-b595-46af-bd1e-cc51f280fd474] Instance deleted 2019-12-01 16:33:17,879 INFO Cleaning up... 2019-12-01 16:33:17,880 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Terminating nuttcp-8.1.4 2019-12-01 16:33:17,894 INFO Deleting floating ip 83f0a08a-0e7d-408f-b64b-116076803c57 2019-12-01 16:33:19,290 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Floating IP 10.10.175.42 deleted 2019-12-01 16:33:19,562 DEBUG [TestServer_1b7d43cd-b595-46af-bd1e-cc51f280fd471] Instance deleted 2019-12-01 16:33:27,451 INFO Network pns-internal-net_1b7d43cd-b595-46af-bd1e-cc51f280fd47 deleted. 2019-12-01 16:33:30,205 INFO Network pns-internal-net2_1b7d43cd-b595-46af-bd1e-cc51f280fd47 deleted. 2019-12-01 16:33:30,321 INFO Removed public key pns_public_key 2019-12-01 16:33:30,321 INFO Deleting security group 2019-12-01 16:33:30,529 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 17 [100.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 12 +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '6156627', 'rtt_ms': '0.513333'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 33532, 'loss_rate': 2.02}, 1024: {'tp_kbps': 272813, | | | | | 'loss_rate': 2.08}, 8192: {'tp_kbps': 704925, 'loss_rate': 1.38}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.438/0.318/0.519/0.066', | | | | | '64-byte': '0.507/0.300/1.140/0.219', '1500-byte': '0.686/0.482/1.648/0.326'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '7986437', 'rtt_ms': '0.69'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 106485, 'loss_rate': 2.18}, 1024: {'tp_kbps': 827222, | | | | | 'loss_rate': 0.37}, 8192: {'tp_kbps': 2094932, 'loss_rate': 2.02}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.603/0.506/0.688/0.068', | | | | | '64-byte': '0.796/0.477/2.369/0.529', '1500-byte': '0.975/0.762/2.068/0.367'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '4346619', 'rtt_ms': '0.84'} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 44084, 'loss_rate': 0.12}, 1024: {'tp_kbps': 337273, | | | | | 'loss_rate': 0.23}, 8192: {'tp_kbps': 1026173, 'loss_rate': 2.23}} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.744/0.671/0.825/0.056', | | | | | '64-byte': '0.929/0.645/2.395/0.495', '1500-byte': '1.245/0.906/3.140/0.639'}} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '6121368', 'rtt_ms': '1.11667'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 104122, 'loss_rate': 2.99}, 1024: {'tp_kbps': 794348, | | | | | 'loss_rate': 2.12}, 8192: {'tp_kbps': 1243658, 'loss_rate': 4.15}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.846/0.761/0.939/0.065', | | | | | '64-byte': '1.023/0.775/2.227/0.410', '1500-byte': '1.295/0.993/3.064/0.595'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '5198073', 'rtt_ms': '0.88'} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 44430, 'loss_rate': 0.5}, 1024: {'tp_kbps': 345764, | | | | | 'loss_rate': 0.19}, 8192: {'tp_kbps': 1038795, 'loss_rate': 0.39}} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.721/0.607/0.830/0.073', | | | | | '64-byte': '0.757/0.614/0.943/0.094', '1500-byte': '1.170/0.860/3.242/0.695'}} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '5970498', 'rtt_ms': '0.99'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 106392, 'loss_rate': 3.93}, 1024: {'tp_kbps': 849185, | | | | | 'loss_rate': 2.73}, 8192: {'tp_kbps': 1233744, 'loss_rate': 0.38}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.883/0.737/0.993/0.082', | | | | | '64-byte': '0.889/0.792/1.025/0.092', '1500-byte': '1.272/1.010/2.963/0.567'}} | | 6.4 | Different Network, Floating IP, Inter-node, Multicast | SKIPPED | {} | | 7.1 | Native Throughput, TCP | SKIPPED | {} | | 7.2 | Native Throughput, UDP | SKIPPED | {} | | 7.3 | Native Throughput, ICMP | SKIPPED | {} | | 7.4 | Native Throughput, Multicast | SKIPPED | {} | | 8.1 | VM to Host Uploading | SKIPPED | {} | | 8.2 | VM to Host Downloading | SKIPPED | {} | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ 2019-12-01 16:33:30,533 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2019-12-01 16:33:30,851 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp_genchart -c /home/opnfv/functest/results/vmtp/vmtp.html /home/opnfv/functest/results/vmtp/vmtp.json Generating chart drawing code to /home/opnfv/functest/results/vmtp/vmtp.html... 2019-12-01 16:33:30,853 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 21:56 | PASS | +-------------------+------------------+------------------+----------------+ 2019-12-01 16:33:37,137 - functest.core.singlevm - DEBUG - Cleaning security group 7d0aa831-fcec-42dd-b119-2390a0f51d26 2019-12-01 16:33:37,353 - functest.core.singlevm - DEBUG - Orphan security group 7d0aa831-fcec-42dd-b119-2390a0f51d26 in use 2019-12-01 16:33:39,266 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.log ('text/plain', None)