2020-07-19 17:15:15,183 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+-------------------------------------------------------------------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+-------------------------------------------------------------------------------------------------------------------+ | TEST_DB_EXT_URL | | | S3_DST_URL | s3://artifacts.opnfv.org/functest/04XZCM3OLB56/functest-opnfv-functest-benchmarking-hunter-vmtp-run-512 | | S3_ENDPOINT_URL | https://storage.googleapis.com | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | BUILD_TAG | 04XZCM3OLB56 | | DEBUG | true | | INSTALLER_TYPE | unknown | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | HTTP_DST_URL | http://artifacts.opnfv.org/functest/04XZCM3OLB56/functest-opnfv-functest-benchmarking-hunter-vmtp-run-512 | | NODE_NAME | lf-virtual6 | +-------------------------+-------------------------------------------------------------------------------------------------------------------+ 2020-07-19 17:15:15,187 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_AUTH_URL=http://172.30.13.91/identity/v3 export OS_PROJECT_NAME="demo" export OS_USER_DOMAIN_NAME="Default" export OS_PROJECT_DOMAIN_NAME="Default" export OS_USERNAME="admin" export OS_PASSWORD="secret" export OS_REGION_NAME="RegionOne" export OS_INTERFACE=public export OS_IDENTITY_API_VERSION=3 export EXTERNAL_NETWORK=public 2020-07-19 17:15:15,187 - xtesting.ci.run_tests - DEBUG - Test args: vmtp 2020-07-19 17:15:15,198 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2020-07-19 17:15:16,004 - functest.core.tenantnetwork - DEBUG - password: zLGb # 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-07-19 17:15:32,048 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - cmd: ['vmtp', '-d', '--json', '/home/opnfv/functest/results/vmtp/vmtp.json', '-c', '/home/opnfv/functest/results/vmtp/vmtp.conf'] 2020-07-19 17:31:55,651 - 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-07-19 17:15:32,966 INFO Using http://172.30.13.91/identity/v3 2020-07-19 17:15:32,966 INFO VM public key: /tmp/tmpq1uhac 2020-07-19 17:15:32,966 INFO VM private key: /tmp/tmpwuMTsI 2020-07-19 17:15:33,424 INFO Found image vmtp-img_ad15336e-fb1c-4a31-8986-765ed05aa6d1 to launch VM, will continue 2020-07-19 17:15:34,060 INFO Using external router: vmtp-router_ad15336e-fb1c-4a31-8986-765ed05aa6d1 2020-07-19 17:15:34,061 INFO Using external network: public. 2020-07-19 17:15:36,209 INFO Created internal network: pns-internal-net_ad15336e-fb1c-4a31-8986-765ed05aa6d1. 2020-07-19 17:15:37,264 INFO Created internal network: pns-internal-net2_ad15336e-fb1c-4a31-8986-765ed05aa6d1. 2020-07-19 17:15:41,399 DEBUG Ext router associated to pns-internal-net_ad15336e-fb1c-4a31-8986-765ed05aa6d1 2020-07-19 17:15:44,295 DEBUG Ext router associated to pns-internal-net2_ad15336e-fb1c-4a31-8986-765ed05aa6d1 2020-07-19 17:15:44,368 INFO OpenStack agent: Open vSwitch agent 2020-07-19 17:15:44,368 INFO OpenStack network type: vxlan 2020-07-19 17:15:45,974 INFO [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Creating server VM... 2020-07-19 17:15:45,974 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Starting on zone nova:lf-virtual6 2020-07-19 17:15:47,509 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 1 of 150... 2020-07-19 17:15:49,759 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 2 of 150... 2020-07-19 17:15:51,997 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 3 of 150... 2020-07-19 17:15:54,433 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 4 of 150... 2020-07-19 17:15:56,750 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 5 of 150... 2020-07-19 17:15:59,001 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 6 of 150... 2020-07-19 17:16:01,235 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 7 of 150... 2020-07-19 17:16:03,485 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 8 of 150... 2020-07-19 17:16:05,714 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 9 of 150... 2020-07-19 17:16:08,575 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 10 of 150... 2020-07-19 17:16:14,793 INFO [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Internal network IP: 192.168.1.180 2020-07-19 17:16:14,793 INFO [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] SSH IP: 172.24.4.81 2020-07-19 17:16:14,793 INFO [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Setup SSH for ubuntu@172.24.4.81 2020-07-19 17:16:37,099 INFO [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Installing nuttcp-8.1.4... 2020-07-19 17:16:37,153 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Copying nuttcp-8.1.4 to target... 2020-07-19 17:16:37,411 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Starting nuttcp-8.1.4 server... 2020-07-19 17:16:37,460 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] 2020-07-19 17:16:37,512 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Creating client VM... 2020-07-19 17:16:37,512 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Starting on zone nova:lf-virtual6 2020-07-19 17:16:39,426 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 1 of 150... 2020-07-19 17:16:41,633 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 2 of 150... 2020-07-19 17:16:43,791 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 3 of 150... 2020-07-19 17:16:46,257 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 4 of 150... 2020-07-19 17:16:48,552 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 5 of 150... 2020-07-19 17:16:51,442 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] VM status=BUILD, retrying 6 of 150... 2020-07-19 17:16:57,468 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Internal network IP: 192.168.1.98 2020-07-19 17:16:57,469 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] SSH IP: 172.24.4.42 2020-07-19 17:16:57,469 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Setup SSH for ubuntu@172.24.4.42 2020-07-19 17:17:33,264 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Installing nuttcp-8.1.4... 2020-07-19 17:17:33,321 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Copying nuttcp-8.1.4 to target... 2020-07-19 17:17:33,470 INFO ============================================================ 2020-07-19 17:17:33,470 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2020-07-19 17:17:42,514 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] PING 192.168.1.180 (192.168.1.180) 64(92) bytes of data. 72 bytes from 192.168.1.180: icmp_seq=1 ttl=64 time=1.80 ms 72 bytes from 192.168.1.180: icmp_seq=2 ttl=64 time=0.519 ms 72 bytes from 192.168.1.180: icmp_seq=3 ttl=64 time=0.453 ms 72 bytes from 192.168.1.180: icmp_seq=4 ttl=64 time=0.459 ms 72 bytes from 192.168.1.180: icmp_seq=5 ttl=64 time=0.517 ms 72 bytes from 192.168.1.180: icmp_seq=6 ttl=64 time=0.320 ms 72 bytes from 192.168.1.180: icmp_seq=7 ttl=64 time=0.337 ms 72 bytes from 192.168.1.180: icmp_seq=8 ttl=64 time=0.306 ms 72 bytes from 192.168.1.180: icmp_seq=9 ttl=64 time=0.324 ms 72 bytes from 192.168.1.180: icmp_seq=10 ttl=64 time=0.243 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.243/0.528/1.804/0.435 ms 2020-07-19 17:17:51,558 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] PING 192.168.1.180 (192.168.1.180) 391(419) bytes of data. 399 bytes from 192.168.1.180: icmp_seq=1 ttl=64 time=0.277 ms 399 bytes from 192.168.1.180: icmp_seq=2 ttl=64 time=0.364 ms 399 bytes from 192.168.1.180: icmp_seq=3 ttl=64 time=0.310 ms 399 bytes from 192.168.1.180: icmp_seq=4 ttl=64 time=0.393 ms 399 bytes from 192.168.1.180: icmp_seq=5 ttl=64 time=0.358 ms 399 bytes from 192.168.1.180: icmp_seq=6 ttl=64 time=0.274 ms 399 bytes from 192.168.1.180: icmp_seq=7 ttl=64 time=0.280 ms 399 bytes from 192.168.1.180: icmp_seq=8 ttl=64 time=0.282 ms 399 bytes from 192.168.1.180: icmp_seq=9 ttl=64 time=0.325 ms 399 bytes from 192.168.1.180: icmp_seq=10 ttl=64 time=0.245 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.245/0.310/0.393/0.050 ms 2020-07-19 17:18:00,622 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] PING 192.168.1.180 (192.168.1.180) 1500(1528) bytes of data. 1508 bytes from 192.168.1.180: icmp_seq=1 ttl=64 time=0.795 ms 1508 bytes from 192.168.1.180: icmp_seq=2 ttl=64 time=0.309 ms 1508 bytes from 192.168.1.180: icmp_seq=3 ttl=64 time=0.449 ms 1508 bytes from 192.168.1.180: icmp_seq=4 ttl=64 time=0.382 ms 1508 bytes from 192.168.1.180: icmp_seq=5 ttl=64 time=0.353 ms 1508 bytes from 192.168.1.180: icmp_seq=6 ttl=64 time=0.587 ms 1508 bytes from 192.168.1.180: icmp_seq=7 ttl=64 time=0.549 ms 1508 bytes from 192.168.1.180: icmp_seq=8 ttl=64 time=0.446 ms 1508 bytes from 192.168.1.180: icmp_seq=9 ttl=64 time=0.400 ms 1508 bytes from 192.168.1.180: icmp_seq=10 ttl=64 time=0.380 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.309/0.465/0.795/0.136 ms 2020-07-19 17:18:00,623 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Measuring TCP Throughput (packet size=65536)... 2020-07-19 17:18:00,623 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:18:10,744 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=20581.5625 real_seconds=10.00 rate_Mbps=17261.5067 tx_cpu=71 rx_cpu=79 retrans=0 cwnd=3136 rtt_ms=0.35 2020-07-19 17:18:10,745 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:18:20,867 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=19883.8125 real_seconds=10.00 rate_Mbps=16681.1104 tx_cpu=66 rx_cpu=76 retrans=0 cwnd=3136 rtt_ms=0.31 2020-07-19 17:18:20,867 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:18:30,987 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=18098.4299 real_seconds=10.00 rate_Mbps=15186.2244 tx_cpu=61 rx_cpu=72 retrans=0 cwnd=3136 rtt_ms=0.28 2020-07-19 17:18:30,987 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Measuring UDP Throughput (packet size=128)... 2020-07-19 17:18:30,988 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:18:34,339 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=19.0819 real_seconds=1.00 rate_Mbps=159.9499 tx_cpu=77 rx_cpu=62 drop=39130 pkt=195449 data_loss=20.02054 2020-07-19 17:18:34,341 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=128 throughput=1<163788/5000000<10000000 Kbps loss-rate=20 2020-07-19 17:18:34,341 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R491364K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:18:37,697 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=22.7139 real_seconds=1.00 rate_Mbps=190.7021 tx_cpu=61 rx_cpu=61 drop=10675 pkt=196747 data_loss=5.42574 2020-07-19 17:18:37,697 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=128 throughput=1<195278/491364<491364 Kbps loss-rate=5 2020-07-19 17:18:37,698 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R343321K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:18:41,027 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=22.1572 real_seconds=1.00 rate_Mbps=185.9073 tx_cpu=62 rx_cpu=64 drop=8876 pkt=190388 data_loss=4.66208 2020-07-19 17:18:41,028 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=128 throughput=1<190369/343321<343321 Kbps loss-rate=4 2020-07-19 17:18:41,028 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R266845K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:18:44,357 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=22.3489 real_seconds=1.00 rate_Mbps=187.6152 tx_cpu=87 rx_cpu=60 drop=11520 pkt=194603 data_loss=5.91997 2020-07-19 17:18:44,358 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=128 throughput=1<192117/266845<266845 Kbps loss-rate=5 2020-07-19 17:18:44,358 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R229481K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:18:47,714 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=18.5083 real_seconds=1.00 rate_Mbps=155.2957 tx_cpu=67 rx_cpu=63 drop=44797 pkt=196417 data_loss=22.80714 2020-07-19 17:18:47,715 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=128 throughput=1<159022/229481<229481 Kbps loss-rate=22 2020-07-19 17:18:47,715 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R194251K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:18:51,069 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=19.7821 real_seconds=1.00 rate_Mbps=166.0797 tx_cpu=71 rx_cpu=62 drop=21278 pkt=183333 data_loss=11.60616 2020-07-19 17:18:51,070 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=128 throughput=1<170065/194251<194251 Kbps loss-rate=11 2020-07-19 17:18:51,070 DEBUG overshot, min=1 kbps=170065 max=194251 2020-07-19 17:18:51,070 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R170065K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:18:54,400 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=18.3379 real_seconds=1.00 rate_Mbps=153.9422 tx_cpu=85 rx_cpu=54 drop=15854 pkt=166078 data_loss=9.54610 2020-07-19 17:18:54,400 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=128 throughput=1<157636/170065<194251 Kbps loss-rate=9 2020-07-19 17:18:54,400 DEBUG overshot, min=1 kbps=157636 max=170065 2020-07-19 17:18:54,401 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R157636K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:18:57,730 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=16.6569 real_seconds=1.00 rate_Mbps=139.7237 tx_cpu=86 rx_cpu=57 drop=17487 pkt=153941 data_loss=11.35986 2020-07-19 17:18:57,730 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=128 throughput=1<143077/157636<170065 Kbps loss-rate=11 2020-07-19 17:18:57,730 DEBUG overshot, min=1 kbps=143077 max=157636 2020-07-19 17:18:57,731 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R143077K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:19:01,060 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=16.5486 real_seconds=1.00 rate_Mbps=138.9306 tx_cpu=97 rx_cpu=51 drop=4158 pkt=139724 data_loss=2.97604 2020-07-19 17:19:01,061 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=128 throughput=1<142264/143077<157636 Kbps loss-rate=2 2020-07-19 17:19:01,061 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Measuring UDP Throughput (packet size=1024)... 2020-07-19 17:19:01,062 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:19:04,416 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=160.2178 real_seconds=1.00 rate_Mbps=1343.7877 tx_cpu=77 rx_cpu=62 drop=9820 pkt=173883 data_loss=5.64745 2020-07-19 17:19:04,416 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=1024 throughput=1<1376038/5000000<10000000 Kbps loss-rate=5 2020-07-19 17:19:04,417 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3188019K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:19:07,772 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=184.3047 real_seconds=1.00 rate_Mbps=1545.0354 tx_cpu=84 rx_cpu=60 drop=4386 pkt=193114 data_loss=2.27120 2020-07-19 17:19:07,773 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=1024 throughput=1<1582116/3188019<3188019 Kbps loss-rate=2 2020-07-19 17:19:07,773 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2385067K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:19:11,127 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=114.6797 real_seconds=1.00 rate_Mbps=961.8298 tx_cpu=60 rx_cpu=56 drop=8376 pkt=125808 data_loss=6.65777 2020-07-19 17:19:11,128 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=1024 throughput=1<984913/2385067<2385067 Kbps loss-rate=6 2020-07-19 17:19:11,129 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1684990K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:19:14,489 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=133.5938 real_seconds=1.00 rate_Mbps=1120.3273 tx_cpu=70 rx_cpu=51 drop=432 pkt=137232 data_loss=0.31474 2020-07-19 17:19:14,489 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=1024 throughput=1<1147215/1684990<1684990 Kbps loss-rate=0 2020-07-19 17:19:14,490 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1416102K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:19:17,819 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=129.3711 real_seconds=1.00 rate_Mbps=1084.7769 tx_cpu=68 rx_cpu=63 drop=9783 pkt=142259 data_loss=6.87689 2020-07-19 17:19:17,819 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=1024 throughput=1<1110811/1416102<1416102 Kbps loss-rate=6 2020-07-19 17:19:17,820 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1263456K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:19:21,173 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=131.1250 real_seconds=1.00 rate_Mbps=1099.7121 tx_cpu=69 rx_cpu=54 drop=2873 pkt=137145 data_loss=2.09489 2020-07-19 17:19:21,174 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=1024 throughput=1<1126105/1263456<1263456 Kbps loss-rate=2 2020-07-19 17:19:21,174 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Measuring UDP Throughput (packet size=8192)... 2020-07-19 17:19:21,175 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:19:24,529 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=589.2812 real_seconds=1.00 rate_Mbps=4946.7022 tx_cpu=99 rx_cpu=45 drop=865 pkt=76293 data_loss=1.13380 2020-07-19 17:19:24,530 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=8192 throughput=1<5065423/5000000<10000000 Kbps loss-rate=1 2020-07-19 17:19:24,530 DEBUG undershot, min=5065423 kbps=7532711 max=10000000 2020-07-19 17:19:24,531 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7532711K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:19:27,884 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=847.4453 real_seconds=1.00 rate_Mbps=7110.1592 tx_cpu=84 rx_cpu=53 drop=5811 pkt=114284 data_loss=5.08471 2020-07-19 17:19:27,885 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=8192 throughput=5065423<7280803/7532711<10000000 Kbps loss-rate=5 2020-07-19 17:19:27,885 DEBUG overshot, min=5065423 kbps=7280803 max=7532711 2020-07-19 17:19:27,886 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7280803K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:19:31,240 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] megabytes=836.8359 real_seconds=1.00 rate_Mbps=7024.5459 tx_cpu=89 rx_cpu=50 drop=3981 pkt=111096 data_loss=3.58339 2020-07-19 17:19:31,241 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] pkt-size=8192 throughput=5065423<7193135/7280803<7532711 Kbps loss-rate=3 2020-07-19 17:19:31,252 INFO { 'az_from': u'nova:lf-virtual6', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.98', 'ip_to': u'192.168.1.180', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.35, 'throughput_kbps': 17675782, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.31, 'throughput_kbps': 17081457, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.28, 'throughput_kbps': 15550693, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.98, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 142264, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.09, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1126105, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.58, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 7193135, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.528', 'rtt_max_ms': '1.804', 'rtt_min_ms': '0.243', 'rtt_stddev': '0.435', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.310', 'rtt_max_ms': '0.393', 'rtt_min_ms': '0.245', 'rtt_stddev': '0.050', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.465', 'rtt_max_ms': '0.795', 'rtt_min_ms': '0.309', 'rtt_stddev': '0.136', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2020-07-19 17:19:31,253 INFO Deleting floating ip 483ab85a-a787-48fb-b6aa-1a71071ea019 2020-07-19 17:19:33,480 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Floating IP 172.24.4.42 deleted 2020-07-19 17:19:33,642 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Instance deleted 2020-07-19 17:19:33,674 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Creating client VM... 2020-07-19 17:19:33,675 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Starting on zone nova:lf-virtual6 2020-07-19 17:19:35,695 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] VM status=BUILD, retrying 1 of 150... 2020-07-19 17:19:38,151 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] VM status=BUILD, retrying 2 of 150... 2020-07-19 17:19:40,342 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] VM status=BUILD, retrying 3 of 150... 2020-07-19 17:19:42,565 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] VM status=BUILD, retrying 4 of 150... 2020-07-19 17:19:44,739 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] VM status=BUILD, retrying 5 of 150... 2020-07-19 17:19:52,201 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Internal network IP: 192.168.2.144 2020-07-19 17:19:52,201 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] SSH IP: 172.24.4.16 2020-07-19 17:19:52,201 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Setup SSH for ubuntu@172.24.4.16 2020-07-19 17:20:14,740 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Installing nuttcp-8.1.4... 2020-07-19 17:20:14,795 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Copying nuttcp-8.1.4 to target... 2020-07-19 17:20:14,982 INFO ============================================================ 2020-07-19 17:20:14,982 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2020-07-19 17:20:24,028 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] PING 192.168.1.180 (192.168.1.180) 64(92) bytes of data. 72 bytes from 192.168.1.180: icmp_seq=1 ttl=63 time=2.10 ms 72 bytes from 192.168.1.180: icmp_seq=2 ttl=63 time=0.896 ms 72 bytes from 192.168.1.180: icmp_seq=3 ttl=63 time=0.490 ms 72 bytes from 192.168.1.180: icmp_seq=4 ttl=63 time=0.371 ms 72 bytes from 192.168.1.180: icmp_seq=5 ttl=63 time=0.519 ms 72 bytes from 192.168.1.180: icmp_seq=6 ttl=63 time=0.672 ms 72 bytes from 192.168.1.180: icmp_seq=7 ttl=63 time=0.747 ms 72 bytes from 192.168.1.180: icmp_seq=8 ttl=63 time=0.638 ms 72 bytes from 192.168.1.180: icmp_seq=9 ttl=63 time=0.646 ms 72 bytes from 192.168.1.180: icmp_seq=10 ttl=63 time=0.659 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.371/0.774/2.108/0.465 ms 2020-07-19 17:20:33,071 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] PING 192.168.1.180 (192.168.1.180) 391(419) bytes of data. 399 bytes from 192.168.1.180: icmp_seq=1 ttl=63 time=0.540 ms 399 bytes from 192.168.1.180: icmp_seq=2 ttl=63 time=0.889 ms 399 bytes from 192.168.1.180: icmp_seq=3 ttl=63 time=0.585 ms 399 bytes from 192.168.1.180: icmp_seq=4 ttl=63 time=0.508 ms 399 bytes from 192.168.1.180: icmp_seq=5 ttl=63 time=0.406 ms 399 bytes from 192.168.1.180: icmp_seq=6 ttl=63 time=0.479 ms 399 bytes from 192.168.1.180: icmp_seq=7 ttl=63 time=0.411 ms 399 bytes from 192.168.1.180: icmp_seq=8 ttl=63 time=0.511 ms 399 bytes from 192.168.1.180: icmp_seq=9 ttl=63 time=0.565 ms 399 bytes from 192.168.1.180: icmp_seq=10 ttl=63 time=0.554 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.406/0.544/0.889/0.131 ms 2020-07-19 17:20:42,116 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] PING 192.168.1.180 (192.168.1.180) 1500(1528) bytes of data. 1508 bytes from 192.168.1.180: icmp_seq=1 ttl=63 time=2.14 ms 1508 bytes from 192.168.1.180: icmp_seq=2 ttl=63 time=0.708 ms 1508 bytes from 192.168.1.180: icmp_seq=3 ttl=63 time=0.600 ms 1508 bytes from 192.168.1.180: icmp_seq=4 ttl=63 time=0.493 ms 1508 bytes from 192.168.1.180: icmp_seq=5 ttl=63 time=0.549 ms 1508 bytes from 192.168.1.180: icmp_seq=6 ttl=63 time=0.547 ms 1508 bytes from 192.168.1.180: icmp_seq=7 ttl=63 time=0.577 ms 1508 bytes from 192.168.1.180: icmp_seq=8 ttl=63 time=0.695 ms 1508 bytes from 192.168.1.180: icmp_seq=9 ttl=63 time=1.06 ms 1508 bytes from 192.168.1.180: icmp_seq=10 ttl=63 time=0.480 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.480/0.785/2.142/0.480 ms 2020-07-19 17:20:42,117 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Measuring TCP Throughput (packet size=65536)... 2020-07-19 17:20:42,117 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:20:52,239 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=13653.6875 real_seconds=10.00 rate_Mbps=11456.9448 tx_cpu=52 rx_cpu=61 retrans=0 cwnd=3136 rtt_ms=0.54 2020-07-19 17:20:52,240 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:02,331 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=15933.1514 real_seconds=10.00 rate_Mbps=13370.9870 tx_cpu=58 rx_cpu=70 retrans=0 cwnd=3136 rtt_ms=0.29 2020-07-19 17:21:02,332 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:12,429 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=14912.3125 real_seconds=10.00 rate_Mbps=12512.8630 tx_cpu=53 rx_cpu=64 retrans=0 cwnd=3136 rtt_ms=0.49 2020-07-19 17:21:12,429 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Measuring UDP Throughput (packet size=128)... 2020-07-19 17:21:12,430 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:15,785 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=10.2203 real_seconds=1.00 rate_Mbps=85.4973 tx_cpu=35 rx_cpu=38 drop=103 pkt=83828 data_loss=0.12313 2020-07-19 17:21:15,785 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=1<87549/5000000<10000000 Kbps loss-rate=0 2020-07-19 17:21:15,785 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R262647K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:19,143 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=8.9045 real_seconds=1.00 rate_Mbps=74.4015 tx_cpu=29 rx_cpu=33 drop=0 pkt=72946 data_loss=0.00000 2020-07-19 17:21:19,144 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=1<76187/262647<262647 Kbps loss-rate=0 2020-07-19 17:21:19,144 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R169417K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:22,499 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=10.2421 real_seconds=1.00 rate_Mbps=85.5971 tx_cpu=34 rx_cpu=33 drop=0 pkt=83903 data_loss=0.00000 2020-07-19 17:21:22,500 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=1<87651/169417<169417 Kbps loss-rate=0 2020-07-19 17:21:22,500 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R128534K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:25,855 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=9.9976 real_seconds=1.00 rate_Mbps=83.5855 tx_cpu=33 rx_cpu=37 drop=0 pkt=81900 data_loss=0.00000 2020-07-19 17:21:25,855 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=1<85591/128534<128534 Kbps loss-rate=0 2020-07-19 17:21:25,856 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R107062K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:29,189 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=10.7172 real_seconds=1.00 rate_Mbps=89.6579 tx_cpu=34 rx_cpu=37 drop=0 pkt=87795 data_loss=0.00000 2020-07-19 17:21:29,189 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=1<91809/107062<107062 Kbps loss-rate=0 2020-07-19 17:21:29,189 DEBUG undershot, min=91809 kbps=99435 max=107062 2020-07-19 17:21:29,190 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R99435K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:32,544 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=11.2994 real_seconds=1.00 rate_Mbps=94.6090 tx_cpu=40 rx_cpu=38 drop=654 pkt=93218 data_loss=0.70128 2020-07-19 17:21:32,544 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=91809<96879/99435<107062 Kbps loss-rate=0 2020-07-19 17:21:32,545 DEBUG undershot, min=96879 kbps=101970 max=107062 2020-07-19 17:21:32,545 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R101970K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:35,875 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=11.1771 real_seconds=1.00 rate_Mbps=93.5146 tx_cpu=35 rx_cpu=39 drop=0 pkt=91563 data_loss=0.00000 2020-07-19 17:21:35,876 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=96879<95758/101970<107062 Kbps loss-rate=0 2020-07-19 17:21:35,876 DEBUG undershot, min=101970 kbps=104516 max=107062 2020-07-19 17:21:35,876 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Measuring UDP Throughput (packet size=1024)... 2020-07-19 17:21:35,877 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:39,233 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=87.7676 real_seconds=1.00 rate_Mbps=735.4256 tx_cpu=47 rx_cpu=38 drop=0 pkt=89874 data_loss=0.00000 2020-07-19 17:21:39,233 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=1<753075/5000000<10000000 Kbps loss-rate=0 2020-07-19 17:21:39,233 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2259225K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:42,564 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=88.3271 real_seconds=1.00 rate_Mbps=740.1336 tx_cpu=53 rx_cpu=42 drop=196 pkt=90643 data_loss=0.21634 2020-07-19 17:21:42,564 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=1<757896/2259225<2259225 Kbps loss-rate=0 2020-07-19 17:21:42,564 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1508560K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:45,919 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=89.6211 real_seconds=1.00 rate_Mbps=751.5422 tx_cpu=57 rx_cpu=42 drop=1482 pkt=93254 data_loss=1.58925 2020-07-19 17:21:45,920 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=1<769579/1508560<1508560 Kbps loss-rate=1 2020-07-19 17:21:45,920 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1139069K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:49,275 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=78.8887 real_seconds=1.00 rate_Mbps=659.7789 tx_cpu=50 rx_cpu=37 drop=19 pkt=80801 data_loss=0.02345 2020-07-19 17:21:49,276 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=1<675613/1139069<1139069 Kbps loss-rate=0 2020-07-19 17:21:49,276 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R907341K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:52,631 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=87.4863 real_seconds=1.00 rate_Mbps=732.8135 tx_cpu=51 rx_cpu=36 drop=305 pkt=89891 data_loss=0.33935 2020-07-19 17:21:52,632 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=1<750401/907341<907341 Kbps loss-rate=0 2020-07-19 17:21:52,632 DEBUG undershot, min=750401 kbps=828871 max=907341 2020-07-19 17:21:52,632 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R828871K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:55,986 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=82.1211 real_seconds=1.00 rate_Mbps=688.4796 tx_cpu=54 rx_cpu=38 drop=858 pkt=84950 data_loss=1.01002 2020-07-19 17:21:55,986 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=750401<705003/828871<907341 Kbps loss-rate=1 2020-07-19 17:21:55,986 DEBUG undershot, min=828871 kbps=868106 max=907341 2020-07-19 17:21:55,987 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R868106K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:21:59,343 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=77.2227 real_seconds=1.00 rate_Mbps=647.2398 tx_cpu=50 rx_cpu=34 drop=0 pkt=79076 data_loss=0.00000 2020-07-19 17:21:59,343 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=828871<662773/868106<907341 Kbps loss-rate=0 2020-07-19 17:21:59,343 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Measuring UDP Throughput (packet size=8192)... 2020-07-19 17:21:59,344 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:22:02,675 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=515.0234 real_seconds=1.00 rate_Mbps=4316.6217 tx_cpu=45 rx_cpu=32 drop=134 pkt=66057 data_loss=0.20286 2020-07-19 17:22:02,675 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=8192 throughput=1<4420220/5000000<10000000 Kbps loss-rate=0 2020-07-19 17:22:02,675 DEBUG undershot, min=4420220 kbps=7210110 max=10000000 2020-07-19 17:22:02,675 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7210110K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:22:06,004 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=501.9375 real_seconds=1.00 rate_Mbps=4207.3677 tx_cpu=45 rx_cpu=38 drop=404 pkt=64652 data_loss=0.62489 2020-07-19 17:22:06,005 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=8192 throughput=4420220<4308344/7210110<10000000 Kbps loss-rate=0 2020-07-19 17:22:06,005 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5759227K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:22:09,360 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=524.0000 real_seconds=1.00 rate_Mbps=4392.2178 tx_cpu=48 rx_cpu=36 drop=0 pkt=67072 data_loss=0.00000 2020-07-19 17:22:09,361 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=8192 throughput=4420220<4497631/5759227<5759227 Kbps loss-rate=0 2020-07-19 17:22:09,361 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5128429K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:22:12,717 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=523.1641 real_seconds=1.00 rate_Mbps=4380.0290 tx_cpu=45 rx_cpu=39 drop=82 pkt=67047 data_loss=0.12230 2020-07-19 17:22:12,718 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=8192 throughput=4420220<4485149/5128429<5128429 Kbps loss-rate=0 2020-07-19 17:22:12,718 DEBUG undershot, min=4485149 kbps=4806789 max=5128429 2020-07-19 17:22:12,719 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4806789K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:22:16,074 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=507.8828 real_seconds=1.00 rate_Mbps=4254.7497 tx_cpu=44 rx_cpu=36 drop=0 pkt=65009 data_loss=0.00000 2020-07-19 17:22:16,074 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=8192 throughput=4485149<4356863/4806789<5128429 Kbps loss-rate=0 2020-07-19 17:22:16,075 DEBUG undershot, min=4806789 kbps=4967609 max=5128429 2020-07-19 17:22:16,075 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4967609K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:22:19,432 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=527.1094 real_seconds=1.00 rate_Mbps=4416.2731 tx_cpu=47 rx_cpu=33 drop=148 pkt=67618 data_loss=0.21887 2020-07-19 17:22:19,432 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=8192 throughput=4806789<4522263/4967609<5128429 Kbps loss-rate=0 2020-07-19 17:22:19,432 DEBUG undershot, min=4967609 kbps=5048019 max=5128429 2020-07-19 17:22:19,443 INFO { 'az_from': u'nova:lf-virtual6', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.144', 'ip_to': u'192.168.1.180', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.54, 'throughput_kbps': 11731911, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.29, 'throughput_kbps': 13691890, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.49, 'throughput_kbps': 12813171, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 95758, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 662773, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.22, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 4522263, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.774', 'rtt_max_ms': '2.108', 'rtt_min_ms': '0.371', 'rtt_stddev': '0.465', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.544', 'rtt_max_ms': '0.889', 'rtt_min_ms': '0.406', 'rtt_stddev': '0.131', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.785', 'rtt_max_ms': '2.142', 'rtt_min_ms': '0.480', 'rtt_stddev': '0.480', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-07-19 17:22:19,445 INFO ============================================================ 2020-07-19 17:22:19,445 INFO Flow 3: VM to VM different network floating IP (intra-node) 2020-07-19 17:22:28,512 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] PING 172.24.4.81 (172.24.4.81) 64(92) bytes of data. 72 bytes from 172.24.4.81: icmp_seq=1 ttl=63 time=1.26 ms 72 bytes from 172.24.4.81: icmp_seq=2 ttl=63 time=0.528 ms 72 bytes from 172.24.4.81: icmp_seq=3 ttl=63 time=0.414 ms 72 bytes from 172.24.4.81: icmp_seq=4 ttl=63 time=0.438 ms 72 bytes from 172.24.4.81: icmp_seq=5 ttl=63 time=0.522 ms 72 bytes from 172.24.4.81: icmp_seq=6 ttl=63 time=0.472 ms 72 bytes from 172.24.4.81: icmp_seq=7 ttl=63 time=0.483 ms 72 bytes from 172.24.4.81: icmp_seq=8 ttl=63 time=0.468 ms 72 bytes from 172.24.4.81: icmp_seq=9 ttl=63 time=0.489 ms 72 bytes from 172.24.4.81: icmp_seq=10 ttl=63 time=0.487 ms --- 172.24.4.81 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.414/0.556/1.266/0.240 ms 2020-07-19 17:22:37,556 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] PING 172.24.4.81 (172.24.4.81) 391(419) bytes of data. 399 bytes from 172.24.4.81: icmp_seq=1 ttl=63 time=0.447 ms 399 bytes from 172.24.4.81: icmp_seq=2 ttl=63 time=0.519 ms 399 bytes from 172.24.4.81: icmp_seq=3 ttl=63 time=0.504 ms 399 bytes from 172.24.4.81: icmp_seq=4 ttl=63 time=0.491 ms 399 bytes from 172.24.4.81: icmp_seq=5 ttl=63 time=0.509 ms 399 bytes from 172.24.4.81: icmp_seq=6 ttl=63 time=0.419 ms 399 bytes from 172.24.4.81: icmp_seq=7 ttl=63 time=0.415 ms 399 bytes from 172.24.4.81: icmp_seq=8 ttl=63 time=0.429 ms 399 bytes from 172.24.4.81: icmp_seq=9 ttl=63 time=0.439 ms 399 bytes from 172.24.4.81: icmp_seq=10 ttl=63 time=0.446 ms --- 172.24.4.81 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.415/0.461/0.519/0.046 ms 2020-07-19 17:22:46,604 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] PING 172.24.4.81 (172.24.4.81) 1500(1528) bytes of data. 1508 bytes from 172.24.4.81: icmp_seq=1 ttl=63 time=2.32 ms 1508 bytes from 172.24.4.81: icmp_seq=2 ttl=63 time=0.661 ms 1508 bytes from 172.24.4.81: icmp_seq=3 ttl=63 time=0.607 ms 1508 bytes from 172.24.4.81: icmp_seq=4 ttl=63 time=0.591 ms 1508 bytes from 172.24.4.81: icmp_seq=5 ttl=63 time=0.671 ms 1508 bytes from 172.24.4.81: icmp_seq=6 ttl=63 time=0.667 ms 1508 bytes from 172.24.4.81: icmp_seq=7 ttl=63 time=0.681 ms 1508 bytes from 172.24.4.81: icmp_seq=8 ttl=63 time=0.560 ms 1508 bytes from 172.24.4.81: icmp_seq=9 ttl=63 time=0.652 ms 1508 bytes from 172.24.4.81: icmp_seq=10 ttl=63 time=0.636 ms --- 172.24.4.81 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.560/0.805/2.329/0.509 ms 2020-07-19 17:22:46,605 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Measuring TCP Throughput (packet size=65536)... 2020-07-19 17:22:46,605 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:22:56,729 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=16641.7901 real_seconds=10.00 rate_Mbps=13964.4659 tx_cpu=52 rx_cpu=62 retrans=0 cwnd=3136 rtt_ms=0.63 2020-07-19 17:22:56,730 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:06,852 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=16876.1976 real_seconds=10.00 rate_Mbps=14160.7343 tx_cpu=59 rx_cpu=66 retrans=0 cwnd=3136 rtt_ms=0.57 2020-07-19 17:23:06,852 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:16,947 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=16572.6250 real_seconds=10.00 rate_Mbps=13905.9816 tx_cpu=58 rx_cpu=68 retrans=0 cwnd=3136 rtt_ms=0.47 2020-07-19 17:23:16,948 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Measuring UDP Throughput (packet size=128)... 2020-07-19 17:23:16,948 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:20,277 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=10.4562 real_seconds=1.00 rate_Mbps=87.4590 tx_cpu=32 rx_cpu=39 drop=19 pkt=85676 data_loss=0.02199 2020-07-19 17:23:20,277 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=1<89558/5000000<10000000 Kbps loss-rate=0 2020-07-19 17:23:20,278 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R268674K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:23,606 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=10.3365 real_seconds=1.00 rate_Mbps=86.5515 tx_cpu=34 rx_cpu=40 drop=1680 pkt=86357 data_loss=1.94562 2020-07-19 17:23:23,606 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=1<88628/268674<268674 Kbps loss-rate=1 2020-07-19 17:23:23,607 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R178651K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:26,963 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=9.9556 real_seconds=1.00 rate_Mbps=83.2256 tx_cpu=36 rx_cpu=39 drop=1103 pkt=82660 data_loss=1.33495 2020-07-19 17:23:26,963 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=1<85223/178651<178651 Kbps loss-rate=1 2020-07-19 17:23:26,963 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R131937K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:30,296 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=9.6342 real_seconds=1.00 rate_Mbps=80.5894 tx_cpu=35 rx_cpu=39 drop=0 pkt=78923 data_loss=0.00000 2020-07-19 17:23:30,296 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=1<82523/131937<131937 Kbps loss-rate=0 2020-07-19 17:23:30,296 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R107230K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:33,627 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=8.4908 real_seconds=1.00 rate_Mbps=70.8841 tx_cpu=32 rx_cpu=31 drop=392 pkt=69949 data_loss=0.56098 2020-07-19 17:23:33,628 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=1<72585/107230<107230 Kbps loss-rate=0 2020-07-19 17:23:33,628 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R89907K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:36,960 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=9.8649 real_seconds=1.00 rate_Mbps=82.4236 tx_cpu=35 rx_cpu=36 drop=33 pkt=80846 data_loss=0.04053 2020-07-19 17:23:36,960 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=1<84401/89907<89907 Kbps loss-rate=0 2020-07-19 17:23:36,961 DEBUG undershot, min=84401 kbps=87154 max=89907 2020-07-19 17:23:36,961 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R87154K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:40,319 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=9.1584 real_seconds=1.00 rate_Mbps=76.5385 tx_cpu=36 rx_cpu=34 drop=13 pkt=75039 data_loss=0.01747 2020-07-19 17:23:40,319 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=128 throughput=84401<78375/87154<89907 Kbps loss-rate=0 2020-07-19 17:23:40,319 DEBUG undershot, min=87154 kbps=88530 max=89907 2020-07-19 17:23:40,320 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Measuring UDP Throughput (packet size=1024)... 2020-07-19 17:23:40,320 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:43,652 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=79.2656 real_seconds=1.00 rate_Mbps=663.0558 tx_cpu=47 rx_cpu=39 drop=58 pkt=81226 data_loss=0.07148 2020-07-19 17:23:43,653 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=1<678969/5000000<10000000 Kbps loss-rate=0 2020-07-19 17:23:43,653 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2036907K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:46,982 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=79.2031 real_seconds=1.00 rate_Mbps=662.8886 tx_cpu=50 rx_cpu=38 drop=0 pkt=81104 data_loss=0.00000 2020-07-19 17:23:46,982 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=1<678797/2036907<2036907 Kbps loss-rate=0 2020-07-19 17:23:46,983 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1357852K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:50,341 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=71.9482 real_seconds=1.00 rate_Mbps=602.1342 tx_cpu=48 rx_cpu=38 drop=4 pkt=73679 data_loss=0.00542 2020-07-19 17:23:50,341 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=1<616585/1357852<1357852 Kbps loss-rate=0 2020-07-19 17:23:50,342 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R987218K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:53,672 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=79.5137 real_seconds=1.00 rate_Mbps=666.7403 tx_cpu=51 rx_cpu=38 drop=395 pkt=81817 data_loss=0.48273 2020-07-19 17:23:53,672 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=1<682742/987218<987218 Kbps loss-rate=0 2020-07-19 17:23:53,673 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R834980K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:23:57,029 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=77.2480 real_seconds=1.00 rate_Mbps=647.1409 tx_cpu=53 rx_cpu=37 drop=188 pkt=79290 data_loss=0.23711 2020-07-19 17:23:57,029 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=1<662672/834980<834980 Kbps loss-rate=0 2020-07-19 17:23:57,030 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R748826K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:24:00,362 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=73.0898 real_seconds=1.00 rate_Mbps=610.8180 tx_cpu=50 rx_cpu=37 drop=0 pkt=74844 data_loss=0.00000 2020-07-19 17:24:00,362 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=1<625477/748826<748826 Kbps loss-rate=0 2020-07-19 17:24:00,363 DEBUG undershot, min=625477 kbps=687151 max=748826 2020-07-19 17:24:00,363 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R687151K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:24:03,721 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=68.9434 real_seconds=1.00 rate_Mbps=576.6935 tx_cpu=46 rx_cpu=38 drop=48 pkt=70646 data_loss=0.06784 2020-07-19 17:24:03,721 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=625477<590534/687151<748826 Kbps loss-rate=0 2020-07-19 17:24:03,722 DEBUG undershot, min=687151 kbps=717988 max=748826 2020-07-19 17:24:03,722 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R717988K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:24:07,052 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=75.7285 real_seconds=1.00 rate_Mbps=634.6000 tx_cpu=50 rx_cpu=40 drop=86 pkt=77632 data_loss=0.11080 2020-07-19 17:24:07,053 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=1024 throughput=687151<649830/717988<748826 Kbps loss-rate=0 2020-07-19 17:24:07,053 DEBUG undershot, min=717988 kbps=733407 max=748826 2020-07-19 17:24:07,054 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Measuring UDP Throughput (packet size=8192)... 2020-07-19 17:24:07,054 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:24:10,411 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=431.9297 real_seconds=1.00 rate_Mbps=3612.9666 tx_cpu=42 rx_cpu=37 drop=134 pkt=55421 data_loss=0.24179 2020-07-19 17:24:10,411 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=8192 throughput=1<3699677/5000000<10000000 Kbps loss-rate=0 2020-07-19 17:24:10,412 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4349838K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:24:13,768 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=443.7969 real_seconds=1.00 rate_Mbps=3708.9628 tx_cpu=44 rx_cpu=34 drop=150 pkt=56956 data_loss=0.26337 2020-07-19 17:24:13,769 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=8192 throughput=1<3797977/4349838<4349838 Kbps loss-rate=0 2020-07-19 17:24:13,769 DEBUG undershot, min=3797977 kbps=4073907 max=4349838 2020-07-19 17:24:13,769 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4073907K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:24:17,101 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=399.6016 real_seconds=1.00 rate_Mbps=3345.8642 tx_cpu=44 rx_cpu=35 drop=139 pkt=51288 data_loss=0.27101 2020-07-19 17:24:17,101 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=8192 throughput=3797977<3426164/4073907<4349838 Kbps loss-rate=0 2020-07-19 17:24:17,102 DEBUG undershot, min=4073907 kbps=4211872 max=4349838 2020-07-19 17:24:17,102 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4211872K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:24:20,436 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] megabytes=389.1172 real_seconds=1.00 rate_Mbps=3254.4630 tx_cpu=40 rx_cpu=30 drop=257 pkt=50064 data_loss=0.51334 2020-07-19 17:24:20,437 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] pkt-size=8192 throughput=4073907<3332570/4211872<4349838 Kbps loss-rate=0 2020-07-19 17:24:20,448 INFO { 'az_from': u'nova:lf-virtual6', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.144', 'ip_to': u'172.24.4.81', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.63, 'throughput_kbps': 14299613, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.57, 'throughput_kbps': 14500591, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.47, 'throughput_kbps': 14239725, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.02, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 78375, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.11, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 649830, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.51, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3332570, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.556', 'rtt_max_ms': '1.266', 'rtt_min_ms': '0.414', 'rtt_stddev': '0.240', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.461', 'rtt_max_ms': '0.519', 'rtt_min_ms': '0.415', 'rtt_stddev': '0.046', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.805', 'rtt_max_ms': '2.329', 'rtt_min_ms': '0.560', 'rtt_stddev': '0.509', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-07-19 17:24:20,449 INFO Deleting floating ip 0aa410dc-3229-495c-a6ee-4e387f2324be 2020-07-19 17:24:23,413 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Floating IP 172.24.4.16 deleted 2020-07-19 17:24:23,606 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d12] Instance deleted 2020-07-19 17:24:23,670 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Creating client VM... 2020-07-19 17:24:23,670 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Starting on zone nova:lf-virtual7 2020-07-19 17:24:25,282 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] VM status=BUILD, retrying 1 of 150... 2020-07-19 17:24:27,455 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] VM status=BUILD, retrying 2 of 150... 2020-07-19 17:24:29,745 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] VM status=BUILD, retrying 3 of 150... 2020-07-19 17:24:31,989 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] VM status=BUILD, retrying 4 of 150... 2020-07-19 17:24:34,928 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] VM status=BUILD, retrying 5 of 150... 2020-07-19 17:24:37,242 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] VM status=BUILD, retrying 6 of 150... 2020-07-19 17:24:39,476 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] VM status=BUILD, retrying 7 of 150... 2020-07-19 17:24:41,702 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] VM status=BUILD, retrying 8 of 150... 2020-07-19 17:24:48,203 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Internal network IP: 192.168.1.29 2020-07-19 17:24:48,203 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] SSH IP: 172.24.4.40 2020-07-19 17:24:48,203 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Setup SSH for ubuntu@172.24.4.40 2020-07-19 17:25:04,936 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Installing nuttcp-8.1.4... 2020-07-19 17:25:05,012 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Copying nuttcp-8.1.4 to target... 2020-07-19 17:25:05,198 INFO ============================================================ 2020-07-19 17:25:05,199 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2020-07-19 17:25:14,282 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] PING 192.168.1.180 (192.168.1.180) 64(92) bytes of data. 72 bytes from 192.168.1.180: icmp_seq=1 ttl=64 time=4.54 ms 72 bytes from 192.168.1.180: icmp_seq=2 ttl=64 time=1.78 ms 72 bytes from 192.168.1.180: icmp_seq=3 ttl=64 time=0.858 ms 72 bytes from 192.168.1.180: icmp_seq=4 ttl=64 time=0.747 ms 72 bytes from 192.168.1.180: icmp_seq=5 ttl=64 time=0.692 ms 72 bytes from 192.168.1.180: icmp_seq=6 ttl=64 time=0.674 ms 72 bytes from 192.168.1.180: icmp_seq=7 ttl=64 time=0.658 ms 72 bytes from 192.168.1.180: icmp_seq=8 ttl=64 time=0.855 ms 72 bytes from 192.168.1.180: icmp_seq=9 ttl=64 time=0.712 ms 72 bytes from 192.168.1.180: icmp_seq=10 ttl=64 time=0.792 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9004ms rtt min/avg/max/mdev = 0.658/1.232/4.546/1.149 ms 2020-07-19 17:25:23,331 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] PING 192.168.1.180 (192.168.1.180) 391(419) bytes of data. 399 bytes from 192.168.1.180: icmp_seq=1 ttl=64 time=0.651 ms 399 bytes from 192.168.1.180: icmp_seq=2 ttl=64 time=0.772 ms 399 bytes from 192.168.1.180: icmp_seq=3 ttl=64 time=0.760 ms 399 bytes from 192.168.1.180: icmp_seq=4 ttl=64 time=0.826 ms 399 bytes from 192.168.1.180: icmp_seq=5 ttl=64 time=0.680 ms 399 bytes from 192.168.1.180: icmp_seq=6 ttl=64 time=0.757 ms 399 bytes from 192.168.1.180: icmp_seq=7 ttl=64 time=0.640 ms 399 bytes from 192.168.1.180: icmp_seq=8 ttl=64 time=0.977 ms 399 bytes from 192.168.1.180: icmp_seq=9 ttl=64 time=0.798 ms 399 bytes from 192.168.1.180: icmp_seq=10 ttl=64 time=0.841 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.640/0.770/0.977/0.097 ms 2020-07-19 17:25:32,389 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] PING 192.168.1.180 (192.168.1.180) 1500(1528) bytes of data. 1508 bytes from 192.168.1.180: icmp_seq=1 ttl=64 time=2.40 ms 1508 bytes from 192.168.1.180: icmp_seq=2 ttl=64 time=0.838 ms 1508 bytes from 192.168.1.180: icmp_seq=3 ttl=64 time=0.884 ms 1508 bytes from 192.168.1.180: icmp_seq=4 ttl=64 time=0.772 ms 1508 bytes from 192.168.1.180: icmp_seq=5 ttl=64 time=0.842 ms 1508 bytes from 192.168.1.180: icmp_seq=6 ttl=64 time=0.897 ms 1508 bytes from 192.168.1.180: icmp_seq=7 ttl=64 time=0.851 ms 1508 bytes from 192.168.1.180: icmp_seq=8 ttl=64 time=0.892 ms 1508 bytes from 192.168.1.180: icmp_seq=9 ttl=64 time=0.981 ms 1508 bytes from 192.168.1.180: icmp_seq=10 ttl=64 time=0.894 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9007ms rtt min/avg/max/mdev = 0.772/1.025/2.401/0.461 ms 2020-07-19 17:25:32,390 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Measuring TCP Throughput (packet size=65536)... 2020-07-19 17:25:32,390 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:25:42,532 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=4945.2878 real_seconds=10.01 rate_Mbps=4146.3296 tx_cpu=11 rx_cpu=24 retrans=50 cwnd=679 rtt_ms=0.95 2020-07-19 17:25:42,533 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:25:52,634 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=5012.9195 real_seconds=10.00 rate_Mbps=4203.4540 tx_cpu=13 rx_cpu=27 retrans=61 cwnd=671 rtt_ms=0.82 2020-07-19 17:25:52,634 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:02,763 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=5138.7147 real_seconds=10.00 rate_Mbps=4308.7511 tx_cpu=14 rx_cpu=27 retrans=35 cwnd=672 rtt_ms=0.56 2020-07-19 17:26:02,763 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Measuring UDP Throughput (packet size=128)... 2020-07-19 17:26:02,764 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:06,119 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=17.4360 real_seconds=1.00 rate_Mbps=146.2195 tx_cpu=50 rx_cpu=49 drop=7614 pkt=150450 data_loss=5.06112 2020-07-19 17:26:06,119 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=128 throughput=1<149728/5000000<10000000 Kbps loss-rate=5 2020-07-19 17:26:06,120 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R449184K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:09,476 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=18.7845 real_seconds=1.00 rate_Mbps=157.2510 tx_cpu=56 rx_cpu=53 drop=4537 pkt=158419 data_loss=2.86375 2020-07-19 17:26:09,476 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=128 throughput=1<161025/449184<449184 Kbps loss-rate=2 2020-07-19 17:26:09,477 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R305104K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:12,806 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=17.4204 real_seconds=1.00 rate_Mbps=146.0848 tx_cpu=53 rx_cpu=49 drop=9984 pkt=152692 data_loss=6.53891 2020-07-19 17:26:12,806 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=128 throughput=1<149590/305104<305104 Kbps loss-rate=6 2020-07-19 17:26:12,806 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R227347K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:16,161 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=17.7189 real_seconds=1.00 rate_Mbps=148.4570 tx_cpu=52 rx_cpu=44 drop=2529 pkt=147682 data_loss=1.71237 2020-07-19 17:26:16,161 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=128 throughput=1<152019/227347<227347 Kbps loss-rate=1 2020-07-19 17:26:16,162 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R189683K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:19,518 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=17.8153 real_seconds=1.00 rate_Mbps=149.2418 tx_cpu=58 rx_cpu=53 drop=19179 pkt=165122 data_loss=11.61511 2020-07-19 17:26:19,518 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=128 throughput=1<152823/189683<189683 Kbps loss-rate=11 2020-07-19 17:26:19,518 DEBUG overshot, min=1 kbps=152823 max=189683 2020-07-19 17:26:19,519 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R152823K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:22,875 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=16.7694 real_seconds=1.00 rate_Mbps=140.7251 tx_cpu=67 rx_cpu=51 drop=11866 pkt=149241 data_loss=7.95097 2020-07-19 17:26:22,875 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=128 throughput=1<144102/152823<189683 Kbps loss-rate=7 2020-07-19 17:26:22,876 DEBUG overshot, min=1 kbps=144102 max=152823 2020-07-19 17:26:22,876 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R144102K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:26,233 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=16.9120 real_seconds=1.00 rate_Mbps=141.9320 tx_cpu=69 rx_cpu=41 drop=2181 pkt=140724 data_loss=1.54964 2020-07-19 17:26:26,233 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=128 throughput=1<145338/144102<152823 Kbps loss-rate=1 2020-07-19 17:26:26,234 DEBUG undershot, min=145338 kbps=149080 max=152823 2020-07-19 17:26:26,234 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Measuring UDP Throughput (packet size=1024)... 2020-07-19 17:26:26,234 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:29,590 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=128.3164 real_seconds=1.00 rate_Mbps=1075.7054 tx_cpu=56 rx_cpu=50 drop=11546 pkt=142942 data_loss=8.07741 2020-07-19 17:26:29,591 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=1024 throughput=1<1101522/5000000<10000000 Kbps loss-rate=8 2020-07-19 17:26:29,591 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3050761K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:32,948 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=125.0254 real_seconds=1.00 rate_Mbps=1048.5866 tx_cpu=59 rx_cpu=50 drop=19739 pkt=147765 data_loss=13.35839 2020-07-19 17:26:32,949 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=1024 throughput=1<1073752/3050761<3050761 Kbps loss-rate=13 2020-07-19 17:26:32,949 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2062256K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:36,305 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=125.5801 real_seconds=1.00 rate_Mbps=1052.4065 tx_cpu=66 rx_cpu=47 drop=4413 pkt=133007 data_loss=3.31782 2020-07-19 17:26:36,306 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=1024 throughput=1<1077664/2062256<2062256 Kbps loss-rate=3 2020-07-19 17:26:36,306 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1569960K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:39,662 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=121.8105 real_seconds=1.00 rate_Mbps=1021.2939 tx_cpu=63 rx_cpu=44 drop=4223 pkt=128957 data_loss=3.27480 2020-07-19 17:26:39,663 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=1024 throughput=1<1045804/1569960<1569960 Kbps loss-rate=3 2020-07-19 17:26:39,663 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1307882K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:42,995 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=117.4912 real_seconds=1.00 rate_Mbps=985.0194 tx_cpu=52 rx_cpu=52 drop=12643 pkt=132954 data_loss=9.50932 2020-07-19 17:26:42,995 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=1024 throughput=1<1008659/1307882<1307882 Kbps loss-rate=9 2020-07-19 17:26:42,996 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1158270K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:46,327 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=123.9121 real_seconds=1.00 rate_Mbps=1040.5312 tx_cpu=54 rx_cpu=49 drop=14504 pkt=141390 data_loss=10.25818 2020-07-19 17:26:46,327 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=1024 throughput=1<1065503/1158270<1158270 Kbps loss-rate=10 2020-07-19 17:26:46,327 DEBUG overshot, min=1 kbps=1065503 max=1158270 2020-07-19 17:26:46,328 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1065503K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:49,683 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=125.0791 real_seconds=1.00 rate_Mbps=1049.5859 tx_cpu=67 rx_cpu=47 drop=1985 pkt=130066 data_loss=1.52617 2020-07-19 17:26:49,684 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=1024 throughput=1<1074775/1065503<1158270 Kbps loss-rate=1 2020-07-19 17:26:49,684 DEBUG undershot, min=1074775 kbps=1116522 max=1158270 2020-07-19 17:26:49,685 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1116522K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:53,014 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=126.4834 real_seconds=1.00 rate_Mbps=1061.6375 tx_cpu=92 rx_cpu=56 drop=6775 pkt=136294 data_loss=4.97086 2020-07-19 17:26:53,014 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=1024 throughput=1074775<1087116/1116522<1158270 Kbps loss-rate=4 2020-07-19 17:26:53,015 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Measuring UDP Throughput (packet size=8192)... 2020-07-19 17:26:53,015 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:56,372 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=96.8984 real_seconds=1.00 rate_Mbps=810.2042 tx_cpu=38 rx_cpu=12 drop=45491 pkt=57894 data_loss=78.57637 2020-07-19 17:26:56,372 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=8192 throughput=1<829649/5000000<10000000 Kbps loss-rate=78 2020-07-19 17:26:56,373 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2488947K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:26:59,701 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=139.5156 real_seconds=1.00 rate_Mbps=1168.1225 tx_cpu=99 rx_cpu=19 drop=20120 pkt=37978 data_loss=52.97804 2020-07-19 17:26:59,701 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=8192 throughput=1<1196157/2488947<2488947 Kbps loss-rate=52 2020-07-19 17:26:59,702 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1842552K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:27:03,033 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] megabytes=215.7891 real_seconds=1.00 rate_Mbps=1810.3038 tx_cpu=99 rx_cpu=35 drop=494 pkt=28115 data_loss=1.75704 2020-07-19 17:27:03,034 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] pkt-size=8192 throughput=1<1853751/1842552<1842552 Kbps loss-rate=1 2020-07-19 17:27:03,034 DEBUG undershot, min=1853751 kbps=1848151 max=1842552 2020-07-19 17:27:03,046 INFO { 'az_from': u'nova:lf-virtual7', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.29', 'ip_to': u'192.168.1.180', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 50, 'rtt_ms': 0.95, 'throughput_kbps': 4245841, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 61, 'rtt_ms': 0.82, 'throughput_kbps': 4304336, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 35, 'rtt_ms': 0.56, 'throughput_kbps': 4412161, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.55, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 145338, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.97, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1087116, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.76, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1853751, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '1.232', 'rtt_max_ms': '4.546', 'rtt_min_ms': '0.658', 'rtt_stddev': '1.149', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.770', 'rtt_max_ms': '0.977', 'rtt_min_ms': '0.640', 'rtt_stddev': '0.097', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.025', 'rtt_max_ms': '2.401', 'rtt_min_ms': '0.772', 'rtt_stddev': '0.461', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-07-19 17:27:03,048 INFO Deleting floating ip f96b0b44-4166-47d7-aa3b-2b86d7be740b 2020-07-19 17:27:05,495 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Floating IP 172.24.4.40 deleted 2020-07-19 17:27:05,717 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d13] Instance deleted 2020-07-19 17:27:05,782 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Creating client VM... 2020-07-19 17:27:05,783 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Starting on zone nova:lf-virtual7 2020-07-19 17:27:07,256 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] VM status=BUILD, retrying 1 of 150... 2020-07-19 17:27:09,449 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] VM status=BUILD, retrying 2 of 150... 2020-07-19 17:27:12,295 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] VM status=BUILD, retrying 3 of 150... 2020-07-19 17:27:14,573 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] VM status=BUILD, retrying 4 of 150... 2020-07-19 17:27:16,825 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] VM status=BUILD, retrying 5 of 150... 2020-07-19 17:27:22,976 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Internal network IP: 192.168.2.167 2020-07-19 17:27:22,977 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] SSH IP: 172.24.4.47 2020-07-19 17:27:22,977 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Setup SSH for ubuntu@172.24.4.47 2020-07-19 17:27:38,479 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Installing nuttcp-8.1.4... 2020-07-19 17:27:38,524 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Copying nuttcp-8.1.4 to target... 2020-07-19 17:27:38,695 INFO ============================================================ 2020-07-19 17:27:38,695 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2020-07-19 17:27:47,766 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] PING 192.168.1.180 (192.168.1.180) 64(92) bytes of data. 72 bytes from 192.168.1.180: icmp_seq=1 ttl=63 time=2.42 ms 72 bytes from 192.168.1.180: icmp_seq=2 ttl=63 time=0.912 ms 72 bytes from 192.168.1.180: icmp_seq=3 ttl=63 time=0.833 ms 72 bytes from 192.168.1.180: icmp_seq=4 ttl=63 time=0.646 ms 72 bytes from 192.168.1.180: icmp_seq=5 ttl=63 time=0.724 ms 72 bytes from 192.168.1.180: icmp_seq=6 ttl=63 time=0.708 ms 72 bytes from 192.168.1.180: icmp_seq=7 ttl=63 time=0.746 ms 72 bytes from 192.168.1.180: icmp_seq=8 ttl=63 time=0.789 ms 72 bytes from 192.168.1.180: icmp_seq=9 ttl=63 time=0.738 ms 72 bytes from 192.168.1.180: icmp_seq=10 ttl=63 time=0.697 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.646/0.922/2.427/0.506 ms 2020-07-19 17:27:56,810 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] PING 192.168.1.180 (192.168.1.180) 391(419) bytes of data. 399 bytes from 192.168.1.180: icmp_seq=1 ttl=63 time=0.610 ms 399 bytes from 192.168.1.180: icmp_seq=2 ttl=63 time=0.748 ms 399 bytes from 192.168.1.180: icmp_seq=3 ttl=63 time=0.675 ms 399 bytes from 192.168.1.180: icmp_seq=4 ttl=63 time=0.860 ms 399 bytes from 192.168.1.180: icmp_seq=5 ttl=63 time=0.797 ms 399 bytes from 192.168.1.180: icmp_seq=6 ttl=63 time=0.728 ms 399 bytes from 192.168.1.180: icmp_seq=7 ttl=63 time=0.734 ms 399 bytes from 192.168.1.180: icmp_seq=8 ttl=63 time=0.726 ms 399 bytes from 192.168.1.180: icmp_seq=9 ttl=63 time=0.702 ms 399 bytes from 192.168.1.180: icmp_seq=10 ttl=63 time=0.714 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.610/0.729/0.860/0.067 ms 2020-07-19 17:28:05,866 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] PING 192.168.1.180 (192.168.1.180) 1500(1528) bytes of data. 1508 bytes from 192.168.1.180: icmp_seq=1 ttl=63 time=2.96 ms 1508 bytes from 192.168.1.180: icmp_seq=2 ttl=63 time=0.996 ms 1508 bytes from 192.168.1.180: icmp_seq=3 ttl=63 time=0.859 ms 1508 bytes from 192.168.1.180: icmp_seq=4 ttl=63 time=0.919 ms 1508 bytes from 192.168.1.180: icmp_seq=5 ttl=63 time=0.950 ms 1508 bytes from 192.168.1.180: icmp_seq=6 ttl=63 time=0.819 ms 1508 bytes from 192.168.1.180: icmp_seq=7 ttl=63 time=0.929 ms 1508 bytes from 192.168.1.180: icmp_seq=8 ttl=63 time=0.869 ms 1508 bytes from 192.168.1.180: icmp_seq=9 ttl=63 time=0.854 ms 1508 bytes from 192.168.1.180: icmp_seq=10 ttl=63 time=0.875 ms --- 192.168.1.180 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9010ms rtt min/avg/max/mdev = 0.819/1.103/2.966/0.623 ms 2020-07-19 17:28:05,866 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Measuring TCP Throughput (packet size=65536)... 2020-07-19 17:28:05,867 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:28:15,969 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=4716.3116 real_seconds=10.00 rate_Mbps=3956.7404 tx_cpu=14 rx_cpu=27 retrans=17 cwnd=721 rtt_ms=0.95 2020-07-19 17:28:15,969 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:28:26,069 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=4815.5588 real_seconds=10.00 rate_Mbps=4039.4668 tx_cpu=13 rx_cpu=26 retrans=35 cwnd=735 rtt_ms=0.55 2020-07-19 17:28:26,069 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:28:36,166 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=4751.4856 real_seconds=10.00 rate_Mbps=3986.0395 tx_cpu=12 rx_cpu=24 retrans=65 cwnd=568 rtt_ms=0.68 2020-07-19 17:28:36,166 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Measuring UDP Throughput (packet size=128)... 2020-07-19 17:28:36,167 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:28:39,519 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=16.2803 real_seconds=1.00 rate_Mbps=135.9619 tx_cpu=37 rx_cpu=42 drop=33280 pkt=166648 data_loss=19.97021 2020-07-19 17:28:39,520 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<139224/5000000<10000000 Kbps loss-rate=19 2020-07-19 17:28:39,520 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R417672K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:28:42,875 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=13.4294 real_seconds=1.00 rate_Mbps=112.6994 tx_cpu=54 rx_cpu=47 drop=61750 pkt=171763 data_loss=35.95044 2020-07-19 17:28:42,875 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<115404/417672<417672 Kbps loss-rate=35 2020-07-19 17:28:42,876 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R266538K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:28:46,231 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=14.4377 real_seconds=1.00 rate_Mbps=120.6116 tx_cpu=53 rx_cpu=50 drop=43048 pkt=161322 data_loss=26.68464 2020-07-19 17:28:46,232 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<123506/266538<266538 Kbps loss-rate=26 2020-07-19 17:28:46,232 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R195022K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:28:49,563 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=14.6635 real_seconds=1.00 rate_Mbps=122.4760 tx_cpu=53 rx_cpu=44 drop=34293 pkt=154416 data_loss=22.20790 2020-07-19 17:28:49,563 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<125415/195022<195022 Kbps loss-rate=22 2020-07-19 17:28:49,563 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R160218K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:28:52,893 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=13.5509 real_seconds=1.00 rate_Mbps=113.7278 tx_cpu=55 rx_cpu=48 drop=45454 pkt=156463 data_loss=29.05102 2020-07-19 17:28:52,894 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<116457/160218<160218 Kbps loss-rate=29 2020-07-19 17:28:52,894 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R138337K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:28:56,223 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=13.7697 real_seconds=1.00 rate_Mbps=115.5934 tx_cpu=63 rx_cpu=48 drop=22291 pkt=135093 data_loss=16.50072 2020-07-19 17:28:56,224 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<118367/138337<138337 Kbps loss-rate=16 2020-07-19 17:28:56,224 DEBUG overshot, min=1 kbps=118367 max=138337 2020-07-19 17:28:56,224 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R118367K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:28:59,579 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=13.0974 real_seconds=1.00 rate_Mbps=109.9531 tx_cpu=90 rx_cpu=40 drop=8299 pkt=115593 data_loss=7.17976 2020-07-19 17:28:59,579 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<112591/118367<138337 Kbps loss-rate=7 2020-07-19 17:28:59,579 DEBUG overshot, min=1 kbps=112591 max=118367 2020-07-19 17:28:59,580 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R112591K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:29:02,935 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=13.1915 real_seconds=1.00 rate_Mbps=110.9765 tx_cpu=93 rx_cpu=42 drop=1887 pkt=109952 data_loss=1.71660 2020-07-19 17:29:02,936 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<113639/112591<118367 Kbps loss-rate=1 2020-07-19 17:29:02,936 DEBUG undershot, min=113639 kbps=116003 max=118367 2020-07-19 17:29:02,937 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Measuring UDP Throughput (packet size=1024)... 2020-07-19 17:29:02,937 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:29:06,266 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=111.2354 real_seconds=1.00 rate_Mbps=933.2731 tx_cpu=49 rx_cpu=41 drop=28274 pkt=142179 data_loss=19.88618 2020-07-19 17:29:06,266 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<955671/5000000<10000000 Kbps loss-rate=19 2020-07-19 17:29:06,267 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2867013K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:29:09,597 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=103.5674 real_seconds=1.00 rate_Mbps=865.6646 tx_cpu=67 rx_cpu=42 drop=36022 pkt=142075 data_loss=25.35419 2020-07-19 17:29:09,597 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<886440/2867013<2867013 Kbps loss-rate=25 2020-07-19 17:29:09,598 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1876726K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:29:12,927 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=96.2275 real_seconds=1.00 rate_Mbps=807.5939 tx_cpu=57 rx_cpu=45 drop=46687 pkt=145224 data_loss=32.14829 2020-07-19 17:29:12,928 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<826976/1876726<1876726 Kbps loss-rate=32 2020-07-19 17:29:12,928 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1351851K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:29:16,282 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=94.8223 real_seconds=1.00 rate_Mbps=795.6894 tx_cpu=72 rx_cpu=42 drop=54870 pkt=151968 data_loss=36.10624 2020-07-19 17:29:16,282 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<814785/1351851<1351851 Kbps loss-rate=36 2020-07-19 17:29:16,282 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1083318K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:29:19,609 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=104.5400 real_seconds=1.00 rate_Mbps=876.5983 tx_cpu=64 rx_cpu=42 drop=25192 pkt=132241 data_loss=19.05010 2020-07-19 17:29:19,610 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<897636/1083318<1083318 Kbps loss-rate=19 2020-07-19 17:29:19,610 DEBUG overshot, min=1 kbps=897636 max=1083318 2020-07-19 17:29:19,610 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R897636K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:29:22,938 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=100.3994 real_seconds=1.00 rate_Mbps=842.7338 tx_cpu=93 rx_cpu=42 drop=6765 pkt=109574 data_loss=6.17396 2020-07-19 17:29:22,939 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<862959/897636<1083318 Kbps loss-rate=6 2020-07-19 17:29:22,939 DEBUG overshot, min=1 kbps=862959 max=897636 2020-07-19 17:29:22,939 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R862959K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:29:26,292 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=98.3467 real_seconds=0.99 rate_Mbps=830.2773 tx_cpu=89 rx_cpu=40 drop=4634 pkt=105341 data_loss=4.39905 2020-07-19 17:29:26,293 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<850203/862959<897636 Kbps loss-rate=4 2020-07-19 17:29:26,293 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Measuring UDP Throughput (packet size=8192)... 2020-07-19 17:29:26,294 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:29:29,646 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=52.2812 real_seconds=1.00 rate_Mbps=437.5365 tx_cpu=37 rx_cpu=8 drop=49446 pkt=56138 data_loss=88.07939 2020-07-19 17:29:29,646 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=8192 throughput=1<448037/5000000<10000000 Kbps loss-rate=88 2020-07-19 17:29:29,647 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1344111K -p5001 -P5002 -fparse 192.168.1.180 2020-07-19 17:29:33,002 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=157.7422 real_seconds=1.00 rate_Mbps=1324.2398 tx_cpu=98 rx_cpu=22 drop=319 pkt=20510 data_loss=1.55535 2020-07-19 17:29:33,003 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=8192 throughput=1<1356021/1344111<1344111 Kbps loss-rate=1 2020-07-19 17:29:33,003 DEBUG undershot, min=1356021 kbps=1350066 max=1344111 2020-07-19 17:29:33,014 INFO { 'az_from': u'nova:lf-virtual7', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.167', 'ip_to': u'192.168.1.180', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 17, 'rtt_ms': 0.95, 'throughput_kbps': 4051702, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 35, 'rtt_ms': 0.55, 'throughput_kbps': 4136414, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 65, 'rtt_ms': 0.68, 'throughput_kbps': 4081704, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.72, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 113639, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.4, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 850203, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.56, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1356021, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.922', 'rtt_max_ms': '2.427', 'rtt_min_ms': '0.646', 'rtt_stddev': '0.506', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.729', 'rtt_max_ms': '0.860', 'rtt_min_ms': '0.610', 'rtt_stddev': '0.067', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.103', 'rtt_max_ms': '2.966', 'rtt_min_ms': '0.819', 'rtt_stddev': '0.623', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-07-19 17:29:33,016 INFO ============================================================ 2020-07-19 17:29:33,016 INFO Flow 6: VM to VM different network floating IP (inter-node) 2020-07-19 17:29:42,088 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] PING 172.24.4.81 (172.24.4.81) 64(92) bytes of data. 72 bytes from 172.24.4.81: icmp_seq=1 ttl=63 time=1.44 ms 72 bytes from 172.24.4.81: icmp_seq=2 ttl=63 time=1.04 ms 72 bytes from 172.24.4.81: icmp_seq=3 ttl=63 time=0.661 ms 72 bytes from 172.24.4.81: icmp_seq=4 ttl=63 time=0.689 ms 72 bytes from 172.24.4.81: icmp_seq=5 ttl=63 time=0.731 ms 72 bytes from 172.24.4.81: icmp_seq=6 ttl=63 time=0.677 ms 72 bytes from 172.24.4.81: icmp_seq=7 ttl=63 time=0.698 ms 72 bytes from 172.24.4.81: icmp_seq=8 ttl=63 time=0.536 ms 72 bytes from 172.24.4.81: icmp_seq=9 ttl=63 time=0.568 ms 72 bytes from 172.24.4.81: icmp_seq=10 ttl=63 time=0.692 ms --- 172.24.4.81 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.536/0.774/1.443/0.259 ms 2020-07-19 17:29:51,131 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] PING 172.24.4.81 (172.24.4.81) 391(419) bytes of data. 399 bytes from 172.24.4.81: icmp_seq=1 ttl=63 time=0.693 ms 399 bytes from 172.24.4.81: icmp_seq=2 ttl=63 time=0.756 ms 399 bytes from 172.24.4.81: icmp_seq=3 ttl=63 time=0.721 ms 399 bytes from 172.24.4.81: icmp_seq=4 ttl=63 time=0.613 ms 399 bytes from 172.24.4.81: icmp_seq=5 ttl=63 time=0.758 ms 399 bytes from 172.24.4.81: icmp_seq=6 ttl=63 time=0.695 ms 399 bytes from 172.24.4.81: icmp_seq=7 ttl=63 time=0.700 ms 399 bytes from 172.24.4.81: icmp_seq=8 ttl=63 time=0.789 ms 399 bytes from 172.24.4.81: icmp_seq=9 ttl=63 time=0.787 ms 399 bytes from 172.24.4.81: icmp_seq=10 ttl=63 time=0.689 ms --- 172.24.4.81 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.613/0.720/0.789/0.052 ms 2020-07-19 17:30:00,180 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] PING 172.24.4.81 (172.24.4.81) 1500(1528) bytes of data. 1508 bytes from 172.24.4.81: icmp_seq=1 ttl=63 time=2.89 ms 1508 bytes from 172.24.4.81: icmp_seq=2 ttl=63 time=0.918 ms 1508 bytes from 172.24.4.81: icmp_seq=3 ttl=63 time=0.839 ms 1508 bytes from 172.24.4.81: icmp_seq=4 ttl=63 time=0.805 ms 1508 bytes from 172.24.4.81: icmp_seq=5 ttl=63 time=0.826 ms 1508 bytes from 172.24.4.81: icmp_seq=6 ttl=63 time=0.816 ms 1508 bytes from 172.24.4.81: icmp_seq=7 ttl=63 time=0.844 ms 1508 bytes from 172.24.4.81: icmp_seq=8 ttl=63 time=0.759 ms 1508 bytes from 172.24.4.81: icmp_seq=9 ttl=63 time=0.796 ms 1508 bytes from 172.24.4.81: icmp_seq=10 ttl=63 time=0.853 ms --- 172.24.4.81 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.759/1.035/2.894/0.620 ms 2020-07-19 17:30:00,180 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Measuring TCP Throughput (packet size=65536)... 2020-07-19 17:30:00,181 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:30:10,287 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=4623.6476 real_seconds=10.00 rate_Mbps=3877.3355 tx_cpu=13 rx_cpu=23 retrans=362 cwnd=705 rtt_ms=1.01 2020-07-19 17:30:10,287 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:30:20,412 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=4874.6840 real_seconds=10.00 rate_Mbps=4089.0321 tx_cpu=12 rx_cpu=24 retrans=11 cwnd=727 rtt_ms=0.88 2020-07-19 17:30:20,413 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:30:30,536 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=4863.8175 real_seconds=10.00 rate_Mbps=4080.1744 tx_cpu=10 rx_cpu=25 retrans=109 cwnd=575 rtt_ms=0.78 2020-07-19 17:30:30,536 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Measuring UDP Throughput (packet size=128)... 2020-07-19 17:30:30,537 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:30:33,865 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=15.0618 real_seconds=1.00 rate_Mbps=126.3487 tx_cpu=48 rx_cpu=50 drop=37934 pkt=161320 data_loss=23.51466 2020-07-19 17:30:33,865 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<129381/5000000<10000000 Kbps loss-rate=23 2020-07-19 17:30:33,865 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R388143K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:30:37,195 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=11.5651 real_seconds=1.00 rate_Mbps=96.6003 tx_cpu=71 rx_cpu=37 drop=55343 pkt=150084 data_loss=36.87448 2020-07-19 17:30:37,196 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<98918/388143<388143 Kbps loss-rate=36 2020-07-19 17:30:37,196 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R243530K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:30:40,551 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=12.2434 real_seconds=1.00 rate_Mbps=102.7849 tx_cpu=60 rx_cpu=45 drop=57843 pkt=158141 data_loss=36.57682 2020-07-19 17:30:40,552 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<105251/243530<243530 Kbps loss-rate=36 2020-07-19 17:30:40,552 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R174390K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:30:43,881 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=12.0021 real_seconds=1.00 rate_Mbps=100.2797 tx_cpu=59 rx_cpu=47 drop=51245 pkt=149566 data_loss=34.26244 2020-07-19 17:30:43,881 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<102686/174390<174390 Kbps loss-rate=34 2020-07-19 17:30:43,882 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R138538K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:30:47,212 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=11.3740 real_seconds=1.00 rate_Mbps=95.0844 tx_cpu=73 rx_cpu=40 drop=42115 pkt=135291 data_loss=31.12928 2020-07-19 17:30:47,213 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<97366/138538<138538 Kbps loss-rate=31 2020-07-19 17:30:47,213 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R117952K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:30:50,569 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=11.5620 real_seconds=1.00 rate_Mbps=97.1183 tx_cpu=90 rx_cpu=34 drop=20472 pkt=115188 data_loss=17.77256 2020-07-19 17:30:50,569 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<99449/117952<117952 Kbps loss-rate=17 2020-07-19 17:30:50,569 DEBUG overshot, min=1 kbps=99449 max=117952 2020-07-19 17:30:50,570 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R99449K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:30:53,901 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=10.7268 real_seconds=1.00 rate_Mbps=90.0977 tx_cpu=99 rx_cpu=43 drop=9244 pkt=97118 data_loss=9.51819 2020-07-19 17:30:53,902 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<92260/99449<117952 Kbps loss-rate=9 2020-07-19 17:30:53,902 DEBUG overshot, min=1 kbps=92260 max=99449 2020-07-19 17:30:53,902 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R92260K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:30:57,231 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=10.9983 real_seconds=1.00 rate_Mbps=92.3460 tx_cpu=99 rx_cpu=35 drop=0 pkt=90098 data_loss=0.00000 2020-07-19 17:30:57,231 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=128 throughput=1<94562/92260<99449 Kbps loss-rate=0 2020-07-19 17:30:57,231 DEBUG undershot, min=94562 kbps=97005 max=99449 2020-07-19 17:30:57,231 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Measuring UDP Throughput (packet size=1024)... 2020-07-19 17:30:57,232 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:31:00,587 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=102.7266 real_seconds=1.00 rate_Mbps=858.7607 tx_cpu=76 rx_cpu=43 drop=23567 pkt=128759 data_loss=18.30315 2020-07-19 17:31:00,587 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<879370/5000000<10000000 Kbps loss-rate=18 2020-07-19 17:31:00,588 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2638110K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:31:03,943 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=108.8945 real_seconds=1.00 rate_Mbps=908.9859 tx_cpu=75 rx_cpu=39 drop=36503 pkt=148011 data_loss=24.66238 2020-07-19 17:31:03,944 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<930801/2638110<2638110 Kbps loss-rate=24 2020-07-19 17:31:03,944 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1784455K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:31:07,274 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=99.7529 real_seconds=1.00 rate_Mbps=832.6906 tx_cpu=68 rx_cpu=41 drop=28207 pkt=130354 data_loss=21.63877 2020-07-19 17:31:07,274 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<852675/1784455<1784455 Kbps loss-rate=21 2020-07-19 17:31:07,275 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1318565K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:31:10,630 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=96.6191 real_seconds=1.00 rate_Mbps=806.6845 tx_cpu=67 rx_cpu=42 drop=45317 pkt=144255 data_loss=31.41453 2020-07-19 17:31:10,631 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<826044/1318565<1318565 Kbps loss-rate=31 2020-07-19 17:31:10,631 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1072304K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:31:13,964 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=91.7793 real_seconds=1.00 rate_Mbps=770.1716 tx_cpu=72 rx_cpu=42 drop=28404 pkt=122386 data_loss=23.20855 2020-07-19 17:31:13,964 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<788655/1072304<1072304 Kbps loss-rate=23 2020-07-19 17:31:13,965 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R930479K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:31:17,296 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=94.3711 real_seconds=1.00 rate_Mbps=789.4553 tx_cpu=92 rx_cpu=42 drop=16948 pkt=113584 data_loss=14.92113 2020-07-19 17:31:17,297 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<808402/930479<930479 Kbps loss-rate=14 2020-07-19 17:31:17,297 DEBUG overshot, min=1 kbps=808402 max=930479 2020-07-19 17:31:17,297 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R808402K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:31:20,652 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=91.1738 real_seconds=1.00 rate_Mbps=765.3504 tx_cpu=95 rx_cpu=39 drop=5319 pkt=98681 data_loss=5.39016 2020-07-19 17:31:20,653 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<783718/808402<930479 Kbps loss-rate=5 2020-07-19 17:31:20,653 DEBUG overshot, min=1 kbps=783718 max=808402 2020-07-19 17:31:20,653 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R783718K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:31:24,008 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=87.4639 real_seconds=1.00 rate_Mbps=733.9320 tx_cpu=94 rx_cpu=39 drop=6106 pkt=95669 data_loss=6.38243 2020-07-19 17:31:24,008 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<751546/783718<808402 Kbps loss-rate=6 2020-07-19 17:31:24,009 DEBUG overshot, min=1 kbps=751546 max=783718 2020-07-19 17:31:24,009 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R751546K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:31:27,362 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=87.0303 real_seconds=1.00 rate_Mbps=732.4440 tx_cpu=98 rx_cpu=40 drop=2622 pkt=91741 data_loss=2.85799 2020-07-19 17:31:27,362 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=1024 throughput=1<750022/751546<783718 Kbps loss-rate=2 2020-07-19 17:31:27,362 INFO [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Measuring UDP Throughput (packet size=8192)... 2020-07-19 17:31:27,363 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:31:30,693 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=44.9375 real_seconds=1.00 rate_Mbps=377.0660 tx_cpu=49 rx_cpu=8 drop=60927 pkt=66679 data_loss=91.37360 2020-07-19 17:31:30,694 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=8192 throughput=1<386115/5000000<10000000 Kbps loss-rate=91 2020-07-19 17:31:30,694 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1158345K -p5001 -P5002 -fparse 172.24.4.81 2020-07-19 17:31:34,049 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] megabytes=133.3594 real_seconds=1.00 rate_Mbps=1119.4249 tx_cpu=99 rx_cpu=18 drop=605 pkt=17675 data_loss=3.42287 2020-07-19 17:31:34,049 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] pkt-size=8192 throughput=1<1146291/1158345<1158345 Kbps loss-rate=3 2020-07-19 17:31:34,061 INFO { 'az_from': u'nova:lf-virtual7', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.167', 'ip_to': u'172.24.4.81', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 362, 'rtt_ms': 1.01, 'throughput_kbps': 3970391, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 11, 'rtt_ms': 0.88, 'throughput_kbps': 4187168, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 109, 'rtt_ms': 0.78, 'throughput_kbps': 4178098, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 94562, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.86, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 750022, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.42, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1146291, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.774', 'rtt_max_ms': '1.443', 'rtt_min_ms': '0.536', 'rtt_stddev': '0.259', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.720', 'rtt_max_ms': '0.789', 'rtt_min_ms': '0.613', 'rtt_stddev': '0.052', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.035', 'rtt_max_ms': '2.894', 'rtt_min_ms': '0.759', 'rtt_stddev': '0.620', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-07-19 17:31:34,062 INFO Deleting floating ip 994734f1-80ee-4a1b-9c5c-f009b73e78a9 2020-07-19 17:31:36,996 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Floating IP 172.24.4.47 deleted 2020-07-19 17:31:37,178 DEBUG [TestClient_ad15336e-fb1c-4a31-8986-765ed05aa6d14] Instance deleted 2020-07-19 17:31:37,293 INFO Cleaning up... 2020-07-19 17:31:37,293 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Terminating nuttcp-8.1.4 2020-07-19 17:31:37,312 INFO Deleting floating ip 8f23d81c-5c65-4802-8050-193d897774d7 2020-07-19 17:31:39,830 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Floating IP 172.24.4.81 deleted 2020-07-19 17:31:39,981 DEBUG [TestServer_ad15336e-fb1c-4a31-8986-765ed05aa6d11] Instance deleted 2020-07-19 17:31:51,110 INFO Network pns-internal-net_ad15336e-fb1c-4a31-8986-765ed05aa6d1 deleted. 2020-07-19 17:31:53,827 INFO Network pns-internal-net2_ad15336e-fb1c-4a31-8986-765ed05aa6d1 deleted. 2020-07-19 17:31:55,394 INFO Removed public key pns_public_key 2020-07-19 17:31:55,394 INFO Deleting security group 2020-07-19 17:31:55,589 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': '16769310', 'rtt_ms': '0.313333'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 142264, 'loss_rate': 2.98}, 1024: {'tp_kbps': 1126105, | | | | | 'loss_rate': 2.09}, 8192: {'tp_kbps': 7193135, 'loss_rate': 3.58}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.310/0.245/0.393/0.050', | | | | | '64-byte': '0.528/0.243/1.804/0.435', '1500-byte': '0.465/0.309/0.795/0.136'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '4320779', 'rtt_ms': '0.776667'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 145338, 'loss_rate': 1.55}, 1024: {'tp_kbps': 1087116, | | | | | 'loss_rate': 4.97}, 8192: {'tp_kbps': 1853751, 'loss_rate': 1.76}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.770/0.640/0.977/0.097', | | | | | '64-byte': '1.232/0.658/4.546/1.149', '1500-byte': '1.025/0.772/2.401/0.461'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '12745657', 'rtt_ms': '0.44'} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 95758, 'loss_rate': 0.0}, 1024: {'tp_kbps': 662773, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 4522263, 'loss_rate': 0.22}} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.544/0.406/0.889/0.131', | | | | | '64-byte': '0.774/0.371/2.108/0.465', '1500-byte': '0.785/0.480/2.142/0.480'}} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '4089940', 'rtt_ms': '0.726667'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 113639, 'loss_rate': 1.72}, 1024: {'tp_kbps': 850203, | | | | | 'loss_rate': 4.4}, 8192: {'tp_kbps': 1356021, 'loss_rate': 1.56}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.729/0.610/0.860/0.067', | | | | | '64-byte': '0.922/0.646/2.427/0.506', '1500-byte': '1.103/0.819/2.966/0.623'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '14346643', 'rtt_ms': '0.556667'} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 78375, 'loss_rate': 0.02}, 1024: {'tp_kbps': 649830, | | | | | 'loss_rate': 0.11}, 8192: {'tp_kbps': 3332570, 'loss_rate': 0.51}} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.461/0.415/0.519/0.046', | | | | | '64-byte': '0.556/0.414/1.266/0.240', '1500-byte': '0.805/0.560/2.329/0.509'}} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '4111885', 'rtt_ms': '0.89'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 94562, 'loss_rate': 0.0}, 1024: {'tp_kbps': 750022, | | | | | 'loss_rate': 2.86}, 8192: {'tp_kbps': 1146291, 'loss_rate': 3.42}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.720/0.613/0.789/0.052', | | | | | '64-byte': '0.774/0.536/1.443/0.259', '1500-byte': '1.035/0.759/2.894/0.620'}} | | 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-07-19 17:31:55,592 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2020-07-19 17:31:55,977 - 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-07-19 17:31:55,979 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 16:37 | PASS | +-------------------+------------------+------------------+----------------+ 2020-07-19 17:32:04,528 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.log ('text/plain', None)