2020-01-03 13:03:33,086 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+-------------------------------------------------------------------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+-------------------------------------------------------------------------------------------------------------------+ | TEST_DB_EXT_URL | | | S3_DST_URL | s3://artifacts.opnfv.org/functest/1APATFA5TTY0/functest-opnfv-functest-benchmarking-hunter-vmtp-run-345 | | S3_ENDPOINT_URL | https://storage.googleapis.com | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | BUILD_TAG | 1APATFA5TTY0 | | 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/1APATFA5TTY0/functest-opnfv-functest-benchmarking-hunter-vmtp-run-345 | | NODE_NAME | lf-virtual6 | +-------------------------+-------------------------------------------------------------------------------------------------------------------+ 2020-01-03 13:03:33,092 - 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 2020-01-03 13:03:33,092 - xtesting.ci.run_tests - DEBUG - Test args: vmtp 2020-01-03 13:03:33,104 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2020-01-03 13:03:35,159 - functest.core.tenantnetwork - DEBUG - password: ,(e! # 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-01-03 13:20:47,376 - 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-01-03 13:03:47,922 INFO Using http://172.30.13.91/identity/v3 2020-01-03 13:03:47,923 INFO VM public key: /tmp/tmpCAjmtx 2020-01-03 13:03:47,923 INFO VM private key: /tmp/tmpHTekxx 2020-01-03 13:03:48,585 INFO Found image vmtp-img_91780afc-57d5-459e-8191-cb54140b93ab to launch VM, will continue 2020-01-03 13:03:49,131 INFO Using external router: vmtp-router_91780afc-57d5-459e-8191-cb54140b93ab 2020-01-03 13:03:49,133 INFO Using external network: public. 2020-01-03 13:03:50,734 INFO Created internal network: pns-internal-net_91780afc-57d5-459e-8191-cb54140b93ab. 2020-01-03 13:03:51,432 INFO Created internal network: pns-internal-net2_91780afc-57d5-459e-8191-cb54140b93ab. 2020-01-03 13:03:54,492 DEBUG Ext router associated to pns-internal-net_91780afc-57d5-459e-8191-cb54140b93ab 2020-01-03 13:03:56,583 DEBUG Ext router associated to pns-internal-net2_91780afc-57d5-459e-8191-cb54140b93ab 2020-01-03 13:03:56,631 INFO OpenStack agent: Open vSwitch agent 2020-01-03 13:03:56,631 INFO OpenStack network type: vxlan 2020-01-03 13:03:58,105 INFO [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] Creating server VM... 2020-01-03 13:03:58,105 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] Starting on zone nova:lf-virtual6 2020-01-03 13:04:00,686 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 1 of 150... 2020-01-03 13:04:02,995 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 2 of 150... 2020-01-03 13:04:05,353 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 3 of 150... 2020-01-03 13:04:07,754 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 4 of 150... 2020-01-03 13:04:10,055 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 5 of 150... 2020-01-03 13:04:12,359 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 6 of 150... 2020-01-03 13:04:14,677 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 7 of 150... 2020-01-03 13:04:17,131 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 8 of 150... 2020-01-03 13:04:19,532 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 9 of 150... 2020-01-03 13:04:21,835 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 10 of 150... 2020-01-03 13:04:25,125 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 11 of 150... 2020-01-03 13:04:27,463 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 12 of 150... 2020-01-03 13:04:29,811 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 13 of 150... 2020-01-03 13:04:32,111 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 14 of 150... 2020-01-03 13:04:34,477 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 15 of 150... 2020-01-03 13:04:36,757 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 16 of 150... 2020-01-03 13:04:39,108 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 17 of 150... 2020-01-03 13:04:44,350 INFO [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] Internal network IP: 192.168.1.12 2020-01-03 13:04:44,350 INFO [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] SSH IP: 172.24.4.29 2020-01-03 13:04:44,350 INFO [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] Setup SSH for ubuntu@172.24.4.29 2020-01-03 13:05:11,561 INFO [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] Installing nuttcp-8.1.4... 2020-01-03 13:05:11,611 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] Copying nuttcp-8.1.4 to target... 2020-01-03 13:05:11,849 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] Starting nuttcp-8.1.4 server... 2020-01-03 13:05:11,899 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] 2020-01-03 13:05:11,954 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Creating client VM... 2020-01-03 13:05:11,954 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Starting on zone nova:lf-virtual6 2020-01-03 13:05:13,086 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 1 of 150... 2020-01-03 13:05:15,285 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 2 of 150... 2020-01-03 13:05:17,891 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 3 of 150... 2020-01-03 13:05:20,202 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 4 of 150... 2020-01-03 13:05:22,675 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 5 of 150... 2020-01-03 13:05:24,937 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] VM status=BUILD, retrying 6 of 150... 2020-01-03 13:05:31,263 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Internal network IP: 192.168.1.6 2020-01-03 13:05:31,263 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] SSH IP: 172.24.4.4 2020-01-03 13:05:31,263 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Setup SSH for ubuntu@172.24.4.4 2020-01-03 13:05:52,163 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Installing nuttcp-8.1.4... 2020-01-03 13:05:52,210 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Copying nuttcp-8.1.4 to target... 2020-01-03 13:05:52,394 INFO ============================================================ 2020-01-03 13:05:52,394 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2020-01-03 13:06:01,444 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=1.40 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.595 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.345 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.473 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.395 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.153 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.523 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.475 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.379 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.313 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.153/0.505/1.405/0.322 ms 2020-01-03 13:06:10,496 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.256 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.305 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.441 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.358 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.498 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.455 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.439 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.278 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.381 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.444 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.256/0.385/0.498/0.081 ms 2020-01-03 13:06:19,545 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=1.34 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.282 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.326 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.621 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.392 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.455 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.436 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.361 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.468 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.421 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.282/0.510/1.345/0.292 ms 2020-01-03 13:06:19,546 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Measuring TCP Throughput (packet size=65536)... 2020-01-03 13:06:19,546 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:06:29,677 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=17541.0000 real_seconds=10.01 rate_Mbps=14698.0308 tx_cpu=46 rx_cpu=64 retrans=0 cwnd=3136 rtt_ms=0.47 2020-01-03 13:06:29,679 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:06:39,808 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=18789.8125 real_seconds=10.01 rate_Mbps=15743.2177 tx_cpu=55 rx_cpu=68 retrans=0 cwnd=3136 rtt_ms=0.45 2020-01-03 13:06:39,809 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:06:49,942 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=15172.5788 real_seconds=10.01 rate_Mbps=12710.8004 tx_cpu=40 rx_cpu=57 retrans=0 cwnd=3136 rtt_ms=0.31 2020-01-03 13:06:49,942 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Measuring UDP Throughput (packet size=128)... 2020-01-03 13:06:49,943 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:06:53,273 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=23.0117 real_seconds=1.00 rate_Mbps=192.5966 tx_cpu=32 rx_cpu=42 drop=4946 pkt=193458 data_loss=2.55680 2020-01-03 13:06:53,275 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=128 throughput=1<197218/5000000<10000000 Kbps loss-rate=2 2020-01-03 13:06:53,275 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R591654K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:06:56,630 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=21.8234 real_seconds=1.00 rate_Mbps=182.3201 tx_cpu=25 rx_cpu=40 drop=2064 pkt=180842 data_loss=1.14154 2020-01-03 13:06:56,630 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=128 throughput=1<186695/591654<591654 Kbps loss-rate=1 2020-01-03 13:06:56,630 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R389174K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:06:59,988 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=20.2424 real_seconds=1.00 rate_Mbps=169.4011 tx_cpu=32 rx_cpu=39 drop=4710 pkt=170536 data_loss=2.76211 2020-01-03 13:06:59,988 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=128 throughput=1<173466/389174<389174 Kbps loss-rate=2 2020-01-03 13:06:59,988 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R281320K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:07:03,319 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=17.0543 real_seconds=1.00 rate_Mbps=142.5493 tx_cpu=23 rx_cpu=40 drop=387 pkt=140096 data_loss=0.27658 2020-01-03 13:07:03,320 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=128 throughput=1<145970/281320<281320 Kbps loss-rate=0 2020-01-03 13:07:03,320 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R213645K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:07:06,680 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=19.1851 real_seconds=1.00 rate_Mbps=160.5530 tx_cpu=34 rx_cpu=44 drop=1733 pkt=158897 data_loss=1.09040 2020-01-03 13:07:06,681 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=128 throughput=1<164406/213645<213645 Kbps loss-rate=1 2020-01-03 13:07:06,681 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R189025K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:07:10,014 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=19.5155 real_seconds=1.00 rate_Mbps=163.2671 tx_cpu=36 rx_cpu=44 drop=5277 pkt=165148 data_loss=3.19548 2020-01-03 13:07:10,014 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=128 throughput=1<167185/189025<189025 Kbps loss-rate=3 2020-01-03 13:07:10,014 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Measuring UDP Throughput (packet size=1024)... 2020-01-03 13:07:10,015 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:07:13,370 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=165.7734 real_seconds=1.00 rate_Mbps=1387.0603 tx_cpu=48 rx_cpu=49 drop=13205 pkt=182957 data_loss=7.21754 2020-01-03 13:07:13,370 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=1024 throughput=1<1420349/5000000<10000000 Kbps loss-rate=7 2020-01-03 13:07:13,370 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3210174K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:07:16,702 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=123.6377 real_seconds=1.00 rate_Mbps=1034.0831 tx_cpu=41 rx_cpu=40 drop=975 pkt=127580 data_loss=0.76419 2020-01-03 13:07:16,702 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=1024 throughput=1<1058901/3210174<3210174 Kbps loss-rate=0 2020-01-03 13:07:16,703 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2134537K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:07:20,058 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=135.3857 real_seconds=1.00 rate_Mbps=1134.1192 tx_cpu=36 rx_cpu=42 drop=116 pkt=138751 data_loss=0.08362 2020-01-03 13:07:20,059 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=1024 throughput=1<1161338/2134537<2134537 Kbps loss-rate=0 2020-01-03 13:07:20,059 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1647937K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:07:23,388 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=158.9688 real_seconds=1.00 rate_Mbps=1329.4173 tx_cpu=53 rx_cpu=42 drop=3800 pkt=166584 data_loss=2.28111 2020-01-03 13:07:23,388 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=1024 throughput=1<1361323/1647937<1647937 Kbps loss-rate=2 2020-01-03 13:07:23,389 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Measuring UDP Throughput (packet size=8192)... 2020-01-03 13:07:23,389 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:07:26,715 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=593.4062 real_seconds=1.00 rate_Mbps=4974.1069 tx_cpu=99 rx_cpu=31 drop=338 pkt=76294 data_loss=0.44304 2020-01-03 13:07:26,715 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=8192 throughput=1<5093485/5000000<10000000 Kbps loss-rate=0 2020-01-03 13:07:26,715 DEBUG undershot, min=5093485 kbps=7546742 max=10000000 2020-01-03 13:07:26,716 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7546742K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:07:30,069 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] megabytes=871.0703 real_seconds=1.00 rate_Mbps=7300.4678 tx_cpu=95 rx_cpu=42 drop=3657 pkt=115154 data_loss=3.17575 2020-01-03 13:07:30,070 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] pkt-size=8192 throughput=5093485<7475679/7546742<10000000 Kbps loss-rate=3 2020-01-03 13:07:30,081 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.6', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.47, 'throughput_kbps': 15050783, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.45, 'throughput_kbps': 16121054, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.31, 'throughput_kbps': 13015859, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.2, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 167185, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.28, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1361323, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.18, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 7475679, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.505', 'rtt_max_ms': '1.405', 'rtt_min_ms': '0.153', 'rtt_stddev': '0.322', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.385', 'rtt_max_ms': '0.498', 'rtt_min_ms': '0.256', 'rtt_stddev': '0.081', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.510', 'rtt_max_ms': '1.345', 'rtt_min_ms': '0.282', 'rtt_stddev': '0.292', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2020-01-03 13:07:30,082 INFO Deleting floating ip 025e85b1-28b4-4196-9e5f-0ba3b550d6cb 2020-01-03 13:07:32,024 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Floating IP 172.24.4.4 deleted 2020-01-03 13:07:32,189 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab1] Instance deleted 2020-01-03 13:07:32,303 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Creating client VM... 2020-01-03 13:07:32,303 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Starting on zone nova:lf-virtual6 2020-01-03 13:07:34,207 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 1 of 150... 2020-01-03 13:07:36,382 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 2 of 150... 2020-01-03 13:07:38,630 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 3 of 150... 2020-01-03 13:07:40,883 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 4 of 150... 2020-01-03 13:07:43,136 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 5 of 150... 2020-01-03 13:07:45,457 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 6 of 150... 2020-01-03 13:07:47,743 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 7 of 150... 2020-01-03 13:07:50,046 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 8 of 150... 2020-01-03 13:07:53,111 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 9 of 150... 2020-01-03 13:07:55,360 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 10 of 150... 2020-01-03 13:07:57,652 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 11 of 150... 2020-01-03 13:08:00,045 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 12 of 150... 2020-01-03 13:08:02,281 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] VM status=BUILD, retrying 13 of 150... 2020-01-03 13:08:08,935 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Internal network IP: 192.168.2.5 2020-01-03 13:08:08,935 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] SSH IP: 172.24.4.14 2020-01-03 13:08:08,935 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Setup SSH for ubuntu@172.24.4.14 2020-01-03 13:08:32,875 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Installing nuttcp-8.1.4... 2020-01-03 13:08:32,930 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Copying nuttcp-8.1.4 to target... 2020-01-03 13:08:33,082 INFO ============================================================ 2020-01-03 13:08:33,082 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2020-01-03 13:08:42,130 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=1.63 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.867 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.639 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.373 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.574 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.444 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.430 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.597 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.431 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.434 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.373/0.642/1.636/0.360 ms 2020-01-03 13:08:51,175 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=0.758 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.497 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.491 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.498 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.443 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.595 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.527 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.474 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.528 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.454 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.443/0.526/0.758/0.090 ms 2020-01-03 13:09:00,247 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=1.10 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.714 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.632 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.693 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.667 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.618 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.679 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.525 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.469 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.604 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.469/0.670/1.104/0.163 ms 2020-01-03 13:09:00,248 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Measuring TCP Throughput (packet size=65536)... 2020-01-03 13:09:00,248 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:09:10,378 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=15026.0882 real_seconds=10.01 rate_Mbps=12594.6074 tx_cpu=46 rx_cpu=57 retrans=0 cwnd=3136 rtt_ms=0.70 2020-01-03 13:09:10,379 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:09:20,477 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=14081.4375 real_seconds=10.01 rate_Mbps=11803.8046 tx_cpu=43 rx_cpu=52 retrans=0 cwnd=3136 rtt_ms=0.38 2020-01-03 13:09:20,478 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:09:30,604 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=15130.3278 real_seconds=10.01 rate_Mbps=12683.2338 tx_cpu=42 rx_cpu=55 retrans=0 cwnd=3136 rtt_ms=0.60 2020-01-03 13:09:30,604 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Measuring UDP Throughput (packet size=128)... 2020-01-03 13:09:30,604 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:09:33,935 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=9.8772 real_seconds=1.01 rate_Mbps=82.1909 tx_cpu=20 rx_cpu=29 drop=474 pkt=81388 data_loss=0.58278 2020-01-03 13:09:33,935 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<84163/5000000<10000000 Kbps loss-rate=0 2020-01-03 13:09:33,936 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R252489K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:09:37,292 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=7.7740 real_seconds=1.01 rate_Mbps=64.8238 tx_cpu=15 rx_cpu=28 drop=551 pkt=64236 data_loss=0.85828 2020-01-03 13:09:37,293 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<66379/252489<252489 Kbps loss-rate=0 2020-01-03 13:09:37,293 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R159434K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:09:40,650 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=8.2336 real_seconds=1.01 rate_Mbps=68.7168 tx_cpu=16 rx_cpu=29 drop=90 pkt=67540 data_loss=0.13342 2020-01-03 13:09:40,650 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<70366/159434<159434 Kbps loss-rate=0 2020-01-03 13:09:40,651 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R114900K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:09:43,978 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=9.4214 real_seconds=1.01 rate_Mbps=78.5631 tx_cpu=14 rx_cpu=27 drop=663 pkt=77843 data_loss=0.85137 2020-01-03 13:09:43,978 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<80448/114900<114900 Kbps loss-rate=0 2020-01-03 13:09:43,978 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R97674K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:09:47,334 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=7.8092 real_seconds=1.01 rate_Mbps=65.1119 tx_cpu=17 rx_cpu=27 drop=183 pkt=64156 data_loss=0.28475 2020-01-03 13:09:47,335 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<66674/97674<97674 Kbps loss-rate=0 2020-01-03 13:09:47,335 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R82174K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:09:50,668 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=9.7959 real_seconds=1.00 rate_Mbps=81.9077 tx_cpu=19 rx_cpu=31 drop=0 pkt=80248 data_loss=0.00000 2020-01-03 13:09:50,668 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<83873/82174<82174 Kbps loss-rate=0 2020-01-03 13:09:50,668 DEBUG undershot, min=83873 kbps=83023 max=82174 2020-01-03 13:09:50,668 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Measuring UDP Throughput (packet size=1024)... 2020-01-03 13:09:50,669 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:09:54,022 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=73.9326 real_seconds=1.00 rate_Mbps=617.7012 tx_cpu=17 rx_cpu=26 drop=0 pkt=75707 data_loss=0.00000 2020-01-03 13:09:54,023 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<632526/5000000<10000000 Kbps loss-rate=0 2020-01-03 13:09:54,023 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1897578K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:09:57,352 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=89.7793 real_seconds=1.00 rate_Mbps=750.9538 tx_cpu=18 rx_cpu=33 drop=35 pkt=91969 data_loss=0.03808 2020-01-03 13:09:57,352 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<768976/1897578<1897578 Kbps loss-rate=0 2020-01-03 13:09:57,352 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1333277K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:10:00,681 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=83.9629 real_seconds=1.00 rate_Mbps=702.3736 tx_cpu=21 rx_cpu=29 drop=0 pkt=85978 data_loss=0.00000 2020-01-03 13:10:00,682 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<719230/1333277<1333277 Kbps loss-rate=0 2020-01-03 13:10:00,682 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1026253K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:10:04,040 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=65.1455 real_seconds=1.00 rate_Mbps=544.2341 tx_cpu=25 rx_cpu=30 drop=0 pkt=66709 data_loss=0.00000 2020-01-03 13:10:04,040 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<557295/1026253<1026253 Kbps loss-rate=0 2020-01-03 13:10:04,040 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R791774K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:10:07,373 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=51.9658 real_seconds=1.00 rate_Mbps=433.9443 tx_cpu=19 rx_cpu=25 drop=713 pkt=53926 data_loss=1.32220 2020-01-03 13:10:07,374 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<444358/791774<791774 Kbps loss-rate=1 2020-01-03 13:10:07,374 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R618066K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:10:10,728 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=53.7422 real_seconds=1.00 rate_Mbps=449.4159 tx_cpu=20 rx_cpu=23 drop=0 pkt=55032 data_loss=0.00000 2020-01-03 13:10:10,728 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<460201/618066<618066 Kbps loss-rate=0 2020-01-03 13:10:10,729 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R539133K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:10:14,080 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=64.2695 real_seconds=1.00 rate_Mbps=539.0532 tx_cpu=99 rx_cpu=25 drop=0 pkt=65812 data_loss=0.00000 2020-01-03 13:10:14,081 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<551990/539133<539133 Kbps loss-rate=0 2020-01-03 13:10:14,081 DEBUG undershot, min=551990 kbps=545561 max=539133 2020-01-03 13:10:14,082 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Measuring UDP Throughput (packet size=8192)... 2020-01-03 13:10:14,082 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:10:17,438 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=446.4141 real_seconds=1.00 rate_Mbps=3730.1294 tx_cpu=30 rx_cpu=27 drop=399 pkt=57540 data_loss=0.69341 2020-01-03 13:10:17,439 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=8192 throughput=1<3819652/5000000<10000000 Kbps loss-rate=0 2020-01-03 13:10:17,439 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4409826K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:10:20,796 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=433.8438 real_seconds=1.00 rate_Mbps=3625.2105 tx_cpu=29 rx_cpu=29 drop=27 pkt=55559 data_loss=0.04859 2020-01-03 13:10:20,796 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=8192 throughput=1<3712215/4409826<4409826 Kbps loss-rate=0 2020-01-03 13:10:20,796 DEBUG undershot, min=3712215 kbps=4061020 max=4409826 2020-01-03 13:10:20,796 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4061020K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:10:24,149 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=483.0547 real_seconds=1.00 rate_Mbps=4050.8399 tx_cpu=36 rx_cpu=33 drop=135 pkt=61966 data_loss=0.21786 2020-01-03 13:10:24,149 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=8192 throughput=3712215<4148060/4061020<4409826 Kbps loss-rate=0 2020-01-03 13:10:24,149 DEBUG undershot, min=4148060 kbps=4278943 max=4409826 2020-01-03 13:10:24,150 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4278943K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:10:27,477 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=507.7188 real_seconds=1.00 rate_Mbps=4253.4518 tx_cpu=61 rx_cpu=32 drop=304 pkt=65292 data_loss=0.46560 2020-01-03 13:10:27,478 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=8192 throughput=4148060<4355534/4278943<4409826 Kbps loss-rate=0 2020-01-03 13:10:27,478 DEBUG undershot, min=4355534 kbps=4382680 max=4409826 2020-01-03 13:10:27,485 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.5', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.7, 'throughput_kbps': 12896877, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.38, 'throughput_kbps': 12087095, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.6, 'throughput_kbps': 12987631, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 83873, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 551990, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.47, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 4355534, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.642', 'rtt_max_ms': '1.636', 'rtt_min_ms': '0.373', 'rtt_stddev': '0.360', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.526', 'rtt_max_ms': '0.758', 'rtt_min_ms': '0.443', 'rtt_stddev': '0.090', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.670', 'rtt_max_ms': '1.104', 'rtt_min_ms': '0.469', 'rtt_stddev': '0.163', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-01-03 13:10:27,486 INFO ============================================================ 2020-01-03 13:10:27,486 INFO Flow 3: VM to VM different network floating IP (intra-node) 2020-01-03 13:10:36,531 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] PING 172.24.4.29 (172.24.4.29) 64(92) bytes of data. 72 bytes from 172.24.4.29: icmp_seq=1 ttl=63 time=0.950 ms 72 bytes from 172.24.4.29: icmp_seq=2 ttl=63 time=0.705 ms 72 bytes from 172.24.4.29: icmp_seq=3 ttl=63 time=0.457 ms 72 bytes from 172.24.4.29: icmp_seq=4 ttl=63 time=0.418 ms 72 bytes from 172.24.4.29: icmp_seq=5 ttl=63 time=0.482 ms 72 bytes from 172.24.4.29: icmp_seq=6 ttl=63 time=0.339 ms 72 bytes from 172.24.4.29: icmp_seq=7 ttl=63 time=0.650 ms 72 bytes from 172.24.4.29: icmp_seq=8 ttl=63 time=0.548 ms 72 bytes from 172.24.4.29: icmp_seq=9 ttl=63 time=0.606 ms 72 bytes from 172.24.4.29: icmp_seq=10 ttl=63 time=0.565 ms --- 172.24.4.29 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.339/0.572/0.950/0.163 ms 2020-01-03 13:10:45,578 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] PING 172.24.4.29 (172.24.4.29) 391(419) bytes of data. 399 bytes from 172.24.4.29: icmp_seq=1 ttl=63 time=0.449 ms 399 bytes from 172.24.4.29: icmp_seq=2 ttl=63 time=0.389 ms 399 bytes from 172.24.4.29: icmp_seq=3 ttl=63 time=0.522 ms 399 bytes from 172.24.4.29: icmp_seq=4 ttl=63 time=0.322 ms 399 bytes from 172.24.4.29: icmp_seq=5 ttl=63 time=0.435 ms 399 bytes from 172.24.4.29: icmp_seq=6 ttl=63 time=0.485 ms 399 bytes from 172.24.4.29: icmp_seq=7 ttl=63 time=0.306 ms 399 bytes from 172.24.4.29: icmp_seq=8 ttl=63 time=0.349 ms 399 bytes from 172.24.4.29: icmp_seq=9 ttl=63 time=0.549 ms 399 bytes from 172.24.4.29: icmp_seq=10 ttl=63 time=0.564 ms --- 172.24.4.29 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.306/0.437/0.564/0.088 ms 2020-01-03 13:10:54,626 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] PING 172.24.4.29 (172.24.4.29) 1500(1528) bytes of data. 1508 bytes from 172.24.4.29: icmp_seq=1 ttl=63 time=1.91 ms 1508 bytes from 172.24.4.29: icmp_seq=2 ttl=63 time=0.720 ms 1508 bytes from 172.24.4.29: icmp_seq=3 ttl=63 time=0.531 ms 1508 bytes from 172.24.4.29: icmp_seq=4 ttl=63 time=0.626 ms 1508 bytes from 172.24.4.29: icmp_seq=5 ttl=63 time=0.587 ms 1508 bytes from 172.24.4.29: icmp_seq=6 ttl=63 time=0.518 ms 1508 bytes from 172.24.4.29: icmp_seq=7 ttl=63 time=0.450 ms 1508 bytes from 172.24.4.29: icmp_seq=8 ttl=63 time=0.495 ms 1508 bytes from 172.24.4.29: icmp_seq=9 ttl=63 time=0.580 ms 1508 bytes from 172.24.4.29: icmp_seq=10 ttl=63 time=0.430 ms --- 172.24.4.29 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.430/0.684/1.910/0.417 ms 2020-01-03 13:10:54,626 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Measuring TCP Throughput (packet size=65536)... 2020-01-03 13:10:54,626 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:04,727 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=13367.6875 real_seconds=10.01 rate_Mbps=11205.6708 tx_cpu=42 rx_cpu=53 retrans=0 cwnd=3136 rtt_ms=0.78 2020-01-03 13:11:04,727 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:14,831 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=15001.1875 real_seconds=10.01 rate_Mbps=12574.8392 tx_cpu=45 rx_cpu=56 retrans=0 cwnd=3136 rtt_ms=0.51 2020-01-03 13:11:14,832 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:24,935 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=14706.8125 real_seconds=10.01 rate_Mbps=12327.4751 tx_cpu=43 rx_cpu=57 retrans=0 cwnd=3136 rtt_ms=0.32 2020-01-03 13:11:24,935 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Measuring UDP Throughput (packet size=128)... 2020-01-03 13:11:24,935 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:28,266 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=10.4808 real_seconds=1.00 rate_Mbps=87.5286 tx_cpu=13 rx_cpu=32 drop=61 pkt=85919 data_loss=0.07056 2020-01-03 13:11:28,266 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<89629/5000000<10000000 Kbps loss-rate=0 2020-01-03 13:11:28,266 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R268887K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:31,625 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=10.5872 real_seconds=1.00 rate_Mbps=88.3895 tx_cpu=16 rx_cpu=33 drop=165 pkt=86895 data_loss=0.18949 2020-01-03 13:11:31,625 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<90510/268887<268887 Kbps loss-rate=0 2020-01-03 13:11:31,625 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R179698K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:34,956 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=9.6108 real_seconds=1.01 rate_Mbps=80.1901 tx_cpu=19 rx_cpu=32 drop=7 pkt=78738 data_loss=0.00832 2020-01-03 13:11:34,956 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<82114/179698<179698 Kbps loss-rate=0 2020-01-03 13:11:34,956 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R130906K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:38,287 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=10.3842 real_seconds=1.00 rate_Mbps=86.7884 tx_cpu=17 rx_cpu=32 drop=16 pkt=85084 data_loss=0.01926 2020-01-03 13:11:38,288 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<88871/130906<130906 Kbps loss-rate=0 2020-01-03 13:11:38,288 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R109888K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:41,645 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=9.8491 real_seconds=1.00 rate_Mbps=82.2490 tx_cpu=17 rx_cpu=30 drop=276 pkt=80960 data_loss=0.34100 2020-01-03 13:11:41,645 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<84222/109888<109888 Kbps loss-rate=0 2020-01-03 13:11:41,645 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R97055K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:44,974 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=9.4241 real_seconds=1.01 rate_Mbps=78.5796 tx_cpu=12 rx_cpu=26 drop=0 pkt=77202 data_loss=0.00000 2020-01-03 13:11:44,974 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=1<80465/97055<97055 Kbps loss-rate=0 2020-01-03 13:11:44,974 DEBUG undershot, min=80465 kbps=88760 max=97055 2020-01-03 13:11:44,975 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R88760K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:48,308 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=9.3152 real_seconds=1.00 rate_Mbps=77.8313 tx_cpu=19 rx_cpu=31 drop=0 pkt=76310 data_loss=0.00000 2020-01-03 13:11:48,309 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=80465<79699/88760<97055 Kbps loss-rate=0 2020-01-03 13:11:48,309 DEBUG undershot, min=88760 kbps=92907 max=97055 2020-01-03 13:11:48,309 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R92907K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:51,667 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=9.7227 real_seconds=1.00 rate_Mbps=81.1708 tx_cpu=20 rx_cpu=30 drop=0 pkt=79648 data_loss=0.00000 2020-01-03 13:11:51,667 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=128 throughput=88760<83118/92907<97055 Kbps loss-rate=0 2020-01-03 13:11:51,667 DEBUG undershot, min=92907 kbps=94981 max=97055 2020-01-03 13:11:51,667 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Measuring UDP Throughput (packet size=1024)... 2020-01-03 13:11:51,668 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:54,997 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=83.3408 real_seconds=1.00 rate_Mbps=697.4612 tx_cpu=18 rx_cpu=36 drop=592 pkt=85933 data_loss=0.68888 2020-01-03 13:11:54,997 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<714200/5000000<10000000 Kbps loss-rate=0 2020-01-03 13:11:54,997 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2142600K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:11:58,327 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=88.1074 real_seconds=1.00 rate_Mbps=737.6558 tx_cpu=27 rx_cpu=36 drop=248 pkt=90470 data_loss=0.27414 2020-01-03 13:11:58,328 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<755359/2142600<2142600 Kbps loss-rate=0 2020-01-03 13:11:58,328 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1448979K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:12:01,661 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=79.3848 real_seconds=1.00 rate_Mbps=663.5462 tx_cpu=20 rx_cpu=28 drop=48 pkt=81338 data_loss=0.05892 2020-01-03 13:12:01,662 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<679471/1448979<1448979 Kbps loss-rate=0 2020-01-03 13:12:01,662 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1064225K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:12:04,992 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=76.3496 real_seconds=1.00 rate_Mbps=638.5437 tx_cpu=31 rx_cpu=34 drop=0 pkt=78182 data_loss=0.00000 2020-01-03 13:12:04,993 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<653868/1064225<1064225 Kbps loss-rate=0 2020-01-03 13:12:04,993 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R859046K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:12:08,351 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=74.5723 real_seconds=1.00 rate_Mbps=623.4136 tx_cpu=24 rx_cpu=32 drop=0 pkt=76362 data_loss=0.00000 2020-01-03 13:12:08,351 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<638375/859046<859046 Kbps loss-rate=0 2020-01-03 13:12:08,352 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R748710K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:12:11,684 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=80.5469 real_seconds=1.00 rate_Mbps=673.8084 tx_cpu=24 rx_cpu=31 drop=0 pkt=82480 data_loss=0.00000 2020-01-03 13:12:11,685 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=1<689979/748710<748710 Kbps loss-rate=0 2020-01-03 13:12:11,685 DEBUG undershot, min=689979 kbps=719344 max=748710 2020-01-03 13:12:11,685 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R719344K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:12:15,038 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=85.4502 real_seconds=1.00 rate_Mbps=715.1276 tx_cpu=45 rx_cpu=30 drop=0 pkt=87501 data_loss=0.00000 2020-01-03 13:12:15,039 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=1024 throughput=689979<732290/719344<748710 Kbps loss-rate=0 2020-01-03 13:12:15,039 DEBUG undershot, min=732290 kbps=740500 max=748710 2020-01-03 13:12:15,039 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Measuring UDP Throughput (packet size=8192)... 2020-01-03 13:12:15,039 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:12:18,396 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=429.1719 real_seconds=1.00 rate_Mbps=3585.8971 tx_cpu=29 rx_cpu=29 drop=46 pkt=54980 data_loss=0.08365 2020-01-03 13:12:18,396 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=8192 throughput=1<3671958/5000000<10000000 Kbps loss-rate=0 2020-01-03 13:12:18,396 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4335979K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:12:21,755 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=480.3516 real_seconds=1.00 rate_Mbps=4017.5729 tx_cpu=35 rx_cpu=29 drop=16 pkt=61501 data_loss=0.02602 2020-01-03 13:12:21,755 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=8192 throughput=1<4113994/4335979<4335979 Kbps loss-rate=0 2020-01-03 13:12:21,755 DEBUG undershot, min=4113994 kbps=4224986 max=4335979 2020-01-03 13:12:21,755 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4224986K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:12:25,109 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] megabytes=492.1641 real_seconds=1.00 rate_Mbps=4112.8889 tx_cpu=48 rx_cpu=28 drop=81 pkt=63078 data_loss=0.12841 2020-01-03 13:12:25,110 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] pkt-size=8192 throughput=4113994<4211598/4224986<4335979 Kbps loss-rate=0 2020-01-03 13:12:25,110 DEBUG undershot, min=4211598 kbps=4273788 max=4335979 2020-01-03 13:12:25,116 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.5', 'ip_to': u'172.24.4.29', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.78, 'throughput_kbps': 11474606, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.51, 'throughput_kbps': 12876635, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.32, 'throughput_kbps': 12623334, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 83118, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 732290, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.13, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 4211598, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.572', 'rtt_max_ms': '0.950', 'rtt_min_ms': '0.339', 'rtt_stddev': '0.163', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.437', 'rtt_max_ms': '0.564', 'rtt_min_ms': '0.306', 'rtt_stddev': '0.088', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.684', 'rtt_max_ms': '1.910', 'rtt_min_ms': '0.430', 'rtt_stddev': '0.417', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-01-03 13:12:25,117 INFO Deleting floating ip 9cba5132-a503-4933-948d-d215b911d8a2 2020-01-03 13:12:27,708 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Floating IP 172.24.4.14 deleted 2020-01-03 13:12:28,423 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab2] Instance deleted 2020-01-03 13:12:28,427 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Creating client VM... 2020-01-03 13:12:28,427 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Starting on zone nova:lf-virtual7 2020-01-03 13:12:29,805 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 1 of 150... 2020-01-03 13:12:32,997 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 2 of 150... 2020-01-03 13:12:36,055 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 3 of 150... 2020-01-03 13:12:38,465 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 4 of 150... 2020-01-03 13:12:40,721 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 5 of 150... 2020-01-03 13:12:43,029 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 6 of 150... 2020-01-03 13:12:45,289 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 7 of 150... 2020-01-03 13:12:47,661 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 8 of 150... 2020-01-03 13:12:50,021 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 9 of 150... 2020-01-03 13:12:53,071 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 10 of 150... 2020-01-03 13:12:55,403 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 11 of 150... 2020-01-03 13:12:57,729 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 12 of 150... 2020-01-03 13:13:00,047 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 13 of 150... 2020-01-03 13:13:02,434 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 14 of 150... 2020-01-03 13:13:04,854 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 15 of 150... 2020-01-03 13:13:07,249 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 16 of 150... 2020-01-03 13:13:09,566 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 17 of 150... 2020-01-03 13:13:11,893 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 18 of 150... 2020-01-03 13:13:14,137 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 19 of 150... 2020-01-03 13:13:16,484 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 20 of 150... 2020-01-03 13:13:18,792 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 21 of 150... 2020-01-03 13:13:20,976 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 22 of 150... 2020-01-03 13:13:23,239 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 23 of 150... 2020-01-03 13:13:25,544 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 24 of 150... 2020-01-03 13:13:27,823 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 25 of 150... 2020-01-03 13:13:30,074 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 26 of 150... 2020-01-03 13:13:32,337 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 27 of 150... 2020-01-03 13:13:34,584 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] VM status=BUILD, retrying 28 of 150... 2020-01-03 13:13:40,514 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Internal network IP: 192.168.1.10 2020-01-03 13:13:40,515 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] SSH IP: 172.24.4.26 2020-01-03 13:13:40,515 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Setup SSH for ubuntu@172.24.4.26 2020-01-03 13:14:07,140 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Installing nuttcp-8.1.4... 2020-01-03 13:14:07,187 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Copying nuttcp-8.1.4 to target... 2020-01-03 13:14:07,815 INFO ============================================================ 2020-01-03 13:14:07,816 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2020-01-03 13:14:16,887 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=3.69 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=1.31 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.762 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.565 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.662 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.730 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.768 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.661 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.678 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.683 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.565/1.051/3.695/0.903 ms 2020-01-03 13:14:25,931 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.555 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.675 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.687 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.684 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.632 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.565 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.784 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.608 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.747 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.725 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.555/0.666/0.784/0.073 ms 2020-01-03 13:14:34,987 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=2.00 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.771 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.795 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.900 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.841 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.819 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.891 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.853 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.871 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.829 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9011ms rtt min/avg/max/mdev = 0.771/0.957/2.005/0.352 ms 2020-01-03 13:14:34,988 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Measuring TCP Throughput (packet size=65536)... 2020-01-03 13:14:34,988 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:14:45,091 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=4573.8286 real_seconds=10.00 rate_Mbps=3836.8339 tx_cpu=9 rx_cpu=20 retrans=166 cwnd=494 rtt_ms=1.19 2020-01-03 13:14:45,091 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:14:55,213 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=4687.1694 real_seconds=10.00 rate_Mbps=3932.3235 tx_cpu=9 rx_cpu=19 retrans=111 cwnd=660 rtt_ms=0.71 2020-01-03 13:14:55,213 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:05,312 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=4546.5985 real_seconds=10.00 rate_Mbps=3814.2360 tx_cpu=11 rx_cpu=19 retrans=29 cwnd=634 rtt_ms=0.85 2020-01-03 13:15:05,312 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Measuring UDP Throughput (packet size=128)... 2020-01-03 13:15:05,312 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:08,666 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=18.9320 real_seconds=1.00 rate_Mbps=158.7695 tx_cpu=37 rx_cpu=30 drop=2092 pkt=157183 data_loss=1.33108 2020-01-03 13:15:08,666 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=128 throughput=1<162579/5000000<10000000 Kbps loss-rate=1 2020-01-03 13:15:08,667 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R487737K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:12,023 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=15.0378 real_seconds=1.00 rate_Mbps=125.7102 tx_cpu=27 rx_cpu=23 drop=296 pkt=123485 data_loss=0.23949 2020-01-03 13:15:12,023 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=128 throughput=1<128727/487737<487737 Kbps loss-rate=0 2020-01-03 13:15:12,023 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R308232K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:15,376 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=17.7168 real_seconds=1.00 rate_Mbps=148.3876 tx_cpu=37 rx_cpu=31 drop=9132 pkt=154268 data_loss=5.91934 2020-01-03 13:15:15,377 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=128 throughput=1<151948/308232<308232 Kbps loss-rate=5 2020-01-03 13:15:15,377 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R230090K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:18,731 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=15.3995 real_seconds=1.00 rate_Mbps=128.5732 tx_cpu=32 rx_cpu=24 drop=781 pkt=126933 data_loss=0.61505 2020-01-03 13:15:18,731 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=128 throughput=1<131658/230090<230090 Kbps loss-rate=0 2020-01-03 13:15:18,731 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R180874K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:22,086 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=16.7676 real_seconds=1.00 rate_Mbps=140.1145 tx_cpu=34 rx_cpu=33 drop=1313 pkt=138673 data_loss=0.94696 2020-01-03 13:15:22,086 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=128 throughput=1<143477/180874<180874 Kbps loss-rate=0 2020-01-03 13:15:22,086 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R162175K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:25,416 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=17.4534 real_seconds=1.00 rate_Mbps=145.9810 tx_cpu=33 rx_cpu=34 drop=6717 pkt=149695 data_loss=4.48687 2020-01-03 13:15:25,416 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=128 throughput=1<149484/162175<162175 Kbps loss-rate=4 2020-01-03 13:15:25,417 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Measuring UDP Throughput (packet size=1024)... 2020-01-03 13:15:25,417 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:28,748 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=136.0322 real_seconds=1.00 rate_Mbps=1137.3167 tx_cpu=57 rx_cpu=34 drop=18102 pkt=157399 data_loss=11.50075 2020-01-03 13:15:28,748 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=1024 throughput=1<1164612/5000000<10000000 Kbps loss-rate=11 2020-01-03 13:15:28,748 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3082306K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:32,103 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=131.8398 real_seconds=1.00 rate_Mbps=1102.0779 tx_cpu=48 rx_cpu=30 drop=15721 pkt=150725 data_loss=10.43029 2020-01-03 13:15:32,103 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=1024 throughput=1<1128527/3082306<3082306 Kbps loss-rate=10 2020-01-03 13:15:32,104 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2105416K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:35,431 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=144.2422 real_seconds=1.00 rate_Mbps=1210.5492 tx_cpu=54 rx_cpu=33 drop=8562 pkt=156266 data_loss=5.47910 2020-01-03 13:15:35,432 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=1024 throughput=1<1239602/2105416<2105416 Kbps loss-rate=5 2020-01-03 13:15:35,432 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1672509K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:38,789 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=118.2402 real_seconds=1.00 rate_Mbps=990.7158 tx_cpu=38 rx_cpu=26 drop=522 pkt=121600 data_loss=0.42931 2020-01-03 13:15:38,789 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=1024 throughput=1<1014492/1672509<1672509 Kbps loss-rate=0 2020-01-03 13:15:38,790 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1343500K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:42,119 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=100.6738 real_seconds=1.00 rate_Mbps=840.4873 tx_cpu=40 rx_cpu=29 drop=17323 pkt=120413 data_loss=14.38633 2020-01-03 13:15:42,119 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=1024 throughput=1<860658/1343500<1343500 Kbps loss-rate=14 2020-01-03 13:15:42,120 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1102079K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:45,445 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=103.0283 real_seconds=1.00 rate_Mbps=864.6040 tx_cpu=42 rx_cpu=34 drop=13620 pkt=119121 data_loss=11.43377 2020-01-03 13:15:45,445 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=1024 throughput=1<885354/1102079<1102079 Kbps loss-rate=11 2020-01-03 13:15:45,445 DEBUG overshot, min=1 kbps=885354 max=1102079 2020-01-03 13:15:45,445 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R885354K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:48,799 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=100.9102 real_seconds=1.00 rate_Mbps=846.6693 tx_cpu=57 rx_cpu=29 drop=4744 pkt=108076 data_loss=4.38949 2020-01-03 13:15:48,799 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=1024 throughput=1<866989/885354<1102079 Kbps loss-rate=4 2020-01-03 13:15:48,800 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Measuring UDP Throughput (packet size=8192)... 2020-01-03 13:15:48,800 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:52,129 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=39.8125 real_seconds=1.00 rate_Mbps=333.2530 tx_cpu=32 rx_cpu=5 drop=53817 pkt=58913 data_loss=91.34996 2020-01-03 13:15:52,130 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=8192 throughput=1<341251/5000000<10000000 Kbps loss-rate=91 2020-01-03 13:15:52,130 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1023753K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:15:55,456 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] megabytes=121.0312 real_seconds=1.00 rate_Mbps=1015.9268 tx_cpu=99 rx_cpu=9 drop=130 pkt=15622 data_loss=0.83222 2020-01-03 13:15:55,456 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] pkt-size=8192 throughput=1<1040309/1023753<1023753 Kbps loss-rate=0 2020-01-03 13:15:55,457 DEBUG undershot, min=1040309 kbps=1032031 max=1023753 2020-01-03 13:15:55,462 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.10', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 166, 'rtt_ms': 1.19, 'throughput_kbps': 3928917, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 111, 'rtt_ms': 0.71, 'throughput_kbps': 4026699, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 29, 'rtt_ms': 0.85, 'throughput_kbps': 3905777, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.49, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 149484, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.39, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 866989, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.83, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1040309, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '1.051', 'rtt_max_ms': '3.695', 'rtt_min_ms': '0.565', 'rtt_stddev': '0.903', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.666', 'rtt_max_ms': '0.784', 'rtt_min_ms': '0.555', 'rtt_stddev': '0.073', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.957', 'rtt_max_ms': '2.005', 'rtt_min_ms': '0.771', 'rtt_stddev': '0.352', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-01-03 13:15:55,463 INFO Deleting floating ip 886b3968-5cfd-4255-b5b8-c27ca22885cf 2020-01-03 13:15:57,660 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Floating IP 172.24.4.26 deleted 2020-01-03 13:15:57,816 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab3] Instance deleted 2020-01-03 13:15:57,883 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Creating client VM... 2020-01-03 13:15:57,883 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Starting on zone nova:lf-virtual7 2020-01-03 13:15:58,921 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] VM status=BUILD, retrying 1 of 150... 2020-01-03 13:16:01,100 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] VM status=BUILD, retrying 2 of 150... 2020-01-03 13:16:03,344 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] VM status=BUILD, retrying 3 of 150... 2020-01-03 13:16:05,611 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] VM status=BUILD, retrying 4 of 150... 2020-01-03 13:16:07,880 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] VM status=BUILD, retrying 5 of 150... 2020-01-03 13:16:10,147 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] VM status=BUILD, retrying 6 of 150... 2020-01-03 13:16:12,371 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] VM status=BUILD, retrying 7 of 150... 2020-01-03 13:16:14,622 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] VM status=BUILD, retrying 8 of 150... 2020-01-03 13:16:16,883 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] VM status=BUILD, retrying 9 of 150... 2020-01-03 13:16:19,163 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] VM status=BUILD, retrying 10 of 150... 2020-01-03 13:16:25,182 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Internal network IP: 192.168.2.4 2020-01-03 13:16:25,182 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] SSH IP: 172.24.4.8 2020-01-03 13:16:25,182 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Setup SSH for ubuntu@172.24.4.8 2020-01-03 13:16:43,116 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Installing nuttcp-8.1.4... 2020-01-03 13:16:43,165 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Copying nuttcp-8.1.4 to target... 2020-01-03 13:16:43,346 INFO ============================================================ 2020-01-03 13:16:43,347 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2020-01-03 13:16:52,407 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=2.81 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=1.00 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.785 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.699 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.640 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.654 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.784 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.617 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.703 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.652 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9003ms rtt min/avg/max/mdev = 0.617/0.935/2.812/0.635 ms 2020-01-03 13:17:01,460 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=0.674 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.767 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.822 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.687 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.706 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.617 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.719 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.767 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.674 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.691 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.617/0.712/0.822/0.060 ms 2020-01-03 13:17:10,513 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=2.09 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.688 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.697 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.677 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.846 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.786 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.827 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.756 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.857 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.810 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.677/0.903/2.094/0.403 ms 2020-01-03 13:17:10,513 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Measuring TCP Throughput (packet size=65536)... 2020-01-03 13:17:10,514 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:17:20,629 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=4358.7689 real_seconds=10.01 rate_Mbps=3652.4703 tx_cpu=10 rx_cpu=17 retrans=16 cwnd=720 rtt_ms=1.05 2020-01-03 13:17:20,629 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:17:30,765 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=4331.8760 real_seconds=10.01 rate_Mbps=3630.2064 tx_cpu=9 rx_cpu=18 retrans=19 cwnd=717 rtt_ms=0.77 2020-01-03 13:17:30,765 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:17:40,874 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=4284.3031 real_seconds=10.01 rate_Mbps=3589.8870 tx_cpu=9 rx_cpu=18 retrans=19 cwnd=724 rtt_ms=0.94 2020-01-03 13:17:40,874 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Measuring UDP Throughput (packet size=128)... 2020-01-03 13:17:40,875 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:17:44,203 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=10.8192 real_seconds=1.00 rate_Mbps=90.6687 tx_cpu=30 rx_cpu=27 drop=22129 pkt=110760 data_loss=19.97929 2020-01-03 13:17:44,203 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<92844/5000000<10000000 Kbps loss-rate=19 2020-01-03 13:17:44,203 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R278532K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:17:47,535 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=9.2234 real_seconds=1.01 rate_Mbps=76.6889 tx_cpu=33 rx_cpu=27 drop=54658 pkt=130216 data_loss=41.97477 2020-01-03 13:17:47,535 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<78529/278532<278532 Kbps loss-rate=41 2020-01-03 13:17:47,535 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R178530K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:17:50,868 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=10.9917 real_seconds=1.01 rate_Mbps=91.5673 tx_cpu=27 rx_cpu=32 drop=50806 pkt=140850 data_loss=36.07098 2020-01-03 13:17:50,868 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<93764/178530<178530 Kbps loss-rate=36 2020-01-03 13:17:50,868 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R136147K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:17:54,224 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=11.7451 real_seconds=1.01 rate_Mbps=98.0215 tx_cpu=42 rx_cpu=28 drop=36739 pkt=132955 data_loss=27.63295 2020-01-03 13:17:54,225 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<100374/136147<136147 Kbps loss-rate=27 2020-01-03 13:17:54,225 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R118260K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:17:57,581 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=11.1122 real_seconds=1.01 rate_Mbps=92.7347 tx_cpu=92 rx_cpu=31 drop=24457 pkt=115488 data_loss=21.17721 2020-01-03 13:17:57,582 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<94960/118260<118260 Kbps loss-rate=21 2020-01-03 13:17:57,582 DEBUG overshot, min=1 kbps=94960 max=118260 2020-01-03 13:17:57,582 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R94960K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:18:00,937 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=10.6221 real_seconds=1.00 rate_Mbps=89.0942 tx_cpu=94 rx_cpu=30 drop=5718 pkt=92734 data_loss=6.16602 2020-01-03 13:18:00,938 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<91232/94960<118260 Kbps loss-rate=6 2020-01-03 13:18:00,938 DEBUG overshot, min=1 kbps=91232 max=94960 2020-01-03 13:18:00,938 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R91232K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:18:04,294 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=10.7354 real_seconds=1.00 rate_Mbps=90.0399 tx_cpu=99 rx_cpu=18 drop=1149 pkt=89093 data_loss=1.28912 2020-01-03 13:18:04,294 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<92200/91232<94960 Kbps loss-rate=1 2020-01-03 13:18:04,294 DEBUG undershot, min=92200 kbps=93580 max=94960 2020-01-03 13:18:04,295 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Measuring UDP Throughput (packet size=1024)... 2020-01-03 13:18:04,295 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:18:07,652 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=94.3896 real_seconds=1.01 rate_Mbps=783.0906 tx_cpu=35 rx_cpu=30 drop=18344 pkt=114999 data_loss=15.95148 2020-01-03 13:18:07,652 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<801884/5000000<10000000 Kbps loss-rate=15 2020-01-03 13:18:07,652 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2405652K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:18:10,985 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=75.0352 real_seconds=1.01 rate_Mbps=624.5881 tx_cpu=36 rx_cpu=27 drop=30504 pkt=107340 data_loss=28.41806 2020-01-03 13:18:10,985 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<639578/2405652<2405652 Kbps loss-rate=28 2020-01-03 13:18:10,986 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1522615K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:18:14,341 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=73.2334 real_seconds=1.01 rate_Mbps=608.4655 tx_cpu=39 rx_cpu=26 drop=46786 pkt=121777 data_loss=38.41943 2020-01-03 13:18:14,342 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<623068/1522615<1522615 Kbps loss-rate=38 2020-01-03 13:18:14,342 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1072841K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:18:17,697 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=62.8896 real_seconds=1.01 rate_Mbps=524.0210 tx_cpu=58 rx_cpu=25 drop=66563 pkt=130962 data_loss=50.82624 2020-01-03 13:18:17,698 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<536597/1072841<1072841 Kbps loss-rate=50 2020-01-03 13:18:17,698 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R804719K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:18:21,027 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=87.2393 real_seconds=1.00 rate_Mbps=732.0971 tx_cpu=85 rx_cpu=28 drop=8899 pkt=98232 data_loss=9.05913 2020-01-03 13:18:21,027 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<749667/804719<804719 Kbps loss-rate=9 2020-01-03 13:18:21,028 DEBUG overshot, min=1 kbps=749667 max=804719 2020-01-03 13:18:21,028 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R749667K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:18:24,383 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=83.8809 real_seconds=1.00 rate_Mbps=703.9048 tx_cpu=99 rx_cpu=26 drop=5618 pkt=91512 data_loss=6.13905 2020-01-03 13:18:24,383 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<720798/749667<804719 Kbps loss-rate=6 2020-01-03 13:18:24,383 DEBUG overshot, min=1 kbps=720798 max=749667 2020-01-03 13:18:24,384 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R720798K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:18:27,737 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=82.3350 real_seconds=1.00 rate_Mbps=690.9576 tx_cpu=99 rx_cpu=27 drop=3677 pkt=87988 data_loss=4.17895 2020-01-03 13:18:27,738 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<707540/720798<749667 Kbps loss-rate=4 2020-01-03 13:18:27,738 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Measuring UDP Throughput (packet size=8192)... 2020-01-03 13:18:27,738 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:18:31,095 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=33.9453 real_seconds=1.00 rate_Mbps=284.2638 tx_cpu=36 rx_cpu=4 drop=59252 pkt=63597 data_loss=93.16792 2020-01-03 13:18:31,096 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=8192 throughput=1<291086/5000000<10000000 Kbps loss-rate=93 2020-01-03 13:18:31,096 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R873258K -p5001 -P5002 -fparse 192.168.1.12 2020-01-03 13:18:34,428 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=102.3516 real_seconds=1.00 rate_Mbps=858.7245 tx_cpu=99 rx_cpu=7 drop=224 pkt=13325 data_loss=1.68105 2020-01-03 13:18:34,428 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=8192 throughput=1<879333/873258<873258 Kbps loss-rate=1 2020-01-03 13:18:34,429 DEBUG undershot, min=879333 kbps=876295 max=873258 2020-01-03 13:18:34,440 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.4', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 16, 'rtt_ms': 1.05, 'throughput_kbps': 3740129, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 19, 'rtt_ms': 0.77, 'throughput_kbps': 3717331, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 19, 'rtt_ms': 0.94, 'throughput_kbps': 3676044, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.29, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 92200, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.18, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 707540, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.68, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 879333, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.935', 'rtt_max_ms': '2.812', 'rtt_min_ms': '0.617', 'rtt_stddev': '0.635', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.712', 'rtt_max_ms': '0.822', 'rtt_min_ms': '0.617', 'rtt_stddev': '0.060', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.903', 'rtt_max_ms': '2.094', 'rtt_min_ms': '0.677', 'rtt_stddev': '0.403', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-01-03 13:18:34,441 INFO ============================================================ 2020-01-03 13:18:34,442 INFO Flow 6: VM to VM different network floating IP (inter-node) 2020-01-03 13:18:43,516 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] PING 172.24.4.29 (172.24.4.29) 64(92) bytes of data. 72 bytes from 172.24.4.29: icmp_seq=1 ttl=63 time=1.42 ms 72 bytes from 172.24.4.29: icmp_seq=2 ttl=63 time=1.00 ms 72 bytes from 172.24.4.29: icmp_seq=3 ttl=63 time=0.696 ms 72 bytes from 172.24.4.29: icmp_seq=4 ttl=63 time=0.629 ms 72 bytes from 172.24.4.29: icmp_seq=5 ttl=63 time=0.534 ms 72 bytes from 172.24.4.29: icmp_seq=6 ttl=63 time=0.774 ms 72 bytes from 172.24.4.29: icmp_seq=7 ttl=63 time=0.724 ms 72 bytes from 172.24.4.29: icmp_seq=8 ttl=63 time=0.779 ms 72 bytes from 172.24.4.29: icmp_seq=9 ttl=63 time=0.600 ms 72 bytes from 172.24.4.29: icmp_seq=10 ttl=63 time=0.840 ms --- 172.24.4.29 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.534/0.800/1.428/0.244 ms 2020-01-03 13:18:52,564 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] PING 172.24.4.29 (172.24.4.29) 391(419) bytes of data. 399 bytes from 172.24.4.29: icmp_seq=1 ttl=63 time=0.595 ms 399 bytes from 172.24.4.29: icmp_seq=2 ttl=63 time=0.745 ms 399 bytes from 172.24.4.29: icmp_seq=3 ttl=63 time=0.607 ms 399 bytes from 172.24.4.29: icmp_seq=4 ttl=63 time=0.786 ms 399 bytes from 172.24.4.29: icmp_seq=5 ttl=63 time=0.719 ms 399 bytes from 172.24.4.29: icmp_seq=6 ttl=63 time=0.659 ms 399 bytes from 172.24.4.29: icmp_seq=7 ttl=63 time=0.691 ms 399 bytes from 172.24.4.29: icmp_seq=8 ttl=63 time=0.677 ms 399 bytes from 172.24.4.29: icmp_seq=9 ttl=63 time=0.626 ms 399 bytes from 172.24.4.29: icmp_seq=10 ttl=63 time=0.664 ms --- 172.24.4.29 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.595/0.676/0.786/0.067 ms 2020-01-03 13:19:01,615 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] PING 172.24.4.29 (172.24.4.29) 1500(1528) bytes of data. 1508 bytes from 172.24.4.29: icmp_seq=1 ttl=63 time=2.31 ms 1508 bytes from 172.24.4.29: icmp_seq=2 ttl=63 time=0.790 ms 1508 bytes from 172.24.4.29: icmp_seq=3 ttl=63 time=0.810 ms 1508 bytes from 172.24.4.29: icmp_seq=4 ttl=63 time=0.773 ms 1508 bytes from 172.24.4.29: icmp_seq=5 ttl=63 time=0.850 ms 1508 bytes from 172.24.4.29: icmp_seq=6 ttl=63 time=0.682 ms 1508 bytes from 172.24.4.29: icmp_seq=7 ttl=63 time=0.576 ms 1508 bytes from 172.24.4.29: icmp_seq=8 ttl=63 time=0.869 ms 1508 bytes from 172.24.4.29: icmp_seq=9 ttl=63 time=0.854 ms 1508 bytes from 172.24.4.29: icmp_seq=10 ttl=63 time=0.845 ms --- 172.24.4.29 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.576/0.936/2.313/0.467 ms 2020-01-03 13:19:01,616 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Measuring TCP Throughput (packet size=65536)... 2020-01-03 13:19:01,616 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:19:11,723 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=4400.1157 real_seconds=10.00 rate_Mbps=3689.6272 tx_cpu=9 rx_cpu=18 retrans=28 cwnd=730 rtt_ms=0.84 2020-01-03 13:19:11,723 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:19:21,825 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=4534.2554 real_seconds=10.01 rate_Mbps=3801.2611 tx_cpu=9 rx_cpu=19 retrans=43 cwnd=547 rtt_ms=0.71 2020-01-03 13:19:21,825 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:19:31,954 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=4337.1519 real_seconds=10.01 rate_Mbps=3636.0211 tx_cpu=9 rx_cpu=19 retrans=17 cwnd=720 rtt_ms=0.63 2020-01-03 13:19:31,954 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Measuring UDP Throughput (packet size=128)... 2020-01-03 13:19:31,955 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:19:35,309 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=14.3075 real_seconds=1.00 rate_Mbps=120.0425 tx_cpu=37 rx_cpu=35 drop=96412 pkt=213619 data_loss=45.13259 2020-01-03 13:19:35,309 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<122923/5000000<10000000 Kbps loss-rate=45 2020-01-03 13:19:35,310 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R368769K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:19:38,639 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=12.2638 real_seconds=1.01 rate_Mbps=102.3311 tx_cpu=36 rx_cpu=31 drop=72385 pkt=172850 data_loss=41.87745 2020-01-03 13:19:38,640 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<104787/368769<368769 Kbps loss-rate=41 2020-01-03 13:19:38,640 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R236778K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:19:41,996 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=12.1003 real_seconds=1.00 rate_Mbps=101.4272 tx_cpu=34 rx_cpu=32 drop=76671 pkt=175796 data_loss=43.61332 2020-01-03 13:19:41,996 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<103861/236778<236778 Kbps loss-rate=43 2020-01-03 13:19:41,996 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R170319K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:19:45,327 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=13.4391 real_seconds=1.00 rate_Mbps=112.7255 tx_cpu=45 rx_cpu=36 drop=56233 pkt=166326 data_loss=33.80895 2020-01-03 13:19:45,327 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<115430/170319<170319 Kbps loss-rate=33 2020-01-03 13:19:45,328 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R142874K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:19:48,660 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=13.1786 real_seconds=1.01 rate_Mbps=109.7958 tx_cpu=63 rx_cpu=31 drop=28436 pkt=136395 data_loss=20.84830 2020-01-03 13:19:48,660 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<112430/142874<142874 Kbps loss-rate=20 2020-01-03 13:19:48,661 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R127652K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:19:51,991 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=12.5050 real_seconds=1.00 rate_Mbps=104.7046 tx_cpu=73 rx_cpu=30 drop=22219 pkt=124660 data_loss=17.82379 2020-01-03 13:19:51,991 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<107217/127652<127652 Kbps loss-rate=17 2020-01-03 13:19:51,991 DEBUG overshot, min=1 kbps=107217 max=127652 2020-01-03 13:19:51,991 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R107217K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:19:55,347 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=12.7391 real_seconds=1.00 rate_Mbps=106.4469 tx_cpu=91 rx_cpu=32 drop=50 pkt=104409 data_loss=0.04786 2020-01-03 13:19:55,348 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=1<109001/107217<127652 Kbps loss-rate=0 2020-01-03 13:19:55,348 DEBUG undershot, min=109001 kbps=118326 max=127652 2020-01-03 13:19:55,348 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R118326K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:19:58,704 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=12.4242 real_seconds=1.00 rate_Mbps=104.2301 tx_cpu=83 rx_cpu=31 drop=13774 pkt=115553 data_loss=11.92009 2020-01-03 13:19:58,705 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=109001<106731/118326<127652 Kbps loss-rate=11 2020-01-03 13:19:58,705 DEBUG overshot, min=109001 kbps=106731 max=118326 2020-01-03 13:19:58,706 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R106731K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:20:02,061 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=11.3042 real_seconds=1.00 rate_Mbps=94.6797 tx_cpu=93 rx_cpu=30 drop=11621 pkt=104225 data_loss=11.15006 2020-01-03 13:20:02,061 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=128 throughput=109001<96952/106731<118326 Kbps loss-rate=11 2020-01-03 13:20:02,061 DEBUG overshot, min=109001 kbps=96952 max=106731 2020-01-03 13:20:02,061 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Measuring UDP Throughput (packet size=1024)... 2020-01-03 13:20:02,062 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:20:05,391 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=86.1494 real_seconds=1.00 rate_Mbps=722.3840 tx_cpu=59 rx_cpu=34 drop=73204 pkt=161421 data_loss=45.34975 2020-01-03 13:20:05,392 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<739721/5000000<10000000 Kbps loss-rate=45 2020-01-03 13:20:05,392 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2219163K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:20:08,724 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=100.8975 real_seconds=1.00 rate_Mbps=845.5403 tx_cpu=57 rx_cpu=27 drop=59987 pkt=163306 data_loss=36.73285 2020-01-03 13:20:08,725 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<865833/2219163<2219163 Kbps loss-rate=36 2020-01-03 13:20:08,725 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1542498K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:20:12,056 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=85.8672 real_seconds=1.00 rate_Mbps=720.1621 tx_cpu=51 rx_cpu=35 drop=77249 pkt=165177 data_loss=46.76741 2020-01-03 13:20:12,056 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<737445/1542498<1542498 Kbps loss-rate=46 2020-01-03 13:20:12,057 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1139971K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:20:15,413 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=90.7480 real_seconds=1.00 rate_Mbps=758.2079 tx_cpu=91 rx_cpu=35 drop=46230 pkt=139156 data_loss=33.22173 2020-01-03 13:20:15,413 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<776404/1139971<1139971 Kbps loss-rate=33 2020-01-03 13:20:15,413 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R958187K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:20:18,769 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=93.8984 real_seconds=1.00 rate_Mbps=786.2658 tx_cpu=90 rx_cpu=34 drop=20065 pkt=116217 data_loss=17.26518 2020-01-03 13:20:18,769 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<805136/958187<958187 Kbps loss-rate=17 2020-01-03 13:20:18,769 DEBUG overshot, min=1 kbps=805136 max=958187 2020-01-03 13:20:18,770 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R805136K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:20:22,099 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=86.2949 real_seconds=1.00 rate_Mbps=724.1629 tx_cpu=91 rx_cpu=29 drop=9917 pkt=98283 data_loss=10.09028 2020-01-03 13:20:22,099 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<741542/805136<958187 Kbps loss-rate=10 2020-01-03 13:20:22,100 DEBUG overshot, min=1 kbps=741542 max=805136 2020-01-03 13:20:22,100 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R741542K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:20:25,455 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=85.0166 real_seconds=1.00 rate_Mbps=713.3999 tx_cpu=95 rx_cpu=23 drop=3463 pkt=90520 data_loss=3.82563 2020-01-03 13:20:25,455 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=1024 throughput=1<730521/741542<805136 Kbps loss-rate=3 2020-01-03 13:20:25,455 INFO [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Measuring UDP Throughput (packet size=8192)... 2020-01-03 13:20:25,456 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:20:28,813 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=36.9062 real_seconds=1.00 rate_Mbps=308.2291 tx_cpu=38 rx_cpu=5 drop=62042 pkt=66766 data_loss=92.92455 2020-01-03 13:20:28,814 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=8192 throughput=1<315626/5000000<10000000 Kbps loss-rate=92 2020-01-03 13:20:28,814 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R946878K -p5001 -P5002 -fparse 172.24.4.29 2020-01-03 13:20:32,144 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] megabytes=107.9688 real_seconds=1.00 rate_Mbps=905.7845 tx_cpu=99 rx_cpu=12 drop=629 pkt=14449 data_loss=4.35319 2020-01-03 13:20:32,144 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] pkt-size=8192 throughput=1<927523/946878<946878 Kbps loss-rate=4 2020-01-03 13:20:32,156 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.4', 'ip_to': u'172.24.4.29', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 28, 'rtt_ms': 0.84, 'throughput_kbps': 3778178, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 43, 'rtt_ms': 0.71, 'throughput_kbps': 3892491, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 17, 'rtt_ms': 0.63, 'throughput_kbps': 3723285, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 11.15, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 96952, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.83, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 730521, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.35, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 927523, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.800', 'rtt_max_ms': '1.428', 'rtt_min_ms': '0.534', 'rtt_stddev': '0.244', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.676', 'rtt_max_ms': '0.786', 'rtt_min_ms': '0.595', 'rtt_stddev': '0.067', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.936', 'rtt_max_ms': '2.313', 'rtt_min_ms': '0.576', 'rtt_stddev': '0.467', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-01-03 13:20:32,157 INFO Deleting floating ip 81195570-e255-4acd-a810-ebbf5b01660a 2020-01-03 13:20:33,721 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Floating IP 172.24.4.8 deleted 2020-01-03 13:20:33,896 DEBUG [TestClient_91780afc-57d5-459e-8191-cb54140b93ab4] Instance deleted 2020-01-03 13:20:34,010 INFO Cleaning up... 2020-01-03 13:20:34,010 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] Terminating nuttcp-8.1.4 2020-01-03 13:20:34,026 INFO Deleting floating ip 28588c28-f4c3-4345-bff3-808749d25566 2020-01-03 13:20:36,173 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] Floating IP 172.24.4.29 deleted 2020-01-03 13:20:36,341 DEBUG [TestServer_91780afc-57d5-459e-8191-cb54140b93ab1] Instance deleted 2020-01-03 13:20:44,372 INFO Network pns-internal-net_91780afc-57d5-459e-8191-cb54140b93ab deleted. 2020-01-03 13:20:46,700 INFO Network pns-internal-net2_91780afc-57d5-459e-8191-cb54140b93ab deleted. 2020-01-03 13:20:47,096 INFO Removed public key pns_public_key 2020-01-03 13:20:47,096 INFO Deleting security group 2020-01-03 13:20:47,280 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': '14729232', 'rtt_ms': '0.41'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 167185, 'loss_rate': 3.2}, 1024: {'tp_kbps': 1361323, | | | | | 'loss_rate': 2.28}, 8192: {'tp_kbps': 7475679, 'loss_rate': 3.18}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.385/0.256/0.498/0.081', | | | | | '64-byte': '0.505/0.153/1.405/0.322', '1500-byte': '0.510/0.282/1.345/0.292'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '3953797', 'rtt_ms': '0.916667'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 149484, 'loss_rate': 4.49}, 1024: {'tp_kbps': 866989, | | | | | 'loss_rate': 4.39}, 8192: {'tp_kbps': 1040309, 'loss_rate': 0.83}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.666/0.555/0.784/0.073', | | | | | '64-byte': '1.051/0.565/3.695/0.903', '1500-byte': '0.957/0.771/2.005/0.352'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '12657201', 'rtt_ms': '0.56'} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 83873, 'loss_rate': 0.0}, 1024: {'tp_kbps': 551990, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 4355534, 'loss_rate': 0.47}} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.526/0.443/0.758/0.090', | | | | | '64-byte': '0.642/0.373/1.636/0.360', '1500-byte': '0.670/0.469/1.104/0.163'}} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '3711168', 'rtt_ms': '0.92'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 92200, 'loss_rate': 1.29}, 1024: {'tp_kbps': 707540, | | | | | 'loss_rate': 4.18}, 8192: {'tp_kbps': 879333, 'loss_rate': 1.68}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.712/0.617/0.822/0.060', | | | | | '64-byte': '0.935/0.617/2.812/0.635', '1500-byte': '0.903/0.677/2.094/0.403'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '12324858', 'rtt_ms': '0.536667'} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 83118, 'loss_rate': 0.0}, 1024: {'tp_kbps': 732290, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 4211598, 'loss_rate': 0.13}} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.437/0.306/0.564/0.088', | | | | | '64-byte': '0.572/0.339/0.950/0.163', '1500-byte': '0.684/0.430/1.910/0.417'}} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '3797984', 'rtt_ms': '0.726667'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 96952, 'loss_rate': 11.15}, 1024: {'tp_kbps': 730521, | | | | | 'loss_rate': 3.83}, 8192: {'tp_kbps': 927523, 'loss_rate': 4.35}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.676/0.595/0.786/0.067', | | | | | '64-byte': '0.800/0.534/1.428/0.244', '1500-byte': '0.936/0.576/2.313/0.467'}} | | 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-01-03 13:20:47,285 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2020-01-03 13:20:47,760 - 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-01-03 13:20:47,761 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 17:10 | PASS | +-------------------+------------------+------------------+----------------+ 2020-01-03 13:20:53,505 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.log ('text/plain', None)