2020-06-02 08:52:42,039 - 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/airship/3YRSCHNNIS8T/airship-opnfv-functest-benchmarking-latest-vmtp-run-192 | | S3_ENDPOINT_URL | https://storage.googleapis.com | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | BUILD_TAG | 3YRSCHNNIS8T | | 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/airship/3YRSCHNNIS8T/airship-opnfv-functest-benchmarking-latest-vmtp-run-192 | | NODE_NAME | intel-pod17 | +-------------------------+-----------------------------------------------------------------------------------------------------------------+ 2020-06-02 08:52:42,043 - 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 2020-06-02 08:52:42,043 - xtesting.ci.run_tests - DEBUG - Test args: vmtp 2020-06-02 08:52:42,052 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2020-06-02 08:52:42,758 - functest.core.tenantnetwork - DEBUG - password: # 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 2020-06-02 09:11:52,161 - 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 2020-06-02 08:52:58,902 INFO Using http://identity-airship.intel-pod17.opnfv.org:80/v3 2020-06-02 08:52:58,902 INFO VM public key: /tmp/tmpRQxtCV 2020-06-02 08:52:58,902 INFO VM private key: /tmp/tmptLt9E1 2020-06-02 08:52:59,474 INFO Found image vmtp-img_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b to launch VM, will continue 2020-06-02 08:53:00,089 INFO Using external router: vmtp-router_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b 2020-06-02 08:53:00,090 INFO Using external network: public. 2020-06-02 08:53:00,970 INFO Created internal network: pns-internal-net_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b. 2020-06-02 08:53:01,805 INFO Created internal network: pns-internal-net2_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b. 2020-06-02 08:53:04,220 DEBUG Ext router associated to pns-internal-net_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b 2020-06-02 08:53:06,344 DEBUG Ext router associated to pns-internal-net2_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b 2020-06-02 08:53:06,618 INFO OpenStack agent: Open vSwitch agent 2020-06-02 08:53:06,618 INFO OpenStack network type: vxlan 2020-06-02 08:53:07,686 INFO [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Creating server VM... 2020-06-02 08:53:07,687 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Starting on zone nova:pod17-node4 2020-06-02 08:53:08,675 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 1 of 150... 2020-06-02 08:53:11,166 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 2 of 150... 2020-06-02 08:53:13,477 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 3 of 150... 2020-06-02 08:53:15,847 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 4 of 150... 2020-06-02 08:53:18,203 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 5 of 150... 2020-06-02 08:53:20,534 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 6 of 150... 2020-06-02 08:53:22,867 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 7 of 150... 2020-06-02 08:53:25,204 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 8 of 150... 2020-06-02 08:53:27,714 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 9 of 150... 2020-06-02 08:53:32,557 INFO [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Internal network IP: 192.168.1.4 2020-06-02 08:53:32,557 INFO [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] SSH IP: 10.10.175.41 2020-06-02 08:53:32,557 INFO [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Setup SSH for ubuntu@10.10.175.41 2020-06-02 08:54:07,014 INFO [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Installing nuttcp-8.1.4... 2020-06-02 08:54:07,086 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Copying nuttcp-8.1.4 to target... 2020-06-02 08:54:07,451 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Starting nuttcp-8.1.4 server... 2020-06-02 08:54:07,520 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] 2020-06-02 08:54:07,571 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Creating client VM... 2020-06-02 08:54:07,572 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Starting on zone nova:pod17-node4 2020-06-02 08:54:08,486 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 1 of 150... 2020-06-02 08:54:10,710 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 2 of 150... 2020-06-02 08:54:13,016 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 3 of 150... 2020-06-02 08:54:15,356 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 4 of 150... 2020-06-02 08:54:17,703 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 5 of 150... 2020-06-02 08:54:20,254 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] VM status=BUILD, retrying 6 of 150... 2020-06-02 08:54:25,149 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Internal network IP: 192.168.1.11 2020-06-02 08:54:25,149 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] SSH IP: 10.10.175.34 2020-06-02 08:54:25,149 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Setup SSH for ubuntu@10.10.175.34 2020-06-02 08:54:55,625 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Installing nuttcp-8.1.4... 2020-06-02 08:54:55,696 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Copying nuttcp-8.1.4 to target... 2020-06-02 08:54:56,491 INFO ============================================================ 2020-06-02 08:54:56,491 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2020-06-02 08:55:05,546 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=1.06 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.373 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.291 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.303 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.286 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.332 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.607 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.283 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.352 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.356 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.283/0.425/1.068/0.232 ms 2020-06-02 08:55:14,599 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.360 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.321 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.399 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.358 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.299 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.300 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.384 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.335 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.287 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.335 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.287/0.337/0.399/0.042 ms 2020-06-02 08:55:23,656 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=1.26 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.439 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.599 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.544 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.260 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.295 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.272 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.495 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.440 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.564 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.260/0.517/1.266/0.276 ms 2020-06-02 08:55:23,657 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Measuring TCP Throughput (packet size=65536)... 2020-06-02 08:55:23,658 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:55:33,829 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=5974.1026 real_seconds=10.01 rate_Mbps=5007.8233 tx_cpu=10 rx_cpu=19 retrans=0 cwnd=3089 rtt_ms=0.22 2020-06-02 08:55:33,832 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:55:43,960 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=5290.4978 real_seconds=10.00 rate_Mbps=4437.0674 tx_cpu=9 rx_cpu=15 retrans=4 cwnd=3137 rtt_ms=0.31 2020-06-02 08:55:43,960 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:55:54,176 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=5911.7889 real_seconds=10.12 rate_Mbps=4902.1065 tx_cpu=10 rx_cpu=17 retrans=3 cwnd=3135 rtt_ms=0.19 2020-06-02 08:55:54,177 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Measuring UDP Throughput (packet size=128)... 2020-06-02 08:55:54,178 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:55:58,139 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=4.2212 real_seconds=1.60 rate_Mbps=22.1136 tx_cpu=1 rx_cpu=6 drop=4958 pkt=39538 data_loss=12.53937 2020-06-02 08:55:58,141 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=128 throughput=1<22644/5000000<10000000 Kbps loss-rate=12 2020-06-02 08:55:58,141 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R67932K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:02,648 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=4.4719 real_seconds=1.64 rate_Mbps=22.8234 tx_cpu=43 rx_cpu=6 drop=5279 pkt=41913 data_loss=12.59504 2020-06-02 08:56:02,648 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=128 throughput=1<23371/67932<67932 Kbps loss-rate=12 2020-06-02 08:56:02,649 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R45651K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:06,032 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=1.9899 real_seconds=1.03 rate_Mbps=16.2169 tx_cpu=1 rx_cpu=3 drop=2325 pkt=18626 data_loss=12.48186 2020-06-02 08:56:06,032 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=128 throughput=1<16606/45651<45651 Kbps loss-rate=12 2020-06-02 08:56:06,033 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R31128K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:09,364 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=3.3076 real_seconds=1.00 rate_Mbps=27.6891 tx_cpu=14 rx_cpu=8 drop=3193 pkt=30289 data_loss=10.54254 2020-06-02 08:56:09,365 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=128 throughput=1<28353/31128<31128 Kbps loss-rate=10 2020-06-02 08:56:09,365 DEBUG overshot, min=1 kbps=28353 max=31128 2020-06-02 08:56:09,365 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R28353K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:13,155 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=2.5038 real_seconds=0.89 rate_Mbps=23.5059 tx_cpu=18 rx_cpu=5 drop=3104 pkt=23615 data_loss=13.14393 2020-06-02 08:56:13,156 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=128 throughput=1<24070/28353<31128 Kbps loss-rate=13 2020-06-02 08:56:13,156 DEBUG overshot, min=1 kbps=24070 max=28353 2020-06-02 08:56:13,156 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R24070K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:18,125 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=2.7007 real_seconds=1.00 rate_Mbps=22.7111 tx_cpu=21 rx_cpu=6 drop=1283 pkt=23407 data_loss=5.48070 2020-06-02 08:56:18,125 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=128 throughput=1<23256/24070<28353 Kbps loss-rate=5 2020-06-02 08:56:18,126 DEBUG overshot, min=1 kbps=23256 max=24070 2020-06-02 08:56:18,126 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R23256K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:23,172 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=1.8286 real_seconds=2.43 rate_Mbps=6.3132 tx_cpu=5 rx_cpu=2 drop=922 pkt=15902 data_loss=5.80054 2020-06-02 08:56:23,173 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=128 throughput=1<6464/23256<24070 Kbps loss-rate=5 2020-06-02 08:56:23,173 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R14860K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:28,129 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=1.7563 real_seconds=0.99 rate_Mbps=14.8664 tx_cpu=99 rx_cpu=5 drop=0 pkt=14388 data_loss=0.00000 2020-06-02 08:56:28,129 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=128 throughput=1<15223/14860<14860 Kbps loss-rate=0 2020-06-02 08:56:28,129 DEBUG undershot, min=15223 kbps=15041 max=14860 2020-06-02 08:56:28,130 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Measuring UDP Throughput (packet size=1024)... 2020-06-02 08:56:28,130 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:32,656 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=32.7148 real_seconds=1.67 rate_Mbps=164.4510 tx_cpu=10 rx_cpu=6 drop=4231 pkt=37731 data_loss=11.21376 2020-06-02 08:56:32,656 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=1024 throughput=1<168397/5000000<10000000 Kbps loss-rate=11 2020-06-02 08:56:32,657 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R505191K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:36,028 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=15.4287 real_seconds=1.01 rate_Mbps=128.1578 tx_cpu=0 rx_cpu=4 drop=2253 pkt=18052 data_loss=12.48064 2020-06-02 08:56:36,029 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=1024 throughput=1<131233/505191<505191 Kbps loss-rate=12 2020-06-02 08:56:36,029 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R318212K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:39,386 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=33.6045 real_seconds=1.00 rate_Mbps=283.0009 tx_cpu=7 rx_cpu=9 drop=4405 pkt=38816 data_loss=11.34828 2020-06-02 08:56:39,386 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=1024 throughput=1<289792/318212<318212 Kbps loss-rate=11 2020-06-02 08:56:39,387 DEBUG overshot, min=1 kbps=289792 max=318212 2020-06-02 08:56:39,387 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R289792K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:43,155 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=21.7539 real_seconds=0.92 rate_Mbps=197.7137 tx_cpu=6 rx_cpu=5 drop=3115 pkt=25391 data_loss=12.26816 2020-06-02 08:56:43,155 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=1024 throughput=1<202458/289792<318212 Kbps loss-rate=12 2020-06-02 08:56:43,156 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R246125K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:47,155 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=16.6250 real_seconds=0.65 rate_Mbps=215.8659 tx_cpu=45 rx_cpu=5 drop=2123 pkt=19147 data_loss=11.08770 2020-06-02 08:56:47,156 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=1024 throughput=1<221046/246125<246125 Kbps loss-rate=11 2020-06-02 08:56:47,156 DEBUG overshot, min=1 kbps=221046 max=246125 2020-06-02 08:56:47,156 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R221046K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:51,171 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=24.2666 real_seconds=1.00 rate_Mbps=203.6263 tx_cpu=21 rx_cpu=8 drop=1981 pkt=26830 data_loss=7.38363 2020-06-02 08:56:51,172 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=1024 throughput=1<208513/221046<246125 Kbps loss-rate=7 2020-06-02 08:56:51,172 DEBUG overshot, min=1 kbps=208513 max=221046 2020-06-02 08:56:51,173 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R208513K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:55,166 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=14.7324 real_seconds=0.62 rate_Mbps=198.2329 tx_cpu=41 rx_cpu=4 drop=1719 pkt=16805 data_loss=10.22905 2020-06-02 08:56:55,167 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=1024 throughput=1<202990/208513<221046 Kbps loss-rate=10 2020-06-02 08:56:55,167 DEBUG overshot, min=1 kbps=202990 max=208513 2020-06-02 08:56:55,167 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R202990K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:56:58,963 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=21.5596 real_seconds=1.02 rate_Mbps=176.8393 tx_cpu=42 rx_cpu=5 drop=2567 pkt=24644 data_loss=10.41618 2020-06-02 08:56:58,964 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=1024 throughput=1<181083/202990<208513 Kbps loss-rate=10 2020-06-02 08:56:58,964 DEBUG overshot, min=1 kbps=181083 max=202990 2020-06-02 08:56:58,964 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R181083K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:57:02,654 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=8.2725 real_seconds=0.99 rate_Mbps=69.7863 tx_cpu=72 rx_cpu=2 drop=775 pkt=9246 data_loss=8.38160 2020-06-02 08:57:02,655 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=1024 throughput=1<71461/181083<202990 Kbps loss-rate=8 2020-06-02 08:57:02,655 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R126272K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:57:06,020 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=6.5068 real_seconds=1.00 rate_Mbps=54.8500 tx_cpu=80 rx_cpu=2 drop=83 pkt=6746 data_loss=1.23104 2020-06-02 08:57:06,020 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=1024 throughput=1<56166/126272<126272 Kbps loss-rate=1 2020-06-02 08:57:06,021 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R91219K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:57:10,145 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=10.8740 real_seconds=1.00 rate_Mbps=91.1989 tx_cpu=99 rx_cpu=5 drop=0 pkt=11135 data_loss=0.00000 2020-06-02 08:57:10,145 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=1024 throughput=1<93387/91219<91219 Kbps loss-rate=0 2020-06-02 08:57:10,146 DEBUG undershot, min=93387 kbps=92303 max=91219 2020-06-02 08:57:10,146 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Measuring UDP Throughput (packet size=8192)... 2020-06-02 08:57:10,146 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:57:14,662 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=84.6562 real_seconds=1.65 rate_Mbps=430.0360 tx_cpu=4 rx_cpu=3 drop=9166 pkt=20002 data_loss=45.82544 2020-06-02 08:57:14,662 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=8192 throughput=1<440356/5000000<10000000 Kbps loss-rate=45 2020-06-02 08:57:14,663 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1321068K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:57:18,670 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=37.6875 real_seconds=1.13 rate_Mbps=279.1561 tx_cpu=1 rx_cpu=2 drop=3895 pkt=8719 data_loss=44.67256 2020-06-02 08:57:18,671 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=8192 throughput=1<285855/1321068<1321068 Kbps loss-rate=44 2020-06-02 08:57:18,671 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R803461K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:57:22,029 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=86.5938 real_seconds=0.99 rate_Mbps=733.7221 tx_cpu=19 rx_cpu=6 drop=1041 pkt=12125 data_loss=8.58555 2020-06-02 08:57:22,029 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=8192 throughput=1<751331/803461<803461 Kbps loss-rate=8 2020-06-02 08:57:22,030 DEBUG overshot, min=1 kbps=751331 max=803461 2020-06-02 08:57:22,030 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R751331K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:57:26,159 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=37.9219 real_seconds=1.01 rate_Mbps=315.3118 tx_cpu=57 rx_cpu=3 drop=11 pkt=4865 data_loss=0.22601 2020-06-02 08:57:26,159 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=8192 throughput=1<322879/751331<803461 Kbps loss-rate=0 2020-06-02 08:57:26,160 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R537105K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:57:29,961 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=62.7031 real_seconds=1.46 rate_Mbps=361.2046 tx_cpu=99 rx_cpu=4 drop=0 pkt=8026 data_loss=0.00000 2020-06-02 08:57:29,961 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=8192 throughput=1<369873/537105<537105 Kbps loss-rate=0 2020-06-02 08:57:29,962 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R453489K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:57:34,030 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] megabytes=54.0625 real_seconds=1.00 rate_Mbps=453.3853 tx_cpu=99 rx_cpu=3 drop=0 pkt=6920 data_loss=0.00000 2020-06-02 08:57:34,030 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] pkt-size=8192 throughput=1<464266/453489<453489 Kbps loss-rate=0 2020-06-02 08:57:34,031 DEBUG undershot, min=464266 kbps=458877 max=453489 2020-06-02 08:57:34,042 INFO { 'az_from': u'nova:pod17-node4', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.11', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.22, 'throughput_kbps': 5128011, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 4, 'rtt_ms': 0.31, 'throughput_kbps': 4543557, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 3, 'rtt_ms': 0.19, 'throughput_kbps': 5019757, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 15223, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 93387, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 464266, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.425', 'rtt_max_ms': '1.068', 'rtt_min_ms': '0.283', 'rtt_stddev': '0.232', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.337', 'rtt_max_ms': '0.399', 'rtt_min_ms': '0.287', 'rtt_stddev': '0.042', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.517', 'rtt_max_ms': '1.266', 'rtt_min_ms': '0.260', 'rtt_stddev': '0.276', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2020-06-02 08:57:34,044 INFO Deleting floating ip cc10cb8f-45a6-45a9-8cb2-b1c5201d8609 2020-06-02 08:57:35,169 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Floating IP 10.10.175.34 deleted 2020-06-02 08:57:35,515 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Instance deleted 2020-06-02 08:57:35,580 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Creating client VM... 2020-06-02 08:57:35,580 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Starting on zone nova:pod17-node4 2020-06-02 08:57:36,788 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] VM status=BUILD, retrying 1 of 150... 2020-06-02 08:57:39,134 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] VM status=BUILD, retrying 2 of 150... 2020-06-02 08:57:41,472 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] VM status=BUILD, retrying 3 of 150... 2020-06-02 08:57:43,825 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] VM status=BUILD, retrying 4 of 150... 2020-06-02 08:57:46,143 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] VM status=BUILD, retrying 5 of 150... 2020-06-02 08:57:48,500 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] VM status=BUILD, retrying 6 of 150... 2020-06-02 08:57:53,123 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Internal network IP: 192.168.2.17 2020-06-02 08:57:53,124 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] SSH IP: 10.10.175.44 2020-06-02 08:57:53,124 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Setup SSH for ubuntu@10.10.175.44 2020-06-02 08:58:15,128 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Installing nuttcp-8.1.4... 2020-06-02 08:58:15,173 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Copying nuttcp-8.1.4 to target... 2020-06-02 08:58:15,349 INFO ============================================================ 2020-06-02 08:58:15,349 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2020-06-02 08:58:24,427 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=63 time=2.53 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=63 time=0.865 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=63 time=0.885 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=63 time=0.840 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=63 time=0.717 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=63 time=0.945 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=63 time=0.868 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=63 time=0.588 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=63 time=0.643 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=63 time=0.574 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.574/0.946/2.539/0.546 ms 2020-06-02 08:58:33,483 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=63 time=0.523 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=63 time=0.771 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=63 time=0.809 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=63 time=0.763 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=63 time=0.868 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=63 time=0.793 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=63 time=0.789 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=63 time=0.784 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=63 time=0.932 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=63 time=0.765 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9008ms rtt min/avg/max/mdev = 0.523/0.779/0.932/0.104 ms 2020-06-02 08:58:43,167 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=63 time=48.1 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=63 time=0.968 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=63 time=0.875 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=63 time=1.04 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=63 time=1.06 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=63 time=1.05 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=63 time=0.829 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=63 time=1.11 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=63 time=0.924 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=63 time=0.955 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9636ms rtt min/avg/max/mdev = 0.829/5.702/48.196/14.164 ms 2020-06-02 08:58:43,168 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Measuring TCP Throughput (packet size=65536)... 2020-06-02 08:58:43,169 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:58:53,316 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=3798.5969 real_seconds=10.04 rate_Mbps=3173.2473 tx_cpu=13 rx_cpu=21 retrans=6880 cwnd=1595 rtt_ms=1.13 2020-06-02 08:58:53,316 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:03,423 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=3845.2773 real_seconds=10.01 rate_Mbps=3224.0210 tx_cpu=6 rx_cpu=27 retrans=3358 cwnd=1821 rtt_ms=1.09 2020-06-02 08:59:03,424 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:14,177 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=3890.0888 real_seconds=10.09 rate_Mbps=3233.7483 tx_cpu=13 rx_cpu=20 retrans=5241 cwnd=693 rtt_ms=0.68 2020-06-02 08:59:14,178 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Measuring UDP Throughput (packet size=128)... 2020-06-02 08:59:14,179 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:18,077 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=6.1841 real_seconds=1.54 rate_Mbps=33.7154 tx_cpu=3 rx_cpu=8 drop=1050 pkt=51710 data_loss=2.03096 2020-06-02 08:59:18,078 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<34524/5000000<10000000 Kbps loss-rate=2 2020-06-02 08:59:18,078 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R103572K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:21,435 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=6.5258 real_seconds=1.00 rate_Mbps=54.6423 tx_cpu=7 rx_cpu=12 drop=578 pkt=54037 data_loss=1.06878 2020-06-02 08:59:21,435 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<55953/103572<103572 Kbps loss-rate=1 2020-06-02 08:59:21,435 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R79762K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:26,286 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=6.1119 real_seconds=1.66 rate_Mbps=30.9456 tx_cpu=3 rx_cpu=8 drop=1228 pkt=51297 data_loss=2.39388 2020-06-02 08:59:26,286 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<31688/79762<79762 Kbps loss-rate=2 2020-06-02 08:59:26,287 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R55725K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:30,679 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=2.4674 real_seconds=1.41 rate_Mbps=14.6944 tx_cpu=3 rx_cpu=7 drop=0 pkt=20213 data_loss=0.00000 2020-06-02 08:59:30,680 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<15047/55725<55725 Kbps loss-rate=0 2020-06-02 08:59:30,680 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R35386K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:34,169 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=1.9757 real_seconds=1.15 rate_Mbps=14.3758 tx_cpu=9 rx_cpu=4 drop=36 pkt=16221 data_loss=0.22221 2020-06-02 08:59:34,169 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<14720/35386<35386 Kbps loss-rate=0 2020-06-02 08:59:34,170 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R25053K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:38,163 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=2.8229 real_seconds=1.64 rate_Mbps=14.4815 tx_cpu=31 rx_cpu=37 drop=114 pkt=23239 data_loss=0.48999 2020-06-02 08:59:38,164 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<14829/25053<25053 Kbps loss-rate=0 2020-06-02 08:59:38,164 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R19941K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:42,667 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=2.2798 real_seconds=1.65 rate_Mbps=11.5677 tx_cpu=41 rx_cpu=5 drop=0 pkt=18676 data_loss=0.00000 2020-06-02 08:59:42,668 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<11845/19941<19941 Kbps loss-rate=0 2020-06-02 08:59:42,668 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R15893K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:46,667 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.9080 real_seconds=1.17 rate_Mbps=6.5001 tx_cpu=99 rx_cpu=2 drop=0 pkt=7438 data_loss=0.00000 2020-06-02 08:59:46,667 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<6656/15893<15893 Kbps loss-rate=0 2020-06-02 08:59:46,668 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R11274K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:50,182 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.6450 real_seconds=1.18 rate_Mbps=4.5805 tx_cpu=99 rx_cpu=2 drop=0 pkt=5284 data_loss=0.00000 2020-06-02 08:59:50,183 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<4690/11274<11274 Kbps loss-rate=0 2020-06-02 08:59:50,183 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R7982K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:54,739 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.9183 real_seconds=1.65 rate_Mbps=4.6681 tx_cpu=99 rx_cpu=2 drop=0 pkt=7523 data_loss=0.00000 2020-06-02 08:59:54,740 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<4780/7982<7982 Kbps loss-rate=0 2020-06-02 08:59:54,740 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R6381K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 08:59:58,172 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.2915 real_seconds=1.07 rate_Mbps=2.2761 tx_cpu=100 rx_cpu=1 drop=0 pkt=2388 data_loss=0.00000 2020-06-02 08:59:58,172 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<2330/6381<6381 Kbps loss-rate=0 2020-06-02 08:59:58,173 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R4355K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:02,677 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.5092 real_seconds=1.67 rate_Mbps=2.5633 tx_cpu=99 rx_cpu=1 drop=0 pkt=4171 data_loss=0.00000 2020-06-02 09:00:02,677 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<2624/4355<4355 Kbps loss-rate=0 2020-06-02 09:00:02,678 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R3489K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:06,678 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.1962 real_seconds=1.18 rate_Mbps=1.3960 tx_cpu=100 rx_cpu=0 drop=0 pkt=1607 data_loss=0.00000 2020-06-02 09:00:06,678 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<1429/3489<3489 Kbps loss-rate=0 2020-06-02 09:00:06,678 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R2459K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:10,647 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.1375 real_seconds=1.19 rate_Mbps=0.9697 tx_cpu=100 rx_cpu=0 drop=0 pkt=1126 data_loss=0.00000 2020-06-02 09:00:10,647 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<992/2459<2459 Kbps loss-rate=0 2020-06-02 09:00:10,647 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R1725K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:14,836 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.0981 real_seconds=1.23 rate_Mbps=0.6691 tx_cpu=99 rx_cpu=0 drop=0 pkt=804 data_loss=0.00000 2020-06-02 09:00:14,837 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<685/1725<1725 Kbps loss-rate=0 2020-06-02 09:00:14,837 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R1205K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:18,679 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.0457 real_seconds=1.01 rate_Mbps=0.3792 tx_cpu=99 rx_cpu=0 drop=0 pkt=374 data_loss=0.00000 2020-06-02 09:00:18,679 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<388/1205<1205 Kbps loss-rate=0 2020-06-02 09:00:18,679 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R796K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:22,013 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.0950 real_seconds=1.00 rate_Mbps=0.7960 tx_cpu=99 rx_cpu=0 drop=0 pkt=778 data_loss=0.00000 2020-06-02 09:00:22,014 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<815/796<796 Kbps loss-rate=0 2020-06-02 09:00:22,014 DEBUG undershot, min=815 kbps=805 max=796 2020-06-02 09:00:22,015 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Measuring UDP Throughput (packet size=1024)... 2020-06-02 09:00:22,015 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:25,710 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=28.5234 real_seconds=1.01 rate_Mbps=238.0093 tx_cpu=57 rx_cpu=6 drop=23 pkt=29231 data_loss=0.07882 2020-06-02 09:00:25,710 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<243721/5000000<10000000 Kbps loss-rate=0 2020-06-02 09:00:25,711 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R731163K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:30,169 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=14.4707 real_seconds=1.00 rate_Mbps=120.8267 tx_cpu=3 rx_cpu=4 drop=12 pkt=14830 data_loss=0.08079 2020-06-02 09:00:30,170 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<123726/731163<731163 Kbps loss-rate=0 2020-06-02 09:00:30,170 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R371178K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:34,695 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=42.0283 real_seconds=1.63 rate_Mbps=215.7258 tx_cpu=47 rx_cpu=6 drop=394 pkt=43431 data_loss=0.90727 2020-06-02 09:00:34,695 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<220903/371178<371178 Kbps loss-rate=0 2020-06-02 09:00:34,695 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R296040K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:38,180 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=16.0557 real_seconds=1.15 rate_Mbps=117.0423 tx_cpu=67 rx_cpu=3 drop=37 pkt=16478 data_loss=0.22434 2020-06-02 09:00:38,180 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<119851/296040<296040 Kbps loss-rate=0 2020-06-02 09:00:38,181 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R207945K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:42,168 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=22.7529 real_seconds=1.63 rate_Mbps=117.4044 tx_cpu=79 rx_cpu=5 drop=20 pkt=23319 data_loss=0.08607 2020-06-02 09:00:42,169 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<120222/207945<207945 Kbps loss-rate=0 2020-06-02 09:00:42,169 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R164083K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:46,678 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=13.7354 real_seconds=1.65 rate_Mbps=70.0055 tx_cpu=99 rx_cpu=5 drop=0 pkt=14065 data_loss=0.00000 2020-06-02 09:00:46,679 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<71685/164083<164083 Kbps loss-rate=0 2020-06-02 09:00:46,679 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R117884K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:50,182 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=5.7168 real_seconds=1.14 rate_Mbps=41.8852 tx_cpu=100 rx_cpu=3 drop=0 pkt=5854 data_loss=0.00000 2020-06-02 09:00:50,182 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<42890/117884<117884 Kbps loss-rate=0 2020-06-02 09:00:50,183 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R80387K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:54,685 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=9.0439 real_seconds=1.63 rate_Mbps=46.5478 tx_cpu=100 rx_cpu=3 drop=0 pkt=9261 data_loss=0.00000 2020-06-02 09:00:54,686 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<47664/80387<80387 Kbps loss-rate=0 2020-06-02 09:00:54,686 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R64025K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:00:58,170 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=3.3525 real_seconds=1.13 rate_Mbps=24.9893 tx_cpu=99 rx_cpu=2 drop=0 pkt=3433 data_loss=0.00000 2020-06-02 09:00:58,170 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<25589/64025<64025 Kbps loss-rate=0 2020-06-02 09:00:58,171 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R44807K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:01:02,681 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=5.2588 real_seconds=1.67 rate_Mbps=26.4732 tx_cpu=100 rx_cpu=2 drop=0 pkt=5385 data_loss=0.00000 2020-06-02 09:01:02,682 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<27108/44807<44807 Kbps loss-rate=0 2020-06-02 09:01:02,682 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R35957K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:01:06,047 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=1.8906 real_seconds=1.00 rate_Mbps=15.7907 tx_cpu=100 rx_cpu=1 drop=0 pkt=1936 data_loss=0.00000 2020-06-02 09:01:06,047 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<16169/35957<35957 Kbps loss-rate=0 2020-06-02 09:01:06,048 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R26063K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:01:09,401 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=3.1074 real_seconds=1.00 rate_Mbps=26.0655 tx_cpu=99 rx_cpu=0 drop=0 pkt=3182 data_loss=0.00000 2020-06-02 09:01:09,402 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<26691/26063<26063 Kbps loss-rate=0 2020-06-02 09:01:09,402 DEBUG undershot, min=26691 kbps=26377 max=26063 2020-06-02 09:01:09,402 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Measuring UDP Throughput (packet size=8192)... 2020-06-02 09:01:09,403 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:01:13,175 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=94.8047 real_seconds=1.01 rate_Mbps=787.1092 tx_cpu=44 rx_cpu=6 drop=1066 pkt=13201 data_loss=8.07512 2020-06-02 09:01:13,176 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<805999/5000000<10000000 Kbps loss-rate=8 2020-06-02 09:01:13,176 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2417997K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:01:18,189 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=150.0078 real_seconds=1.00 rate_Mbps=1254.8682 tx_cpu=7 rx_cpu=8 drop=1101 pkt=20302 data_loss=5.42313 2020-06-02 09:01:18,189 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<1284985/2417997<2417997 Kbps loss-rate=5 2020-06-02 09:01:18,190 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1851491K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:01:21,551 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=129.1797 real_seconds=1.01 rate_Mbps=1072.7717 tx_cpu=7 rx_cpu=10 drop=1990 pkt=18525 data_loss=10.74225 2020-06-02 09:01:21,552 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<1098518/1851491<1851491 Kbps loss-rate=10 2020-06-02 09:01:21,552 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1475004K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:01:25,179 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=102.4609 real_seconds=0.86 rate_Mbps=1005.2462 tx_cpu=34 rx_cpu=8 drop=1415 pkt=14530 data_loss=9.73849 2020-06-02 09:01:25,180 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<1029372/1475004<1475004 Kbps loss-rate=9 2020-06-02 09:01:25,180 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1252188K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:01:30,049 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=9.2812 real_seconds=2.28 rate_Mbps=34.1493 tx_cpu=1 rx_cpu=13 drop=454 pkt=1642 data_loss=27.64946 2020-06-02 09:01:30,050 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<34968/1252188<1252188 Kbps loss-rate=27 2020-06-02 09:01:30,050 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R104904K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:01:34,029 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=12.5078 real_seconds=0.96 rate_Mbps=109.3035 tx_cpu=99 rx_cpu=0 drop=0 pkt=1601 data_loss=0.00000 2020-06-02 09:01:34,030 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<111926/104904<104904 Kbps loss-rate=0 2020-06-02 09:01:34,030 DEBUG undershot, min=111926 kbps=108415 max=104904 2020-06-02 09:01:34,042 INFO { 'az_from': u'nova:pod17-node4', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.17', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 6880, 'rtt_ms': 1.13, 'throughput_kbps': 3249405, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 3358, 'rtt_ms': 1.09, 'throughput_kbps': 3301397, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 5241, 'rtt_ms': 0.68, 'throughput_kbps': 3311358, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 815, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 26691, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 111926, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.946', 'rtt_max_ms': '2.539', 'rtt_min_ms': '0.574', 'rtt_stddev': '0.546', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.779', 'rtt_max_ms': '0.932', 'rtt_min_ms': '0.523', 'rtt_stddev': '0.104', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '5.702', 'rtt_max_ms': '48.196', 'rtt_min_ms': '0.829', 'rtt_stddev': '14.164', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-06-02 09:01:34,043 INFO ============================================================ 2020-06-02 09:01:34,044 INFO Flow 3: VM to VM different network floating IP (intra-node) 2020-06-02 09:01:43,115 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] PING 10.10.175.41 (10.10.175.41) 64(92) bytes of data. 72 bytes from 10.10.175.41: icmp_seq=1 ttl=63 time=0.664 ms 72 bytes from 10.10.175.41: icmp_seq=2 ttl=63 time=0.802 ms 72 bytes from 10.10.175.41: icmp_seq=3 ttl=63 time=0.576 ms 72 bytes from 10.10.175.41: icmp_seq=4 ttl=63 time=1.10 ms 72 bytes from 10.10.175.41: icmp_seq=5 ttl=63 time=0.719 ms 72 bytes from 10.10.175.41: icmp_seq=6 ttl=63 time=0.806 ms 72 bytes from 10.10.175.41: icmp_seq=7 ttl=63 time=0.644 ms 72 bytes from 10.10.175.41: icmp_seq=8 ttl=63 time=0.830 ms 72 bytes from 10.10.175.41: icmp_seq=9 ttl=63 time=0.555 ms 72 bytes from 10.10.175.41: icmp_seq=10 ttl=63 time=0.675 ms --- 10.10.175.41 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.555/0.737/1.102/0.152 ms 2020-06-02 09:01:52,163 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] PING 10.10.175.41 (10.10.175.41) 391(419) bytes of data. 399 bytes from 10.10.175.41: icmp_seq=1 ttl=63 time=1.04 ms 399 bytes from 10.10.175.41: icmp_seq=2 ttl=63 time=0.632 ms 399 bytes from 10.10.175.41: icmp_seq=3 ttl=63 time=0.760 ms 399 bytes from 10.10.175.41: icmp_seq=4 ttl=63 time=0.619 ms 399 bytes from 10.10.175.41: icmp_seq=5 ttl=63 time=0.776 ms 399 bytes from 10.10.175.41: icmp_seq=6 ttl=63 time=0.652 ms 399 bytes from 10.10.175.41: icmp_seq=7 ttl=63 time=0.855 ms 399 bytes from 10.10.175.41: icmp_seq=8 ttl=63 time=0.626 ms 399 bytes from 10.10.175.41: icmp_seq=9 ttl=63 time=0.883 ms 399 bytes from 10.10.175.41: icmp_seq=10 ttl=63 time=0.587 ms --- 10.10.175.41 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.587/0.743/1.040/0.139 ms 2020-06-02 09:02:01,215 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] PING 10.10.175.41 (10.10.175.41) 1500(1528) bytes of data. 1508 bytes from 10.10.175.41: icmp_seq=1 ttl=63 time=3.83 ms 1508 bytes from 10.10.175.41: icmp_seq=2 ttl=63 time=1.16 ms 1508 bytes from 10.10.175.41: icmp_seq=3 ttl=63 time=0.791 ms 1508 bytes from 10.10.175.41: icmp_seq=4 ttl=63 time=1.01 ms 1508 bytes from 10.10.175.41: icmp_seq=5 ttl=63 time=0.681 ms 1508 bytes from 10.10.175.41: icmp_seq=6 ttl=63 time=1.17 ms 1508 bytes from 10.10.175.41: icmp_seq=7 ttl=63 time=0.840 ms 1508 bytes from 10.10.175.41: icmp_seq=8 ttl=63 time=1.17 ms 1508 bytes from 10.10.175.41: icmp_seq=9 ttl=63 time=0.782 ms 1508 bytes from 10.10.175.41: icmp_seq=10 ttl=63 time=1.16 ms --- 10.10.175.41 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9004ms rtt min/avg/max/mdev = 0.681/1.262/3.836/0.877 ms 2020-06-02 09:02:01,216 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Measuring TCP Throughput (packet size=65536)... 2020-06-02 09:02:01,216 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:02:11,352 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=3824.3125 real_seconds=10.01 rate_Mbps=3206.1101 tx_cpu=7 rx_cpu=26 retrans=2639 cwnd=2192 rtt_ms=1.02 2020-06-02 09:02:11,353 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:02:21,485 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=3760.8239 real_seconds=10.01 rate_Mbps=3153.1249 tx_cpu=15 rx_cpu=20 retrans=3239 cwnd=2176 rtt_ms=0.91 2020-06-02 09:02:21,485 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:02:31,590 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=3038.0328 real_seconds=10.01 rate_Mbps=2547.1236 tx_cpu=5 rx_cpu=29 retrans=2268 cwnd=778 rtt_ms=0.68 2020-06-02 09:02:31,591 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Measuring UDP Throughput (packet size=128)... 2020-06-02 09:02:31,592 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:02:34,951 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=2.0720 real_seconds=1.00 rate_Mbps=17.4477 tx_cpu=3 rx_cpu=4 drop=368 pkt=17342 data_loss=2.12103 2020-06-02 09:02:34,952 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<17866/5000000<10000000 Kbps loss-rate=2 2020-06-02 09:02:34,952 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R53598K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:02:38,786 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=5.0753 real_seconds=1.50 rate_Mbps=28.3511 tx_cpu=7 rx_cpu=8 drop=350 pkt=41927 data_loss=0.83431 2020-06-02 09:02:38,787 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<29031/53598<53598 Kbps loss-rate=0 2020-06-02 09:02:38,787 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R41314K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:02:43,286 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=4.6272 real_seconds=1.64 rate_Mbps=23.6807 tx_cpu=10 rx_cpu=7 drop=64 pkt=37970 data_loss=0.16828 2020-06-02 09:02:43,286 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<24249/41314<41314 Kbps loss-rate=0 2020-06-02 09:02:43,287 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R32781K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:02:46,771 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=1.7228 real_seconds=1.12 rate_Mbps=12.8869 tx_cpu=16 rx_cpu=4 drop=0 pkt=14113 data_loss=0.00000 2020-06-02 09:02:46,772 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<13196/32781<32781 Kbps loss-rate=0 2020-06-02 09:02:46,772 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R22988K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:02:51,291 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=2.6182 real_seconds=1.65 rate_Mbps=13.3034 tx_cpu=75 rx_cpu=6 drop=0 pkt=21448 data_loss=0.00000 2020-06-02 09:02:51,291 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<13622/22988<22988 Kbps loss-rate=0 2020-06-02 09:02:51,292 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R18305K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:02:55,290 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.9309 real_seconds=1.14 rate_Mbps=6.8643 tx_cpu=100 rx_cpu=3 drop=0 pkt=7626 data_loss=0.00000 2020-06-02 09:02:55,290 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<7029/18305<18305 Kbps loss-rate=0 2020-06-02 09:02:55,291 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R12667K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:02:59,218 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.7039 real_seconds=1.20 rate_Mbps=4.9259 tx_cpu=100 rx_cpu=2 drop=0 pkt=5766 data_loss=0.00000 2020-06-02 09:02:59,218 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<5044/12667<12667 Kbps loss-rate=0 2020-06-02 09:02:59,219 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R8855K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:03,032 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.5414 real_seconds=1.21 rate_Mbps=3.7449 tx_cpu=99 rx_cpu=2 drop=0 pkt=4435 data_loss=0.00000 2020-06-02 09:03:03,032 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<3834/8855<8855 Kbps loss-rate=0 2020-06-02 09:03:03,033 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R6344K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:06,618 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.5287 real_seconds=1.23 rate_Mbps=3.6135 tx_cpu=99 rx_cpu=2 drop=0 pkt=4331 data_loss=0.00000 2020-06-02 09:03:06,618 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<3700/6344<6344 Kbps loss-rate=0 2020-06-02 09:03:06,619 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5022K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:10,772 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.5988 real_seconds=1.00 rate_Mbps=5.0228 tx_cpu=99 rx_cpu=2 drop=0 pkt=4905 data_loss=0.00000 2020-06-02 09:03:10,772 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=128 throughput=1<5143/5022<5022 Kbps loss-rate=0 2020-06-02 09:03:10,772 DEBUG undershot, min=5143 kbps=5082 max=5022 2020-06-02 09:03:10,773 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Measuring UDP Throughput (packet size=1024)... 2020-06-02 09:03:10,773 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:15,294 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=16.2393 real_seconds=1.65 rate_Mbps=82.7165 tx_cpu=55 rx_cpu=4 drop=0 pkt=16629 data_loss=0.00000 2020-06-02 09:03:15,294 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<84701/5000000<10000000 Kbps loss-rate=0 2020-06-02 09:03:15,294 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R254103K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:18,652 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=13.8125 real_seconds=0.99 rate_Mbps=116.5773 tx_cpu=77 rx_cpu=4 drop=0 pkt=14144 data_loss=0.00000 2020-06-02 09:03:18,652 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<119375/254103<254103 Kbps loss-rate=0 2020-06-02 09:03:18,652 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R186739K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:22,792 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=14.0586 real_seconds=1.00 rate_Mbps=117.9380 tx_cpu=99 rx_cpu=7 drop=0 pkt=14396 data_loss=0.00000 2020-06-02 09:03:22,793 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<120768/186739<186739 Kbps loss-rate=0 2020-06-02 09:03:22,793 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R153753K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:27,291 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=14.0762 real_seconds=1.65 rate_Mbps=71.5768 tx_cpu=99 rx_cpu=4 drop=0 pkt=14414 data_loss=0.00000 2020-06-02 09:03:27,292 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<73294/153753<153753 Kbps loss-rate=0 2020-06-02 09:03:27,292 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R113523K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:30,918 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.1865 real_seconds=1.01 rate_Mbps=1.5466 tx_cpu=100 rx_cpu=0 drop=0 pkt=191 data_loss=0.00000 2020-06-02 09:03:30,918 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<1583/113523<113523 Kbps loss-rate=0 2020-06-02 09:03:30,919 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R4749K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:35,113 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.4775 real_seconds=1.54 rate_Mbps=2.6078 tx_cpu=99 rx_cpu=0 drop=0 pkt=489 data_loss=0.00000 2020-06-02 09:03:35,114 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<2670/4749<4749 Kbps loss-rate=0 2020-06-02 09:03:35,114 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3709K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:38,801 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.2754 real_seconds=1.32 rate_Mbps=1.7483 tx_cpu=99 rx_cpu=0 drop=0 pkt=282 data_loss=0.00000 2020-06-02 09:03:38,802 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<1790/3709<3709 Kbps loss-rate=0 2020-06-02 09:03:38,802 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2749K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:43,291 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.3066 real_seconds=1.63 rate_Mbps=1.5825 tx_cpu=99 rx_cpu=0 drop=0 pkt=314 data_loss=0.00000 2020-06-02 09:03:43,291 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<1620/2749<2749 Kbps loss-rate=0 2020-06-02 09:03:43,292 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2184K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:47,034 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.1201 real_seconds=1.14 rate_Mbps=0.8815 tx_cpu=100 rx_cpu=0 drop=0 pkt=123 data_loss=0.00000 2020-06-02 09:03:47,035 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<902/2184<2184 Kbps loss-rate=0 2020-06-02 09:03:47,035 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1543K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:51,262 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.1279 real_seconds=1.38 rate_Mbps=0.7749 tx_cpu=100 rx_cpu=1 drop=0 pkt=131 data_loss=0.00000 2020-06-02 09:03:51,262 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<793/1543<1543 Kbps loss-rate=0 2020-06-02 09:03:51,262 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1168K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:55,297 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.0703 real_seconds=1.21 rate_Mbps=0.4887 tx_cpu=100 rx_cpu=0 drop=0 pkt=72 data_loss=0.00000 2020-06-02 09:03:55,298 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<500/1168<1168 Kbps loss-rate=0 2020-06-02 09:03:55,298 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R834K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:03:59,178 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.0439 real_seconds=1.14 rate_Mbps=0.3231 tx_cpu=99 rx_cpu=0 drop=0 pkt=45 data_loss=0.00000 2020-06-02 09:03:59,178 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<330/834<834 Kbps loss-rate=0 2020-06-02 09:03:59,179 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R582K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:04:03,295 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.0410 real_seconds=1.28 rate_Mbps=0.2690 tx_cpu=100 rx_cpu=0 drop=0 pkt=42 data_loss=0.00000 2020-06-02 09:04:03,295 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<275/582<582 Kbps loss-rate=0 2020-06-02 09:04:03,295 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R428K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:04:06,671 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=0.0518 real_seconds=1.01 rate_Mbps=0.4280 tx_cpu=99 rx_cpu=0 drop=0 pkt=53 data_loss=0.00000 2020-06-02 09:04:06,672 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=1024 throughput=1<438/428<428 Kbps loss-rate=0 2020-06-02 09:04:06,672 DEBUG undershot, min=438 kbps=433 max=428 2020-06-02 09:04:06,672 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Measuring UDP Throughput (packet size=8192)... 2020-06-02 09:04:06,673 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:04:10,693 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=146.9844 real_seconds=1.01 rate_Mbps=1222.0218 tx_cpu=12 rx_cpu=9 drop=686 pkt=19500 data_loss=3.51796 2020-06-02 09:04:10,693 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<1251350/5000000<10000000 Kbps loss-rate=3 2020-06-02 09:04:10,694 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3125675K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:04:14,091 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=143.4453 real_seconds=1.45 rate_Mbps=829.9020 tx_cpu=8 rx_cpu=11 drop=1412 pkt=19773 data_loss=7.14108 2020-06-02 09:04:14,091 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<849819/3125675<3125675 Kbps loss-rate=7 2020-06-02 09:04:14,092 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1987747K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:04:17,802 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=99.6094 real_seconds=0.88 rate_Mbps=951.0013 tx_cpu=35 rx_cpu=8 drop=2252 pkt=15002 data_loss=15.01129 2020-06-02 09:04:17,802 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<973825/1987747<1987747 Kbps loss-rate=15 2020-06-02 09:04:17,803 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1480786K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:04:21,697 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=137.8516 real_seconds=1.01 rate_Mbps=1149.6824 tx_cpu=10 rx_cpu=10 drop=3474 pkt=21119 data_loss=16.44963 2020-06-02 09:04:21,697 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<1177274/1480786<1480786 Kbps loss-rate=16 2020-06-02 09:04:21,697 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1329030K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:04:25,293 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=35.3516 real_seconds=1.01 rate_Mbps=293.6678 tx_cpu=3 rx_cpu=2 drop=1404 pkt=5929 data_loss=23.68011 2020-06-02 09:04:25,293 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<300715/1329030<1329030 Kbps loss-rate=23 2020-06-02 09:04:25,294 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R814872K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:04:29,585 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=42.5000 real_seconds=1.14 rate_Mbps=313.4191 tx_cpu=94 rx_cpu=2 drop=115 pkt=5555 data_loss=2.07012 2020-06-02 09:04:29,585 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<320941/814872<814872 Kbps loss-rate=2 2020-06-02 09:04:29,586 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R567906K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:04:33,074 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=1.3984 real_seconds=1.01 rate_Mbps=11.6105 tx_cpu=9 rx_cpu=0 drop=145 pkt=324 data_loss=44.75348 2020-06-02 09:04:33,075 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<11889/567906<567906 Kbps loss-rate=44 2020-06-02 09:04:33,075 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R35667K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:04:36,435 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] megabytes=4.2578 real_seconds=1.00 rate_Mbps=35.6644 tx_cpu=99 rx_cpu=0 drop=0 pkt=545 data_loss=0.00000 2020-06-02 09:04:36,435 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] pkt-size=8192 throughput=1<36520/35667<35667 Kbps loss-rate=0 2020-06-02 09:04:36,436 DEBUG undershot, min=36520 kbps=36093 max=35667 2020-06-02 09:04:36,447 INFO { 'az_from': u'nova:pod17-node4', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.17', 'ip_to': u'10.10.175.41', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2639, 'rtt_ms': 1.02, 'throughput_kbps': 3283056, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 3239, 'rtt_ms': 0.91, 'throughput_kbps': 3228799, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2268, 'rtt_ms': 0.68, 'throughput_kbps': 2608254, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 5143, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 438, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 36520, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.737', 'rtt_max_ms': '1.102', 'rtt_min_ms': '0.555', 'rtt_stddev': '0.152', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.743', 'rtt_max_ms': '1.040', 'rtt_min_ms': '0.587', 'rtt_stddev': '0.139', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.262', 'rtt_max_ms': '3.836', 'rtt_min_ms': '0.681', 'rtt_stddev': '0.877', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-06-02 09:04:36,448 INFO Deleting floating ip f3408839-19e0-4bc7-979c-c06d37f79ec4 2020-06-02 09:04:37,790 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Floating IP 10.10.175.44 deleted 2020-06-02 09:04:38,083 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b2] Instance deleted 2020-06-02 09:04:38,198 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Creating client VM... 2020-06-02 09:04:38,198 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Starting on zone nova:pod17-node5 2020-06-02 09:04:39,317 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] VM status=BUILD, retrying 1 of 150... 2020-06-02 09:04:41,626 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] VM status=BUILD, retrying 2 of 150... 2020-06-02 09:04:43,936 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] VM status=BUILD, retrying 3 of 150... 2020-06-02 09:04:46,428 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] VM status=BUILD, retrying 4 of 150... 2020-06-02 09:04:48,776 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] VM status=BUILD, retrying 5 of 150... 2020-06-02 09:04:51,097 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] VM status=BUILD, retrying 6 of 150... 2020-06-02 09:04:53,637 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] VM status=BUILD, retrying 7 of 150... 2020-06-02 09:04:58,678 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Internal network IP: 192.168.1.6 2020-06-02 09:04:58,679 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] SSH IP: 10.10.175.47 2020-06-02 09:04:58,679 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Setup SSH for ubuntu@10.10.175.47 2020-06-02 09:05:22,301 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Installing nuttcp-8.1.4... 2020-06-02 09:05:22,365 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Copying nuttcp-8.1.4 to target... 2020-06-02 09:05:22,559 INFO ============================================================ 2020-06-02 09:05:22,559 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2020-06-02 09:05:31,614 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=4.12 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.649 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.570 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.587 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.597 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.682 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.466 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.528 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.541 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.789 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.466/0.953/4.123/1.060 ms 2020-06-02 09:05:40,662 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.720 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.422 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.699 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.553 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.621 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.701 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.704 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.601 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.658 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.434 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.422/0.611/0.720/0.106 ms 2020-06-02 09:05:49,713 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=1.63 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.801 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.609 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.865 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.752 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.793 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.898 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.835 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.750 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.776 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.609/0.870/1.630/0.266 ms 2020-06-02 09:05:49,714 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Measuring TCP Throughput (packet size=65536)... 2020-06-02 09:05:49,715 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:05:59,845 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=6607.4409 real_seconds=10.00 rate_Mbps=5541.1223 tx_cpu=13 rx_cpu=35 retrans=6117 cwnd=1555 rtt_ms=0.88 2020-06-02 09:05:59,845 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:09,951 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=6844.0113 real_seconds=10.00 rate_Mbps=5739.3391 tx_cpu=13 rx_cpu=19 retrans=3398 cwnd=3137 rtt_ms=0.84 2020-06-02 09:06:09,952 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:20,087 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=6894.9002 real_seconds=10.01 rate_Mbps=5780.2991 tx_cpu=13 rx_cpu=19 retrans=2746 cwnd=1105 rtt_ms=0.80 2020-06-02 09:06:20,087 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Measuring UDP Throughput (packet size=128)... 2020-06-02 09:06:20,088 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:24,081 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=13.3252 real_seconds=1.00 rate_Mbps=111.7233 tx_cpu=10 rx_cpu=20 drop=367 pkt=109527 data_loss=0.33508 2020-06-02 09:06:24,081 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=128 throughput=1<114404/5000000<10000000 Kbps loss-rate=0 2020-06-02 09:06:24,081 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R343212K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:28,085 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=12.5603 real_seconds=1.00 rate_Mbps=105.6397 tx_cpu=10 rx_cpu=22 drop=546 pkt=103440 data_loss=0.52823 2020-06-02 09:06:28,086 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=128 throughput=1<108175/343212<343212 Kbps loss-rate=0 2020-06-02 09:06:28,086 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R225693K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:31,444 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=4.5050 real_seconds=1.02 rate_Mbps=36.9993 tx_cpu=11 rx_cpu=19 drop=65999 pkt=102904 data_loss=64.13645 2020-06-02 09:06:31,444 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=128 throughput=1<37887/225693<225693 Kbps loss-rate=64 2020-06-02 09:06:31,445 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R113661K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:34,779 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=3.5483 real_seconds=1.00 rate_Mbps=29.8937 tx_cpu=11 rx_cpu=54 drop=73873 pkt=102941 data_loss=71.76269 2020-06-02 09:06:34,779 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=128 throughput=1<30611/113661<113661 Kbps loss-rate=71 2020-06-02 09:06:34,779 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R72136K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:38,137 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=8.2852 real_seconds=0.99 rate_Mbps=69.9943 tx_cpu=36 rx_cpu=12 drop=2574 pkt=70446 data_loss=3.65374 2020-06-02 09:06:38,137 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=128 throughput=1<71674/72136<72136 Kbps loss-rate=3 2020-06-02 09:06:38,138 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Measuring UDP Throughput (packet size=1024)... 2020-06-02 09:06:38,138 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:41,495 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=61.2188 real_seconds=1.00 rate_Mbps=513.4646 tx_cpu=12 rx_cpu=20 drop=35375 pkt=98063 data_loss=36.07366 2020-06-02 09:06:41,496 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=1024 throughput=1<525787/5000000<10000000 Kbps loss-rate=36 2020-06-02 09:06:41,496 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1577361K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:44,855 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=26.1230 real_seconds=1.00 rate_Mbps=219.1682 tx_cpu=13 rx_cpu=4 drop=74895 pkt=101645 data_loss=73.68296 2020-06-02 09:06:44,856 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=1024 throughput=1<224428/1577361<1577361 Kbps loss-rate=73 2020-06-02 09:06:44,856 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R673284K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:48,214 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=71.5166 real_seconds=1.00 rate_Mbps=602.1726 tx_cpu=30 rx_cpu=11 drop=8955 pkt=82188 data_loss=10.89573 2020-06-02 09:06:48,215 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=1024 throughput=1<616624/673284<673284 Kbps loss-rate=10 2020-06-02 09:06:48,215 DEBUG overshot, min=1 kbps=616624 max=673284 2020-06-02 09:06:48,215 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R616624K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:52,088 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=73.0762 real_seconds=1.00 rate_Mbps=614.1761 tx_cpu=34 rx_cpu=11 drop=367 pkt=75197 data_loss=0.48805 2020-06-02 09:06:52,088 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=1024 throughput=1<628916/616624<673284 Kbps loss-rate=0 2020-06-02 09:06:52,088 DEBUG undershot, min=628916 kbps=651100 max=673284 2020-06-02 09:06:52,089 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R651100K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:55,951 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=76.8115 real_seconds=1.00 rate_Mbps=645.4707 tx_cpu=32 rx_cpu=11 drop=825 pkt=79480 data_loss=1.03804 2020-06-02 09:06:55,952 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=1024 throughput=628916<660961/651100<673284 Kbps loss-rate=1 2020-06-02 09:06:55,952 DEBUG undershot, min=660961 kbps=667122 max=673284 2020-06-02 09:06:55,952 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Measuring UDP Throughput (packet size=8192)... 2020-06-02 09:06:55,953 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:06:59,314 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=110.0312 real_seconds=1.00 rate_Mbps=919.7641 tx_cpu=6 rx_cpu=23 drop=14997 pkt=29081 data_loss=51.56977 2020-06-02 09:06:59,315 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=8192 throughput=1<941838/5000000<10000000 Kbps loss-rate=51 2020-06-02 09:06:59,315 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2825514K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:07:02,675 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=90.3906 real_seconds=1.00 rate_Mbps=760.1351 tx_cpu=7 rx_cpu=5 drop=18322 pkt=29892 data_loss=61.29399 2020-06-02 09:07:02,675 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=8192 throughput=1<778378/2825514<2825514 Kbps loss-rate=61 2020-06-02 09:07:02,676 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1801946K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:07:06,007 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] megabytes=207.2344 real_seconds=1.00 rate_Mbps=1742.1361 tx_cpu=15 rx_cpu=13 drop=835 pkt=27361 data_loss=3.05177 2020-06-02 09:07:06,007 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] pkt-size=8192 throughput=1<1783947/1801946<1801946 Kbps loss-rate=3 2020-06-02 09:07:06,018 INFO { 'az_from': u'nova:pod17-node5', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.6', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 6117, 'rtt_ms': 0.88, 'throughput_kbps': 5674109, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 3398, 'rtt_ms': 0.84, 'throughput_kbps': 5877083, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2746, 'rtt_ms': 0.8, 'throughput_kbps': 5919026, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.65, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 71674, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.04, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 660961, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.05, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1783947, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.953', 'rtt_max_ms': '4.123', 'rtt_min_ms': '0.466', 'rtt_stddev': '1.060', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.611', 'rtt_max_ms': '0.720', 'rtt_min_ms': '0.422', 'rtt_stddev': '0.106', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.870', 'rtt_max_ms': '1.630', 'rtt_min_ms': '0.609', 'rtt_stddev': '0.266', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-06-02 09:07:06,019 INFO Deleting floating ip f58ddee2-cfe0-4ae8-87db-91df8f90e0a7 2020-06-02 09:07:07,252 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Floating IP 10.10.175.47 deleted 2020-06-02 09:07:07,571 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b3] Instance deleted 2020-06-02 09:07:07,636 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Creating client VM... 2020-06-02 09:07:07,637 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Starting on zone nova:pod17-node5 2020-06-02 09:07:08,622 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] VM status=BUILD, retrying 1 of 150... 2020-06-02 09:07:10,847 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] VM status=BUILD, retrying 2 of 150... 2020-06-02 09:07:13,313 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] VM status=BUILD, retrying 3 of 150... 2020-06-02 09:07:15,634 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] VM status=BUILD, retrying 4 of 150... 2020-06-02 09:07:17,966 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] VM status=BUILD, retrying 5 of 150... 2020-06-02 09:07:20,281 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] VM status=BUILD, retrying 6 of 150... 2020-06-02 09:07:25,027 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Internal network IP: 192.168.2.14 2020-06-02 09:07:25,027 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] SSH IP: 10.10.175.59 2020-06-02 09:07:25,028 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Setup SSH for ubuntu@10.10.175.59 2020-06-02 09:07:47,055 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Installing nuttcp-8.1.4... 2020-06-02 09:07:47,101 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Copying nuttcp-8.1.4 to target... 2020-06-02 09:07:47,217 INFO ============================================================ 2020-06-02 09:07:47,217 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2020-06-02 09:07:56,264 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=63 time=2.80 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=63 time=0.735 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=63 time=0.931 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=63 time=0.746 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=63 time=0.989 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=63 time=0.745 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=63 time=1.09 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=63 time=0.882 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=63 time=0.951 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=63 time=0.765 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.735/1.064/2.808/0.593 ms 2020-06-02 09:08:05,314 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=63 time=0.628 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=63 time=1.01 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=63 time=0.732 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=63 time=1.01 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=63 time=0.745 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=63 time=0.958 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=63 time=0.864 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=63 time=1.11 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=63 time=0.888 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=63 time=1.16 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9006ms rtt min/avg/max/mdev = 0.628/0.913/1.168/0.168 ms 2020-06-02 09:08:14,372 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=63 time=3.38 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=63 time=0.947 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=63 time=1.18 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=63 time=1.02 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=63 time=1.13 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=63 time=0.870 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=63 time=1.22 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=63 time=1.09 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=63 time=1.04 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=63 time=1.06 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9013ms rtt min/avg/max/mdev = 0.870/1.296/3.383/0.703 ms 2020-06-02 09:08:14,373 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Measuring TCP Throughput (packet size=65536)... 2020-06-02 09:08:14,374 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:08:24,669 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=2678.4086 real_seconds=10.17 rate_Mbps=2209.9835 tx_cpu=4 rx_cpu=41 retrans=983 cwnd=20 rtt_ms=0.91 2020-06-02 09:08:24,669 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:08:34,834 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=4880.3426 real_seconds=10.03 rate_Mbps=4079.7001 tx_cpu=7 rx_cpu=43 retrans=1344 cwnd=894 rtt_ms=1.10 2020-06-02 09:08:34,834 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:08:44,937 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=5683.3836 real_seconds=10.00 rate_Mbps=4768.4332 tx_cpu=8 rx_cpu=41 retrans=3278 cwnd=780 rtt_ms=1.06 2020-06-02 09:08:44,937 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Measuring UDP Throughput (packet size=128)... 2020-06-02 09:08:44,938 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:08:48,295 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=5.4866 real_seconds=1.00 rate_Mbps=46.0480 tx_cpu=18 rx_cpu=6 drop=88963 pkt=133910 data_loss=66.43542 2020-06-02 09:08:48,295 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=128 throughput=1<47153/5000000<10000000 Kbps loss-rate=66 2020-06-02 09:08:48,296 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R141459K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:08:51,686 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=2.4382 real_seconds=1.01 rate_Mbps=20.2438 tx_cpu=42 rx_cpu=6 drop=1011 pkt=20985 data_loss=4.81730 2020-06-02 09:08:51,686 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=128 throughput=1<20729/141459<141459 Kbps loss-rate=4 2020-06-02 09:08:51,687 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R62187K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:08:55,017 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=4.3970 real_seconds=1.00 rate_Mbps=36.9105 tx_cpu=99 rx_cpu=22 drop=24710 pkt=60730 data_loss=40.68768 2020-06-02 09:08:55,018 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=128 throughput=1<37796/62187<62187 Kbps loss-rate=40 2020-06-02 09:08:55,018 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R49991K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:08:58,376 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=2.0820 real_seconds=1.00 rate_Mbps=17.4780 tx_cpu=99 rx_cpu=7 drop=31764 pkt=48819 data_loss=65.06360 2020-06-02 09:08:58,376 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=128 throughput=1<17897/49991<49991 Kbps loss-rate=65 2020-06-02 09:08:58,376 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R33944K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:01,706 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=4.0465 real_seconds=1.00 rate_Mbps=34.0244 tx_cpu=99 rx_cpu=10 drop=0 pkt=33149 data_loss=0.00000 2020-06-02 09:09:01,706 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=128 throughput=1<34840/33944<33944 Kbps loss-rate=0 2020-06-02 09:09:01,707 DEBUG undershot, min=34840 kbps=34392 max=33944 2020-06-02 09:09:01,707 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Measuring UDP Throughput (packet size=1024)... 2020-06-02 09:09:01,708 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:05,173 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=77.6279 real_seconds=1.01 rate_Mbps=647.2916 tx_cpu=36 rx_cpu=17 drop=43683 pkt=123174 data_loss=35.46448 2020-06-02 09:09:05,174 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=1024 throughput=1<662826/5000000<10000000 Kbps loss-rate=35 2020-06-02 09:09:05,174 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1988478K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:08,509 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=28.8633 real_seconds=1.01 rate_Mbps=240.8120 tx_cpu=36 rx_cpu=4 drop=97533 pkt=127089 data_loss=76.74385 2020-06-02 09:09:08,510 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=1024 throughput=1<246591/1988478<1988478 Kbps loss-rate=76 2020-06-02 09:09:08,510 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R739773K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:11,867 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=74.6299 real_seconds=1.00 rate_Mbps=626.4179 tx_cpu=84 rx_cpu=9 drop=13883 pkt=90304 data_loss=15.37361 2020-06-02 09:09:11,868 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=1024 throughput=1<641451/739773<739773 Kbps loss-rate=15 2020-06-02 09:09:11,868 DEBUG overshot, min=1 kbps=641451 max=739773 2020-06-02 09:09:11,868 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R641451K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:15,685 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=72.8291 real_seconds=1.00 rate_Mbps=611.5782 tx_cpu=96 rx_cpu=12 drop=3725 pkt=78302 data_loss=4.75723 2020-06-02 09:09:15,685 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=1024 throughput=1<626256/641451<739773 Kbps loss-rate=4 2020-06-02 09:09:15,686 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Measuring UDP Throughput (packet size=8192)... 2020-06-02 09:09:15,686 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:19,622 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=143.1875 real_seconds=1.01 rate_Mbps=1190.2353 tx_cpu=25 rx_cpu=13 drop=14796 pkt=33124 data_loss=44.66851 2020-06-02 09:09:19,623 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<1218800/5000000<10000000 Kbps loss-rate=44 2020-06-02 09:09:19,623 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3109400K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:22,960 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=81.8203 real_seconds=1.01 rate_Mbps=679.3275 tx_cpu=25 rx_cpu=19 drop=22177 pkt=32650 data_loss=67.92343 2020-06-02 09:09:22,960 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<695631/3109400<3109400 Kbps loss-rate=67 2020-06-02 09:09:22,961 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1902515K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:26,293 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=68.4766 real_seconds=1.00 rate_Mbps=574.7184 tx_cpu=74 rx_cpu=5 drop=20265 pkt=29030 data_loss=69.80708 2020-06-02 09:09:26,294 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<588511/1902515<1902515 Kbps loss-rate=69 2020-06-02 09:09:26,294 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1245513K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:29,685 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=140.8281 real_seconds=1.00 rate_Mbps=1182.1109 tx_cpu=99 rx_cpu=10 drop=979 pkt=19005 data_loss=5.15132 2020-06-02 09:09:29,686 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<1210481/1245513<1245513 Kbps loss-rate=5 2020-06-02 09:09:29,686 DEBUG overshot, min=1 kbps=1210481 max=1245513 2020-06-02 09:09:29,686 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1210481K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:33,520 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=40.4453 real_seconds=1.00 rate_Mbps=340.3967 tx_cpu=99 rx_cpu=7 drop=13294 pkt=18471 data_loss=71.97229 2020-06-02 09:09:33,521 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<348566/1210481<1245513 Kbps loss-rate=71 2020-06-02 09:09:33,521 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R779523K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:36,881 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=36.1953 real_seconds=0.84 rate_Mbps=359.6401 tx_cpu=99 rx_cpu=13 drop=7262 pkt=11895 data_loss=61.05088 2020-06-02 09:09:36,881 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<368271/779523<779523 Kbps loss-rate=61 2020-06-02 09:09:36,882 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R573897K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:40,215 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=38.5938 real_seconds=1.00 rate_Mbps=323.8304 tx_cpu=99 rx_cpu=18 drop=3817 pkt=8757 data_loss=43.58794 2020-06-02 09:09:40,216 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<331602/573897<573897 Kbps loss-rate=43 2020-06-02 09:09:40,216 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R452749K -p5001 -P5002 -fparse 192.168.1.4 2020-06-02 09:09:43,572 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=53.8516 real_seconds=1.00 rate_Mbps=451.9806 tx_cpu=99 rx_cpu=1 drop=16 pkt=6909 data_loss=0.23158 2020-06-02 09:09:43,572 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<462828/452749<452749 Kbps loss-rate=0 2020-06-02 09:09:43,573 DEBUG undershot, min=462828 kbps=457788 max=452749 2020-06-02 09:09:43,584 INFO { 'az_from': u'nova:pod17-node5', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.14', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 983, 'rtt_ms': 0.91, 'throughput_kbps': 2263023, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1344, 'rtt_ms': 1.1, 'throughput_kbps': 4177612, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 3278, 'rtt_ms': 1.06, 'throughput_kbps': 4882875, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 34840, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.76, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 626256, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.23, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 462828, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '1.064', 'rtt_max_ms': '2.808', 'rtt_min_ms': '0.735', 'rtt_stddev': '0.593', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.913', 'rtt_max_ms': '1.168', 'rtt_min_ms': '0.628', 'rtt_stddev': '0.168', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.296', 'rtt_max_ms': '3.383', 'rtt_min_ms': '0.870', 'rtt_stddev': '0.703', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-06-02 09:09:43,585 INFO ============================================================ 2020-06-02 09:09:43,585 INFO Flow 6: VM to VM different network floating IP (inter-node) 2020-06-02 09:09:52,632 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] PING 10.10.175.41 (10.10.175.41) 64(92) bytes of data. 72 bytes from 10.10.175.41: icmp_seq=1 ttl=63 time=1.23 ms 72 bytes from 10.10.175.41: icmp_seq=2 ttl=63 time=1.02 ms 72 bytes from 10.10.175.41: icmp_seq=3 ttl=63 time=0.887 ms 72 bytes from 10.10.175.41: icmp_seq=4 ttl=63 time=1.05 ms 72 bytes from 10.10.175.41: icmp_seq=5 ttl=63 time=1.00 ms 72 bytes from 10.10.175.41: icmp_seq=6 ttl=63 time=0.885 ms 72 bytes from 10.10.175.41: icmp_seq=7 ttl=63 time=0.929 ms 72 bytes from 10.10.175.41: icmp_seq=8 ttl=63 time=0.832 ms 72 bytes from 10.10.175.41: icmp_seq=9 ttl=63 time=0.864 ms 72 bytes from 10.10.175.41: icmp_seq=10 ttl=63 time=0.875 ms --- 10.10.175.41 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9009ms rtt min/avg/max/mdev = 0.832/0.958/1.231/0.120 ms 2020-06-02 09:10:01,686 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] PING 10.10.175.41 (10.10.175.41) 391(419) bytes of data. 399 bytes from 10.10.175.41: icmp_seq=1 ttl=63 time=0.842 ms 399 bytes from 10.10.175.41: icmp_seq=2 ttl=63 time=1.06 ms 399 bytes from 10.10.175.41: icmp_seq=3 ttl=63 time=0.919 ms 399 bytes from 10.10.175.41: icmp_seq=4 ttl=63 time=0.826 ms 399 bytes from 10.10.175.41: icmp_seq=5 ttl=63 time=1.10 ms 399 bytes from 10.10.175.41: icmp_seq=6 ttl=63 time=0.891 ms 399 bytes from 10.10.175.41: icmp_seq=7 ttl=63 time=0.782 ms 399 bytes from 10.10.175.41: icmp_seq=8 ttl=63 time=0.929 ms 399 bytes from 10.10.175.41: icmp_seq=9 ttl=63 time=1.06 ms 399 bytes from 10.10.175.41: icmp_seq=10 ttl=63 time=0.936 ms --- 10.10.175.41 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9009ms rtt min/avg/max/mdev = 0.782/0.934/1.102/0.109 ms 2020-06-02 09:10:10,744 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] PING 10.10.175.41 (10.10.175.41) 1500(1528) bytes of data. 1508 bytes from 10.10.175.41: icmp_seq=1 ttl=63 time=4.37 ms 1508 bytes from 10.10.175.41: icmp_seq=2 ttl=63 time=1.13 ms 1508 bytes from 10.10.175.41: icmp_seq=3 ttl=63 time=1.16 ms 1508 bytes from 10.10.175.41: icmp_seq=4 ttl=63 time=1.12 ms 1508 bytes from 10.10.175.41: icmp_seq=5 ttl=63 time=0.938 ms 1508 bytes from 10.10.175.41: icmp_seq=6 ttl=63 time=1.33 ms 1508 bytes from 10.10.175.41: icmp_seq=7 ttl=63 time=1.12 ms 1508 bytes from 10.10.175.41: icmp_seq=8 ttl=63 time=1.11 ms 1508 bytes from 10.10.175.41: icmp_seq=9 ttl=63 time=1.03 ms 1508 bytes from 10.10.175.41: icmp_seq=10 ttl=63 time=1.20 ms --- 10.10.175.41 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9011ms rtt min/avg/max/mdev = 0.938/1.455/4.375/0.979 ms 2020-06-02 09:10:10,745 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Measuring TCP Throughput (packet size=65536)... 2020-06-02 09:10:10,745 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:10:20,872 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=5920.4600 real_seconds=10.00 rate_Mbps=4967.3280 tx_cpu=8 rx_cpu=68 retrans=1860 cwnd=1081 rtt_ms=1.18 2020-06-02 09:10:20,873 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:10:30,976 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=6087.8339 real_seconds=10.00 rate_Mbps=5107.2615 tx_cpu=8 rx_cpu=41 retrans=1914 cwnd=972 rtt_ms=1.01 2020-06-02 09:10:30,976 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:10:41,076 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=4783.9825 real_seconds=10.00 rate_Mbps=4013.9427 tx_cpu=7 rx_cpu=54 retrans=1265 cwnd=768 rtt_ms=0.98 2020-06-02 09:10:41,077 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Measuring UDP Throughput (packet size=128)... 2020-06-02 09:10:41,077 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:10:44,412 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=3.5205 real_seconds=1.00 rate_Mbps=29.5217 tx_cpu=16 rx_cpu=51 drop=106410 pkt=135250 data_loss=78.67656 2020-06-02 09:10:44,412 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=128 throughput=1<30230/5000000<10000000 Kbps loss-rate=78 2020-06-02 09:10:44,413 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R90690K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:10:47,748 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=10.4965 real_seconds=1.00 rate_Mbps=88.1693 tx_cpu=84 rx_cpu=21 drop=2578 pkt=88565 data_loss=2.91087 2020-06-02 09:10:47,748 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=128 throughput=1<90285/90690<90690 Kbps loss-rate=2 2020-06-02 09:10:47,748 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Measuring UDP Throughput (packet size=1024)... 2020-06-02 09:10:47,749 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:10:51,077 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=63.8438 real_seconds=1.00 rate_Mbps=535.6148 tx_cpu=36 rx_cpu=21 drop=55478 pkt=120854 data_loss=45.90494 2020-06-02 09:10:51,078 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=1024 throughput=1<548469/5000000<10000000 Kbps loss-rate=45 2020-06-02 09:10:51,078 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1645407K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:10:54,646 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=20.2725 real_seconds=1.21 rate_Mbps=140.4106 tx_cpu=26 rx_cpu=2 drop=10537 pkt=31296 data_loss=33.66871 2020-06-02 09:10:54,646 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=1024 throughput=1<143780/1645407<1645407 Kbps loss-rate=33 2020-06-02 09:10:54,647 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R431340K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:10:58,003 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=37.4580 real_seconds=1.00 rate_Mbps=314.4803 tx_cpu=99 rx_cpu=6 drop=14297 pkt=52654 data_loss=27.15272 2020-06-02 09:10:58,003 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=1024 throughput=1<322027/431340<431340 Kbps loss-rate=27 2020-06-02 09:10:58,004 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R376683K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:01,361 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=41.9277 real_seconds=1.00 rate_Mbps=351.9723 tx_cpu=99 rx_cpu=5 drop=3048 pkt=45982 data_loss=6.62876 2020-06-02 09:11:01,361 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=1024 throughput=1<360419/376683<376683 Kbps loss-rate=6 2020-06-02 09:11:01,361 DEBUG overshot, min=1 kbps=360419 max=376683 2020-06-02 09:11:01,362 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R360419K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:04,718 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=13.2510 real_seconds=1.00 rate_Mbps=111.2836 tx_cpu=99 rx_cpu=2 drop=30428 pkt=43997 data_loss=69.15919 2020-06-02 09:11:04,719 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=1024 throughput=1<113954/360419<376683 Kbps loss-rate=69 2020-06-02 09:11:04,719 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R237186K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:08,051 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=19.3047 real_seconds=1.00 rate_Mbps=162.0412 tx_cpu=99 rx_cpu=4 drop=9186 pkt=28954 data_loss=31.72616 2020-06-02 09:11:08,052 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=1024 throughput=1<165930/237186<237186 Kbps loss-rate=31 2020-06-02 09:11:08,052 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R201558K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:11,711 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=24.0283 real_seconds=1.00 rate_Mbps=201.7793 tx_cpu=99 rx_cpu=6 drop=0 pkt=24605 data_loss=0.00000 2020-06-02 09:11:11,711 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=1024 throughput=1<206622/201558<201558 Kbps loss-rate=0 2020-06-02 09:11:11,711 DEBUG undershot, min=206622 kbps=204090 max=201558 2020-06-02 09:11:11,712 INFO [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Measuring UDP Throughput (packet size=8192)... 2020-06-02 09:11:11,712 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:15,572 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=142.9844 real_seconds=1.01 rate_Mbps=1187.3221 tx_cpu=25 rx_cpu=10 drop=13610 pkt=31912 data_loss=42.64852 2020-06-02 09:11:15,572 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<1215817/5000000<10000000 Kbps loss-rate=42 2020-06-02 09:11:15,573 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3107908K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:18,910 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=77.4141 real_seconds=0.48 rate_Mbps=1351.1692 tx_cpu=24 rx_cpu=10 drop=23670 pkt=33579 data_loss=70.49047 2020-06-02 09:11:18,911 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<1383597/3107908<3107908 Kbps loss-rate=70 2020-06-02 09:11:18,911 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2245752K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:22,248 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=67.1484 real_seconds=1.00 rate_Mbps=560.6714 tx_cpu=24 rx_cpu=4 drop=24998 pkt=33593 data_loss=74.41433 2020-06-02 09:11:22,248 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<574127/2245752<2245752 Kbps loss-rate=74 2020-06-02 09:11:22,249 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1409939K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:25,682 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=149.8828 real_seconds=1.00 rate_Mbps=1257.6716 tx_cpu=99 rx_cpu=12 drop=2329 pkt=21514 data_loss=10.82550 2020-06-02 09:11:25,682 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<1287855/1409939<1409939 Kbps loss-rate=10 2020-06-02 09:11:25,682 DEBUG overshot, min=1 kbps=1287855 max=1409939 2020-06-02 09:11:25,683 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1287855K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:29,567 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=145.6328 real_seconds=1.00 rate_Mbps=1221.7898 tx_cpu=99 rx_cpu=10 drop=1010 pkt=19651 data_loss=5.13967 2020-06-02 09:11:29,567 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<1251112/1287855<1409939 Kbps loss-rate=5 2020-06-02 09:11:29,568 DEBUG overshot, min=1 kbps=1251112 max=1287855 2020-06-02 09:11:29,568 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1251112K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:32,924 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=74.2734 real_seconds=0.50 rate_Mbps=1251.7972 tx_cpu=99 rx_cpu=8 drop=9584 pkt=19091 data_loss=50.20168 2020-06-02 09:11:32,924 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<1281840/1251112<1287855 Kbps loss-rate=50 2020-06-02 09:11:32,924 DEBUG overshot, min=1 kbps=625556 max=1251112 2020-06-02 09:11:32,925 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R625556K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:36,318 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=36.4766 real_seconds=1.00 rate_Mbps=306.0733 tx_cpu=99 rx_cpu=13 drop=4877 pkt=9546 data_loss=51.08939 2020-06-02 09:11:36,319 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<313419/625556<1251112 Kbps loss-rate=51 2020-06-02 09:11:36,319 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R469487K -p5001 -P5002 -fparse 10.10.175.41 2020-06-02 09:11:39,675 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] megabytes=55.9688 real_seconds=1.00 rate_Mbps=469.7686 tx_cpu=99 rx_cpu=3 drop=0 pkt=7164 data_loss=0.00000 2020-06-02 09:11:39,675 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] pkt-size=8192 throughput=1<481043/469487<469487 Kbps loss-rate=0 2020-06-02 09:11:39,675 DEBUG undershot, min=481043 kbps=475265 max=469487 2020-06-02 09:11:39,687 INFO { 'az_from': u'nova:pod17-node5', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.14', 'ip_to': u'10.10.175.41', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1860, 'rtt_ms': 1.18, 'throughput_kbps': 5086543, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1914, 'rtt_ms': 1.01, 'throughput_kbps': 5229835, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1265, 'rtt_ms': 0.98, 'throughput_kbps': 4110277, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.91, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 90285, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 206622, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 481043, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.958', 'rtt_max_ms': '1.231', 'rtt_min_ms': '0.832', 'rtt_stddev': '0.120', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.934', 'rtt_max_ms': '1.102', 'rtt_min_ms': '0.782', 'rtt_stddev': '0.109', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.455', 'rtt_max_ms': '4.375', 'rtt_min_ms': '0.938', 'rtt_stddev': '0.979', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-06-02 09:11:39,688 INFO Deleting floating ip ab814e03-32f6-46c9-8327-b4ad1d40cea5 2020-06-02 09:11:40,996 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Floating IP 10.10.175.59 deleted 2020-06-02 09:11:41,295 DEBUG [TestClient_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b4] Instance deleted 2020-06-02 09:11:41,409 INFO Cleaning up... 2020-06-02 09:11:41,409 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Terminating nuttcp-8.1.4 2020-06-02 09:11:41,426 INFO Deleting floating ip 235ebbae-a0fa-4514-8b64-a4ac530630f5 2020-06-02 09:11:42,451 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Floating IP 10.10.175.41 deleted 2020-06-02 09:11:42,808 DEBUG [TestServer_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b1] Instance deleted 2020-06-02 09:11:49,078 INFO Network pns-internal-net_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b deleted. 2020-06-02 09:11:51,747 INFO Network pns-internal-net2_22026aaf-fbc0-4785-8ad1-c8b5ba36e80b deleted. 2020-06-02 09:11:51,842 INFO Removed public key pns_public_key 2020-06-02 09:11:51,842 INFO Deleting security group 2020-06-02 09:11:52,066 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': '4897108', 'rtt_ms': '0.24'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 15223, 'loss_rate': 0.0}, 1024: {'tp_kbps': 93387, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 464266, 'loss_rate': 0.0}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.337/0.287/0.399/0.042', | | | | | '64-byte': '0.425/0.283/1.068/0.232', '1500-byte': '0.517/0.260/1.266/0.276'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '5823406', 'rtt_ms': '0.84'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 71674, 'loss_rate': 3.65}, 1024: {'tp_kbps': 660961, | | | | | 'loss_rate': 1.04}, 8192: {'tp_kbps': 1783947, 'loss_rate': 3.05}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.611/0.422/0.720/0.106', | | | | | '64-byte': '0.953/0.466/4.123/1.060', '1500-byte': '0.870/0.609/1.630/0.266'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '3287386', 'rtt_ms': '0.966667'} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 815, 'loss_rate': 0.0}, 1024: {'tp_kbps': 26691, 'loss_rate': | | | | | 0.0}, 8192: {'tp_kbps': 111926, 'loss_rate': 0.0}} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.779/0.523/0.932/0.104', | | | | | '64-byte': '0.946/0.574/2.539/0.546', '1500-byte': '5.702/0.829/48.196/14.164'}} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '3774503', 'rtt_ms': '1.02333'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 34840, 'loss_rate': 0.0}, 1024: {'tp_kbps': 626256, | | | | | 'loss_rate': 4.76}, 8192: {'tp_kbps': 462828, 'loss_rate': 0.23}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.913/0.628/1.168/0.168', | | | | | '64-byte': '1.064/0.735/2.808/0.593', '1500-byte': '1.296/0.870/3.383/0.703'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '3040036', 'rtt_ms': '0.87'} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 5143, 'loss_rate': 0.0}, 1024: {'tp_kbps': 438, 'loss_rate': | | | | | 0.0}, 8192: {'tp_kbps': 36520, 'loss_rate': 0.0}} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.743/0.587/1.040/0.139', | | | | | '64-byte': '0.737/0.555/1.102/0.152', '1500-byte': '1.262/0.681/3.836/0.877'}} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '4808885', 'rtt_ms': '1.05667'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 90285, 'loss_rate': 2.91}, 1024: {'tp_kbps': 206622, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 481043, 'loss_rate': 0.0}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.934/0.782/1.102/0.109', | | | | | '64-byte': '0.958/0.832/1.231/0.120', '1500-byte': '1.455/0.938/4.375/0.979'}} | | 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 | {} | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ 2020-06-02 09:11:52,070 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2020-06-02 09:11:52,400 - 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... 2020-06-02 09:11:52,402 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 19:09 | PASS | +-------------------+------------------+------------------+----------------+ 2020-06-02 09:11:59,790 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.log ('text/plain', None)