2020-12-14 04:13:26,587 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+------------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+------------------------------------------------------------+ | CI_LOOP | daily | | DEBUG | true | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | INSTALLER_TYPE | unknown | | BUILD_TAG | 0I16SBIIWHLB | | NODE_NAME | lf-virtual9 | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | TEST_DB_EXT_URL | http://testresults.opnfv.org/test/api/v1/results | | S3_ENDPOINT_URL | https://storage.googleapis.com | | S3_DST_URL | s3://artifacts.opnfv.org/functest/0I16SBIIWHLB/fun | | | ctest-pi-ollivier-functest-benchmarking-arm- | | | latest-vmtp-run-2 | | HTTP_DST_URL | http://artifacts.opnfv.org/functest/0I16SBIIWHLB/f | | | unctest-pi-ollivier-functest-benchmarking-arm- | | | latest-vmtp-run-2 | +-------------------------+------------------------------------------------------------+ 2020-12-14 04:13:26,840 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2020-12-14 04:13:36,977 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2020-12-14 04:13:50,760 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_812e4d66-ea87-4209-9c53-ca9193bd66c5' 2020-12-14 04:14:04,401 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -sc # # VMTP default configuration file # # This configuration file is ALWAYS loaded by VMTP and should never be modified # by users. To specify your own property values, always define them in a # separate config file and pass that file to the script using -c or --config # .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-12-14 04:35:19,100 - 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-12-14 04:14:17,060 INFO Using http://172.30.13.94/identity/v3 2020-12-14 04:14:17,063 INFO VM public key: /tmp/tmpx7_66a3d 2020-12-14 04:14:17,064 INFO VM private key: /tmp/tmpiteyrr_t 2020-12-14 04:14:18,339 INFO Found image vmtp-img_812e4d66-ea87-4209-9c53-ca9193bd66c5 to launch VM, will continue 2020-12-14 04:14:19,133 INFO Using external router: vmtp-router_812e4d66-ea87-4209-9c53-ca9193bd66c5 2020-12-14 04:14:19,134 INFO Using external network: public. 2020-12-14 04:14:20,257 INFO Created internal network: pns-internal-net_812e4d66-ea87-4209-9c53-ca9193bd66c5. 2020-12-14 04:14:21,443 INFO Created internal network: pns-internal-net2_812e4d66-ea87-4209-9c53-ca9193bd66c5. 2020-12-14 04:14:23,613 DEBUG Ext router associated to pns-internal-net_812e4d66-ea87-4209-9c53-ca9193bd66c5 2020-12-14 04:14:25,662 DEBUG Ext router associated to pns-internal-net2_812e4d66-ea87-4209-9c53-ca9193bd66c5 2020-12-14 04:14:25,992 INFO OpenStack agent: Open vSwitch agent 2020-12-14 04:14:25,993 INFO OpenStack network type: vxlan 2020-12-14 04:14:28,545 INFO [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] Creating server VM... 2020-12-14 04:14:28,546 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] Starting on zone nova:lf-virtual9 2020-12-14 04:14:30,093 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 1 of 150... 2020-12-14 04:14:32,430 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 2 of 150... 2020-12-14 04:14:34,767 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 3 of 150... 2020-12-14 04:14:37,070 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 4 of 150... 2020-12-14 04:14:39,328 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 5 of 150... 2020-12-14 04:14:45,905 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 6 of 150... 2020-12-14 04:14:48,166 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 7 of 150... 2020-12-14 04:15:01,103 INFO [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] Internal network IP: 192.168.1.154 2020-12-14 04:15:01,104 INFO [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] SSH IP: 172.24.4.94 2020-12-14 04:15:01,105 INFO [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] Setup SSH for ubuntu@172.24.4.94 2020-12-14 04:15:10,459 INFO [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] Installing nuttcp-8.1.4... 2020-12-14 04:15:10,516 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] Copying nuttcp-8.1.4 to target... 2020-12-14 04:15:10,839 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] Starting nuttcp-8.1.4 server... 2020-12-14 04:15:10,899 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] 2020-12-14 04:15:10,967 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Creating client VM... 2020-12-14 04:15:10,969 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Starting on zone nova:lf-virtual9 2020-12-14 04:15:11,995 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 1 of 150... 2020-12-14 04:15:14,266 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 2 of 150... 2020-12-14 04:15:16,549 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 3 of 150... 2020-12-14 04:15:18,848 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 4 of 150... 2020-12-14 04:15:21,128 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] VM status=BUILD, retrying 5 of 150... 2020-12-14 04:15:25,741 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Internal network IP: 192.168.1.7 2020-12-14 04:15:25,742 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] SSH IP: 172.24.4.93 2020-12-14 04:15:25,743 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Setup SSH for ubuntu@172.24.4.93 2020-12-14 04:15:46,702 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Installing nuttcp-8.1.4... 2020-12-14 04:15:46,782 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Copying nuttcp-8.1.4 to target... 2020-12-14 04:15:47,002 INFO ============================================================ 2020-12-14 04:15:47,004 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2020-12-14 04:15:56,074 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] PING 192.168.1.154 (192.168.1.154) 64(92) bytes of data. 72 bytes from 192.168.1.154: icmp_seq=1 ttl=64 time=2.56 ms 72 bytes from 192.168.1.154: icmp_seq=2 ttl=64 time=0.675 ms 72 bytes from 192.168.1.154: icmp_seq=3 ttl=64 time=0.639 ms 72 bytes from 192.168.1.154: icmp_seq=4 ttl=64 time=0.418 ms 72 bytes from 192.168.1.154: icmp_seq=5 ttl=64 time=0.938 ms 72 bytes from 192.168.1.154: icmp_seq=6 ttl=64 time=0.567 ms 72 bytes from 192.168.1.154: icmp_seq=7 ttl=64 time=0.545 ms 72 bytes from 192.168.1.154: icmp_seq=8 ttl=64 time=0.835 ms 72 bytes from 192.168.1.154: icmp_seq=9 ttl=64 time=0.471 ms 72 bytes from 192.168.1.154: icmp_seq=10 ttl=64 time=0.704 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.418/0.835/2.562/0.595 ms 2020-12-14 04:16:05,535 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] PING 192.168.1.154 (192.168.1.154) 391(419) bytes of data. 399 bytes from 192.168.1.154: icmp_seq=1 ttl=64 time=0.350 ms 399 bytes from 192.168.1.154: icmp_seq=2 ttl=64 time=0.680 ms 399 bytes from 192.168.1.154: icmp_seq=3 ttl=64 time=0.754 ms 399 bytes from 192.168.1.154: icmp_seq=4 ttl=64 time=0.522 ms 399 bytes from 192.168.1.154: icmp_seq=5 ttl=64 time=0.389 ms 399 bytes from 192.168.1.154: icmp_seq=6 ttl=64 time=0.617 ms 399 bytes from 192.168.1.154: icmp_seq=7 ttl=64 time=0.547 ms 399 bytes from 192.168.1.154: icmp_seq=8 ttl=64 time=0.580 ms 399 bytes from 192.168.1.154: icmp_seq=9 ttl=64 time=0.433 ms 399 bytes from 192.168.1.154: icmp_seq=10 ttl=64 time=0.722 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.350/0.559/0.754/0.133 ms 2020-12-14 04:16:14,606 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] PING 192.168.1.154 (192.168.1.154) 1500(1528) bytes of data. 1508 bytes from 192.168.1.154: icmp_seq=1 ttl=64 time=1.70 ms 1508 bytes from 192.168.1.154: icmp_seq=2 ttl=64 time=0.705 ms 1508 bytes from 192.168.1.154: icmp_seq=3 ttl=64 time=0.620 ms 1508 bytes from 192.168.1.154: icmp_seq=4 ttl=64 time=0.842 ms 1508 bytes from 192.168.1.154: icmp_seq=5 ttl=64 time=0.630 ms 1508 bytes from 192.168.1.154: icmp_seq=6 ttl=64 time=0.681 ms 1508 bytes from 192.168.1.154: icmp_seq=7 ttl=64 time=0.530 ms 1508 bytes from 192.168.1.154: icmp_seq=8 ttl=64 time=0.527 ms 1508 bytes from 192.168.1.154: icmp_seq=9 ttl=64 time=0.545 ms 1508 bytes from 192.168.1.154: icmp_seq=10 ttl=64 time=0.669 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.527/0.745/1.708/0.334 ms 2020-12-14 04:16:14,614 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Measuring TCP Throughput (packet size=65536)... 2020-12-14 04:16:14,615 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:16:24,723 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=18423.6361 real_seconds=10.00 rate_Mbps=15452.0384 tx_cpu=55 rx_cpu=72 retrans=0 cwnd=3136 rtt_ms=0.51 2020-12-14 04:16:24,735 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:16:34,859 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=18549.1250 real_seconds=10.00 rate_Mbps=15556.5683 tx_cpu=53 rx_cpu=72 retrans=0 cwnd=3136 rtt_ms=0.36 2020-12-14 04:16:34,861 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:16:44,981 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=18376.6875 real_seconds=10.00 rate_Mbps=15411.8271 tx_cpu=52 rx_cpu=72 retrans=0 cwnd=3136 rtt_ms=0.36 2020-12-14 04:16:44,982 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Measuring UDP Throughput (packet size=128)... 2020-12-14 04:16:44,985 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:16:48,336 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=23.7411 real_seconds=1.00 rate_Mbps=199.2575 tx_cpu=99 rx_cpu=59 drop=26115 pkt=220602 data_loss=11.83817 2020-12-14 04:16:48,346 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=128 throughput=1<204039/5000000<10000000 Kbps loss-rate=11 2020-12-14 04:16:48,348 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R612117K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:16:51,697 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=19.7889 real_seconds=1.00 rate_Mbps=166.0418 tx_cpu=96 rx_cpu=57 drop=39884 pkt=201994 data_loss=19.74491 2020-12-14 04:16:51,699 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=128 throughput=1<170026/612117<612117 Kbps loss-rate=19 2020-12-14 04:16:51,705 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R391071.5K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:16:55,061 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=20.4739 real_seconds=1.00 rate_Mbps=171.8094 tx_cpu=99 rx_cpu=56 drop=13376 pkt=181098 data_loss=7.38600 2020-12-14 04:16:55,063 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=128 throughput=1<175932/391071<391071 Kbps loss-rate=7 2020-12-14 04:16:55,065 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R283501.75K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:16:58,414 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=17.1705 real_seconds=1.00 rate_Mbps=144.0730 tx_cpu=99 rx_cpu=51 drop=7528 pkt=148188 data_loss=5.07977 2020-12-14 04:16:58,416 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=128 throughput=1<147530/283501<283501 Kbps loss-rate=5 2020-12-14 04:16:58,418 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R215515.875K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:17:01,754 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=19.5734 real_seconds=1.00 rate_Mbps=164.2291 tx_cpu=87 rx_cpu=52 drop=12147 pkt=172492 data_loss=7.04211 2020-12-14 04:17:01,758 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=128 throughput=1<168170/215515<215515 Kbps loss-rate=7 2020-12-14 04:17:01,760 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R191842.9375K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:17:05,113 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=22.1024 real_seconds=1.00 rate_Mbps=185.4911 tx_cpu=99 rx_cpu=53 drop=1754 pkt=182817 data_loss=0.95938 2020-12-14 04:17:05,116 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=128 throughput=1<189942/191842<191842 Kbps loss-rate=0 2020-12-14 04:17:05,117 DEBUG undershot, min=189942 kbps=190892 max=191842 2020-12-14 04:17:05,119 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Measuring UDP Throughput (packet size=1024)... 2020-12-14 04:17:05,121 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:17:08,467 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=111.1504 real_seconds=1.00 rate_Mbps=932.7058 tx_cpu=97 rx_cpu=57 drop=68207 pkt=182025 data_loss=37.47123 2020-12-14 04:17:08,469 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=1024 throughput=1<955090/5000000<10000000 Kbps loss-rate=37 2020-12-14 04:17:08,470 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2865270K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:17:11,821 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=161.3018 real_seconds=1.00 rate_Mbps=1353.3435 tx_cpu=97 rx_cpu=62 drop=37437 pkt=202610 data_loss=18.47734 2020-12-14 04:17:11,824 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=1024 throughput=1<1385823/2865270<2865270 Kbps loss-rate=18 2020-12-14 04:17:11,825 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2125546.5K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:17:15,173 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=152.0684 real_seconds=1.00 rate_Mbps=1276.1230 tx_cpu=93 rx_cpu=60 drop=25832 pkt=181550 data_loss=14.22855 2020-12-14 04:17:15,175 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=1024 throughput=1<1306749/2125546<2125546 Kbps loss-rate=14 2020-12-14 04:17:15,177 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1716147.75K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:17:18,528 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=125.8789 real_seconds=1.00 rate_Mbps=1056.4644 tx_cpu=99 rx_cpu=56 drop=22416 pkt=151316 data_loss=14.81402 2020-12-14 04:17:18,531 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=1024 throughput=1<1081819/1716147<1716147 Kbps loss-rate=14 2020-12-14 04:17:18,533 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1398983.375K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:17:21,895 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=136.4336 real_seconds=1.00 rate_Mbps=1144.8360 tx_cpu=99 rx_cpu=60 drop=31053 pkt=170761 data_loss=18.18507 2020-12-14 04:17:21,897 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=1024 throughput=1<1172312/1398983<1398983 Kbps loss-rate=18 2020-12-14 04:17:21,899 DEBUG overshot, min=1 kbps=1172312 max=1398983 2020-12-14 04:17:21,900 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1172312K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:17:25,263 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=135.2607 real_seconds=1.00 rate_Mbps=1134.9864 tx_cpu=99 rx_cpu=52 drop=4597 pkt=143104 data_loss=3.21238 2020-12-14 04:17:25,265 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=1024 throughput=1<1162226/1172312<1398983 Kbps loss-rate=3 2020-12-14 04:17:25,266 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Measuring UDP Throughput (packet size=8192)... 2020-12-14 04:17:25,268 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:17:28,704 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=202.7656 real_seconds=1.00 rate_Mbps=1699.5175 tx_cpu=70 rx_cpu=64 drop=49363 pkt=75317 data_loss=65.54032 2020-12-14 04:17:28,706 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=8192 throughput=1<1740305/5000000<10000000 Kbps loss-rate=65 2020-12-14 04:17:28,707 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3370152.5K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:17:32,065 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] megabytes=388.5703 real_seconds=1.00 rate_Mbps=3260.4672 tx_cpu=99 rx_cpu=44 drop=1688 pkt=51425 data_loss=3.28245 2020-12-14 04:17:32,066 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] pkt-size=8192 throughput=1<3338718/3370152<3370152 Kbps loss-rate=3 2020-12-14 04:17:32,110 INFO { 'az_from': 'nova:lf-virtual9', 'az_to': 'nova:lf-virtual9', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.1.7', 'ip_to': '192.168.1.154', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.51, 'throughput_kbps': 15822887, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.36, 'throughput_kbps': 15929925, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.36, 'throughput_kbps': 15781710, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.96, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 189942, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.21, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1162226, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.28, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3338718, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.835', 'rtt_max_ms': '2.562', 'rtt_min_ms': '0.418', 'rtt_stddev': '0.595', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.559', 'rtt_max_ms': '0.754', 'rtt_min_ms': '0.350', 'rtt_stddev': '0.133', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.745', 'rtt_max_ms': '1.708', 'rtt_min_ms': '0.527', 'rtt_stddev': '0.334', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-12-14 04:17:32,113 INFO Deleting floating ip 8a6460a6-352d-4032-b74b-b614202d4770 2020-12-14 04:17:34,054 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Floating IP 172.24.4.93 deleted 2020-12-14 04:17:38,591 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c51] Instance deleted 2020-12-14 04:17:38,595 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Creating client VM... 2020-12-14 04:17:38,596 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Starting on zone nova:lf-virtual9 2020-12-14 04:17:39,912 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] VM status=BUILD, retrying 1 of 150... 2020-12-14 04:17:42,195 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] VM status=BUILD, retrying 2 of 150... 2020-12-14 04:17:44,729 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] VM status=BUILD, retrying 3 of 150... 2020-12-14 04:17:47,401 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] VM status=BUILD, retrying 4 of 150... 2020-12-14 04:17:52,205 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] VM status=BUILD, retrying 5 of 150... 2020-12-14 04:18:00,880 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Internal network IP: 192.168.2.83 2020-12-14 04:18:00,881 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] SSH IP: 172.24.4.47 2020-12-14 04:18:00,882 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Setup SSH for ubuntu@172.24.4.47 2020-12-14 04:18:11,813 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Installing nuttcp-8.1.4... 2020-12-14 04:18:11,886 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Copying nuttcp-8.1.4 to target... 2020-12-14 04:18:12,107 INFO ============================================================ 2020-12-14 04:18:12,108 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2020-12-14 04:18:21,181 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] PING 192.168.1.154 (192.168.1.154) 64(92) bytes of data. 72 bytes from 192.168.1.154: icmp_seq=1 ttl=63 time=1.67 ms 72 bytes from 192.168.1.154: icmp_seq=2 ttl=63 time=0.886 ms 72 bytes from 192.168.1.154: icmp_seq=3 ttl=63 time=0.608 ms 72 bytes from 192.168.1.154: icmp_seq=4 ttl=63 time=0.585 ms 72 bytes from 192.168.1.154: icmp_seq=5 ttl=63 time=0.929 ms 72 bytes from 192.168.1.154: icmp_seq=6 ttl=63 time=0.595 ms 72 bytes from 192.168.1.154: icmp_seq=7 ttl=63 time=0.716 ms 72 bytes from 192.168.1.154: icmp_seq=8 ttl=63 time=0.702 ms 72 bytes from 192.168.1.154: icmp_seq=9 ttl=63 time=0.925 ms 72 bytes from 192.168.1.154: icmp_seq=10 ttl=63 time=0.697 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9003ms rtt min/avg/max/mdev = 0.585/0.831/1.676/0.310 ms 2020-12-14 04:18:30,250 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] PING 192.168.1.154 (192.168.1.154) 391(419) bytes of data. 399 bytes from 192.168.1.154: icmp_seq=1 ttl=63 time=0.725 ms 399 bytes from 192.168.1.154: icmp_seq=2 ttl=63 time=1.06 ms 399 bytes from 192.168.1.154: icmp_seq=3 ttl=63 time=0.441 ms 399 bytes from 192.168.1.154: icmp_seq=4 ttl=63 time=0.680 ms 399 bytes from 192.168.1.154: icmp_seq=5 ttl=63 time=0.505 ms 399 bytes from 192.168.1.154: icmp_seq=6 ttl=63 time=0.536 ms 399 bytes from 192.168.1.154: icmp_seq=7 ttl=63 time=0.755 ms 399 bytes from 192.168.1.154: icmp_seq=8 ttl=63 time=0.617 ms 399 bytes from 192.168.1.154: icmp_seq=9 ttl=63 time=0.670 ms 399 bytes from 192.168.1.154: icmp_seq=10 ttl=63 time=0.703 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.441/0.669/1.061/0.163 ms 2020-12-14 04:18:39,318 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] PING 192.168.1.154 (192.168.1.154) 1500(1528) bytes of data. 1508 bytes from 192.168.1.154: icmp_seq=1 ttl=63 time=2.02 ms 1508 bytes from 192.168.1.154: icmp_seq=2 ttl=63 time=0.826 ms 1508 bytes from 192.168.1.154: icmp_seq=3 ttl=63 time=0.793 ms 1508 bytes from 192.168.1.154: icmp_seq=4 ttl=63 time=0.633 ms 1508 bytes from 192.168.1.154: icmp_seq=5 ttl=63 time=0.750 ms 1508 bytes from 192.168.1.154: icmp_seq=6 ttl=63 time=0.740 ms 1508 bytes from 192.168.1.154: icmp_seq=7 ttl=63 time=0.742 ms 1508 bytes from 192.168.1.154: icmp_seq=8 ttl=63 time=0.721 ms 1508 bytes from 192.168.1.154: icmp_seq=9 ttl=63 time=0.693 ms 1508 bytes from 192.168.1.154: icmp_seq=10 ttl=63 time=0.753 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9003ms rtt min/avg/max/mdev = 0.633/0.867/2.021/0.388 ms 2020-12-14 04:18:39,323 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Measuring TCP Throughput (packet size=65536)... 2020-12-14 04:18:39,325 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:18:49,429 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=21542.7500 real_seconds=10.00 rate_Mbps=18070.6330 tx_cpu=68 rx_cpu=78 retrans=0 cwnd=3136 rtt_ms=0.70 2020-12-14 04:18:49,433 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:18:59,543 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=20572.4990 real_seconds=10.00 rate_Mbps=17253.5723 tx_cpu=59 rx_cpu=76 retrans=0 cwnd=3136 rtt_ms=0.48 2020-12-14 04:18:59,546 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:09,666 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=15920.9835 real_seconds=10.00 rate_Mbps=13353.1201 tx_cpu=45 rx_cpu=63 retrans=0 cwnd=3136 rtt_ms=0.51 2020-12-14 04:19:09,668 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Measuring UDP Throughput (packet size=128)... 2020-12-14 04:19:09,670 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:13,028 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=12.3948 real_seconds=1.00 rate_Mbps=103.6807 tx_cpu=35 rx_cpu=38 drop=686 pkt=102224 data_loss=0.67075 2020-12-14 04:19:13,030 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<106169/5000000<10000000 Kbps loss-rate=0 2020-12-14 04:19:13,031 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R318507K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:16,391 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=11.9158 real_seconds=1.00 rate_Mbps=99.5872 tx_cpu=34 rx_cpu=41 drop=1510 pkt=99124 data_loss=1.52313 2020-12-14 04:19:16,393 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<101977/318507<318507 Kbps loss-rate=1 2020-12-14 04:19:16,394 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R210242.0K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:19,752 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=12.9752 real_seconds=1.00 rate_Mbps=108.4367 tx_cpu=31 rx_cpu=43 drop=628 pkt=106920 data_loss=0.58689 2020-12-14 04:19:19,754 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<111039/210242<210242 Kbps loss-rate=0 2020-12-14 04:19:19,757 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R160640.5K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:23,112 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=11.2805 real_seconds=1.00 rate_Mbps=94.3003 tx_cpu=34 rx_cpu=40 drop=349 pkt=92759 data_loss=0.37622 2020-12-14 04:19:23,115 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<96563/160640<160640 Kbps loss-rate=0 2020-12-14 04:19:23,116 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R128601.75K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:26,467 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=10.4607 real_seconds=1.00 rate_Mbps=87.4307 tx_cpu=32 rx_cpu=38 drop=292 pkt=85986 data_loss=0.33917 2020-12-14 04:19:26,470 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<89529/128601<128601 Kbps loss-rate=0 2020-12-14 04:19:26,472 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R109065.375K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:29,820 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=11.7251 real_seconds=1.00 rate_Mbps=98.0927 tx_cpu=35 rx_cpu=42 drop=246 pkt=96298 data_loss=0.25521 2020-12-14 04:19:29,823 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<100446/109065<109065 Kbps loss-rate=0 2020-12-14 04:19:29,824 DEBUG undershot, min=100446 kbps=104755 max=109065 2020-12-14 04:19:29,825 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R104755K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:33,181 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=11.4119 real_seconds=1.00 rate_Mbps=95.3543 tx_cpu=35 rx_cpu=40 drop=347 pkt=93834 data_loss=0.37017 2020-12-14 04:19:33,184 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=100446<97642/104755<109065 Kbps loss-rate=0 2020-12-14 04:19:33,185 DEBUG undershot, min=104755 kbps=106910 max=109065 2020-12-14 04:19:33,187 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Measuring UDP Throughput (packet size=1024)... 2020-12-14 04:19:33,191 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:36,540 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=89.2939 real_seconds=1.00 rate_Mbps=747.0140 tx_cpu=45 rx_cpu=38 drop=0 pkt=91437 data_loss=0.00000 2020-12-14 04:19:36,543 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<764942/5000000<10000000 Kbps loss-rate=0 2020-12-14 04:19:36,545 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2294826K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:39,908 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=64.5605 real_seconds=1.00 rate_Mbps=539.7498 tx_cpu=35 rx_cpu=32 drop=1 pkt=66111 data_loss=0.00155 2020-12-14 04:19:39,910 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<552703/2294826<2294826 Kbps loss-rate=0 2020-12-14 04:19:39,911 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1423764.5K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:43,264 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=63.8232 real_seconds=1.00 rate_Mbps=534.5479 tx_cpu=36 rx_cpu=29 drop=18 pkt=65373 data_loss=0.02757 2020-12-14 04:19:43,266 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<547377/1423764<1423764 Kbps loss-rate=0 2020-12-14 04:19:43,267 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R985570.75K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:46,619 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=73.2871 real_seconds=1.00 rate_Mbps=613.4218 tx_cpu=38 rx_cpu=30 drop=0 pkt=75046 data_loss=0.00000 2020-12-14 04:19:46,622 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<628143/985570<985570 Kbps loss-rate=0 2020-12-14 04:19:46,623 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R806856.875K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:49,976 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=73.3213 real_seconds=1.00 rate_Mbps=613.0216 tx_cpu=38 rx_cpu=36 drop=0 pkt=75081 data_loss=0.00000 2020-12-14 04:19:49,978 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<627734/806856<806856 Kbps loss-rate=0 2020-12-14 04:19:49,979 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R717295.4375K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:53,321 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=67.8926 real_seconds=1.00 rate_Mbps=567.8706 tx_cpu=37 rx_cpu=33 drop=79 pkt=69601 data_loss=0.11343 2020-12-14 04:19:53,322 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<581499/717295<717295 Kbps loss-rate=0 2020-12-14 04:19:53,323 DEBUG undershot, min=581499 kbps=649397 max=717295 2020-12-14 04:19:53,324 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R649397K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:19:56,679 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=65.5430 real_seconds=1.00 rate_Mbps=547.6969 tx_cpu=36 rx_cpu=34 drop=0 pkt=67116 data_loss=0.00000 2020-12-14 04:19:56,681 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=581499<560841/649397<717295 Kbps loss-rate=0 2020-12-14 04:19:56,683 DEBUG undershot, min=649397 kbps=683346 max=717295 2020-12-14 04:19:56,689 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R683346K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:20:00,060 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=59.4688 real_seconds=1.00 rate_Mbps=497.4984 tx_cpu=36 rx_cpu=30 drop=0 pkt=60896 data_loss=0.00000 2020-12-14 04:20:00,063 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=649397<509438/683346<717295 Kbps loss-rate=0 2020-12-14 04:20:00,066 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Measuring UDP Throughput (packet size=8192)... 2020-12-14 04:20:00,069 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:20:03,424 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=146.0938 real_seconds=1.01 rate_Mbps=1209.9404 tx_cpu=18 rx_cpu=13 drop=0 pkt=18700 data_loss=0.00000 2020-12-14 04:20:03,427 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1<1238978/5000000<10000000 Kbps loss-rate=0 2020-12-14 04:20:03,430 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3119489.0K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:20:06,996 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=147.6094 real_seconds=1.01 rate_Mbps=1225.3053 tx_cpu=20 rx_cpu=13 drop=157 pkt=19051 data_loss=0.82406 2020-12-14 04:20:06,998 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1<1254712/3119489<3119489 Kbps loss-rate=0 2020-12-14 04:20:06,999 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2187100.5K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:20:10,364 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=145.7031 real_seconds=1.01 rate_Mbps=1213.3489 tx_cpu=18 rx_cpu=14 drop=0 pkt=18650 data_loss=0.00000 2020-12-14 04:20:10,366 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1<1242469/2187100<2187100 Kbps loss-rate=0 2020-12-14 04:20:10,367 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1714784.75K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:20:13,727 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=148.3984 real_seconds=1.01 rate_Mbps=1234.7585 tx_cpu=21 rx_cpu=13 drop=0 pkt=18995 data_loss=0.00000 2020-12-14 04:20:13,733 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1<1264392/1714784<1714784 Kbps loss-rate=0 2020-12-14 04:20:13,735 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1489588.375K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:20:17,095 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=155.4531 real_seconds=1.01 rate_Mbps=1291.6407 tx_cpu=24 rx_cpu=14 drop=0 pkt=19898 data_loss=0.00000 2020-12-14 04:20:17,098 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1<1322640/1489588<1489588 Kbps loss-rate=0 2020-12-14 04:20:17,099 DEBUG undershot, min=1322640 kbps=1406114 max=1489588 2020-12-14 04:20:17,100 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1406114K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:20:20,452 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=167.0625 real_seconds=1.00 rate_Mbps=1401.0730 tx_cpu=64 rx_cpu=15 drop=72 pkt=21456 data_loss=0.33557 2020-12-14 04:20:20,454 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1322640<1434698/1406114<1489588 Kbps loss-rate=0 2020-12-14 04:20:20,455 DEBUG undershot, min=1434698 kbps=1462143 max=1489588 2020-12-14 04:20:20,497 INFO { 'az_from': 'nova:lf-virtual9', 'az_to': 'nova:lf-virtual9', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.83', 'ip_to': '192.168.1.154', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.7, 'throughput_kbps': 18504328, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.48, 'throughput_kbps': 17667658, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.51, 'throughput_kbps': 13673594, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.37, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 97642, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 509438, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.34, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1434698, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.831', 'rtt_max_ms': '1.676', 'rtt_min_ms': '0.585', 'rtt_stddev': '0.310', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.669', 'rtt_max_ms': '1.061', 'rtt_min_ms': '0.441', 'rtt_stddev': '0.163', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.867', 'rtt_max_ms': '2.021', 'rtt_min_ms': '0.633', 'rtt_stddev': '0.388', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-12-14 04:20:20,499 INFO ============================================================ 2020-12-14 04:20:20,500 INFO Flow 3: VM to VM different network floating IP (intra-node) 2020-12-14 04:20:29,538 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] PING 172.24.4.94 (172.24.4.94) 64(92) bytes of data. 72 bytes from 172.24.4.94: icmp_seq=1 ttl=63 time=0.876 ms 72 bytes from 172.24.4.94: icmp_seq=2 ttl=63 time=0.625 ms 72 bytes from 172.24.4.94: icmp_seq=3 ttl=63 time=0.685 ms 72 bytes from 172.24.4.94: icmp_seq=4 ttl=63 time=0.613 ms 72 bytes from 172.24.4.94: icmp_seq=5 ttl=63 time=0.551 ms 72 bytes from 172.24.4.94: icmp_seq=6 ttl=63 time=0.607 ms 72 bytes from 172.24.4.94: icmp_seq=7 ttl=63 time=0.767 ms 72 bytes from 172.24.4.94: icmp_seq=8 ttl=63 time=0.680 ms 72 bytes from 172.24.4.94: icmp_seq=9 ttl=63 time=0.615 ms 72 bytes from 172.24.4.94: icmp_seq=10 ttl=63 time=0.495 ms --- 172.24.4.94 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.495/0.651/0.876/0.105 ms 2020-12-14 04:20:38,612 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] PING 172.24.4.94 (172.24.4.94) 391(419) bytes of data. 399 bytes from 172.24.4.94: icmp_seq=1 ttl=63 time=0.640 ms 399 bytes from 172.24.4.94: icmp_seq=2 ttl=63 time=1.04 ms 399 bytes from 172.24.4.94: icmp_seq=3 ttl=63 time=0.631 ms 399 bytes from 172.24.4.94: icmp_seq=4 ttl=63 time=0.551 ms 399 bytes from 172.24.4.94: icmp_seq=5 ttl=63 time=1.03 ms 399 bytes from 172.24.4.94: icmp_seq=6 ttl=63 time=0.798 ms 399 bytes from 172.24.4.94: icmp_seq=7 ttl=63 time=0.608 ms 399 bytes from 172.24.4.94: icmp_seq=8 ttl=63 time=0.548 ms 399 bytes from 172.24.4.94: icmp_seq=9 ttl=63 time=0.707 ms 399 bytes from 172.24.4.94: icmp_seq=10 ttl=63 time=0.578 ms --- 172.24.4.94 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.548/0.714/1.048/0.179 ms 2020-12-14 04:20:47,689 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] PING 172.24.4.94 (172.24.4.94) 1500(1528) bytes of data. 1508 bytes from 172.24.4.94: icmp_seq=1 ttl=63 time=1.88 ms 1508 bytes from 172.24.4.94: icmp_seq=2 ttl=63 time=0.852 ms 1508 bytes from 172.24.4.94: icmp_seq=3 ttl=63 time=0.799 ms 1508 bytes from 172.24.4.94: icmp_seq=4 ttl=63 time=0.733 ms 1508 bytes from 172.24.4.94: icmp_seq=5 ttl=63 time=0.844 ms 1508 bytes from 172.24.4.94: icmp_seq=6 ttl=63 time=1.02 ms 1508 bytes from 172.24.4.94: icmp_seq=7 ttl=63 time=0.801 ms 1508 bytes from 172.24.4.94: icmp_seq=8 ttl=63 time=0.723 ms 1508 bytes from 172.24.4.94: icmp_seq=9 ttl=63 time=0.787 ms 1508 bytes from 172.24.4.94: icmp_seq=10 ttl=63 time=0.788 ms --- 172.24.4.94 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9005ms rtt min/avg/max/mdev = 0.723/0.924/1.889/0.331 ms 2020-12-14 04:20:47,695 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Measuring TCP Throughput (packet size=65536)... 2020-12-14 04:20:47,697 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:20:57,843 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=5758.2499 real_seconds=10.01 rate_Mbps=4826.4834 tx_cpu=22 rx_cpu=29 retrans=0 cwnd=3136 rtt_ms=0.86 2020-12-14 04:20:57,845 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:07,968 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=6926.1707 real_seconds=10.01 rate_Mbps=5805.3032 tx_cpu=26 rx_cpu=34 retrans=0 cwnd=3104 rtt_ms=0.64 2020-12-14 04:21:07,971 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:18,126 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=6886.5625 real_seconds=10.01 rate_Mbps=5770.6863 tx_cpu=26 rx_cpu=35 retrans=0 cwnd=3106 rtt_ms=0.51 2020-12-14 04:21:18,128 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Measuring UDP Throughput (packet size=128)... 2020-12-14 04:21:18,130 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:21,492 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=8.2151 real_seconds=1.01 rate_Mbps=68.5644 tx_cpu=29 rx_cpu=31 drop=462 pkt=67760 data_loss=0.68186 2020-12-14 04:21:21,494 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<70209/5000000<10000000 Kbps loss-rate=0 2020-12-14 04:21:21,495 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R210627K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:24,847 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=7.2249 real_seconds=1.01 rate_Mbps=60.2970 tx_cpu=27 rx_cpu=30 drop=284 pkt=59471 data_loss=0.47799 2020-12-14 04:21:24,850 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<61744/210627<210627 Kbps loss-rate=0 2020-12-14 04:21:24,852 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R136185.5K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:28,205 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=7.8658 real_seconds=1.01 rate_Mbps=65.6006 tx_cpu=27 rx_cpu=33 drop=822 pkt=65258 data_loss=1.25909 2020-12-14 04:21:28,208 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<67175/136185<136185 Kbps loss-rate=1 2020-12-14 04:21:28,214 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R101680.25K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:31,564 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=7.9524 real_seconds=1.00 rate_Mbps=66.3803 tx_cpu=28 rx_cpu=30 drop=0 pkt=65146 data_loss=0.00000 2020-12-14 04:21:31,567 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<67973/101680<101680 Kbps loss-rate=0 2020-12-14 04:21:31,573 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R84826.625K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:34,923 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=7.0741 real_seconds=1.01 rate_Mbps=59.0178 tx_cpu=26 rx_cpu=26 drop=0 pkt=57951 data_loss=0.00000 2020-12-14 04:21:34,930 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<60434/84826<84826 Kbps loss-rate=0 2020-12-14 04:21:34,932 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R72630.3125K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:38,276 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=7.3271 real_seconds=1.01 rate_Mbps=61.0273 tx_cpu=26 rx_cpu=30 drop=0 pkt=60024 data_loss=0.00000 2020-12-14 04:21:38,278 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=1<62491/72630<72630 Kbps loss-rate=0 2020-12-14 04:21:38,279 DEBUG undershot, min=62491 kbps=67560 max=72630 2020-12-14 04:21:38,280 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R67560K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:41,636 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=7.4330 real_seconds=1.01 rate_Mbps=62.0231 tx_cpu=26 rx_cpu=31 drop=387 pkt=61279 data_loss=0.63233 2020-12-14 04:21:41,641 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=62491<63511/67560<72630 Kbps loss-rate=0 2020-12-14 04:21:41,643 DEBUG undershot, min=63511 kbps=68070 max=72630 2020-12-14 04:21:41,644 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R68070K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:44,992 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=7.7356 real_seconds=1.01 rate_Mbps=64.4709 tx_cpu=31 rx_cpu=32 drop=82 pkt=63452 data_loss=0.12911 2020-12-14 04:21:44,995 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=63511<66018/68070<72630 Kbps loss-rate=0 2020-12-14 04:21:44,996 DEBUG undershot, min=66018 kbps=69324 max=72630 2020-12-14 04:21:44,998 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R69324K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:48,342 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=7.6831 real_seconds=1.01 rate_Mbps=64.0444 tx_cpu=29 rx_cpu=33 drop=0 pkt=62940 data_loss=0.00000 2020-12-14 04:21:48,345 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=128 throughput=66018<65581/69324<72630 Kbps loss-rate=0 2020-12-14 04:21:48,347 DEBUG undershot, min=69324 kbps=70977 max=72630 2020-12-14 04:21:48,348 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Measuring UDP Throughput (packet size=1024)... 2020-12-14 04:21:48,350 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:51,707 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=61.2822 real_seconds=1.00 rate_Mbps=512.9467 tx_cpu=36 rx_cpu=31 drop=0 pkt=62753 data_loss=0.00000 2020-12-14 04:21:51,709 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<525257/5000000<10000000 Kbps loss-rate=0 2020-12-14 04:21:51,710 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1575771K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:55,067 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=59.4795 real_seconds=1.00 rate_Mbps=497.1663 tx_cpu=35 rx_cpu=30 drop=1716 pkt=62623 data_loss=2.74024 2020-12-14 04:21:55,070 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<509098/1575771<1575771 Kbps loss-rate=2 2020-12-14 04:21:55,076 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1042434.5K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:21:58,433 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=59.1465 real_seconds=1.00 rate_Mbps=493.7496 tx_cpu=35 rx_cpu=32 drop=501 pkt=61067 data_loss=0.82031 2020-12-14 04:21:58,436 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<505599/1042434<1042434 Kbps loss-rate=0 2020-12-14 04:21:58,438 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R774016.75K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:22:01,792 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=61.4590 real_seconds=1.00 rate_Mbps=513.3040 tx_cpu=36 rx_cpu=32 drop=6 pkt=62940 data_loss=0.00944 2020-12-14 04:22:01,795 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<525623/774016<774016 Kbps loss-rate=0 2020-12-14 04:22:01,796 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R649819.875K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:22:05,152 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=59.9062 real_seconds=1.00 rate_Mbps=501.1819 tx_cpu=35 rx_cpu=30 drop=90 pkt=61434 data_loss=0.14651 2020-12-14 04:22:05,154 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<513210/649819<649819 Kbps loss-rate=0 2020-12-14 04:22:05,155 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R581514.9375K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:22:08,598 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=63.1113 real_seconds=1.00 rate_Mbps=527.2581 tx_cpu=36 rx_cpu=34 drop=0 pkt=64626 data_loss=0.00000 2020-12-14 04:22:08,600 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=1<539912/581514<581514 Kbps loss-rate=0 2020-12-14 04:22:08,602 DEBUG undershot, min=539912 kbps=560713 max=581514 2020-12-14 04:22:08,604 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R560713K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:22:11,968 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=58.3311 real_seconds=1.00 rate_Mbps=487.8932 tx_cpu=35 rx_cpu=30 drop=0 pkt=59731 data_loss=0.00000 2020-12-14 04:22:11,970 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=1024 throughput=539912<499602/560713<581514 Kbps loss-rate=0 2020-12-14 04:22:11,971 DEBUG undershot, min=560713 kbps=571113 max=581514 2020-12-14 04:22:11,971 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Measuring UDP Throughput (packet size=8192)... 2020-12-14 04:22:11,973 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:22:15,335 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=162.7812 real_seconds=1.01 rate_Mbps=1349.6897 tx_cpu=22 rx_cpu=13 drop=5 pkt=20841 data_loss=0.02401 2020-12-14 04:22:15,338 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1<1382082/5000000<10000000 Kbps loss-rate=0 2020-12-14 04:22:15,340 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3191041.0K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:22:18,698 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=161.0547 real_seconds=1.01 rate_Mbps=1334.9202 tx_cpu=20 rx_cpu=15 drop=105 pkt=20720 data_loss=0.50675 2020-12-14 04:22:18,700 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1<1366958/3191041<3191041 Kbps loss-rate=0 2020-12-14 04:22:18,702 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2278999.5K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:22:22,058 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=151.2031 real_seconds=1.01 rate_Mbps=1260.5569 tx_cpu=21 rx_cpu=16 drop=0 pkt=19354 data_loss=0.00000 2020-12-14 04:22:22,060 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1<1290810/2278999<2278999 Kbps loss-rate=0 2020-12-14 04:22:22,063 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1784904.75K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:22:25,421 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=145.0078 real_seconds=1.01 rate_Mbps=1200.1635 tx_cpu=21 rx_cpu=15 drop=47 pkt=18608 data_loss=0.25259 2020-12-14 04:22:25,423 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1<1228967/1784904<1784904 Kbps loss-rate=0 2020-12-14 04:22:25,427 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1506935.875K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:22:28,782 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=147.9922 real_seconds=1.01 rate_Mbps=1234.6492 tx_cpu=23 rx_cpu=14 drop=143 pkt=19086 data_loss=0.74925 2020-12-14 04:22:28,785 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1<1264280/1506935<1506935 Kbps loss-rate=0 2020-12-14 04:22:28,786 DEBUG undershot, min=1264280 kbps=1385607 max=1506935 2020-12-14 04:22:28,787 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1385607K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:22:32,161 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=135.0469 real_seconds=1.01 rate_Mbps=1122.1844 tx_cpu=23 rx_cpu=12 drop=20 pkt=17306 data_loss=0.11553 2020-12-14 04:22:32,163 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1264280<1149116/1385607<1506935 Kbps loss-rate=0 2020-12-14 04:22:32,164 DEBUG undershot, min=1385607 kbps=1446271 max=1506935 2020-12-14 04:22:32,165 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1446271K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:22:35,665 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] megabytes=158.3906 real_seconds=1.01 rate_Mbps=1321.3079 tx_cpu=24 rx_cpu=13 drop=90 pkt=20364 data_loss=0.44200 2020-12-14 04:22:35,667 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] pkt-size=8192 throughput=1385607<1353019/1446271<1506935 Kbps loss-rate=0 2020-12-14 04:22:35,668 DEBUG undershot, min=1446271 kbps=1476603 max=1506935 2020-12-14 04:22:35,699 INFO { 'az_from': 'nova:lf-virtual9', 'az_to': 'nova:lf-virtual9', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.83', 'ip_to': '172.24.4.94', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.86, 'throughput_kbps': 4942319, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.64, 'throughput_kbps': 5944630, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.51, 'throughput_kbps': 5909182, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 65581, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 499602, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.44, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1353019, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.651', 'rtt_max_ms': '0.876', 'rtt_min_ms': '0.495', 'rtt_stddev': '0.105', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.714', 'rtt_max_ms': '1.048', 'rtt_min_ms': '0.548', 'rtt_stddev': '0.179', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.924', 'rtt_max_ms': '1.889', 'rtt_min_ms': '0.723', 'rtt_stddev': '0.331', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-12-14 04:22:35,703 INFO Deleting floating ip d60f3ee7-6ba6-42f0-b19d-ffa87da1c589 2020-12-14 04:22:37,145 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Floating IP 172.24.4.47 deleted 2020-12-14 04:22:41,738 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c52] Instance deleted 2020-12-14 04:22:41,742 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Creating client VM... 2020-12-14 04:22:41,744 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Starting on zone nova:lf-virtual8 2020-12-14 04:22:43,302 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 1 of 150... 2020-12-14 04:22:45,805 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 2 of 150... 2020-12-14 04:22:48,592 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 3 of 150... 2020-12-14 04:22:50,924 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 4 of 150... 2020-12-14 04:22:53,234 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 5 of 150... 2020-12-14 04:22:56,207 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 6 of 150... 2020-12-14 04:22:58,606 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 7 of 150... 2020-12-14 04:23:00,867 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 8 of 150... 2020-12-14 04:23:08,358 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 9 of 150... 2020-12-14 04:23:10,998 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 10 of 150... 2020-12-14 04:23:13,290 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 11 of 150... 2020-12-14 04:23:16,004 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 12 of 150... 2020-12-14 04:23:18,251 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 13 of 150... 2020-12-14 04:23:20,612 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 14 of 150... 2020-12-14 04:23:22,889 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 15 of 150... 2020-12-14 04:23:25,493 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 16 of 150... 2020-12-14 04:23:27,737 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 17 of 150... 2020-12-14 04:23:30,022 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 18 of 150... 2020-12-14 04:23:32,304 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 19 of 150... 2020-12-14 04:23:34,620 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 20 of 150... 2020-12-14 04:23:37,025 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 21 of 150... 2020-12-14 04:23:39,313 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 22 of 150... 2020-12-14 04:23:46,121 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 23 of 150... 2020-12-14 04:23:50,685 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 24 of 150... 2020-12-14 04:23:53,387 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 25 of 150... 2020-12-14 04:23:55,917 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 26 of 150... 2020-12-14 04:23:58,751 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 27 of 150... 2020-12-14 04:24:01,016 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 28 of 150... 2020-12-14 04:24:03,344 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 29 of 150... 2020-12-14 04:24:05,961 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 30 of 150... 2020-12-14 04:24:08,423 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 31 of 150... 2020-12-14 04:24:11,477 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] VM status=BUILD, retrying 32 of 150... 2020-12-14 04:24:16,533 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Internal network IP: 192.168.1.130 2020-12-14 04:24:16,535 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] SSH IP: 172.24.4.47 2020-12-14 04:24:16,536 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Setup SSH for ubuntu@172.24.4.47 2020-12-14 04:24:36,940 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Installing nuttcp-8.1.4... 2020-12-14 04:24:37,018 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Copying nuttcp-8.1.4 to target... 2020-12-14 04:24:37,255 INFO ============================================================ 2020-12-14 04:24:37,260 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2020-12-14 04:24:46,341 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] PING 192.168.1.154 (192.168.1.154) 64(92) bytes of data. 72 bytes from 192.168.1.154: icmp_seq=1 ttl=64 time=3.85 ms 72 bytes from 192.168.1.154: icmp_seq=2 ttl=64 time=1.32 ms 72 bytes from 192.168.1.154: icmp_seq=3 ttl=64 time=0.769 ms 72 bytes from 192.168.1.154: icmp_seq=4 ttl=64 time=0.728 ms 72 bytes from 192.168.1.154: icmp_seq=5 ttl=64 time=0.741 ms 72 bytes from 192.168.1.154: icmp_seq=6 ttl=64 time=0.691 ms 72 bytes from 192.168.1.154: icmp_seq=7 ttl=64 time=0.889 ms 72 bytes from 192.168.1.154: icmp_seq=8 ttl=64 time=0.561 ms 72 bytes from 192.168.1.154: icmp_seq=9 ttl=64 time=0.631 ms 72 bytes from 192.168.1.154: icmp_seq=10 ttl=64 time=0.821 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9003ms rtt min/avg/max/mdev = 0.561/1.100/3.850/0.938 ms 2020-12-14 04:24:55,408 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] PING 192.168.1.154 (192.168.1.154) 391(419) bytes of data. 399 bytes from 192.168.1.154: icmp_seq=1 ttl=64 time=0.668 ms 399 bytes from 192.168.1.154: icmp_seq=2 ttl=64 time=0.508 ms 399 bytes from 192.168.1.154: icmp_seq=3 ttl=64 time=0.596 ms 399 bytes from 192.168.1.154: icmp_seq=4 ttl=64 time=0.703 ms 399 bytes from 192.168.1.154: icmp_seq=5 ttl=64 time=0.818 ms 399 bytes from 192.168.1.154: icmp_seq=6 ttl=64 time=0.772 ms 399 bytes from 192.168.1.154: icmp_seq=7 ttl=64 time=0.718 ms 399 bytes from 192.168.1.154: icmp_seq=8 ttl=64 time=0.519 ms 399 bytes from 192.168.1.154: icmp_seq=9 ttl=64 time=0.678 ms 399 bytes from 192.168.1.154: icmp_seq=10 ttl=64 time=0.699 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.508/0.667/0.818/0.101 ms 2020-12-14 04:25:04,495 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] PING 192.168.1.154 (192.168.1.154) 1500(1528) bytes of data. 1508 bytes from 192.168.1.154: icmp_seq=1 ttl=64 time=2.01 ms 1508 bytes from 192.168.1.154: icmp_seq=2 ttl=64 time=0.735 ms 1508 bytes from 192.168.1.154: icmp_seq=3 ttl=64 time=1.08 ms 1508 bytes from 192.168.1.154: icmp_seq=4 ttl=64 time=1.19 ms 1508 bytes from 192.168.1.154: icmp_seq=5 ttl=64 time=1.13 ms 1508 bytes from 192.168.1.154: icmp_seq=6 ttl=64 time=0.971 ms 1508 bytes from 192.168.1.154: icmp_seq=7 ttl=64 time=0.861 ms 1508 bytes from 192.168.1.154: icmp_seq=8 ttl=64 time=1.00 ms 1508 bytes from 192.168.1.154: icmp_seq=9 ttl=64 time=1.13 ms 1508 bytes from 192.168.1.154: icmp_seq=10 ttl=64 time=0.891 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9010ms rtt min/avg/max/mdev = 0.735/1.102/2.019/0.335 ms 2020-12-14 04:25:04,502 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Measuring TCP Throughput (packet size=65536)... 2020-12-14 04:25:04,503 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:25:14,623 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=803.7812 real_seconds=10.01 rate_Mbps=673.5442 tx_cpu=3 rx_cpu=13 retrans=146 cwnd=32 rtt_ms=0.82 2020-12-14 04:25:14,626 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:25:24,753 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=768.3763 real_seconds=10.01 rate_Mbps=643.8680 tx_cpu=3 rx_cpu=13 retrans=136 cwnd=19 rtt_ms=0.83 2020-12-14 04:25:24,756 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:25:34,879 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=652.4704 real_seconds=10.01 rate_Mbps=546.9458 tx_cpu=4 rx_cpu=12 retrans=133 cwnd=25 rtt_ms=0.82 2020-12-14 04:25:34,881 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Measuring UDP Throughput (packet size=128)... 2020-12-14 04:25:34,883 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:25:38,234 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=20.4722 real_seconds=1.00 rate_Mbps=171.3897 tx_cpu=48 rx_cpu=43 drop=9720 pkt=177428 data_loss=5.47817 2020-12-14 04:25:38,237 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=128 throughput=1<175503/5000000<10000000 Kbps loss-rate=5 2020-12-14 04:25:38,241 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R526509K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:25:41,579 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=21.0516 real_seconds=1.00 rate_Mbps=175.8098 tx_cpu=52 rx_cpu=54 drop=26536 pkt=198990 data_loss=13.33509 2020-12-14 04:25:41,584 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=128 throughput=1<180029/526509<526509 Kbps loss-rate=13 2020-12-14 04:25:41,586 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R353269.0K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:25:44,933 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=20.5880 real_seconds=1.00 rate_Mbps=172.0277 tx_cpu=47 rx_cpu=59 drop=32870 pkt=201527 data_loss=16.31064 2020-12-14 04:25:44,935 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=128 throughput=1<176156/353269<353269 Kbps loss-rate=16 2020-12-14 04:25:44,936 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R264712.5K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:25:48,286 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=20.4043 real_seconds=1.00 rate_Mbps=170.8157 tx_cpu=57 rx_cpu=50 drop=18559 pkt=185711 data_loss=9.99347 2020-12-14 04:25:48,289 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=128 throughput=1<174915/264712<264712 Kbps loss-rate=9 2020-12-14 04:25:48,290 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R219813.75K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:25:51,634 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=19.6542 real_seconds=1.00 rate_Mbps=164.4915 tx_cpu=48 rx_cpu=46 drop=18316 pkt=179324 data_loss=10.21421 2020-12-14 04:25:51,637 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=128 throughput=1<168439/219813<219813 Kbps loss-rate=10 2020-12-14 04:25:51,638 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R194126.375K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:25:54,990 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=20.4854 real_seconds=1.01 rate_Mbps=170.9783 tx_cpu=48 rx_cpu=53 drop=21084 pkt=188900 data_loss=11.16132 2020-12-14 04:25:54,992 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=128 throughput=1<175081/194126<194126 Kbps loss-rate=11 2020-12-14 04:25:54,993 DEBUG overshot, min=1 kbps=175081 max=194126 2020-12-14 04:25:54,994 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R175081K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:25:58,341 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=19.3634 real_seconds=1.00 rate_Mbps=162.4252 tx_cpu=90 rx_cpu=45 drop=12352 pkt=170977 data_loss=7.22431 2020-12-14 04:25:58,343 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=128 throughput=1<166323/175081<194126 Kbps loss-rate=7 2020-12-14 04:25:58,344 DEBUG overshot, min=1 kbps=166323 max=175081 2020-12-14 04:25:58,345 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R166323K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:01,698 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=18.1127 real_seconds=1.00 rate_Mbps=151.5864 tx_cpu=85 rx_cpu=42 drop=12521 pkt=160901 data_loss=7.78211 2020-12-14 04:26:01,704 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=128 throughput=1<155224/166323<175081 Kbps loss-rate=7 2020-12-14 04:26:01,706 DEBUG overshot, min=1 kbps=155224 max=166323 2020-12-14 04:26:01,707 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R155224K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:05,049 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=17.6908 real_seconds=1.00 rate_Mbps=148.3291 tx_cpu=91 rx_cpu=45 drop=6663 pkt=151586 data_loss=4.39576 2020-12-14 04:26:05,051 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=128 throughput=1<151888/155224<166323 Kbps loss-rate=4 2020-12-14 04:26:05,053 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Measuring UDP Throughput (packet size=1024)... 2020-12-14 04:26:05,056 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:08,406 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=143.7734 real_seconds=1.00 rate_Mbps=1205.3189 tx_cpu=67 rx_cpu=51 drop=16443 pkt=163667 data_loss=10.04667 2020-12-14 04:26:08,410 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=1024 throughput=1<1234246/5000000<10000000 Kbps loss-rate=10 2020-12-14 04:26:08,412 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3117123.0K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:11,751 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=148.8809 real_seconds=1.00 rate_Mbps=1247.2531 tx_cpu=71 rx_cpu=54 drop=34788 pkt=187242 data_loss=18.57914 2020-12-14 04:26:11,754 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=1024 throughput=1<1277187/3117123<3117123 Kbps loss-rate=18 2020-12-14 04:26:11,756 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2197155.0K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:15,112 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=161.7656 real_seconds=1.00 rate_Mbps=1355.5407 tx_cpu=73 rx_cpu=52 drop=21198 pkt=186846 data_loss=11.34519 2020-12-14 04:26:15,115 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=1024 throughput=1<1388073/2197155<2197155 Kbps loss-rate=11 2020-12-14 04:26:15,116 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1792614.0K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:18,462 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=151.5801 real_seconds=1.00 rate_Mbps=1270.3251 tx_cpu=69 rx_cpu=52 drop=18570 pkt=173788 data_loss=10.68540 2020-12-14 04:26:18,465 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=1024 throughput=1<1300812/1792614<1792614 Kbps loss-rate=10 2020-12-14 04:26:18,467 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1546713.0K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:21,808 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=153.3154 real_seconds=1.00 rate_Mbps=1280.5735 tx_cpu=71 rx_cpu=54 drop=27948 pkt=184943 data_loss=15.11170 2020-12-14 04:26:21,810 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=1024 throughput=1<1311307/1546713<1546713 Kbps loss-rate=15 2020-12-14 04:26:21,812 DEBUG overshot, min=1 kbps=1311307 max=1546713 2020-12-14 04:26:21,813 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1311307K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:25,224 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=128.3428 real_seconds=1.00 rate_Mbps=1075.6588 tx_cpu=89 rx_cpu=50 drop=28648 pkt=160071 data_loss=17.89702 2020-12-14 04:26:25,227 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=1024 throughput=1<1101474/1311307<1546713 Kbps loss-rate=17 2020-12-14 04:26:25,228 DEBUG overshot, min=1 kbps=1101474 max=1311307 2020-12-14 04:26:25,230 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1101474K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:28,583 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=127.1182 real_seconds=1.00 rate_Mbps=1066.1184 tx_cpu=88 rx_cpu=42 drop=4287 pkt=134456 data_loss=3.18839 2020-12-14 04:26:28,585 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=1024 throughput=1<1091705/1101474<1311307 Kbps loss-rate=3 2020-12-14 04:26:28,586 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Measuring UDP Throughput (packet size=8192)... 2020-12-14 04:26:28,591 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:31,934 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=6.0234 real_seconds=1.00 rate_Mbps=50.4192 tx_cpu=47 rx_cpu=0 drop=46045 pkt=46816 data_loss=98.35314 2020-12-14 04:26:31,936 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=8192 throughput=1<51629/5000000<10000000 Kbps loss-rate=98 2020-12-14 04:26:31,937 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R154887K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:35,285 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=2364 pkt=2364 data_loss=100.00000 2020-12-14 04:26:35,288 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=8192 throughput=1<0/154887<154887 Kbps loss-rate=100 2020-12-14 04:26:35,290 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R77443.5K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:38,643 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=1182 pkt=1182 data_loss=100.00000 2020-12-14 04:26:38,647 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=8192 throughput=1<0/77443<77443 Kbps loss-rate=100 2020-12-14 04:26:38,648 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R38721.75K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:41,990 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=591 pkt=591 data_loss=100.00000 2020-12-14 04:26:41,992 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=8192 throughput=1<0/38721<38721 Kbps loss-rate=100 2020-12-14 04:26:41,994 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R19360.875K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:45,351 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=296 pkt=296 data_loss=100.00000 2020-12-14 04:26:45,353 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=8192 throughput=1<0/19360<19360 Kbps loss-rate=100 2020-12-14 04:26:45,354 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9680.4375K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:48,697 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=148 pkt=148 data_loss=100.00000 2020-12-14 04:26:48,702 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=8192 throughput=1<0/9680<9680 Kbps loss-rate=100 2020-12-14 04:26:48,704 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4840.21875K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:52,045 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=74 pkt=74 data_loss=100.00000 2020-12-14 04:26:52,047 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=8192 throughput=1<0/4840<4840 Kbps loss-rate=100 2020-12-14 04:26:52,053 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2420.109375K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:55,396 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=37 pkt=37 data_loss=100.00000 2020-12-14 04:26:55,399 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=8192 throughput=1<0/2420<2420 Kbps loss-rate=100 2020-12-14 04:26:55,401 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1210.0546875K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:26:58,780 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=0.0000 real_seconds=1.03 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=19 pkt=19 data_loss=100.00000 2020-12-14 04:26:58,783 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=8192 throughput=1<0/1210<1210 Kbps loss-rate=100 2020-12-14 04:26:58,784 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R605.02734375K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:27:02,223 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=0.0234 real_seconds=1.08 rate_Mbps=0.1815 tx_cpu=100 rx_cpu=0 drop=7 pkt=10 data_loss=70.03841 2020-12-14 04:27:02,225 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=8192 throughput=1<185/605<605 Kbps loss-rate=70 2020-12-14 04:27:02,227 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R395.013671875K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:27:05,737 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] megabytes=0.0547 real_seconds=1.16 rate_Mbps=0.3950 tx_cpu=100 rx_cpu=0 drop=0 pkt=7 data_loss=0.00000 2020-12-14 04:27:05,740 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] pkt-size=8192 throughput=1<404/395<395 Kbps loss-rate=0 2020-12-14 04:27:05,744 DEBUG undershot, min=404 kbps=399 max=395 2020-12-14 04:27:05,779 INFO { 'az_from': 'nova:lf-virtual8', 'az_to': 'nova:lf-virtual9', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.1.130', 'ip_to': '192.168.1.154', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 146, 'rtt_ms': 0.82, 'throughput_kbps': 689709, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 136, 'rtt_ms': 0.83, 'throughput_kbps': 659320, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 133, 'rtt_ms': 0.82, 'throughput_kbps': 560072, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.4, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 151888, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.19, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1091705, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 404, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '1.100', 'rtt_max_ms': '3.850', 'rtt_min_ms': '0.561', 'rtt_stddev': '0.938', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.667', 'rtt_max_ms': '0.818', 'rtt_min_ms': '0.508', 'rtt_stddev': '0.101', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.102', 'rtt_max_ms': '2.019', 'rtt_min_ms': '0.735', 'rtt_stddev': '0.335', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-12-14 04:27:05,782 INFO Deleting floating ip 71924e78-c7b7-48bf-ac70-54ebbf723ebf 2020-12-14 04:27:07,221 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Floating IP 172.24.4.47 deleted 2020-12-14 04:27:11,725 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c53] Instance deleted 2020-12-14 04:27:11,731 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Creating client VM... 2020-12-14 04:27:11,733 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Starting on zone nova:lf-virtual8 2020-12-14 04:27:13,236 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 1 of 150... 2020-12-14 04:27:15,485 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 2 of 150... 2020-12-14 04:27:17,977 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 3 of 150... 2020-12-14 04:27:23,821 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 4 of 150... 2020-12-14 04:27:28,112 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 5 of 150... 2020-12-14 04:27:30,573 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 6 of 150... 2020-12-14 04:27:33,918 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 7 of 150... 2020-12-14 04:27:36,807 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 8 of 150... 2020-12-14 04:27:42,954 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 9 of 150... 2020-12-14 04:27:45,257 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 10 of 150... 2020-12-14 04:27:47,526 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 11 of 150... 2020-12-14 04:27:49,810 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 12 of 150... 2020-12-14 04:27:52,167 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 13 of 150... 2020-12-14 04:27:54,677 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 14 of 150... 2020-12-14 04:27:57,050 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 15 of 150... 2020-12-14 04:27:59,605 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 16 of 150... 2020-12-14 04:28:01,933 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 17 of 150... 2020-12-14 04:28:04,225 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 18 of 150... 2020-12-14 04:28:06,591 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 19 of 150... 2020-12-14 04:28:08,863 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 20 of 150... 2020-12-14 04:28:11,205 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 21 of 150... 2020-12-14 04:28:13,460 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 22 of 150... 2020-12-14 04:28:15,793 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 23 of 150... 2020-12-14 04:28:18,429 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 24 of 150... 2020-12-14 04:28:21,560 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] VM status=BUILD, retrying 25 of 150... 2020-12-14 04:28:32,125 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Internal network IP: 192.168.2.53 2020-12-14 04:28:32,126 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] SSH IP: 172.24.4.73 2020-12-14 04:28:32,128 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Setup SSH for ubuntu@172.24.4.73 2020-12-14 04:29:46,592 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Installing nuttcp-8.1.4... 2020-12-14 04:29:46,674 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Copying nuttcp-8.1.4 to target... 2020-12-14 04:29:46,913 INFO ============================================================ 2020-12-14 04:29:46,914 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2020-12-14 04:29:55,984 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] PING 192.168.1.154 (192.168.1.154) 64(92) bytes of data. 72 bytes from 192.168.1.154: icmp_seq=1 ttl=63 time=2.64 ms 72 bytes from 192.168.1.154: icmp_seq=2 ttl=63 time=1.24 ms 72 bytes from 192.168.1.154: icmp_seq=3 ttl=63 time=0.887 ms 72 bytes from 192.168.1.154: icmp_seq=4 ttl=63 time=0.710 ms 72 bytes from 192.168.1.154: icmp_seq=5 ttl=63 time=0.809 ms 72 bytes from 192.168.1.154: icmp_seq=6 ttl=63 time=0.720 ms 72 bytes from 192.168.1.154: icmp_seq=7 ttl=63 time=0.643 ms 72 bytes from 192.168.1.154: icmp_seq=8 ttl=63 time=0.821 ms 72 bytes from 192.168.1.154: icmp_seq=9 ttl=63 time=0.636 ms 72 bytes from 192.168.1.154: icmp_seq=10 ttl=63 time=0.606 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9005ms rtt min/avg/max/mdev = 0.606/0.972/2.643/0.584 ms 2020-12-14 04:30:05,047 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] PING 192.168.1.154 (192.168.1.154) 391(419) bytes of data. 399 bytes from 192.168.1.154: icmp_seq=1 ttl=63 time=0.734 ms 399 bytes from 192.168.1.154: icmp_seq=2 ttl=63 time=0.676 ms 399 bytes from 192.168.1.154: icmp_seq=3 ttl=63 time=0.732 ms 399 bytes from 192.168.1.154: icmp_seq=4 ttl=63 time=0.751 ms 399 bytes from 192.168.1.154: icmp_seq=5 ttl=63 time=0.718 ms 399 bytes from 192.168.1.154: icmp_seq=6 ttl=63 time=0.842 ms 399 bytes from 192.168.1.154: icmp_seq=7 ttl=63 time=0.612 ms 399 bytes from 192.168.1.154: icmp_seq=8 ttl=63 time=1.38 ms 399 bytes from 192.168.1.154: icmp_seq=9 ttl=63 time=0.910 ms 399 bytes from 192.168.1.154: icmp_seq=10 ttl=63 time=0.860 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.612/0.821/1.380/0.206 ms 2020-12-14 04:30:14,125 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] PING 192.168.1.154 (192.168.1.154) 1500(1528) bytes of data. 1508 bytes from 192.168.1.154: icmp_seq=1 ttl=63 time=3.21 ms 1508 bytes from 192.168.1.154: icmp_seq=2 ttl=63 time=1.01 ms 1508 bytes from 192.168.1.154: icmp_seq=3 ttl=63 time=0.884 ms 1508 bytes from 192.168.1.154: icmp_seq=4 ttl=63 time=0.785 ms 1508 bytes from 192.168.1.154: icmp_seq=5 ttl=63 time=0.850 ms 1508 bytes from 192.168.1.154: icmp_seq=6 ttl=63 time=1.20 ms 1508 bytes from 192.168.1.154: icmp_seq=7 ttl=63 time=0.940 ms 1508 bytes from 192.168.1.154: icmp_seq=8 ttl=63 time=0.920 ms 1508 bytes from 192.168.1.154: icmp_seq=9 ttl=63 time=0.790 ms 1508 bytes from 192.168.1.154: icmp_seq=10 ttl=63 time=0.846 ms --- 192.168.1.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9009ms rtt min/avg/max/mdev = 0.785/1.144/3.210/0.699 ms 2020-12-14 04:30:14,130 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Measuring TCP Throughput (packet size=65536)... 2020-12-14 04:30:14,132 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:30:24,256 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=729.1682 real_seconds=10.00 rate_Mbps=611.7188 tx_cpu=4 rx_cpu=13 retrans=128 cwnd=30 rtt_ms=0.91 2020-12-14 04:30:24,259 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:30:34,374 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=680.1495 real_seconds=10.00 rate_Mbps=570.7251 tx_cpu=4 rx_cpu=13 retrans=175 cwnd=21 rtt_ms=1.14 2020-12-14 04:30:34,377 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:30:44,492 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=677.6221 real_seconds=10.00 rate_Mbps=568.3993 tx_cpu=3 rx_cpu=12 retrans=135 cwnd=21 rtt_ms=1.04 2020-12-14 04:30:44,493 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Measuring UDP Throughput (packet size=128)... 2020-12-14 04:30:44,496 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:30:47,846 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=15.3663 real_seconds=1.00 rate_Mbps=128.4227 tx_cpu=57 rx_cpu=34 drop=91387 pkt=217267 data_loss=42.06184 2020-12-14 04:30:47,847 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<131504/5000000<10000000 Kbps loss-rate=42 2020-12-14 04:30:47,849 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R394512K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:30:51,204 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=16.3330 real_seconds=1.00 rate_Mbps=137.0718 tx_cpu=50 rx_cpu=40 drop=77401 pkt=211201 data_loss=36.64813 2020-12-14 04:30:51,206 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<140361/394512<394512 Kbps loss-rate=36 2020-12-14 04:30:51,208 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R267436.5K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:30:54,559 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=15.5060 real_seconds=1.00 rate_Mbps=129.5146 tx_cpu=54 rx_cpu=44 drop=66639 pkt=193664 data_loss=34.40945 2020-12-14 04:30:54,563 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<132622/267436<267436 Kbps loss-rate=34 2020-12-14 04:30:54,564 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R200029.25K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:30:57,908 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=15.0692 real_seconds=1.00 rate_Mbps=126.5107 tx_cpu=85 rx_cpu=42 drop=71893 pkt=195340 data_loss=36.80405 2020-12-14 04:30:57,911 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<129546/200029<200029 Kbps loss-rate=36 2020-12-14 04:30:57,913 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R164787.625K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:01,257 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=15.7518 real_seconds=1.00 rate_Mbps=132.1831 tx_cpu=84 rx_cpu=41 drop=31884 pkt=160923 data_loss=19.81328 2020-12-14 04:31:01,259 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<135355/164787<164787 Kbps loss-rate=19 2020-12-14 04:31:01,260 DEBUG overshot, min=1 kbps=135355 max=164787 2020-12-14 04:31:01,261 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R135355K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:04,611 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=15.0260 real_seconds=1.00 rate_Mbps=125.9115 tx_cpu=97 rx_cpu=45 drop=8846 pkt=131939 data_loss=6.70442 2020-12-14 04:31:04,614 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<128933/135355<164787 Kbps loss-rate=6 2020-12-14 04:31:04,615 DEBUG overshot, min=1 kbps=128933 max=135355 2020-12-14 04:31:04,617 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R128933K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:07,956 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=14.1167 real_seconds=1.00 rate_Mbps=118.4642 tx_cpu=99 rx_cpu=43 drop=10267 pkt=125911 data_loss=8.15420 2020-12-14 04:31:07,958 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<121307/128933<135355 Kbps loss-rate=8 2020-12-14 04:31:07,959 DEBUG overshot, min=1 kbps=121307 max=128933 2020-12-14 04:31:07,960 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R121307K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:11,304 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=12.9187 real_seconds=1.00 rate_Mbps=108.3438 tx_cpu=99 rx_cpu=43 drop=12634 pkt=118464 data_loss=10.66462 2020-12-14 04:31:11,305 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<110944/121307<128933 Kbps loss-rate=10 2020-12-14 04:31:11,306 DEBUG overshot, min=1 kbps=110944 max=121307 2020-12-14 04:31:11,308 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R110944K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:14,656 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=12.4094 real_seconds=1.00 rate_Mbps=104.1879 tx_cpu=99 rx_cpu=42 drop=6685 pkt=108343 data_loss=6.17066 2020-12-14 04:31:14,658 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<106688/110944<121307 Kbps loss-rate=6 2020-12-14 04:31:14,660 DEBUG overshot, min=1 kbps=106688 max=110944 2020-12-14 04:31:14,663 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R106688K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:18,007 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=12.3457 real_seconds=1.00 rate_Mbps=103.6674 tx_cpu=99 rx_cpu=32 drop=3051 pkt=104187 data_loss=2.92811 2020-12-14 04:31:18,009 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<106155/106688<110944 Kbps loss-rate=2 2020-12-14 04:31:18,010 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Measuring UDP Throughput (packet size=1024)... 2020-12-14 04:31:18,012 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:21,372 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=131.7734 real_seconds=1.00 rate_Mbps=1105.8845 tx_cpu=72 rx_cpu=38 drop=77638 pkt=212574 data_loss=36.52283 2020-12-14 04:31:21,373 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<1132425/5000000<10000000 Kbps loss-rate=36 2020-12-14 04:31:21,375 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3066212.5K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:24,723 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=119.7598 real_seconds=1.00 rate_Mbps=1004.6509 tx_cpu=77 rx_cpu=44 drop=69299 pkt=191933 data_loss=36.10582 2020-12-14 04:31:24,725 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<1028762/3066212<3066212 Kbps loss-rate=36 2020-12-14 04:31:24,727 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2047487.25K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:28,080 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=130.3545 real_seconds=1.00 rate_Mbps=1089.2903 tx_cpu=80 rx_cpu=44 drop=60343 pkt=193826 data_loss=31.13256 2020-12-14 04:31:28,082 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<1115433/2047487<2047487 Kbps loss-rate=31 2020-12-14 04:31:28,084 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1581460.125K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:31,421 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=115.3066 real_seconds=1.00 rate_Mbps=968.0047 tx_cpu=94 rx_cpu=46 drop=74975 pkt=193049 data_loss=38.83731 2020-12-14 04:31:31,423 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<991236/1581460<1581460 Kbps loss-rate=38 2020-12-14 04:31:31,425 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1286348.0625K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:34,779 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=110.7900 real_seconds=1.00 rate_Mbps=925.7370 tx_cpu=92 rx_cpu=46 drop=42573 pkt=156022 data_loss=27.28655 2020-12-14 04:31:34,780 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<947954/1286348<1286348 Kbps loss-rate=27 2020-12-14 04:31:34,781 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1117151.03125K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:38,132 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=112.3223 real_seconds=1.00 rate_Mbps=939.2425 tx_cpu=99 rx_cpu=42 drop=21353 pkt=136371 data_loss=15.65799 2020-12-14 04:31:38,134 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<961784/1117151<1117151 Kbps loss-rate=15 2020-12-14 04:31:38,135 DEBUG overshot, min=1 kbps=961784 max=1117151 2020-12-14 04:31:38,136 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R961784K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:41,494 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=101.7520 real_seconds=1.00 rate_Mbps=849.3428 tx_cpu=98 rx_cpu=44 drop=13211 pkt=117405 data_loss=11.25245 2020-12-14 04:31:41,501 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<869727/961784<1117151 Kbps loss-rate=11 2020-12-14 04:31:41,502 DEBUG overshot, min=1 kbps=869727 max=961784 2020-12-14 04:31:41,503 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R869727K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:44,844 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=99.6660 real_seconds=1.00 rate_Mbps=836.1419 tx_cpu=99 rx_cpu=34 drop=4110 pkt=106168 data_loss=3.87125 2020-12-14 04:31:44,846 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<856209/869727<961784 Kbps loss-rate=3 2020-12-14 04:31:44,848 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Measuring UDP Throughput (packet size=8192)... 2020-12-14 04:31:44,851 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:48,200 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=3.3516 real_seconds=1.00 rate_Mbps=28.0474 tx_cpu=39 rx_cpu=0 drop=50641 pkt=51070 data_loss=99.15997 2020-12-14 04:31:48,205 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<28720/5000000<10000000 Kbps loss-rate=99 2020-12-14 04:31:48,207 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R86160K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:51,551 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=1315 pkt=1315 data_loss=100.00000 2020-12-14 04:31:51,553 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/86160<86160 Kbps loss-rate=100 2020-12-14 04:31:51,554 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R43080.0K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:54,898 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=658 pkt=658 data_loss=100.00000 2020-12-14 04:31:54,901 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/43080<43080 Kbps loss-rate=100 2020-12-14 04:31:54,903 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R21540.0K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:31:58,254 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=329 pkt=329 data_loss=100.00000 2020-12-14 04:31:58,256 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/21540<21540 Kbps loss-rate=100 2020-12-14 04:31:58,258 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R10770.0K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:32:01,612 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=165 pkt=165 data_loss=100.00000 2020-12-14 04:32:01,614 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/10770<10770 Kbps loss-rate=100 2020-12-14 04:32:01,616 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5385.0K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:32:04,970 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=83 pkt=83 data_loss=100.00000 2020-12-14 04:32:04,972 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/5385<5385 Kbps loss-rate=100 2020-12-14 04:32:04,974 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2692.5K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:32:08,356 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.02 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=42 pkt=42 data_loss=100.00000 2020-12-14 04:32:08,357 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/2692<2692 Kbps loss-rate=100 2020-12-14 04:32:08,359 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1346.25K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:32:11,729 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.02 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=21 pkt=21 data_loss=100.00000 2020-12-14 04:32:11,731 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/1346<1346 Kbps loss-rate=100 2020-12-14 04:32:11,733 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R673.125K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:32:15,144 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.07 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=11 pkt=11 data_loss=100.00000 2020-12-14 04:32:15,146 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/673<673 Kbps loss-rate=100 2020-12-14 04:32:15,151 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R336.5625K -p5001 -P5002 -fparse 192.168.1.154 2020-12-14 04:32:18,674 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0469 real_seconds=1.17 rate_Mbps=0.3361 tx_cpu=99 rx_cpu=0 drop=0 pkt=6 data_loss=0.00000 2020-12-14 04:32:18,678 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<344/336<336 Kbps loss-rate=0 2020-12-14 04:32:18,679 DEBUG undershot, min=344 kbps=340 max=336 2020-12-14 04:32:18,722 INFO { 'az_from': 'nova:lf-virtual8', 'az_to': 'nova:lf-virtual9', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.53', 'ip_to': '192.168.1.154', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 128, 'rtt_ms': 0.91, 'throughput_kbps': 626400, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 175, 'rtt_ms': 1.14, 'throughput_kbps': 584422, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 135, 'rtt_ms': 1.04, 'throughput_kbps': 582040, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.93, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 106155, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.87, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 856209, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 344, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.972', 'rtt_max_ms': '2.643', 'rtt_min_ms': '0.606', 'rtt_stddev': '0.584', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.821', 'rtt_max_ms': '1.380', 'rtt_min_ms': '0.612', 'rtt_stddev': '0.206', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.144', 'rtt_max_ms': '3.210', 'rtt_min_ms': '0.785', 'rtt_stddev': '0.699', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-12-14 04:32:18,726 INFO ============================================================ 2020-12-14 04:32:18,726 INFO Flow 6: VM to VM different network floating IP (inter-node) 2020-12-14 04:32:27,768 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] PING 172.24.4.94 (172.24.4.94) 64(92) bytes of data. 72 bytes from 172.24.4.94: icmp_seq=1 ttl=63 time=1.59 ms 72 bytes from 172.24.4.94: icmp_seq=2 ttl=63 time=1.02 ms 72 bytes from 172.24.4.94: icmp_seq=3 ttl=63 time=0.596 ms 72 bytes from 172.24.4.94: icmp_seq=4 ttl=63 time=0.721 ms 72 bytes from 172.24.4.94: icmp_seq=5 ttl=63 time=0.658 ms 72 bytes from 172.24.4.94: icmp_seq=6 ttl=63 time=0.640 ms 72 bytes from 172.24.4.94: icmp_seq=7 ttl=63 time=0.660 ms 72 bytes from 172.24.4.94: icmp_seq=8 ttl=63 time=0.625 ms 72 bytes from 172.24.4.94: icmp_seq=9 ttl=63 time=0.601 ms 72 bytes from 172.24.4.94: icmp_seq=10 ttl=63 time=0.644 ms --- 172.24.4.94 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9004ms rtt min/avg/max/mdev = 0.596/0.776/1.599/0.300 ms 2020-12-14 04:32:36,838 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] PING 172.24.4.94 (172.24.4.94) 391(419) bytes of data. 399 bytes from 172.24.4.94: icmp_seq=1 ttl=63 time=0.640 ms 399 bytes from 172.24.4.94: icmp_seq=2 ttl=63 time=0.765 ms 399 bytes from 172.24.4.94: icmp_seq=3 ttl=63 time=0.777 ms 399 bytes from 172.24.4.94: icmp_seq=4 ttl=63 time=0.629 ms 399 bytes from 172.24.4.94: icmp_seq=5 ttl=63 time=0.599 ms 399 bytes from 172.24.4.94: icmp_seq=6 ttl=63 time=0.779 ms 399 bytes from 172.24.4.94: icmp_seq=7 ttl=63 time=0.801 ms 399 bytes from 172.24.4.94: icmp_seq=8 ttl=63 time=0.943 ms 399 bytes from 172.24.4.94: icmp_seq=9 ttl=63 time=0.688 ms 399 bytes from 172.24.4.94: icmp_seq=10 ttl=63 time=0.727 ms --- 172.24.4.94 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.599/0.734/0.943/0.102 ms 2020-12-14 04:32:45,919 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] PING 172.24.4.94 (172.24.4.94) 1500(1528) bytes of data. 1508 bytes from 172.24.4.94: icmp_seq=1 ttl=63 time=2.69 ms 1508 bytes from 172.24.4.94: icmp_seq=2 ttl=63 time=1.12 ms 1508 bytes from 172.24.4.94: icmp_seq=3 ttl=63 time=1.10 ms 1508 bytes from 172.24.4.94: icmp_seq=4 ttl=63 time=1.14 ms 1508 bytes from 172.24.4.94: icmp_seq=5 ttl=63 time=0.971 ms 1508 bytes from 172.24.4.94: icmp_seq=6 ttl=63 time=0.934 ms 1508 bytes from 172.24.4.94: icmp_seq=7 ttl=63 time=1.08 ms 1508 bytes from 172.24.4.94: icmp_seq=8 ttl=63 time=0.900 ms 1508 bytes from 172.24.4.94: icmp_seq=9 ttl=63 time=0.924 ms 1508 bytes from 172.24.4.94: icmp_seq=10 ttl=63 time=0.786 ms --- 172.24.4.94 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9013ms rtt min/avg/max/mdev = 0.786/1.166/2.692/0.520 ms 2020-12-14 04:32:45,925 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Measuring TCP Throughput (packet size=65536)... 2020-12-14 04:32:45,928 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:32:56,041 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=698.3492 real_seconds=10.00 rate_Mbps=585.9090 tx_cpu=3 rx_cpu=13 retrans=147 cwnd=27 rtt_ms=1.01 2020-12-14 04:32:56,044 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:06,172 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=790.1036 real_seconds=10.00 rate_Mbps=663.0558 tx_cpu=4 rx_cpu=13 retrans=167 cwnd=27 rtt_ms=1.00 2020-12-14 04:33:06,174 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:16,296 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=728.4676 real_seconds=10.01 rate_Mbps=610.6863 tx_cpu=3 rx_cpu=12 retrans=121 cwnd=32 rtt_ms=1.14 2020-12-14 04:33:16,298 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Measuring UDP Throughput (packet size=128)... 2020-12-14 04:33:16,300 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:19,650 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=12.7925 real_seconds=1.00 rate_Mbps=107.3021 tx_cpu=54 rx_cpu=40 drop=82763 pkt=187559 data_loss=44.12633 2020-12-14 04:33:19,653 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<109877/5000000<10000000 Kbps loss-rate=44 2020-12-14 04:33:19,654 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R329631K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:23,018 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=14.2111 real_seconds=1.00 rate_Mbps=118.6265 tx_cpu=61 rx_cpu=42 drop=67747 pkt=184164 data_loss=36.78617 2020-12-14 04:33:23,021 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<121473/329631<329631 Kbps loss-rate=36 2020-12-14 04:33:23,023 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R225552.0K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:26,375 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=15.4768 real_seconds=1.00 rate_Mbps=129.8843 tx_cpu=56 rx_cpu=42 drop=70797 pkt=197583 data_loss=35.83150 2020-12-14 04:33:26,377 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<133001/225552<225552 Kbps loss-rate=35 2020-12-14 04:33:26,379 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R179276.5K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:29,730 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=14.2545 real_seconds=1.00 rate_Mbps=119.0376 tx_cpu=70 rx_cpu=43 drop=56919 pkt=173692 data_loss=32.77004 2020-12-14 04:33:29,732 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<121894/179276<179276 Kbps loss-rate=32 2020-12-14 04:33:29,734 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R150585.25K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:33,076 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=14.3494 real_seconds=1.00 rate_Mbps=119.9302 tx_cpu=96 rx_cpu=45 drop=29504 pkt=147055 data_loss=20.06351 2020-12-14 04:33:33,078 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<122808/150585<150585 Kbps loss-rate=20 2020-12-14 04:33:33,080 DEBUG overshot, min=1 kbps=122808 max=150585 2020-12-14 04:33:33,083 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R122808K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:36,420 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=13.3547 real_seconds=1.00 rate_Mbps=111.6592 tx_cpu=99 rx_cpu=35 drop=10528 pkt=119929 data_loss=8.77813 2020-12-14 04:33:36,426 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<114339/122808<150585 Kbps loss-rate=8 2020-12-14 04:33:36,430 DEBUG overshot, min=1 kbps=114339 max=122808 2020-12-14 04:33:36,432 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R114339K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:39,777 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=12.8781 real_seconds=1.00 rate_Mbps=108.1283 tx_cpu=99 rx_cpu=38 drop=6161 pkt=111659 data_loss=5.51789 2020-12-14 04:33:39,779 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<110723/114339<122808 Kbps loss-rate=5 2020-12-14 04:33:39,780 DEBUG overshot, min=1 kbps=110723 max=114339 2020-12-14 04:33:39,782 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R110723K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:43,133 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=11.9543 real_seconds=1.00 rate_Mbps=100.2219 tx_cpu=99 rx_cpu=32 drop=10198 pkt=108128 data_loss=9.43163 2020-12-14 04:33:43,135 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<102627/110723<114339 Kbps loss-rate=9 2020-12-14 04:33:43,137 DEBUG overshot, min=1 kbps=102627 max=110723 2020-12-14 04:33:43,138 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R102627K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:46,480 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=11.9115 real_seconds=1.00 rate_Mbps=100.0128 tx_cpu=99 rx_cpu=40 drop=2642 pkt=100221 data_loss=2.63610 2020-12-14 04:33:46,482 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=128 throughput=1<102413/102627<110723 Kbps loss-rate=2 2020-12-14 04:33:46,483 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Measuring UDP Throughput (packet size=1024)... 2020-12-14 04:33:46,485 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:49,838 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=101.0254 real_seconds=1.00 rate_Mbps=844.1104 tx_cpu=74 rx_cpu=43 drop=69686 pkt=173136 data_loss=40.24927 2020-12-14 04:33:49,840 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<864369/5000000<10000000 Kbps loss-rate=40 2020-12-14 04:33:49,842 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2593107K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:53,195 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=104.6660 real_seconds=1.00 rate_Mbps=877.9609 tx_cpu=65 rx_cpu=42 drop=55941 pkt=163119 data_loss=34.29461 2020-12-14 04:33:53,198 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<899031/2593107<2593107 Kbps loss-rate=34 2020-12-14 04:33:53,204 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1746069.0K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:56,555 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=101.6836 real_seconds=1.01 rate_Mbps=848.5560 tx_cpu=68 rx_cpu=43 drop=64215 pkt=168339 data_loss=38.14625 2020-12-14 04:33:56,558 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<868921/1746069<1746069 Kbps loss-rate=38 2020-12-14 04:33:56,559 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1307495.0K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:33:59,907 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=97.7197 real_seconds=1.00 rate_Mbps=816.6537 tx_cpu=85 rx_cpu=43 drop=59540 pkt=159605 data_loss=37.30463 2020-12-14 04:33:59,909 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<836253/1307495<1307495 Kbps loss-rate=37 2020-12-14 04:33:59,911 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1071874.0K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:03,256 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=88.3438 real_seconds=1.00 rate_Mbps=737.6804 tx_cpu=98 rx_cpu=38 drop=40380 pkt=130844 data_loss=30.86112 2020-12-14 04:34:03,258 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<755384/1071874<1071874 Kbps loss-rate=30 2020-12-14 04:34:03,260 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R913629.0K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:06,610 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=98.1768 real_seconds=1.00 rate_Mbps=823.8456 tx_cpu=98 rx_cpu=36 drop=10994 pkt=111527 data_loss=9.85768 2020-12-14 04:34:06,614 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<843617/913629<913629 Kbps loss-rate=9 2020-12-14 04:34:06,615 DEBUG overshot, min=1 kbps=843617 max=913629 2020-12-14 04:34:06,617 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R843617K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:09,955 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=80.0332 real_seconds=1.00 rate_Mbps=668.1075 tx_cpu=98 rx_cpu=40 drop=21027 pkt=102981 data_loss=20.41835 2020-12-14 04:34:09,957 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<684142/843617<913629 Kbps loss-rate=20 2020-12-14 04:34:09,958 DEBUG overshot, min=1 kbps=684142 max=843617 2020-12-14 04:34:09,959 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R684142K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:13,314 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=78.3623 real_seconds=1.01 rate_Mbps=654.0471 tx_cpu=99 rx_cpu=38 drop=3271 pkt=83514 data_loss=3.91667 2020-12-14 04:34:13,317 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=1024 throughput=1<669744/684142<843617 Kbps loss-rate=3 2020-12-14 04:34:13,318 INFO [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Measuring UDP Throughput (packet size=8192)... 2020-12-14 04:34:13,321 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:16,664 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=2.8438 real_seconds=1.01 rate_Mbps=23.7308 tx_cpu=38 rx_cpu=0 drop=39632 pkt=39996 data_loss=99.08989 2020-12-14 04:34:16,669 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<24300/5000000<10000000 Kbps loss-rate=99 2020-12-14 04:34:16,670 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R72900K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:20,026 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=1113 pkt=1113 data_loss=100.00000 2020-12-14 04:34:20,029 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/72900<72900 Kbps loss-rate=100 2020-12-14 04:34:20,030 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R36450.0K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:23,380 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=557 pkt=557 data_loss=100.00000 2020-12-14 04:34:23,383 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/36450<36450 Kbps loss-rate=100 2020-12-14 04:34:23,385 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R18225.0K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:26,742 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=279 pkt=279 data_loss=100.00000 2020-12-14 04:34:26,744 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/18225<18225 Kbps loss-rate=100 2020-12-14 04:34:26,745 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9112.5K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:30,100 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=140 pkt=140 data_loss=100.00000 2020-12-14 04:34:30,103 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/9112<9112 Kbps loss-rate=100 2020-12-14 04:34:30,104 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4556.25K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:33,458 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=70 pkt=70 data_loss=100.00000 2020-12-14 04:34:33,461 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/4556<4556 Kbps loss-rate=100 2020-12-14 04:34:33,463 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2278.125K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:36,819 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=35 pkt=35 data_loss=100.00000 2020-12-14 04:34:36,822 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/2278<2278 Kbps loss-rate=100 2020-12-14 04:34:36,824 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1139.0625K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:40,213 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.04 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=18 pkt=18 data_loss=100.00000 2020-12-14 04:34:40,216 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/1139<1139 Kbps loss-rate=100 2020-12-14 04:34:40,217 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R569.53125K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:43,605 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0000 real_seconds=1.04 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=9 pkt=9 data_loss=100.00000 2020-12-14 04:34:43,607 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<0/569<569 Kbps loss-rate=100 2020-12-14 04:34:43,609 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R284.765625K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:47,115 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0156 real_seconds=1.15 rate_Mbps=0.1136 tx_cpu=100 rx_cpu=0 drop=3 pkt=5 data_loss=60.10230 2020-12-14 04:34:47,117 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<116/284<284 Kbps loss-rate=60 2020-12-14 04:34:47,119 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R200.3828125K -p5001 -P5002 -fparse 172.24.4.94 2020-12-14 04:34:50,788 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] megabytes=0.0312 real_seconds=1.31 rate_Mbps=0.2001 tx_cpu=99 rx_cpu=0 drop=0 pkt=4 data_loss=0.00000 2020-12-14 04:34:50,790 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] pkt-size=8192 throughput=1<204/200<200 Kbps loss-rate=0 2020-12-14 04:34:50,791 DEBUG undershot, min=204 kbps=202 max=200 2020-12-14 04:34:50,833 INFO { 'az_from': 'nova:lf-virtual8', 'az_to': 'nova:lf-virtual9', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.53', 'ip_to': '172.24.4.94', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 147, 'rtt_ms': 1.01, 'throughput_kbps': 599970, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 167, 'rtt_ms': 1.0, 'throughput_kbps': 678969, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 121, 'rtt_ms': 1.14, 'throughput_kbps': 625342, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.64, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 102413, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.92, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 669744, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 204, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.776', 'rtt_max_ms': '1.599', 'rtt_min_ms': '0.596', 'rtt_stddev': '0.300', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.734', 'rtt_max_ms': '0.943', 'rtt_min_ms': '0.599', 'rtt_stddev': '0.102', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.166', 'rtt_max_ms': '2.692', 'rtt_min_ms': '0.786', 'rtt_stddev': '0.520', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-12-14 04:34:50,835 INFO Deleting floating ip dd12f91d-3f83-48b5-be25-655f6ba7d71d 2020-12-14 04:34:52,306 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Floating IP 172.24.4.73 deleted 2020-12-14 04:34:56,899 DEBUG [TestClient_812e4d66-ea87-4209-9c53-ca9193bd66c54] Instance deleted 2020-12-14 04:34:56,901 INFO Cleaning up... 2020-12-14 04:34:56,902 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] Terminating nuttcp-8.1.4 2020-12-14 04:34:56,929 INFO Deleting floating ip c9d2683c-072b-4ef5-bd91-a4779aa84849 2020-12-14 04:34:59,697 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] Floating IP 172.24.4.94 deleted 2020-12-14 04:35:04,254 DEBUG [TestServer_812e4d66-ea87-4209-9c53-ca9193bd66c51] Instance deleted 2020-12-14 04:35:16,342 INFO Network pns-internal-net_812e4d66-ea87-4209-9c53-ca9193bd66c5 deleted. 2020-12-14 04:35:18,030 INFO Network pns-internal-net2_812e4d66-ea87-4209-9c53-ca9193bd66c5 deleted. 2020-12-14 04:35:18,199 INFO Removed public key pns_public_key 2020-12-14 04:35:18,200 INFO Deleting security group 2020-12-14 04:35:18,604 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.0.1 | Same Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '15844840', 'rtt_ms': '0'} | | 1.25.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 189942, 'loss_rate': 0.96}, 1024: {'tp_kbps': 1162226, | | | | | 'loss_rate': 3.21}, 8192: {'tp_kbps': 3338718, 'loss_rate': 3.28}} | | 1.5.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.835/0.418/2.562/0.595', | | | | | '391-byte': '0.559/0.350/0.754/0.133', '1500-byte': '0.745/0.527/1.708/0.334'}} | | 1.75.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.0.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '636367', 'rtt_ms': '0'} | | 2.25.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 151888, 'loss_rate': 4.4}, 1024: {'tp_kbps': 1091705, | | | | | 'loss_rate': 3.19}, 8192: {'tp_kbps': 404, 'loss_rate': 0.0}} | | 2.5.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '1.100/0.561/3.850/0.938', | | | | | '391-byte': '0.667/0.508/0.818/0.101', '1500-byte': '1.102/0.735/2.019/0.335'}} | | 2.75.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.0.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '16615193', 'rtt_ms': '0'} | | 3.25.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 97642, 'loss_rate': 0.37}, 1024: {'tp_kbps': 509438, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 1434698, 'loss_rate': 0.34}} | | 3.5.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.831/0.585/1.676/0.310', | | | | | '391-byte': '0.669/0.441/1.061/0.163', '1500-byte': '0.867/0.633/2.021/0.388'}} | | 3.75.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.0.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '597620', 'rtt_ms': '1'} | | 4.25.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 106155, 'loss_rate': 2.93}, 1024: {'tp_kbps': 856209, | | | | | 'loss_rate': 3.87}, 8192: {'tp_kbps': 344, 'loss_rate': 0.0}} | | 4.5.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.972/0.606/2.643/0.584', | | | | | '391-byte': '0.821/0.612/1.380/0.206', '1500-byte': '1.144/0.785/3.210/0.699'}} | | 4.75.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.0.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '5598710', 'rtt_ms': '0'} | | 5.25.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 65581, 'loss_rate': 0.0}, 1024: {'tp_kbps': 499602, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 1353019, 'loss_rate': 0.44}} | | 5.5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.651/0.495/0.876/0.105', | | | | | '391-byte': '0.714/0.548/1.048/0.179', '1500-byte': '0.924/0.723/1.889/0.331'}} | | 5.75.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.0.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '634760', 'rtt_ms': '1'} | | 6.25.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 102413, 'loss_rate': 2.64}, 1024: {'tp_kbps': 669744, | | | | | 'loss_rate': 3.92}, 8192: {'tp_kbps': 204, 'loss_rate': 0.0}} | | 6.5.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.776/0.596/1.599/0.300', | | | | | '391-byte': '0.734/0.599/0.943/0.102', '1500-byte': '1.166/0.786/2.692/0.520'}} | | 6.75.4 | Different Network, Floating IP, Inter-node, Multicast | SKIPPED | {} | | 7.0.1 | Native Throughput, TCP | SKIPPED | {} | | 7.25.2 | Native Throughput, UDP | SKIPPED | {} | | 7.5.3 | Native Throughput, ICMP | SKIPPED | {} | | 7.75.4 | Native Throughput, Multicast | SKIPPED | {} | | 8.1 | VM to Host Uploading | SKIPPED | {} | | 8.2 | VM to Host Downloading | SKIPPED | {} | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ 2020-12-14 04:35:18,621 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2020-12-14 04:35:22,893 - 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-12-14 04:35:22,905 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 21:45 | PASS | +-------------------+------------------+------------------+----------------+