2020-05-02 18:27:03,100 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+-----------------------------------------------------------------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+-----------------------------------------------------------------------------------------------------------------+ | TEST_DB_EXT_URL | http://testresults.opnfv.org/test/api/v1/results | | S3_DST_URL | s3://artifacts.opnfv.org/airship/OU7AX2BOEQHU/airship-opnfv-functest-benchmarking-latest-vmtp-run-167 | | S3_ENDPOINT_URL | https://storage.googleapis.com | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | BUILD_TAG | OU7AX2BOEQHU | | DEBUG | true | | INSTALLER_TYPE | airship | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | HTTP_DST_URL | http://artifacts.opnfv.org/airship/OU7AX2BOEQHU/airship-opnfv-functest-benchmarking-latest-vmtp-run-167 | | NODE_NAME | intel-pod17 | +-------------------------+-----------------------------------------------------------------------------------------------------------------+ 2020-05-02 18:27:03,104 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_AUTH_URL=http://identity-airship.intel-pod17.opnfv.org:80/v3 export OS_USER_DOMAIN_NAME=default export OS_PROJECT_DOMAIN_NAME=default export OS_USERNAME=admin export OS_PROJECT_NAME=admin export OS_PASSWORD=password123 export OS_IDENTITY_API_VERSION=3 export OS_INTERFACE=public export OS_REGION_NAME=intel-pod17 2020-05-02 18:27:03,104 - xtesting.ci.run_tests - DEBUG - Test args: vmtp 2020-05-02 18:27:03,113 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2020-05-02 18:27:04,248 - functest.core.tenantnetwork - DEBUG - password: 3Sf,Ab.66wmWU)RIrCTR@1+R3Go # 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-05-02 18:47:04,500 - 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-05-02 18:27:22,354 INFO Using http://identity-airship.intel-pod17.opnfv.org:80/v3 2020-05-02 18:27:22,354 INFO VM public key: /tmp/tmpMg0eGM 2020-05-02 18:27:22,354 INFO VM private key: /tmp/tmpLIR15r 2020-05-02 18:27:22,884 INFO Found image vmtp-img_ec1f1565-87c7-4ea9-8228-cd06f2d85d60 to launch VM, will continue 2020-05-02 18:27:23,483 INFO Using external router: vmtp-router_ec1f1565-87c7-4ea9-8228-cd06f2d85d60 2020-05-02 18:27:23,484 INFO Using external network: public. 2020-05-02 18:27:27,541 INFO Created internal network: pns-internal-net_ec1f1565-87c7-4ea9-8228-cd06f2d85d60. 2020-05-02 18:27:28,345 INFO Created internal network: pns-internal-net2_ec1f1565-87c7-4ea9-8228-cd06f2d85d60. 2020-05-02 18:27:30,655 DEBUG Ext router associated to pns-internal-net_ec1f1565-87c7-4ea9-8228-cd06f2d85d60 2020-05-02 18:27:32,880 DEBUG Ext router associated to pns-internal-net2_ec1f1565-87c7-4ea9-8228-cd06f2d85d60 2020-05-02 18:27:33,158 INFO OpenStack agent: Open vSwitch agent 2020-05-02 18:27:33,158 INFO OpenStack network type: vxlan 2020-05-02 18:27:36,442 INFO [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Creating server VM... 2020-05-02 18:27:36,442 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Starting on zone nova:pod17-node4 2020-05-02 18:27:37,889 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] VM status=BUILD, retrying 1 of 150... 2020-05-02 18:27:40,228 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] VM status=BUILD, retrying 2 of 150... 2020-05-02 18:27:42,572 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] VM status=BUILD, retrying 3 of 150... 2020-05-02 18:27:47,944 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] VM status=BUILD, retrying 4 of 150... 2020-05-02 18:27:50,283 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] VM status=BUILD, retrying 5 of 150... 2020-05-02 18:27:52,650 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] VM status=BUILD, retrying 6 of 150... 2020-05-02 18:27:58,017 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] VM status=BUILD, retrying 7 of 150... 2020-05-02 18:28:02,985 INFO [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Internal network IP: 192.168.1.16 2020-05-02 18:28:02,985 INFO [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] SSH IP: 10.10.175.37 2020-05-02 18:28:02,985 INFO [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Setup SSH for ubuntu@10.10.175.37 2020-05-02 18:28:29,930 INFO [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Installing nuttcp-8.1.4... 2020-05-02 18:28:29,988 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Copying nuttcp-8.1.4 to target... 2020-05-02 18:28:30,211 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Starting nuttcp-8.1.4 server... 2020-05-02 18:28:30,259 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] 2020-05-02 18:28:30,336 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Creating client VM... 2020-05-02 18:28:30,336 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Starting on zone nova:pod17-node4 2020-05-02 18:28:43,402 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] VM status=BUILD, retrying 1 of 150... 2020-05-02 18:28:45,616 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] VM status=BUILD, retrying 2 of 150... 2020-05-02 18:28:50,955 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] VM status=BUILD, retrying 3 of 150... 2020-05-02 18:28:54,133 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] VM status=BUILD, retrying 4 of 150... 2020-05-02 18:28:59,103 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Internal network IP: 192.168.1.13 2020-05-02 18:28:59,104 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] SSH IP: 10.10.175.36 2020-05-02 18:28:59,104 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Setup SSH for ubuntu@10.10.175.36 2020-05-02 18:29:26,049 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Installing nuttcp-8.1.4... 2020-05-02 18:29:26,142 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Copying nuttcp-8.1.4 to target... 2020-05-02 18:29:26,343 INFO ============================================================ 2020-05-02 18:29:26,344 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2020-05-02 18:29:35,402 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] PING 192.168.1.16 (192.168.1.16) 64(92) bytes of data. 72 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=1.41 ms 72 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.421 ms 72 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.381 ms 72 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.440 ms 72 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.731 ms 72 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.322 ms 72 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.304 ms 72 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.366 ms 72 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.367 ms 72 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.430 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.304/0.517/1.410/0.318 ms 2020-05-02 18:29:44,482 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] PING 192.168.1.16 (192.168.1.16) 391(419) bytes of data. 399 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.415 ms 399 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.379 ms 399 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.316 ms 399 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.326 ms 399 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.421 ms 399 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.398 ms 399 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.389 ms 399 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.374 ms 399 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.403 ms 399 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.344 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.316/0.376/0.421/0.039 ms 2020-05-02 18:29:53,539 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] PING 192.168.1.16 (192.168.1.16) 1500(1528) bytes of data. 1508 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=1.22 ms 1508 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.487 ms 1508 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.518 ms 1508 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.544 ms 1508 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.463 ms 1508 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.538 ms 1508 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.534 ms 1508 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.469 ms 1508 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.466 ms 1508 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.567 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.463/0.580/1.223/0.219 ms 2020-05-02 18:29:53,540 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Measuring TCP Throughput (packet size=65536)... 2020-05-02 18:29:53,541 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:03,677 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=8017.5726 real_seconds=10.01 rate_Mbps=6716.8571 tx_cpu=14 rx_cpu=22 retrans=0 cwnd=3137 rtt_ms=0.47 2020-05-02 18:30:03,679 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:13,790 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=7983.9989 real_seconds=10.01 rate_Mbps=6688.6541 tx_cpu=14 rx_cpu=22 retrans=0 cwnd=3137 rtt_ms=0.43 2020-05-02 18:30:13,791 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:23,897 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=8121.7222 real_seconds=10.01 rate_Mbps=6804.3311 tx_cpu=14 rx_cpu=22 retrans=0 cwnd=3135 rtt_ms=0.23 2020-05-02 18:30:23,898 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Measuring UDP Throughput (packet size=128)... 2020-05-02 18:30:23,899 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:27,232 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=4.7111 real_seconds=1.00 rate_Mbps=39.4641 tx_cpu=3 rx_cpu=9 drop=5420 pkt=44013 data_loss=12.31411 2020-05-02 18:30:27,234 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<40411/5000000<10000000 Kbps loss-rate=12 2020-05-02 18:30:27,235 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R121233K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:30,572 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=4.5939 real_seconds=1.00 rate_Mbps=38.5167 tx_cpu=4 rx_cpu=9 drop=5843 pkt=43476 data_loss=13.43860 2020-05-02 18:30:30,573 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<39441/121233<121233 Kbps loss-rate=13 2020-05-02 18:30:30,573 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R80337K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:33,935 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=4.5006 real_seconds=1.00 rate_Mbps=37.7946 tx_cpu=5 rx_cpu=9 drop=5175 pkt=42044 data_loss=12.30832 2020-05-02 18:30:33,936 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<38701/80337<80337 Kbps loss-rate=12 2020-05-02 18:30:33,936 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R59519K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:37,297 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=4.3513 real_seconds=1.00 rate_Mbps=36.4915 tx_cpu=5 rx_cpu=9 drop=4969 pkt=40615 data_loss=12.23502 2020-05-02 18:30:37,297 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<37367/59519<59519 Kbps loss-rate=12 2020-05-02 18:30:37,298 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R48443K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:40,660 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=4.4852 real_seconds=0.99 rate_Mbps=37.8430 tx_cpu=6 rx_cpu=10 drop=4755 pkt=41497 data_loss=11.45768 2020-05-02 18:30:40,660 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<38751/48443<48443 Kbps loss-rate=11 2020-05-02 18:30:40,661 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R43597K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:44,021 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=4.5065 real_seconds=0.99 rate_Mbps=38.0787 tx_cpu=6 rx_cpu=9 drop=5066 pkt=41983 data_loss=12.06658 2020-05-02 18:30:44,022 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<38992/43597<43597 Kbps loss-rate=12 2020-05-02 18:30:44,022 DEBUG overshot, min=1 kbps=38992 max=43597 2020-05-02 18:30:44,022 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R38992K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:47,382 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=4.0630 real_seconds=1.00 rate_Mbps=34.0397 tx_cpu=8 rx_cpu=9 drop=4643 pkt=37927 data_loss=12.24243 2020-05-02 18:30:47,383 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<34856/38992<43597 Kbps loss-rate=12 2020-05-02 18:30:47,383 DEBUG overshot, min=1 kbps=34856 max=38992 2020-05-02 18:30:47,383 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R34856K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:50,748 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=3.6852 real_seconds=1.01 rate_Mbps=30.5916 tx_cpu=10 rx_cpu=8 drop=3731 pkt=33920 data_loss=10.99841 2020-05-02 18:30:50,748 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<31325/34856<38992 Kbps loss-rate=11 2020-05-02 18:30:50,749 DEBUG overshot, min=1 kbps=31325 max=34856 2020-05-02 18:30:50,749 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R31325K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:54,108 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=3.3458 real_seconds=1.00 rate_Mbps=27.9737 tx_cpu=12 rx_cpu=8 drop=3183 pkt=30592 data_loss=10.40596 2020-05-02 18:30:54,108 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<28645/31325<34856 Kbps loss-rate=10 2020-05-02 18:30:54,109 DEBUG overshot, min=1 kbps=28645 max=31325 2020-05-02 18:30:54,109 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R28645K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:30:57,471 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=3.0956 real_seconds=1.00 rate_Mbps=25.9067 tx_cpu=16 rx_cpu=8 drop=2491 pkt=27850 data_loss=8.94491 2020-05-02 18:30:57,472 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<26528/28645<31325 Kbps loss-rate=8 2020-05-02 18:30:57,472 DEBUG overshot, min=1 kbps=26528 max=28645 2020-05-02 18:30:57,472 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R26528K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:00,835 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=2.8881 real_seconds=1.00 rate_Mbps=24.2245 tx_cpu=16 rx_cpu=7 drop=2058 pkt=25717 data_loss=8.00178 2020-05-02 18:31:00,836 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<24805/26528<28645 Kbps loss-rate=8 2020-05-02 18:31:00,836 DEBUG overshot, min=1 kbps=24805 max=26528 2020-05-02 18:31:00,836 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R24805K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:04,173 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=2.7891 real_seconds=1.00 rate_Mbps=23.4553 tx_cpu=21 rx_cpu=8 drop=1315 pkt=24163 data_loss=5.44142 2020-05-02 18:31:04,174 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<24018/24805<26528 Kbps loss-rate=5 2020-05-02 18:31:04,174 DEBUG overshot, min=1 kbps=24018 max=24805 2020-05-02 18:31:04,174 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R24018K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:07,536 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=2.6947 real_seconds=1.00 rate_Mbps=22.5907 tx_cpu=19 rx_cpu=8 drop=1304 pkt=23379 data_loss=5.57833 2020-05-02 18:31:07,537 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<23132/24018<24805 Kbps loss-rate=5 2020-05-02 18:31:07,537 DEBUG overshot, min=1 kbps=23132 max=24018 2020-05-02 18:31:07,537 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R23132K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:10,901 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=2.6649 real_seconds=1.00 rate_Mbps=22.4447 tx_cpu=21 rx_cpu=8 drop=700 pkt=22531 data_loss=3.10864 2020-05-02 18:31:10,902 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=128 throughput=1<22983/23132<24018 Kbps loss-rate=3 2020-05-02 18:31:10,902 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Measuring UDP Throughput (packet size=1024)... 2020-05-02 18:31:10,903 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:14,264 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=30.7988 real_seconds=1.00 rate_Mbps=257.8822 tx_cpu=5 rx_cpu=9 drop=3877 pkt=35415 data_loss=10.94752 2020-05-02 18:31:14,264 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<264071/5000000<10000000 Kbps loss-rate=10 2020-05-02 18:31:14,264 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R792213K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:17,601 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=33.7080 real_seconds=1.00 rate_Mbps=281.6976 tx_cpu=5 rx_cpu=9 drop=4299 pkt=38816 data_loss=11.07523 2020-05-02 18:31:17,601 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<288458/792213<792213 Kbps loss-rate=11 2020-05-02 18:31:17,602 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R540335K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:20,965 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=34.6465 real_seconds=1.01 rate_Mbps=288.9555 tx_cpu=5 rx_cpu=9 drop=4524 pkt=40002 data_loss=11.30950 2020-05-02 18:31:20,966 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<295890/540335<540335 Kbps loss-rate=11 2020-05-02 18:31:20,966 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R418112K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:24,329 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=32.5918 real_seconds=1.00 rate_Mbps=273.7938 tx_cpu=5 rx_cpu=8 drop=3652 pkt=37026 data_loss=9.86332 2020-05-02 18:31:24,330 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<280364/418112<418112 Kbps loss-rate=9 2020-05-02 18:31:24,330 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R349238K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:27,692 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=34.6914 real_seconds=1.00 rate_Mbps=292.0125 tx_cpu=5 rx_cpu=9 drop=4366 pkt=39890 data_loss=10.94517 2020-05-02 18:31:27,692 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<299020/349238<349238 Kbps loss-rate=10 2020-05-02 18:31:27,693 DEBUG overshot, min=1 kbps=299020 max=349238 2020-05-02 18:31:27,693 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R299020K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:31,054 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=31.7969 real_seconds=1.00 rate_Mbps=266.4041 tx_cpu=9 rx_cpu=9 drop=3871 pkt=36431 data_loss=10.62537 2020-05-02 18:31:31,055 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<272797/299020<349238 Kbps loss-rate=10 2020-05-02 18:31:31,055 DEBUG overshot, min=1 kbps=272797 max=299020 2020-05-02 18:31:31,055 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R272797K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:34,413 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=28.9180 real_seconds=1.00 rate_Mbps=241.5431 tx_cpu=10 rx_cpu=8 drop=3689 pkt=33301 data_loss=11.07763 2020-05-02 18:31:34,414 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<247340/272797<299020 Kbps loss-rate=11 2020-05-02 18:31:34,414 DEBUG overshot, min=1 kbps=247340 max=272797 2020-05-02 18:31:34,415 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R247340K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:37,775 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=26.8340 real_seconds=1.00 rate_Mbps=225.2892 tx_cpu=12 rx_cpu=9 drop=2645 pkt=30123 data_loss=8.78064 2020-05-02 18:31:37,776 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<230696/247340<272797 Kbps loss-rate=8 2020-05-02 18:31:37,776 DEBUG overshot, min=1 kbps=230696 max=247340 2020-05-02 18:31:37,777 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R230696K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:41,141 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=25.0645 real_seconds=1.00 rate_Mbps=209.3200 tx_cpu=14 rx_cpu=8 drop=2447 pkt=28113 data_loss=8.70398 2020-05-02 18:31:41,142 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<214343/230696<247340 Kbps loss-rate=8 2020-05-02 18:31:41,142 DEBUG overshot, min=1 kbps=214343 max=230696 2020-05-02 18:31:41,142 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R214343K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:44,505 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=23.7578 real_seconds=1.00 rate_Mbps=199.3279 tx_cpu=16 rx_cpu=8 drop=1733 pkt=26061 data_loss=6.64985 2020-05-02 18:31:44,506 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<204111/214343<230696 Kbps loss-rate=6 2020-05-02 18:31:44,506 DEBUG overshot, min=1 kbps=204111 max=214343 2020-05-02 18:31:44,507 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R204111K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:47,867 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=22.6436 real_seconds=0.99 rate_Mbps=191.5817 tx_cpu=17 rx_cpu=8 drop=1657 pkt=24844 data_loss=6.66936 2020-05-02 18:31:47,868 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<196179/204111<214343 Kbps loss-rate=6 2020-05-02 18:31:47,868 DEBUG overshot, min=1 kbps=196179 max=204111 2020-05-02 18:31:47,868 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R196179K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:51,233 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=21.6621 real_seconds=1.00 rate_Mbps=181.1801 tx_cpu=19 rx_cpu=8 drop=1716 pkt=23898 data_loss=7.18059 2020-05-02 18:31:51,233 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<185528/196179<204111 Kbps loss-rate=7 2020-05-02 18:31:51,233 DEBUG overshot, min=1 kbps=185528 max=196179 2020-05-02 18:31:51,234 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R185528K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:54,575 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=21.2021 real_seconds=1.00 rate_Mbps=178.0322 tx_cpu=20 rx_cpu=8 drop=916 pkt=22627 data_loss=4.04857 2020-05-02 18:31:54,575 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=1024 throughput=1<182304/185528<196179 Kbps loss-rate=4 2020-05-02 18:31:54,576 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Measuring UDP Throughput (packet size=8192)... 2020-05-02 18:31:54,576 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:31:57,940 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=82.5625 real_seconds=1.00 rate_Mbps=690.4943 tx_cpu=4 rx_cpu=5 drop=10279 pkt=20847 data_loss=49.30686 2020-05-02 18:31:57,940 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=8192 throughput=1<707066/5000000<10000000 Kbps loss-rate=49 2020-05-02 18:31:57,941 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2121198K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:32:01,306 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=82.4062 real_seconds=1.00 rate_Mbps=690.7536 tx_cpu=5 rx_cpu=5 drop=10596 pkt=21144 data_loss=50.11354 2020-05-02 18:32:01,306 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=8192 throughput=1<707331/2121198<2121198 Kbps loss-rate=50 2020-05-02 18:32:01,307 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1414264K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:32:04,644 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=84.6797 real_seconds=1.00 rate_Mbps=709.0040 tx_cpu=6 rx_cpu=5 drop=10049 pkt=20888 data_loss=48.10895 2020-05-02 18:32:04,644 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=8192 throughput=1<726020/1414264<1414264 Kbps loss-rate=48 2020-05-02 18:32:04,645 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1070142K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:32:08,010 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=85.1094 real_seconds=1.01 rate_Mbps=709.0454 tx_cpu=12 rx_cpu=5 drop=5348 pkt=16242 data_loss=32.92695 2020-05-02 18:32:08,011 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=8192 throughput=1<726062/1070142<1070142 Kbps loss-rate=32 2020-05-02 18:32:08,011 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R898102K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:32:11,372 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=84.8984 real_seconds=1.00 rate_Mbps=714.5183 tx_cpu=16 rx_cpu=6 drop=2737 pkt=13604 data_loss=20.11908 2020-05-02 18:32:11,373 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=8192 throughput=1<731666/898102<898102 Kbps loss-rate=20 2020-05-02 18:32:11,373 DEBUG overshot, min=1 kbps=731666 max=898102 2020-05-02 18:32:11,373 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R731666K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:32:14,742 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=81.3984 real_seconds=1.01 rate_Mbps=675.4304 tx_cpu=24 rx_cpu=7 drop=709 pkt=11128 data_loss=6.37136 2020-05-02 18:32:14,742 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=8192 throughput=1<691640/731666<898102 Kbps loss-rate=6 2020-05-02 18:32:14,742 DEBUG overshot, min=1 kbps=691640 max=731666 2020-05-02 18:32:14,743 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R691640K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:32:18,108 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=77.6328 real_seconds=1.00 rate_Mbps=651.8655 tx_cpu=56 rx_cpu=6 drop=571 pkt=10508 data_loss=5.43403 2020-05-02 18:32:18,108 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=8192 throughput=1<667510/691640<731666 Kbps loss-rate=5 2020-05-02 18:32:18,109 DEBUG overshot, min=1 kbps=667510 max=691640 2020-05-02 18:32:18,109 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R667510K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:32:21,482 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] megabytes=75.9219 real_seconds=1.01 rate_Mbps=628.9658 tx_cpu=77 rx_cpu=5 drop=446 pkt=10164 data_loss=4.38794 2020-05-02 18:32:21,482 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] pkt-size=8192 throughput=1<644060/667510<691640 Kbps loss-rate=4 2020-05-02 18:32:21,493 INFO { 'az_from': u'nova:pod17-node4', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.13', 'ip_to': u'192.168.1.16', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.47, 'throughput_kbps': 6878061, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.43, 'throughput_kbps': 6849181, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.23, 'throughput_kbps': 6967635, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.11, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 22983, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.05, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 182304, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.39, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 644060, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.517', 'rtt_max_ms': '1.410', 'rtt_min_ms': '0.304', 'rtt_stddev': '0.318', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.376', 'rtt_max_ms': '0.421', 'rtt_min_ms': '0.316', 'rtt_stddev': '0.039', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.580', 'rtt_max_ms': '1.223', 'rtt_min_ms': '0.463', 'rtt_stddev': '0.219', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2020-05-02 18:32:21,495 INFO Deleting floating ip 2d9cb9cb-9513-4146-9dee-ed2605ce322a 2020-05-02 18:32:22,683 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Floating IP 10.10.175.36 deleted 2020-05-02 18:32:23,228 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Instance deleted 2020-05-02 18:32:23,343 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Creating client VM... 2020-05-02 18:32:23,343 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Starting on zone nova:pod17-node4 2020-05-02 18:32:36,356 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] VM status=BUILD, retrying 1 of 150... 2020-05-02 18:32:38,645 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] VM status=BUILD, retrying 2 of 150... 2020-05-02 18:32:44,075 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] VM status=BUILD, retrying 3 of 150... 2020-05-02 18:32:46,522 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] VM status=BUILD, retrying 4 of 150... 2020-05-02 18:32:49,049 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] VM status=BUILD, retrying 5 of 150... 2020-05-02 18:32:57,073 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Internal network IP: 192.168.2.15 2020-05-02 18:32:57,074 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] SSH IP: 10.10.175.55 2020-05-02 18:32:57,074 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Setup SSH for ubuntu@10.10.175.55 2020-05-02 18:33:15,599 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Installing nuttcp-8.1.4... 2020-05-02 18:33:15,671 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Copying nuttcp-8.1.4 to target... 2020-05-02 18:33:15,879 INFO ============================================================ 2020-05-02 18:33:15,880 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2020-05-02 18:33:24,958 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] PING 192.168.1.16 (192.168.1.16) 64(92) bytes of data. 72 bytes from 192.168.1.16: icmp_seq=1 ttl=63 time=2.27 ms 72 bytes from 192.168.1.16: icmp_seq=2 ttl=63 time=1.16 ms 72 bytes from 192.168.1.16: icmp_seq=3 ttl=63 time=0.868 ms 72 bytes from 192.168.1.16: icmp_seq=4 ttl=63 time=0.726 ms 72 bytes from 192.168.1.16: icmp_seq=5 ttl=63 time=0.872 ms 72 bytes from 192.168.1.16: icmp_seq=6 ttl=63 time=0.710 ms 72 bytes from 192.168.1.16: icmp_seq=7 ttl=63 time=0.716 ms 72 bytes from 192.168.1.16: icmp_seq=8 ttl=63 time=0.914 ms 72 bytes from 192.168.1.16: icmp_seq=9 ttl=63 time=0.737 ms 72 bytes from 192.168.1.16: icmp_seq=10 ttl=63 time=0.784 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.710/0.976/2.276/0.452 ms 2020-05-02 18:33:34,015 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] PING 192.168.1.16 (192.168.1.16) 391(419) bytes of data. 399 bytes from 192.168.1.16: icmp_seq=1 ttl=63 time=0.799 ms 399 bytes from 192.168.1.16: icmp_seq=2 ttl=63 time=0.706 ms 399 bytes from 192.168.1.16: icmp_seq=3 ttl=63 time=0.748 ms 399 bytes from 192.168.1.16: icmp_seq=4 ttl=63 time=0.803 ms 399 bytes from 192.168.1.16: icmp_seq=5 ttl=63 time=0.770 ms 399 bytes from 192.168.1.16: icmp_seq=6 ttl=63 time=1.03 ms 399 bytes from 192.168.1.16: icmp_seq=7 ttl=63 time=0.996 ms 399 bytes from 192.168.1.16: icmp_seq=8 ttl=63 time=0.744 ms 399 bytes from 192.168.1.16: icmp_seq=9 ttl=63 time=0.818 ms 399 bytes from 192.168.1.16: icmp_seq=10 ttl=63 time=0.767 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9005ms rtt min/avg/max/mdev = 0.706/0.818/1.031/0.104 ms 2020-05-02 18:33:43,080 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] PING 192.168.1.16 (192.168.1.16) 1500(1528) bytes of data. 1508 bytes from 192.168.1.16: icmp_seq=1 ttl=63 time=3.60 ms 1508 bytes from 192.168.1.16: icmp_seq=2 ttl=63 time=1.15 ms 1508 bytes from 192.168.1.16: icmp_seq=3 ttl=63 time=1.25 ms 1508 bytes from 192.168.1.16: icmp_seq=4 ttl=63 time=1.30 ms 1508 bytes from 192.168.1.16: icmp_seq=5 ttl=63 time=1.03 ms 1508 bytes from 192.168.1.16: icmp_seq=6 ttl=63 time=1.24 ms 1508 bytes from 192.168.1.16: icmp_seq=7 ttl=63 time=1.14 ms 1508 bytes from 192.168.1.16: icmp_seq=8 ttl=63 time=1.01 ms 1508 bytes from 192.168.1.16: icmp_seq=9 ttl=63 time=1.01 ms 1508 bytes from 192.168.1.16: icmp_seq=10 ttl=63 time=1.26 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9014ms rtt min/avg/max/mdev = 1.011/1.403/3.609/0.743 ms 2020-05-02 18:33:43,081 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Measuring TCP Throughput (packet size=65536)... 2020-05-02 18:33:43,082 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:33:53,217 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5889.0185 real_seconds=10.01 rate_Mbps=4934.6894 tx_cpu=10 rx_cpu=31 retrans=2034 cwnd=1092 rtt_ms=1.04 2020-05-02 18:33:53,218 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:03,331 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5078.6843 real_seconds=10.01 rate_Mbps=4254.5234 tx_cpu=8 rx_cpu=28 retrans=1241 cwnd=468 rtt_ms=0.98 2020-05-02 18:34:03,331 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:13,471 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5244.8500 real_seconds=10.01 rate_Mbps=4393.5854 tx_cpu=9 rx_cpu=29 retrans=1843 cwnd=797 rtt_ms=0.95 2020-05-02 18:34:13,471 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Measuring UDP Throughput (packet size=128)... 2020-05-02 18:34:13,472 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:16,805 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=6.1401 real_seconds=1.00 rate_Mbps=51.2896 tx_cpu=5 rx_cpu=12 drop=1053 pkt=51352 data_loss=2.04990 2020-05-02 18:34:16,805 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<52520/5000000<10000000 Kbps loss-rate=2 2020-05-02 18:34:16,805 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R157560K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:20,142 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.6238 real_seconds=1.00 rate_Mbps=47.0211 tx_cpu=5 rx_cpu=12 drop=631 pkt=46701 data_loss=1.35069 2020-05-02 18:34:20,142 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<48149/157560<157560 Kbps loss-rate=1 2020-05-02 18:34:20,142 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R102854K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:23,478 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.7507 real_seconds=1.00 rate_Mbps=48.1632 tx_cpu=5 rx_cpu=11 drop=842 pkt=47952 data_loss=1.75621 2020-05-02 18:34:23,478 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<49319/102854<102854 Kbps loss-rate=1 2020-05-02 18:34:23,479 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R76086K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:26,837 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.7665 real_seconds=1.00 rate_Mbps=48.4267 tx_cpu=6 rx_cpu=13 drop=400 pkt=47639 data_loss=0.83917 2020-05-02 18:34:26,838 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<49588/76086<76086 Kbps loss-rate=0 2020-05-02 18:34:26,838 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R62837K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:30,198 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.8049 real_seconds=1.00 rate_Mbps=48.8049 tx_cpu=6 rx_cpu=13 drop=641 pkt=48195 data_loss=1.33091 2020-05-02 18:34:30,198 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<49976/62837<62837 Kbps loss-rate=1 2020-05-02 18:34:30,199 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R56406K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:33,558 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.7000 real_seconds=0.99 rate_Mbps=48.1386 tx_cpu=7 rx_cpu=12 drop=671 pkt=47365 data_loss=1.41649 2020-05-02 18:34:33,559 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<49293/56406<56406 Kbps loss-rate=1 2020-05-02 18:34:33,559 DEBUG undershot, min=49293 kbps=52849 max=56406 2020-05-02 18:34:33,560 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R52849K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:36,917 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.9261 real_seconds=1.00 rate_Mbps=49.8687 tx_cpu=8 rx_cpu=12 drop=442 pkt=48989 data_loss=0.90299 2020-05-02 18:34:36,918 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=49293<51065/52849<56406 Kbps loss-rate=0 2020-05-02 18:34:36,918 DEBUG undershot, min=51065 kbps=53735 max=56406 2020-05-02 18:34:36,919 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R53735K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:40,279 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.6683 real_seconds=1.00 rate_Mbps=47.5595 tx_cpu=6 rx_cpu=12 drop=1171 pkt=47606 data_loss=2.46072 2020-05-02 18:34:40,279 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=51065<48700/53735<56406 Kbps loss-rate=2 2020-05-02 18:34:40,279 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Measuring UDP Throughput (packet size=1024)... 2020-05-02 18:34:40,280 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:43,614 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=42.5762 real_seconds=1.00 rate_Mbps=356.1313 tx_cpu=8 rx_cpu=10 drop=588 pkt=44186 data_loss=1.33069 2020-05-02 18:34:43,614 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=1<364678/5000000<10000000 Kbps loss-rate=1 2020-05-02 18:34:43,615 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1094034K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:46,976 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=42.8389 real_seconds=1.00 rate_Mbps=358.3915 tx_cpu=9 rx_cpu=11 drop=498 pkt=44365 data_loss=1.12244 2020-05-02 18:34:46,976 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=1<366992/1094034<1094034 Kbps loss-rate=1 2020-05-02 18:34:46,976 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R730513K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:50,337 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=43.6729 real_seconds=1.00 rate_Mbps=366.1494 tx_cpu=9 rx_cpu=10 drop=362 pkt=45083 data_loss=0.80293 2020-05-02 18:34:50,337 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=1<374936/730513<730513 Kbps loss-rate=0 2020-05-02 18:34:50,338 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R552724K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:53,675 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=42.3975 real_seconds=1.00 rate_Mbps=356.0580 tx_cpu=8 rx_cpu=10 drop=416 pkt=43831 data_loss=0.94898 2020-05-02 18:34:53,676 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=1<364603/552724<552724 Kbps loss-rate=0 2020-05-02 18:34:53,676 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R458663K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:34:57,035 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=43.7793 real_seconds=1.00 rate_Mbps=367.2077 tx_cpu=10 rx_cpu=9 drop=976 pkt=45806 data_loss=2.13067 2020-05-02 18:34:57,036 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=1<376020/458663<458663 Kbps loss-rate=2 2020-05-02 18:34:57,036 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Measuring UDP Throughput (packet size=8192)... 2020-05-02 18:34:57,037 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:35:00,395 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=119.8594 real_seconds=1.00 rate_Mbps=1002.6769 tx_cpu=5 rx_cpu=9 drop=674 pkt=16016 data_loss=4.20827 2020-05-02 18:35:00,396 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=8192 throughput=1<1026741/5000000<10000000 Kbps loss-rate=4 2020-05-02 18:35:00,396 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3013370K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:35:03,760 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=124.2266 real_seconds=1.01 rate_Mbps=1035.4991 tx_cpu=6 rx_cpu=9 drop=471 pkt=16372 data_loss=2.87680 2020-05-02 18:35:03,760 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=8192 throughput=1<1060351/3013370<3013370 Kbps loss-rate=2 2020-05-02 18:35:03,761 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2036860K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:35:07,125 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=124.8750 real_seconds=1.00 rate_Mbps=1044.5359 tx_cpu=7 rx_cpu=10 drop=747 pkt=16731 data_loss=4.46474 2020-05-02 18:35:07,126 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=8192 throughput=1<1069604/2036860<2036860 Kbps loss-rate=4 2020-05-02 18:35:07,126 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1553232K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:35:10,486 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=121.7188 real_seconds=1.00 rate_Mbps=1017.7757 tx_cpu=6 rx_cpu=10 drop=442 pkt=16022 data_loss=2.75869 2020-05-02 18:35:10,486 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=8192 throughput=1<1042202/1553232<1553232 Kbps loss-rate=2 2020-05-02 18:35:10,486 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1297717K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:35:13,845 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=121.8516 real_seconds=0.99 rate_Mbps=1028.6993 tx_cpu=8 rx_cpu=9 drop=419 pkt=16016 data_loss=2.61610 2020-05-02 18:35:13,845 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=8192 throughput=1<1053388/1297717<1297717 Kbps loss-rate=2 2020-05-02 18:35:13,857 INFO { 'az_from': u'nova:pod17-node4', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.15', 'ip_to': u'192.168.1.16', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2034, 'rtt_ms': 1.04, 'throughput_kbps': 5053121, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1241, 'rtt_ms': 0.98, 'throughput_kbps': 4356631, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1843, 'rtt_ms': 0.95, 'throughput_kbps': 4499031, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.46, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 48700, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.13, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 376020, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.62, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1053388, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.976', 'rtt_max_ms': '2.276', 'rtt_min_ms': '0.710', 'rtt_stddev': '0.452', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.818', 'rtt_max_ms': '1.031', 'rtt_min_ms': '0.706', 'rtt_stddev': '0.104', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.403', 'rtt_max_ms': '3.609', 'rtt_min_ms': '1.011', 'rtt_stddev': '0.743', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-05-02 18:35:13,858 INFO ============================================================ 2020-05-02 18:35:13,858 INFO Flow 3: VM to VM different network floating IP (intra-node) 2020-05-02 18:35:22,934 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] PING 10.10.175.37 (10.10.175.37) 64(92) bytes of data. 72 bytes from 10.10.175.37: icmp_seq=1 ttl=63 time=1.11 ms 72 bytes from 10.10.175.37: icmp_seq=2 ttl=63 time=0.797 ms 72 bytes from 10.10.175.37: icmp_seq=3 ttl=63 time=0.743 ms 72 bytes from 10.10.175.37: icmp_seq=4 ttl=63 time=0.905 ms 72 bytes from 10.10.175.37: icmp_seq=5 ttl=63 time=0.704 ms 72 bytes from 10.10.175.37: icmp_seq=6 ttl=63 time=0.737 ms 72 bytes from 10.10.175.37: icmp_seq=7 ttl=63 time=1.07 ms 72 bytes from 10.10.175.37: icmp_seq=8 ttl=63 time=0.800 ms 72 bytes from 10.10.175.37: icmp_seq=9 ttl=63 time=0.842 ms 72 bytes from 10.10.175.37: icmp_seq=10 ttl=63 time=1.05 ms --- 10.10.175.37 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.704/0.876/1.112/0.146 ms 2020-05-02 18:35:31,990 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] PING 10.10.175.37 (10.10.175.37) 391(419) bytes of data. 399 bytes from 10.10.175.37: icmp_seq=1 ttl=63 time=0.847 ms 399 bytes from 10.10.175.37: icmp_seq=2 ttl=63 time=0.658 ms 399 bytes from 10.10.175.37: icmp_seq=3 ttl=63 time=0.844 ms 399 bytes from 10.10.175.37: icmp_seq=4 ttl=63 time=0.771 ms 399 bytes from 10.10.175.37: icmp_seq=5 ttl=63 time=0.716 ms 399 bytes from 10.10.175.37: icmp_seq=6 ttl=63 time=0.794 ms 399 bytes from 10.10.175.37: icmp_seq=7 ttl=63 time=0.829 ms 399 bytes from 10.10.175.37: icmp_seq=8 ttl=63 time=0.836 ms 399 bytes from 10.10.175.37: icmp_seq=9 ttl=63 time=0.721 ms 399 bytes from 10.10.175.37: icmp_seq=10 ttl=63 time=0.781 ms --- 10.10.175.37 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9005ms rtt min/avg/max/mdev = 0.658/0.779/0.847/0.069 ms 2020-05-02 18:35:41,079 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] PING 10.10.175.37 (10.10.175.37) 1500(1528) bytes of data. 1508 bytes from 10.10.175.37: icmp_seq=1 ttl=63 time=4.31 ms 1508 bytes from 10.10.175.37: icmp_seq=2 ttl=63 time=1.06 ms 1508 bytes from 10.10.175.37: icmp_seq=3 ttl=63 time=0.968 ms 1508 bytes from 10.10.175.37: icmp_seq=4 ttl=63 time=1.11 ms 1508 bytes from 10.10.175.37: icmp_seq=5 ttl=63 time=1.18 ms 1508 bytes from 10.10.175.37: icmp_seq=6 ttl=63 time=1.20 ms 1508 bytes from 10.10.175.37: icmp_seq=7 ttl=63 time=0.904 ms 1508 bytes from 10.10.175.37: icmp_seq=8 ttl=63 time=1.07 ms 1508 bytes from 10.10.175.37: icmp_seq=9 ttl=63 time=1.25 ms 1508 bytes from 10.10.175.37: icmp_seq=10 ttl=63 time=1.11 ms --- 10.10.175.37 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9013ms rtt min/avg/max/mdev = 0.904/1.419/4.316/0.970 ms 2020-05-02 18:35:41,080 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Measuring TCP Throughput (packet size=65536)... 2020-05-02 18:35:41,080 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:35:51,214 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5322.7188 real_seconds=10.01 rate_Mbps=4460.3662 tx_cpu=9 rx_cpu=28 retrans=1770 cwnd=700 rtt_ms=1.06 2020-05-02 18:35:51,215 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:01,321 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=6089.7159 real_seconds=10.01 rate_Mbps=5102.6967 tx_cpu=10 rx_cpu=31 retrans=2017 cwnd=1271 rtt_ms=1.07 2020-05-02 18:36:01,322 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:11,432 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5801.6066 real_seconds=10.01 rate_Mbps=4860.2286 tx_cpu=10 rx_cpu=29 retrans=1436 cwnd=578 rtt_ms=0.72 2020-05-02 18:36:11,432 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Measuring UDP Throughput (packet size=128)... 2020-05-02 18:36:11,433 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:14,792 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=6.4424 real_seconds=1.00 rate_Mbps=53.9122 tx_cpu=5 rx_cpu=13 drop=1261 pkt=54037 data_loss=2.33313 2020-05-02 18:36:14,793 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<55206/5000000<10000000 Kbps loss-rate=2 2020-05-02 18:36:14,793 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R165618K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:18,154 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.6670 real_seconds=1.01 rate_Mbps=47.2697 tx_cpu=7 rx_cpu=12 drop=453 pkt=46877 data_loss=0.96639 2020-05-02 18:36:18,154 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<48404/165618<165618 Kbps loss-rate=0 2020-05-02 18:36:18,155 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R107011K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:21,513 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.8363 real_seconds=1.00 rate_Mbps=48.9258 tx_cpu=6 rx_cpu=12 drop=860 pkt=48671 data_loss=1.76729 2020-05-02 18:36:21,513 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<50100/107011<107011 Kbps loss-rate=1 2020-05-02 18:36:21,514 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R78555K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:24,873 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.8463 real_seconds=1.00 rate_Mbps=48.9028 tx_cpu=6 rx_cpu=13 drop=596 pkt=48489 data_loss=1.22992 2020-05-02 18:36:24,874 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<50076/78555<78555 Kbps loss-rate=1 2020-05-02 18:36:24,874 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R64315K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:28,234 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.7842 real_seconds=1.00 rate_Mbps=48.3724 tx_cpu=5 rx_cpu=12 drop=269 pkt=47653 data_loss=0.56386 2020-05-02 18:36:28,234 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<49533/64315<64315 Kbps loss-rate=0 2020-05-02 18:36:28,235 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R56924K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:31,592 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=5.8098 real_seconds=1.00 rate_Mbps=48.9018 tx_cpu=5 rx_cpu=12 drop=971 pkt=48565 data_loss=1.99889 2020-05-02 18:36:31,593 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=128 throughput=1<50075/56924<56924 Kbps loss-rate=2 2020-05-02 18:36:31,593 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Measuring UDP Throughput (packet size=1024)... 2020-05-02 18:36:31,593 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:34,954 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=42.5684 real_seconds=1.00 rate_Mbps=356.5690 tx_cpu=8 rx_cpu=10 drop=1013 pkt=44603 data_loss=2.27102 2020-05-02 18:36:34,955 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=1<365126/5000000<10000000 Kbps loss-rate=2 2020-05-02 18:36:34,955 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1095378K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:38,314 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=43.9668 real_seconds=1.00 rate_Mbps=368.5538 tx_cpu=8 rx_cpu=10 drop=417 pkt=45439 data_loss=0.91765 2020-05-02 18:36:38,315 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=1<377399/1095378<1095378 Kbps loss-rate=0 2020-05-02 18:36:38,315 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R736388K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:41,676 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=43.4727 real_seconds=1.00 rate_Mbps=364.4830 tx_cpu=9 rx_cpu=10 drop=924 pkt=45440 data_loss=2.03335 2020-05-02 18:36:41,676 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=1<373230/736388<736388 Kbps loss-rate=2 2020-05-02 18:36:41,677 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R554809K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:45,037 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=43.6387 real_seconds=1.00 rate_Mbps=366.0900 tx_cpu=12 rx_cpu=11 drop=1205 pkt=45891 data_loss=2.62566 2020-05-02 18:36:45,038 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=1<374876/554809<554809 Kbps loss-rate=2 2020-05-02 18:36:45,038 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R464842K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:48,398 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=44.9619 real_seconds=1.00 rate_Mbps=377.8658 tx_cpu=9 rx_cpu=11 drop=476 pkt=46517 data_loss=1.02340 2020-05-02 18:36:48,399 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=1<386934/464842<464842 Kbps loss-rate=1 2020-05-02 18:36:48,399 DEBUG undershot, min=386934 kbps=425888 max=464842 2020-05-02 18:36:48,399 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R425888K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:51,759 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=44.9863 real_seconds=1.00 rate_Mbps=378.0683 tx_cpu=8 rx_cpu=11 drop=775 pkt=46841 data_loss=1.65467 2020-05-02 18:36:51,760 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=386934<387141/425888<464842 Kbps loss-rate=1 2020-05-02 18:36:51,760 DEBUG undershot, min=387141 kbps=425991 max=464842 2020-05-02 18:36:51,760 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R425991K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:55,120 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=44.8271 real_seconds=1.00 rate_Mbps=376.7204 tx_cpu=8 rx_cpu=10 drop=429 pkt=46332 data_loss=0.92605 2020-05-02 18:36:55,121 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=387141<385761/425991<464842 Kbps loss-rate=0 2020-05-02 18:36:55,121 DEBUG undershot, min=425991 kbps=445416 max=464842 2020-05-02 18:36:55,121 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R445416K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:36:58,455 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=43.2324 real_seconds=1.00 rate_Mbps=363.5057 tx_cpu=10 rx_cpu=10 drop=1169 pkt=45439 data_loss=2.57268 2020-05-02 18:36:58,455 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=1024 throughput=425991<372229/445416<464842 Kbps loss-rate=2 2020-05-02 18:36:58,455 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Measuring UDP Throughput (packet size=8192)... 2020-05-02 18:36:58,456 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:37:01,792 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=118.3750 real_seconds=1.00 rate_Mbps=989.6762 tx_cpu=7 rx_cpu=8 drop=862 pkt=16014 data_loss=5.38281 2020-05-02 18:37:01,792 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=8192 throughput=1<1013428/5000000<10000000 Kbps loss-rate=5 2020-05-02 18:37:01,793 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3006714K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:37:05,131 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=123.0234 real_seconds=1.00 rate_Mbps=1026.8611 tx_cpu=6 rx_cpu=10 drop=804 pkt=16551 data_loss=4.85775 2020-05-02 18:37:05,132 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=8192 throughput=1<1051505/3006714<3006714 Kbps loss-rate=4 2020-05-02 18:37:05,132 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2029109K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:37:08,475 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=123.6328 real_seconds=1.01 rate_Mbps=1030.7321 tx_cpu=8 rx_cpu=10 drop=1084 pkt=16909 data_loss=6.41082 2020-05-02 18:37:08,475 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=8192 throughput=1<1055469/2029109<2029109 Kbps loss-rate=6 2020-05-02 18:37:08,476 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1542289K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:37:11,834 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=118.1250 real_seconds=0.99 rate_Mbps=996.8174 tx_cpu=7 rx_cpu=10 drop=1625 pkt=16745 data_loss=9.70438 2020-05-02 18:37:11,835 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=8192 throughput=1<1020741/1542289<1542289 Kbps loss-rate=9 2020-05-02 18:37:11,835 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1281515K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:37:15,198 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] megabytes=127.3594 real_seconds=1.00 rate_Mbps=1072.2225 tx_cpu=8 rx_cpu=10 drop=666 pkt=16968 data_loss=3.92502 2020-05-02 18:37:15,198 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] pkt-size=8192 throughput=1<1097955/1281515<1281515 Kbps loss-rate=3 2020-05-02 18:37:15,210 INFO { 'az_from': u'nova:pod17-node4', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.15', 'ip_to': u'10.10.175.37', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1770, 'rtt_ms': 1.06, 'throughput_kbps': 4567414, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2017, 'rtt_ms': 1.07, 'throughput_kbps': 5225161, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1436, 'rtt_ms': 0.72, 'throughput_kbps': 4976874, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 50075, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.57, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 372229, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.93, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1097955, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.876', 'rtt_max_ms': '1.112', 'rtt_min_ms': '0.704', 'rtt_stddev': '0.146', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.779', 'rtt_max_ms': '0.847', 'rtt_min_ms': '0.658', 'rtt_stddev': '0.069', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.419', 'rtt_max_ms': '4.316', 'rtt_min_ms': '0.904', 'rtt_stddev': '0.970', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-05-02 18:37:15,211 INFO Deleting floating ip d3359b7b-1bfe-4246-8250-5d02afaf119b 2020-05-02 18:37:16,362 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Floating IP 10.10.175.55 deleted 2020-05-02 18:37:16,692 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d602] Instance deleted 2020-05-02 18:37:16,724 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Creating client VM... 2020-05-02 18:37:16,724 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Starting on zone nova:pod17-node5 2020-05-02 18:37:17,818 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 1 of 150... 2020-05-02 18:37:20,033 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 2 of 150... 2020-05-02 18:37:22,312 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 3 of 150... 2020-05-02 18:37:24,532 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 4 of 150... 2020-05-02 18:37:26,751 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 5 of 150... 2020-05-02 18:37:29,162 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 6 of 150... 2020-05-02 18:37:31,409 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 7 of 150... 2020-05-02 18:37:33,626 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 8 of 150... 2020-05-02 18:37:35,841 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 9 of 150... 2020-05-02 18:37:38,053 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 10 of 150... 2020-05-02 18:37:40,383 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 11 of 150... 2020-05-02 18:37:42,841 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 12 of 150... 2020-05-02 18:37:54,119 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 13 of 150... 2020-05-02 18:37:56,614 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 14 of 150... 2020-05-02 18:37:58,949 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 15 of 150... 2020-05-02 18:38:06,126 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 16 of 150... 2020-05-02 18:38:08,472 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] VM status=BUILD, retrying 17 of 150... 2020-05-02 18:38:14,386 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Internal network IP: 192.168.1.4 2020-05-02 18:38:14,386 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] SSH IP: 10.10.175.45 2020-05-02 18:38:14,386 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Setup SSH for ubuntu@10.10.175.45 2020-05-02 18:38:36,839 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Installing nuttcp-8.1.4... 2020-05-02 18:38:36,974 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Copying nuttcp-8.1.4 to target... 2020-05-02 18:38:37,217 INFO ============================================================ 2020-05-02 18:38:37,217 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2020-05-02 18:38:46,273 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] PING 192.168.1.16 (192.168.1.16) 64(92) bytes of data. 72 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=2.86 ms 72 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.709 ms 72 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.703 ms 72 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.818 ms 72 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.662 ms 72 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.574 ms 72 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.830 ms 72 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.768 ms 72 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.711 ms 72 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.669 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.574/0.930/2.860/0.647 ms 2020-05-02 18:38:55,345 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] PING 192.168.1.16 (192.168.1.16) 391(419) bytes of data. 399 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=1.06 ms 399 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.681 ms 399 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.664 ms 399 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.620 ms 399 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.747 ms 399 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.757 ms 399 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.574 ms 399 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.662 ms 399 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.626 ms 399 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.717 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.574/0.711/1.065/0.131 ms 2020-05-02 18:39:04,402 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] PING 192.168.1.16 (192.168.1.16) 1500(1528) bytes of data. 1508 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=2.01 ms 1508 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.896 ms 1508 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.811 ms 1508 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=1.07 ms 1508 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.946 ms 1508 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.993 ms 1508 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.926 ms 1508 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.952 ms 1508 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.952 ms 1508 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.877 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9012ms rtt min/avg/max/mdev = 0.811/1.043/2.013/0.332 ms 2020-05-02 18:39:04,403 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Measuring TCP Throughput (packet size=65536)... 2020-05-02 18:39:04,404 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:39:14,507 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=8803.5000 real_seconds=10.00 rate_Mbps=7382.9487 tx_cpu=17 rx_cpu=25 retrans=4498 cwnd=580 rtt_ms=0.88 2020-05-02 18:39:14,508 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:39:24,605 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=7864.5633 real_seconds=10.00 rate_Mbps=6595.4489 tx_cpu=14 rx_cpu=23 retrans=573 cwnd=615 rtt_ms=0.78 2020-05-02 18:39:24,606 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:39:34,707 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=7871.7308 real_seconds=10.00 rate_Mbps=6601.7270 tx_cpu=14 rx_cpu=23 retrans=53 cwnd=689 rtt_ms=0.74 2020-05-02 18:39:34,708 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Measuring UDP Throughput (packet size=128)... 2020-05-02 18:39:34,708 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:39:38,044 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=13.3518 real_seconds=1.00 rate_Mbps=111.9048 tx_cpu=10 rx_cpu=24 drop=5936 pkt=115314 data_loss=5.14762 2020-05-02 18:39:38,044 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=128 throughput=1<114590/5000000<10000000 Kbps loss-rate=5 2020-05-02 18:39:38,045 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R343770K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:39:41,402 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=12.5748 real_seconds=1.00 rate_Mbps=105.4077 tx_cpu=11 rx_cpu=24 drop=2755 pkt=105768 data_loss=2.60474 2020-05-02 18:39:41,403 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=128 throughput=1<107937/343770<343770 Kbps loss-rate=2 2020-05-02 18:39:41,403 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R225853K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:39:44,735 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=12.9602 real_seconds=1.00 rate_Mbps=108.6236 tx_cpu=10 rx_cpu=26 drop=1250 pkt=107420 data_loss=1.16375 2020-05-02 18:39:44,735 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=128 throughput=1<111230/225853<225853 Kbps loss-rate=1 2020-05-02 18:39:44,735 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R168541K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:39:48,097 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=13.0833 real_seconds=1.00 rate_Mbps=109.8766 tx_cpu=11 rx_cpu=26 drop=261 pkt=107439 data_loss=0.24247 2020-05-02 18:39:48,097 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=128 throughput=1<112513/168541<168541 Kbps loss-rate=0 2020-05-02 18:39:48,098 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R140527K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:39:51,431 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=12.5760 real_seconds=1.00 rate_Mbps=105.9724 tx_cpu=10 rx_cpu=30 drop=3142 pkt=106165 data_loss=2.95997 2020-05-02 18:39:51,432 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=128 throughput=1<108515/140527<140527 Kbps loss-rate=2 2020-05-02 18:39:51,432 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R124521K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:39:54,765 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=12.8169 real_seconds=1.00 rate_Mbps=107.7444 tx_cpu=10 rx_cpu=27 drop=473 pkt=105469 data_loss=0.44817 2020-05-02 18:39:54,765 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=128 throughput=1<110330/124521<124521 Kbps loss-rate=0 2020-05-02 18:39:54,766 DEBUG undershot, min=110330 kbps=117425 max=124521 2020-05-02 18:39:54,766 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R117425K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:39:58,123 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=13.0115 real_seconds=1.00 rate_Mbps=109.4530 tx_cpu=10 rx_cpu=27 drop=1206 pkt=107796 data_loss=1.11865 2020-05-02 18:39:58,124 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=128 throughput=110330<112079/117425<124521 Kbps loss-rate=1 2020-05-02 18:39:58,124 DEBUG undershot, min=112079 kbps=118300 max=124521 2020-05-02 18:39:58,124 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R118300K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:01,483 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=13.0024 real_seconds=1.00 rate_Mbps=109.3399 tx_cpu=10 rx_cpu=26 drop=385 pkt=106901 data_loss=0.36017 2020-05-02 18:40:01,483 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=128 throughput=112079<111964/118300<124521 Kbps loss-rate=0 2020-05-02 18:40:01,483 DEBUG undershot, min=118300 kbps=121410 max=124521 2020-05-02 18:40:01,484 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Measuring UDP Throughput (packet size=1024)... 2020-05-02 18:40:01,484 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:04,841 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=100.7783 real_seconds=1.00 rate_Mbps=844.7909 tx_cpu=14 rx_cpu=19 drop=405 pkt=103602 data_loss=0.39091 2020-05-02 18:40:04,841 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=1024 throughput=1<865065/5000000<10000000 Kbps loss-rate=0 2020-05-02 18:40:04,842 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2595195K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:08,198 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=88.9443 real_seconds=1.00 rate_Mbps=746.3759 tx_cpu=27 rx_cpu=15 drop=721 pkt=91800 data_loss=0.78540 2020-05-02 18:40:08,199 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=1024 throughput=1<764288/2595195<2595195 Kbps loss-rate=0 2020-05-02 18:40:08,199 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1679741K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:11,532 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=99.3848 real_seconds=1.00 rate_Mbps=834.2496 tx_cpu=12 rx_cpu=20 drop=949 pkt=102719 data_loss=0.92382 2020-05-02 18:40:11,533 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=1024 throughput=1<854271/1679741<1679741 Kbps loss-rate=0 2020-05-02 18:40:11,533 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1267006K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:14,890 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=101.3867 real_seconds=1.00 rate_Mbps=851.0756 tx_cpu=13 rx_cpu=20 drop=1106 pkt=104926 data_loss=1.05410 2020-05-02 18:40:14,891 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=1024 throughput=1<871501/1267006<1267006 Kbps loss-rate=1 2020-05-02 18:40:14,891 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1069253K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:18,225 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=96.2734 real_seconds=1.00 rate_Mbps=808.2079 tx_cpu=13 rx_cpu=21 drop=5209 pkt=103793 data_loss=5.01873 2020-05-02 18:40:18,226 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=1024 throughput=1<827604/1069253<1069253 Kbps loss-rate=5 2020-05-02 18:40:18,226 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R948428K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:21,559 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=102.0664 real_seconds=1.00 rate_Mbps=857.2855 tx_cpu=13 rx_cpu=20 drop=128 pkt=104644 data_loss=0.12232 2020-05-02 18:40:21,559 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=1024 throughput=1<877860/948428<948428 Kbps loss-rate=0 2020-05-02 18:40:21,560 DEBUG undershot, min=877860 kbps=913144 max=948428 2020-05-02 18:40:21,560 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R913144K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:24,917 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=100.6445 real_seconds=1.00 rate_Mbps=845.7535 tx_cpu=13 rx_cpu=18 drop=434 pkt=103494 data_loss=0.41942 2020-05-02 18:40:24,917 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=1024 throughput=877860<866051/913144<948428 Kbps loss-rate=0 2020-05-02 18:40:24,917 DEBUG undershot, min=913144 kbps=930786 max=948428 2020-05-02 18:40:24,918 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Measuring UDP Throughput (packet size=8192)... 2020-05-02 18:40:24,918 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:28,276 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=235.1172 real_seconds=1.00 rate_Mbps=1973.6875 tx_cpu=6 rx_cpu=15 drop=1134 pkt=31229 data_loss=3.63125 2020-05-02 18:40:28,276 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=8192 throughput=1<2021056/5000000<10000000 Kbps loss-rate=3 2020-05-02 18:40:28,277 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3510528K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:31,634 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=227.0547 real_seconds=1.00 rate_Mbps=1909.0253 tx_cpu=6 rx_cpu=15 drop=734 pkt=29797 data_loss=2.46335 2020-05-02 18:40:31,635 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=8192 throughput=1<1954841/3510528<3510528 Kbps loss-rate=2 2020-05-02 18:40:31,635 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2732684K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:34,973 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=236.3672 real_seconds=1.01 rate_Mbps=1968.3773 tx_cpu=7 rx_cpu=17 drop=330 pkt=30585 data_loss=1.07895 2020-05-02 18:40:34,973 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=8192 throughput=1<2015618/2732684<2732684 Kbps loss-rate=1 2020-05-02 18:40:34,974 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2374151K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:40:38,332 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] megabytes=244.0078 real_seconds=1.00 rate_Mbps=2051.6909 tx_cpu=7 rx_cpu=16 drop=1070 pkt=32303 data_loss=3.31240 2020-05-02 18:40:38,333 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] pkt-size=8192 throughput=1<2100931/2374151<2374151 Kbps loss-rate=3 2020-05-02 18:40:38,344 INFO { 'az_from': u'nova:pod17-node5', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.4', 'ip_to': u'192.168.1.16', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 4498, 'rtt_ms': 0.88, 'throughput_kbps': 7560139, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 573, 'rtt_ms': 0.78, 'throughput_kbps': 6753739, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 53, 'rtt_ms': 0.74, 'throughput_kbps': 6760168, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.36, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 111964, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.42, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 866051, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.31, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2100931, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.930', 'rtt_max_ms': '2.860', 'rtt_min_ms': '0.574', 'rtt_stddev': '0.647', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.711', 'rtt_max_ms': '1.065', 'rtt_min_ms': '0.574', 'rtt_stddev': '0.131', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.043', 'rtt_max_ms': '2.013', 'rtt_min_ms': '0.811', 'rtt_stddev': '0.332', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-05-02 18:40:38,345 INFO Deleting floating ip ec0de549-415f-4d3b-a1a0-52df91e663a6 2020-05-02 18:40:39,529 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Floating IP 10.10.175.45 deleted 2020-05-02 18:40:39,819 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d603] Instance deleted 2020-05-02 18:40:39,884 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Creating client VM... 2020-05-02 18:40:39,884 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Starting on zone nova:pod17-node5 2020-05-02 18:41:08,321 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 1 of 150... 2020-05-02 18:41:10,556 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 2 of 150... 2020-05-02 18:41:12,768 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 3 of 150... 2020-05-02 18:41:14,987 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 4 of 150... 2020-05-02 18:41:17,202 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 5 of 150... 2020-05-02 18:41:19,439 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 6 of 150... 2020-05-02 18:41:21,670 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 7 of 150... 2020-05-02 18:41:23,890 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 8 of 150... 2020-05-02 18:41:26,141 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 9 of 150... 2020-05-02 18:41:28,489 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 10 of 150... 2020-05-02 18:41:30,842 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 11 of 150... 2020-05-02 18:41:41,272 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 12 of 150... 2020-05-02 18:41:43,727 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 13 of 150... 2020-05-02 18:41:46,062 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 14 of 150... 2020-05-02 18:41:53,289 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 15 of 150... 2020-05-02 18:41:55,617 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] VM status=BUILD, retrying 16 of 150... 2020-05-02 18:42:01,665 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Internal network IP: 192.168.2.5 2020-05-02 18:42:01,666 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] SSH IP: 10.10.175.36 2020-05-02 18:42:01,666 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Setup SSH for ubuntu@10.10.175.36 2020-05-02 18:42:24,073 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Installing nuttcp-8.1.4... 2020-05-02 18:42:24,122 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Copying nuttcp-8.1.4 to target... 2020-05-02 18:42:24,272 INFO ============================================================ 2020-05-02 18:42:24,272 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2020-05-02 18:42:33,335 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] PING 192.168.1.16 (192.168.1.16) 64(92) bytes of data. 72 bytes from 192.168.1.16: icmp_seq=1 ttl=63 time=2.75 ms 72 bytes from 192.168.1.16: icmp_seq=2 ttl=63 time=1.04 ms 72 bytes from 192.168.1.16: icmp_seq=3 ttl=63 time=0.874 ms 72 bytes from 192.168.1.16: icmp_seq=4 ttl=63 time=0.854 ms 72 bytes from 192.168.1.16: icmp_seq=5 ttl=63 time=0.958 ms 72 bytes from 192.168.1.16: icmp_seq=6 ttl=63 time=0.932 ms 72 bytes from 192.168.1.16: icmp_seq=7 ttl=63 time=1.05 ms 72 bytes from 192.168.1.16: icmp_seq=8 ttl=63 time=0.882 ms 72 bytes from 192.168.1.16: icmp_seq=9 ttl=63 time=1.05 ms 72 bytes from 192.168.1.16: icmp_seq=10 ttl=63 time=0.931 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9959ms rtt min/avg/max/mdev = 0.854/1.134/2.758/0.546 ms 2020-05-02 18:42:42,397 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] PING 192.168.1.16 (192.168.1.16) 391(419) bytes of data. 399 bytes from 192.168.1.16: icmp_seq=1 ttl=63 time=0.803 ms 399 bytes from 192.168.1.16: icmp_seq=2 ttl=63 time=0.832 ms 399 bytes from 192.168.1.16: icmp_seq=3 ttl=63 time=0.947 ms 399 bytes from 192.168.1.16: icmp_seq=4 ttl=63 time=0.931 ms 399 bytes from 192.168.1.16: icmp_seq=5 ttl=63 time=0.879 ms 399 bytes from 192.168.1.16: icmp_seq=6 ttl=63 time=0.972 ms 399 bytes from 192.168.1.16: icmp_seq=7 ttl=63 time=1.01 ms 399 bytes from 192.168.1.16: icmp_seq=8 ttl=63 time=1.01 ms 399 bytes from 192.168.1.16: icmp_seq=9 ttl=63 time=0.971 ms 399 bytes from 192.168.1.16: icmp_seq=10 ttl=63 time=0.899 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9012ms rtt min/avg/max/mdev = 0.803/0.926/1.015/0.068 ms 2020-05-02 18:42:51,464 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] PING 192.168.1.16 (192.168.1.16) 1500(1528) bytes of data. 1508 bytes from 192.168.1.16: icmp_seq=1 ttl=63 time=3.68 ms 1508 bytes from 192.168.1.16: icmp_seq=2 ttl=63 time=1.32 ms 1508 bytes from 192.168.1.16: icmp_seq=3 ttl=63 time=1.22 ms 1508 bytes from 192.168.1.16: icmp_seq=4 ttl=63 time=1.29 ms 1508 bytes from 192.168.1.16: icmp_seq=5 ttl=63 time=1.15 ms 1508 bytes from 192.168.1.16: icmp_seq=6 ttl=63 time=1.17 ms 1508 bytes from 192.168.1.16: icmp_seq=7 ttl=63 time=1.29 ms 1508 bytes from 192.168.1.16: icmp_seq=8 ttl=63 time=1.24 ms 1508 bytes from 192.168.1.16: icmp_seq=9 ttl=63 time=1.16 ms 1508 bytes from 192.168.1.16: icmp_seq=10 ttl=63 time=1.28 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9015ms rtt min/avg/max/mdev = 1.152/1.485/3.688/0.736 ms 2020-05-02 18:42:51,465 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Measuring TCP Throughput (packet size=65536)... 2020-05-02 18:42:51,466 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:01,599 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=6639.7120 real_seconds=10.01 rate_Mbps=5564.9187 tx_cpu=12 rx_cpu=28 retrans=427 cwnd=555 rtt_ms=1.05 2020-05-02 18:43:01,600 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:11,732 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=6350.7500 real_seconds=10.01 rate_Mbps=5322.6527 tx_cpu=12 rx_cpu=27 retrans=2996 cwnd=559 rtt_ms=0.92 2020-05-02 18:43:11,732 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:21,882 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=6643.5865 real_seconds=10.05 rate_Mbps=5545.8187 tx_cpu=12 rx_cpu=23 retrans=294 cwnd=653 rtt_ms=1.04 2020-05-02 18:43:21,882 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Measuring UDP Throughput (packet size=128)... 2020-05-02 18:43:21,883 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:25,242 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=11.7185 real_seconds=1.01 rate_Mbps=97.7300 tx_cpu=9 rx_cpu=18 drop=14795 pkt=110793 data_loss=13.35354 2020-05-02 18:43:25,243 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<100075/5000000<10000000 Kbps loss-rate=13 2020-05-02 18:43:25,243 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R300225K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:28,577 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=11.6791 real_seconds=1.01 rate_Mbps=97.4664 tx_cpu=10 rx_cpu=20 drop=3828 pkt=99503 data_loss=3.84723 2020-05-02 18:43:28,577 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<99805/300225<300225 Kbps loss-rate=3 2020-05-02 18:43:28,578 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R200015K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:31,937 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=12.5564 real_seconds=1.00 rate_Mbps=105.4557 tx_cpu=10 rx_cpu=24 drop=1653 pkt=104515 data_loss=1.58173 2020-05-02 18:43:31,938 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<107986/200015<200015 Kbps loss-rate=1 2020-05-02 18:43:31,938 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R154000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:35,272 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=12.1591 real_seconds=1.00 rate_Mbps=101.5983 tx_cpu=10 rx_cpu=22 drop=9799 pkt=109407 data_loss=8.95674 2020-05-02 18:43:35,273 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<104036/154000<154000 Kbps loss-rate=8 2020-05-02 18:43:35,273 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R129018K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:38,608 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=11.9683 real_seconds=1.00 rate_Mbps=100.0175 tx_cpu=9 rx_cpu=20 drop=9911 pkt=107955 data_loss=9.18038 2020-05-02 18:43:38,609 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<102417/129018<129018 Kbps loss-rate=9 2020-05-02 18:43:38,609 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R115717K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:41,945 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=12.0770 real_seconds=1.00 rate_Mbps=100.8724 tx_cpu=11 rx_cpu=24 drop=8650 pkt=107585 data_loss=8.04011 2020-05-02 18:43:41,945 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<103293/115717<115717 Kbps loss-rate=8 2020-05-02 18:43:41,945 DEBUG overshot, min=1 kbps=103293 max=115717 2020-05-02 18:43:41,946 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R103293K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:45,304 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=11.9634 real_seconds=1.00 rate_Mbps=100.4107 tx_cpu=15 rx_cpu=20 drop=2868 pkt=100872 data_loss=2.84322 2020-05-02 18:43:45,304 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<102820/103293<115717 Kbps loss-rate=2 2020-05-02 18:43:45,305 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Measuring UDP Throughput (packet size=1024)... 2020-05-02 18:43:45,305 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:48,664 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=93.1133 real_seconds=1.01 rate_Mbps=777.0015 tx_cpu=13 rx_cpu=16 drop=8982 pkt=104330 data_loss=8.60923 2020-05-02 18:43:48,665 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=1024 throughput=1<795649/5000000<10000000 Kbps loss-rate=8 2020-05-02 18:43:48,665 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2386947K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:52,026 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=96.0029 real_seconds=1.00 rate_Mbps=801.9292 tx_cpu=13 rx_cpu=18 drop=4412 pkt=102719 data_loss=4.29522 2020-05-02 18:43:52,026 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=1024 throughput=1<821175/2386947<2386947 Kbps loss-rate=4 2020-05-02 18:43:52,026 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1604061K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:55,384 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=92.5576 real_seconds=1.00 rate_Mbps=774.0694 tx_cpu=12 rx_cpu=18 drop=8417 pkt=103196 data_loss=8.15630 2020-05-02 18:43:55,385 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=1024 throughput=1<792647/1604061<1604061 Kbps loss-rate=8 2020-05-02 18:43:55,385 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1198354K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:43:58,745 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=86.0654 real_seconds=1.00 rate_Mbps=718.4673 tx_cpu=13 rx_cpu=17 drop=11724 pkt=99855 data_loss=11.74101 2020-05-02 18:43:58,745 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=1024 throughput=1<735710/1198354<1198354 Kbps loss-rate=11 2020-05-02 18:43:58,746 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R967032K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:44:02,080 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=96.3652 real_seconds=1.00 rate_Mbps=808.1649 tx_cpu=14 rx_cpu=18 drop=4578 pkt=103256 data_loss=4.43364 2020-05-02 18:44:02,080 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=1024 throughput=1<827560/967032<967032 Kbps loss-rate=4 2020-05-02 18:44:02,080 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Measuring UDP Throughput (packet size=8192)... 2020-05-02 18:44:02,081 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:44:05,443 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=135.5547 real_seconds=1.01 rate_Mbps=1129.4204 tx_cpu=7 rx_cpu=13 drop=13699 pkt=31050 data_loss=44.11915 2020-05-02 18:44:05,443 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1156526/5000000<10000000 Kbps loss-rate=44 2020-05-02 18:44:05,444 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3078263K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:44:08,802 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=132.8438 real_seconds=1.00 rate_Mbps=1112.6418 tx_cpu=6 rx_cpu=12 drop=13688 pkt=30692 data_loss=44.59791 2020-05-02 18:44:08,803 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1139345/3078263<3078263 Kbps loss-rate=44 2020-05-02 18:44:08,803 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2108804K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:44:12,232 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=135.6797 real_seconds=1.00 rate_Mbps=1135.5621 tx_cpu=7 rx_cpu=11 drop=13632 pkt=30999 data_loss=43.97561 2020-05-02 18:44:12,232 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1162815/2108804<2108804 Kbps loss-rate=43 2020-05-02 18:44:12,233 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1635809K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:44:15,591 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=133.4844 real_seconds=1.00 rate_Mbps=1119.3339 tx_cpu=21 rx_cpu=14 drop=7875 pkt=24961 data_loss=31.54920 2020-05-02 18:44:15,591 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1146197/1635809<1635809 Kbps loss-rate=31 2020-05-02 18:44:15,592 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1391003K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:44:18,923 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=136.9375 real_seconds=1.00 rate_Mbps=1150.1976 tx_cpu=34 rx_cpu=12 drop=3698 pkt=21226 data_loss=17.42202 2020-05-02 18:44:18,924 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1177802/1391003<1391003 Kbps loss-rate=17 2020-05-02 18:44:18,924 DEBUG overshot, min=1 kbps=1177802 max=1391003 2020-05-02 18:44:18,925 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1177802K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:44:22,286 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=130.8984 real_seconds=1.00 rate_Mbps=1102.1070 tx_cpu=44 rx_cpu=14 drop=1156 pkt=17911 data_loss=6.45417 2020-05-02 18:44:22,286 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1128557/1177802<1391003 Kbps loss-rate=6 2020-05-02 18:44:22,286 DEBUG overshot, min=1 kbps=1128557 max=1177802 2020-05-02 18:44:22,287 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1128557K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:44:25,625 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=122.6016 real_seconds=0.99 rate_Mbps=1033.7690 tx_cpu=52 rx_cpu=17 drop=1452 pkt=17145 data_loss=8.46890 2020-05-02 18:44:25,626 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1058579/1128557<1177802 Kbps loss-rate=8 2020-05-02 18:44:25,626 DEBUG overshot, min=1 kbps=1058579 max=1128557 2020-05-02 18:44:25,626 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1058579K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:44:28,984 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=115.7031 real_seconds=1.00 rate_Mbps=966.6539 tx_cpu=86 rx_cpu=16 drop=1271 pkt=16081 data_loss=7.90375 2020-05-02 18:44:28,985 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<989853/1058579<1128557 Kbps loss-rate=7 2020-05-02 18:44:28,985 DEBUG overshot, min=1 kbps=989853 max=1058579 2020-05-02 18:44:28,985 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R989853K -p5001 -P5002 -fparse 192.168.1.16 2020-05-02 18:44:32,320 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=114.5703 real_seconds=1.00 rate_Mbps=957.2087 tx_cpu=85 rx_cpu=14 drop=414 pkt=15079 data_loss=2.74556 2020-05-02 18:44:32,320 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<980181/989853<1058579 Kbps loss-rate=2 2020-05-02 18:44:32,331 INFO { 'az_from': u'nova:pod17-node5', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'192.168.1.16', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 427, 'rtt_ms': 1.05, 'throughput_kbps': 5698476, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2996, 'rtt_ms': 0.92, 'throughput_kbps': 5450396, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 294, 'rtt_ms': 1.04, 'throughput_kbps': 5678918, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.84, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 102820, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.43, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 827560, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.75, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 980181, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '1.134', 'rtt_max_ms': '2.758', 'rtt_min_ms': '0.854', 'rtt_stddev': '0.546', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.926', 'rtt_max_ms': '1.015', 'rtt_min_ms': '0.803', 'rtt_stddev': '0.068', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.485', 'rtt_max_ms': '3.688', 'rtt_min_ms': '1.152', 'rtt_stddev': '0.736', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-05-02 18:44:32,333 INFO ============================================================ 2020-05-02 18:44:32,333 INFO Flow 6: VM to VM different network floating IP (inter-node) 2020-05-02 18:44:41,389 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] PING 10.10.175.37 (10.10.175.37) 64(92) bytes of data. 72 bytes from 10.10.175.37: icmp_seq=1 ttl=63 time=1.18 ms 72 bytes from 10.10.175.37: icmp_seq=2 ttl=63 time=0.955 ms 72 bytes from 10.10.175.37: icmp_seq=3 ttl=63 time=0.902 ms 72 bytes from 10.10.175.37: icmp_seq=4 ttl=63 time=0.998 ms 72 bytes from 10.10.175.37: icmp_seq=5 ttl=63 time=1.03 ms 72 bytes from 10.10.175.37: icmp_seq=6 ttl=63 time=0.971 ms 72 bytes from 10.10.175.37: icmp_seq=7 ttl=63 time=0.887 ms 72 bytes from 10.10.175.37: icmp_seq=8 ttl=63 time=1.32 ms 72 bytes from 10.10.175.37: icmp_seq=9 ttl=63 time=0.854 ms 72 bytes from 10.10.175.37: icmp_seq=10 ttl=63 time=1.00 ms --- 10.10.175.37 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9013ms rtt min/avg/max/mdev = 0.854/1.012/1.327/0.142 ms 2020-05-02 18:44:50,453 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] PING 10.10.175.37 (10.10.175.37) 391(419) bytes of data. 399 bytes from 10.10.175.37: icmp_seq=1 ttl=63 time=0.906 ms 399 bytes from 10.10.175.37: icmp_seq=2 ttl=63 time=0.946 ms 399 bytes from 10.10.175.37: icmp_seq=3 ttl=63 time=1.00 ms 399 bytes from 10.10.175.37: icmp_seq=4 ttl=63 time=1.01 ms 399 bytes from 10.10.175.37: icmp_seq=5 ttl=63 time=0.931 ms 399 bytes from 10.10.175.37: icmp_seq=6 ttl=63 time=1.04 ms 399 bytes from 10.10.175.37: icmp_seq=7 ttl=63 time=1.05 ms 399 bytes from 10.10.175.37: icmp_seq=8 ttl=63 time=0.997 ms 399 bytes from 10.10.175.37: icmp_seq=9 ttl=63 time=1.09 ms 399 bytes from 10.10.175.37: icmp_seq=10 ttl=63 time=0.876 ms --- 10.10.175.37 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9012ms rtt min/avg/max/mdev = 0.876/0.987/1.099/0.079 ms 2020-05-02 18:44:59,518 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] PING 10.10.175.37 (10.10.175.37) 1500(1528) bytes of data. 1508 bytes from 10.10.175.37: icmp_seq=1 ttl=63 time=3.81 ms 1508 bytes from 10.10.175.37: icmp_seq=2 ttl=63 time=1.32 ms 1508 bytes from 10.10.175.37: icmp_seq=3 ttl=63 time=1.21 ms 1508 bytes from 10.10.175.37: icmp_seq=4 ttl=63 time=1.27 ms 1508 bytes from 10.10.175.37: icmp_seq=5 ttl=63 time=1.25 ms 1508 bytes from 10.10.175.37: icmp_seq=6 ttl=63 time=1.26 ms 1508 bytes from 10.10.175.37: icmp_seq=7 ttl=63 time=1.40 ms 1508 bytes from 10.10.175.37: icmp_seq=8 ttl=63 time=1.20 ms 1508 bytes from 10.10.175.37: icmp_seq=9 ttl=63 time=1.32 ms 1508 bytes from 10.10.175.37: icmp_seq=10 ttl=63 time=1.33 ms --- 10.10.175.37 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9014ms rtt min/avg/max/mdev = 1.202/1.541/3.812/0.759 ms 2020-05-02 18:44:59,519 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Measuring TCP Throughput (packet size=65536)... 2020-05-02 18:44:59,519 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:09,632 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=7540.1185 real_seconds=10.01 rate_Mbps=6318.1396 tx_cpu=14 rx_cpu=39 retrans=1158 cwnd=483 rtt_ms=1.28 2020-05-02 18:45:09,633 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:19,740 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=6489.6469 real_seconds=10.01 rate_Mbps=5439.0311 tx_cpu=12 rx_cpu=36 retrans=213 cwnd=678 rtt_ms=1.01 2020-05-02 18:45:19,740 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:29,849 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=6559.3750 real_seconds=10.01 rate_Mbps=5496.8107 tx_cpu=11 rx_cpu=22 retrans=380 cwnd=701 rtt_ms=0.97 2020-05-02 18:45:29,849 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Measuring UDP Throughput (packet size=128)... 2020-05-02 18:45:29,850 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:33,184 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=12.7903 real_seconds=1.00 rate_Mbps=107.0211 tx_cpu=9 rx_cpu=19 drop=8150 pkt=112928 data_loss=7.21716 2020-05-02 18:45:33,185 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<109589/5000000<10000000 Kbps loss-rate=7 2020-05-02 18:45:33,185 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R328767K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:36,519 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=12.3292 real_seconds=1.00 rate_Mbps=103.4282 tx_cpu=9 rx_cpu=21 drop=3872 pkt=104873 data_loss=3.69242 2020-05-02 18:45:36,520 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<105910/328767<328767 Kbps loss-rate=3 2020-05-02 18:45:36,520 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R217338K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:39,856 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=11.3514 real_seconds=1.00 rate_Mbps=95.5283 tx_cpu=9 rx_cpu=22 drop=13672 pkt=106663 data_loss=12.81835 2020-05-02 18:45:39,857 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<97820/217338<217338 Kbps loss-rate=12 2020-05-02 18:45:39,857 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R157579K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:43,217 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=11.6724 real_seconds=1.01 rate_Mbps=96.9383 tx_cpu=11 rx_cpu=21 drop=3789 pkt=99409 data_loss=3.81132 2020-05-02 18:45:43,218 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<99264/157579<157579 Kbps loss-rate=3 2020-05-02 18:45:43,218 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R128421K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:46,578 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=11.7358 real_seconds=1.00 rate_Mbps=98.0458 tx_cpu=10 rx_cpu=21 drop=11477 pkt=107617 data_loss=10.66470 2020-05-02 18:45:46,578 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<100398/128421<128421 Kbps loss-rate=10 2020-05-02 18:45:46,579 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R114409K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:49,910 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=11.2213 real_seconds=1.00 rate_Mbps=93.7724 tx_cpu=10 rx_cpu=24 drop=19803 pkt=111728 data_loss=17.72456 2020-05-02 18:45:49,910 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<96022/114409<114409 Kbps loss-rate=17 2020-05-02 18:45:49,910 DEBUG overshot, min=1 kbps=96022 max=114409 2020-05-02 18:45:49,911 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R96022K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:53,242 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=11.1614 real_seconds=1.00 rate_Mbps=93.6762 tx_cpu=19 rx_cpu=22 drop=2280 pkt=93714 data_loss=2.43276 2020-05-02 18:45:53,243 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=128 throughput=1<95924/96022<114409 Kbps loss-rate=2 2020-05-02 18:45:53,243 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Measuring UDP Throughput (packet size=1024)... 2020-05-02 18:45:53,244 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:56,603 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=97.4580 real_seconds=1.01 rate_Mbps=813.3742 tx_cpu=13 rx_cpu=18 drop=5428 pkt=105225 data_loss=5.15849 2020-05-02 18:45:56,604 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=1024 throughput=1<832895/5000000<10000000 Kbps loss-rate=5 2020-05-02 18:45:56,604 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2498685K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:45:59,964 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=94.3369 real_seconds=1.01 rate_Mbps=786.9219 tx_cpu=13 rx_cpu=17 drop=11667 pkt=108268 data_loss=10.77608 2020-05-02 18:45:59,964 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=1024 throughput=1<805808/2498685<2498685 Kbps loss-rate=10 2020-05-02 18:45:59,965 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1652246K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:03,327 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=95.5742 real_seconds=1.00 rate_Mbps=798.4164 tx_cpu=12 rx_cpu=16 drop=2170 pkt=100038 data_loss=2.16924 2020-05-02 18:46:03,327 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=1024 throughput=1<817578/1652246<1652246 Kbps loss-rate=2 2020-05-02 18:46:03,327 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1234912K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:06,665 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=89.8281 real_seconds=1.00 rate_Mbps=749.7922 tx_cpu=13 rx_cpu=17 drop=8766 pkt=100750 data_loss=8.70080 2020-05-02 18:46:06,665 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=1024 throughput=1<767787/1234912<1234912 Kbps loss-rate=8 2020-05-02 18:46:06,665 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1001349K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:10,024 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=92.6816 real_seconds=1.00 rate_Mbps=775.6743 tx_cpu=13 rx_cpu=17 drop=9424 pkt=104330 data_loss=9.03295 2020-05-02 18:46:10,025 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=1024 throughput=1<794290/1001349<1001349 Kbps loss-rate=9 2020-05-02 18:46:10,025 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R897819K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:13,386 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=95.6172 real_seconds=1.00 rate_Mbps=798.7786 tx_cpu=12 rx_cpu=17 drop=4508 pkt=102420 data_loss=4.40144 2020-05-02 18:46:13,387 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=1024 throughput=1<817949/897819<897819 Kbps loss-rate=4 2020-05-02 18:46:13,387 INFO [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Measuring UDP Throughput (packet size=8192)... 2020-05-02 18:46:13,388 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:16,837 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=92.2500 real_seconds=1.01 rate_Mbps=768.6186 tx_cpu=4 rx_cpu=12 drop=3490 pkt=15298 data_loss=22.81342 2020-05-02 18:46:16,838 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<787065/5000000<10000000 Kbps loss-rate=22 2020-05-02 18:46:16,838 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2361195K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:20,175 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=136.1406 real_seconds=1.00 rate_Mbps=1137.2550 tx_cpu=7 rx_cpu=12 drop=15414 pkt=32840 data_loss=46.93667 2020-05-02 18:46:20,176 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1164549/2361195<2361195 Kbps loss-rate=46 2020-05-02 18:46:20,176 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1762872K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:23,539 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=149.2734 real_seconds=1.01 rate_Mbps=1244.7082 tx_cpu=18 rx_cpu=16 drop=7773 pkt=26880 data_loss=28.91743 2020-05-02 18:46:23,539 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1274581/1762872<1762872 Kbps loss-rate=28 2020-05-02 18:46:23,540 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1518726K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:26,902 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=151.3203 real_seconds=1.01 rate_Mbps=1262.0708 tx_cpu=29 rx_cpu=13 drop=3803 pkt=23172 data_loss=16.41203 2020-05-02 18:46:26,903 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1292360/1518726<1518726 Kbps loss-rate=16 2020-05-02 18:46:26,903 DEBUG overshot, min=1 kbps=1292360 max=1518726 2020-05-02 18:46:26,904 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1292360K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:30,264 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=140.2578 real_seconds=1.00 rate_Mbps=1181.8376 tx_cpu=38 rx_cpu=12 drop=1699 pkt=19652 data_loss=8.64541 2020-05-02 18:46:30,264 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1210201/1292360<1518726 Kbps loss-rate=8 2020-05-02 18:46:30,265 DEBUG overshot, min=1 kbps=1210201 max=1292360 2020-05-02 18:46:30,265 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1210201K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:33,626 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=134.0703 real_seconds=1.01 rate_Mbps=1118.7807 tx_cpu=41 rx_cpu=12 drop=1273 pkt=18434 data_loss=6.90571 2020-05-02 18:46:33,627 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1145631/1210201<1292360 Kbps loss-rate=6 2020-05-02 18:46:33,627 DEBUG overshot, min=1 kbps=1145631 max=1210201 2020-05-02 18:46:33,628 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1145631K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:36,985 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=127.0078 real_seconds=1.00 rate_Mbps=1067.7753 tx_cpu=44 rx_cpu=11 drop=1224 pkt=17481 data_loss=7.00189 2020-05-02 18:46:36,986 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<1093401/1145631<1210201 Kbps loss-rate=7 2020-05-02 18:46:36,986 DEBUG overshot, min=1 kbps=1093401 max=1145631 2020-05-02 18:46:36,986 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1093401K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:40,351 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=113.5000 real_seconds=1.00 rate_Mbps=955.5431 tx_cpu=74 rx_cpu=11 drop=2146 pkt=16674 data_loss=12.87032 2020-05-02 18:46:40,352 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<978476/1093401<1145631 Kbps loss-rate=12 2020-05-02 18:46:40,352 DEBUG overshot, min=1 kbps=978476 max=1093401 2020-05-02 18:46:40,353 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R978476K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:43,712 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=114.4219 real_seconds=1.00 rate_Mbps=955.3244 tx_cpu=85 rx_cpu=12 drop=275 pkt=14921 data_loss=1.84301 2020-05-02 18:46:43,713 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=1<978252/978476<1093401 Kbps loss-rate=1 2020-05-02 18:46:43,713 DEBUG undershot, min=978252 kbps=1035826 max=1093401 2020-05-02 18:46:43,713 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1035826K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:47,073 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=116.3750 real_seconds=1.00 rate_Mbps=973.4975 tx_cpu=79 rx_cpu=11 drop=824 pkt=15720 data_loss=5.24173 2020-05-02 18:46:47,073 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=978252<996861/1035826<1093401 Kbps loss-rate=5 2020-05-02 18:46:47,073 DEBUG overshot, min=978252 kbps=996861 max=1035826 2020-05-02 18:46:47,074 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R996861K -p5001 -P5002 -fparse 10.10.175.37 2020-05-02 18:46:50,432 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] megabytes=109.9062 real_seconds=1.00 rate_Mbps=917.4749 tx_cpu=85 rx_cpu=14 drop=1069 pkt=15137 data_loss=7.06220 2020-05-02 18:46:50,433 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] pkt-size=8192 throughput=978252<939494/996861<1035826 Kbps loss-rate=7 2020-05-02 18:46:50,433 DEBUG overshot, min=978252 kbps=939494 max=996861 2020-05-02 18:46:50,444 INFO { 'az_from': u'nova:pod17-node5', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'10.10.175.37', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1158, 'rtt_ms': 1.28, 'throughput_kbps': 6469774, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 213, 'rtt_ms': 1.01, 'throughput_kbps': 5569567, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 380, 'rtt_ms': 0.97, 'throughput_kbps': 5628734, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.43, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 95924, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.4, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 817949, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 7.06, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 939494, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '1.012', 'rtt_max_ms': '1.327', 'rtt_min_ms': '0.854', 'rtt_stddev': '0.142', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.987', 'rtt_max_ms': '1.099', 'rtt_min_ms': '0.876', 'rtt_stddev': '0.079', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.541', 'rtt_max_ms': '3.812', 'rtt_min_ms': '1.202', 'rtt_stddev': '0.759', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-05-02 18:46:50,445 INFO Deleting floating ip b128e879-c59d-4671-af25-732feeaa5f9c 2020-05-02 18:46:51,975 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Floating IP 10.10.175.36 deleted 2020-05-02 18:46:52,259 DEBUG [TestClient_ec1f1565-87c7-4ea9-8228-cd06f2d85d604] Instance deleted 2020-05-02 18:46:52,373 INFO Cleaning up... 2020-05-02 18:46:52,373 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Terminating nuttcp-8.1.4 2020-05-02 18:46:52,390 INFO Deleting floating ip f15ebccc-c202-4454-9882-18fb8e44a3b8 2020-05-02 18:46:53,651 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Floating IP 10.10.175.37 deleted 2020-05-02 18:46:54,017 DEBUG [TestServer_ec1f1565-87c7-4ea9-8228-cd06f2d85d601] Instance deleted 2020-05-02 18:47:01,256 INFO Network pns-internal-net_ec1f1565-87c7-4ea9-8228-cd06f2d85d60 deleted. 2020-05-02 18:47:04,103 INFO Network pns-internal-net2_ec1f1565-87c7-4ea9-8228-cd06f2d85d60 deleted. 2020-05-02 18:47:04,203 INFO Removed public key pns_public_key 2020-05-02 18:47:04,204 INFO Deleting security group 2020-05-02 18:47:04,405 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': '6898292', 'rtt_ms': '0.376667'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 22983, 'loss_rate': 3.11}, 1024: {'tp_kbps': 182304, | | | | | 'loss_rate': 4.05}, 8192: {'tp_kbps': 644060, 'loss_rate': 4.39}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.376/0.316/0.421/0.039', | | | | | '64-byte': '0.517/0.304/1.410/0.318', '1500-byte': '0.580/0.463/1.223/0.219'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '7024682', 'rtt_ms': '0.8'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 111964, 'loss_rate': 0.36}, 1024: {'tp_kbps': 866051, | | | | | 'loss_rate': 0.42}, 8192: {'tp_kbps': 2100931, 'loss_rate': 3.31}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.711/0.574/1.065/0.131', | | | | | '64-byte': '0.930/0.574/2.860/0.647', '1500-byte': '1.043/0.811/2.013/0.332'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '4636261', 'rtt_ms': '0.99'} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 48700, 'loss_rate': 2.46}, 1024: {'tp_kbps': 376020, | | | | | 'loss_rate': 2.13}, 8192: {'tp_kbps': 1053388, 'loss_rate': 2.62}} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.818/0.706/1.031/0.104', | | | | | '64-byte': '0.976/0.710/2.276/0.452', '1500-byte': '1.403/1.011/3.609/0.743'}} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '5609263', 'rtt_ms': '1.00333'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 102820, 'loss_rate': 2.84}, 1024: {'tp_kbps': 827560, | | | | | 'loss_rate': 4.43}, 8192: {'tp_kbps': 980181, 'loss_rate': 2.75}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.926/0.803/1.015/0.068', | | | | | '64-byte': '1.134/0.854/2.758/0.546', '1500-byte': '1.485/1.152/3.688/0.736'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '4923149', 'rtt_ms': '0.95'} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 50075, 'loss_rate': 2.0}, 1024: {'tp_kbps': 372229, | | | | | 'loss_rate': 2.57}, 8192: {'tp_kbps': 1097955, 'loss_rate': 3.93}} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.779/0.658/0.847/0.069', | | | | | '64-byte': '0.876/0.704/1.112/0.146', '1500-byte': '1.419/0.904/4.316/0.970'}} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '5889358', 'rtt_ms': '1.08667'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 95924, 'loss_rate': 2.43}, 1024: {'tp_kbps': 817949, | | | | | 'loss_rate': 4.4}, 8192: {'tp_kbps': 939494, 'loss_rate': 7.06}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.987/0.876/1.099/0.079', | | | | | '64-byte': '1.012/0.854/1.327/0.142', '1500-byte': '1.541/1.202/3.812/0.759'}} | | 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-05-02 18:47:04,409 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2020-05-02 18:47:04,749 - 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-05-02 18:47:04,751 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 19:60 | PASS | +-------------------+------------------+------------------+----------------+ 2020-05-02 18:47:12,932 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.log ('text/plain', None)