2021-08-16 21:03:02,659 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+------------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+------------------------------------------------------------+ | CI_LOOP | daily | | DEBUG | false | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | INSTALLER_TYPE | unknown | | BUILD_TAG | 02QYZBF7GWDB | | NODE_NAME | lf-virtual6 | | 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/02QYZBF7GWDB/fun | | | ctest-opnfv-functest-benchmarking-wallaby-vmtp- | | | run-9 | | HTTP_DST_URL | http://artifacts.opnfv.org/functest/02QYZBF7GWDB/f | | | unctest-opnfv-functest-benchmarking-wallaby-vmtp- | | | run-9 | +-------------------------+------------------------------------------------------------+ 2021-08-16 21:03:02,679 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2021-08-16 21:03:04,280 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2021-08-16 21:03:11,677 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_9db556fd-9401-424c-8542-ba29200a2d91' 2021-08-16 21:03:13,615 - 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 2021-08-16 21:20:20,007 - 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 2021-08-16 21:03:14,984 INFO Using http://172.30.13.91/identity/v3 2021-08-16 21:03:14,984 INFO VM public key: /tmp/tmpxklxtwuv 2021-08-16 21:03:14,984 INFO VM private key: /tmp/tmp4d7yq1cy 2021-08-16 21:03:15,405 INFO Found image vmtp-img_9db556fd-9401-424c-8542-ba29200a2d91 to launch VM, will continue 2021-08-16 21:03:16,023 INFO Using external router: vmtp-router_9db556fd-9401-424c-8542-ba29200a2d91 2021-08-16 21:03:16,023 INFO Using external network: public. 2021-08-16 21:03:16,530 INFO Created internal network: pns-internal-net_9db556fd-9401-424c-8542-ba29200a2d91. 2021-08-16 21:03:16,945 INFO Created internal network: pns-internal-net2_9db556fd-9401-424c-8542-ba29200a2d91. 2021-08-16 21:03:18,674 DEBUG Ext router associated to pns-internal-net_9db556fd-9401-424c-8542-ba29200a2d91 2021-08-16 21:03:20,320 DEBUG Ext router associated to pns-internal-net2_9db556fd-9401-424c-8542-ba29200a2d91 2021-08-16 21:03:20,367 INFO OpenStack agent: Open vSwitch agent 2021-08-16 21:03:20,367 INFO OpenStack network type: vxlan 2021-08-16 21:03:21,129 INFO [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] Creating server VM... 2021-08-16 21:03:21,129 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] Starting on zone nova:lf-virtual6 2021-08-16 21:03:22,118 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 1 of 150... 2021-08-16 21:03:24,357 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 2 of 150... 2021-08-16 21:03:26,596 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 3 of 150... 2021-08-16 21:03:28,782 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 4 of 150... 2021-08-16 21:03:31,178 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 5 of 150... 2021-08-16 21:03:33,371 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 6 of 150... 2021-08-16 21:03:35,571 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 7 of 150... 2021-08-16 21:03:37,775 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 8 of 150... 2021-08-16 21:03:40,046 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 9 of 150... 2021-08-16 21:03:45,178 INFO [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] Internal network IP: 192.168.1.47 2021-08-16 21:03:45,178 INFO [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] SSH IP: 172.24.4.64 2021-08-16 21:03:45,178 INFO [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] Setup SSH for ubuntu@172.24.4.64 2021-08-16 21:04:00,623 INFO [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] Installing nuttcp-8.1.4... 2021-08-16 21:04:00,674 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] Copying nuttcp-8.1.4 to target... 2021-08-16 21:04:00,945 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] Starting nuttcp-8.1.4 server... 2021-08-16 21:04:00,991 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] 2021-08-16 21:04:01,050 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Creating client VM... 2021-08-16 21:04:01,051 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Starting on zone nova:lf-virtual6 2021-08-16 21:04:01,926 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 1 of 150... 2021-08-16 21:04:04,167 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 2 of 150... 2021-08-16 21:04:07,050 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 3 of 150... 2021-08-16 21:04:09,700 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] VM status=BUILD, retrying 4 of 150... 2021-08-16 21:04:13,825 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Internal network IP: 192.168.1.118 2021-08-16 21:04:13,825 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] SSH IP: 172.24.4.59 2021-08-16 21:04:13,825 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Setup SSH for ubuntu@172.24.4.59 2021-08-16 21:04:35,141 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Installing nuttcp-8.1.4... 2021-08-16 21:04:35,207 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Copying nuttcp-8.1.4 to target... 2021-08-16 21:04:35,408 INFO ============================================================ 2021-08-16 21:04:35,409 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2021-08-16 21:04:44,465 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] PING 192.168.1.47 (192.168.1.47) 64(92) bytes of data. 72 bytes from 192.168.1.47: icmp_seq=1 ttl=64 time=1.95 ms 72 bytes from 192.168.1.47: icmp_seq=2 ttl=64 time=0.605 ms 72 bytes from 192.168.1.47: icmp_seq=3 ttl=64 time=0.627 ms 72 bytes from 192.168.1.47: icmp_seq=4 ttl=64 time=0.426 ms 72 bytes from 192.168.1.47: icmp_seq=5 ttl=64 time=0.454 ms 72 bytes from 192.168.1.47: icmp_seq=6 ttl=64 time=0.608 ms 72 bytes from 192.168.1.47: icmp_seq=7 ttl=64 time=0.363 ms 72 bytes from 192.168.1.47: icmp_seq=8 ttl=64 time=0.567 ms 72 bytes from 192.168.1.47: icmp_seq=9 ttl=64 time=0.527 ms 72 bytes from 192.168.1.47: icmp_seq=10 ttl=64 time=0.478 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.363/0.661/1.957/0.440 ms 2021-08-16 21:04:53,517 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] PING 192.168.1.47 (192.168.1.47) 391(419) bytes of data. 399 bytes from 192.168.1.47: icmp_seq=1 ttl=64 time=0.497 ms 399 bytes from 192.168.1.47: icmp_seq=2 ttl=64 time=0.493 ms 399 bytes from 192.168.1.47: icmp_seq=3 ttl=64 time=0.470 ms 399 bytes from 192.168.1.47: icmp_seq=4 ttl=64 time=0.484 ms 399 bytes from 192.168.1.47: icmp_seq=5 ttl=64 time=0.641 ms 399 bytes from 192.168.1.47: icmp_seq=6 ttl=64 time=0.602 ms 399 bytes from 192.168.1.47: icmp_seq=7 ttl=64 time=0.624 ms 399 bytes from 192.168.1.47: icmp_seq=8 ttl=64 time=0.615 ms 399 bytes from 192.168.1.47: icmp_seq=9 ttl=64 time=0.480 ms 399 bytes from 192.168.1.47: icmp_seq=10 ttl=64 time=0.415 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.415/0.532/0.641/0.076 ms 2021-08-16 21:05:02,569 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] PING 192.168.1.47 (192.168.1.47) 1500(1528) bytes of data. 1508 bytes from 192.168.1.47: icmp_seq=1 ttl=64 time=1.31 ms 1508 bytes from 192.168.1.47: icmp_seq=2 ttl=64 time=0.604 ms 1508 bytes from 192.168.1.47: icmp_seq=3 ttl=64 time=0.604 ms 1508 bytes from 192.168.1.47: icmp_seq=4 ttl=64 time=0.555 ms 1508 bytes from 192.168.1.47: icmp_seq=5 ttl=64 time=0.614 ms 1508 bytes from 192.168.1.47: icmp_seq=6 ttl=64 time=0.534 ms 1508 bytes from 192.168.1.47: icmp_seq=7 ttl=64 time=0.578 ms 1508 bytes from 192.168.1.47: icmp_seq=8 ttl=64 time=0.574 ms 1508 bytes from 192.168.1.47: icmp_seq=9 ttl=64 time=0.456 ms 1508 bytes from 192.168.1.47: icmp_seq=10 ttl=64 time=0.547 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.456/0.638/1.319/0.232 ms 2021-08-16 21:05:02,569 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Measuring TCP Throughput (packet size=65536)... 2021-08-16 21:05:02,570 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:05:12,674 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=14285.3125 real_seconds=10.01 rate_Mbps=11975.1988 tx_cpu=44 rx_cpu=65 retrans=0 cwnd=3136 rtt_ms=0.76 2021-08-16 21:05:12,677 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:05:22,783 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=13164.2119 real_seconds=10.01 rate_Mbps=11035.0259 tx_cpu=42 rx_cpu=63 retrans=0 cwnd=3136 rtt_ms=0.56 2021-08-16 21:05:22,783 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:05:32,885 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=14238.8152 real_seconds=10.01 rate_Mbps=11935.9643 tx_cpu=45 rx_cpu=66 retrans=0 cwnd=3136 rtt_ms=0.54 2021-08-16 21:05:32,886 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Measuring UDP Throughput (packet size=128)... 2021-08-16 21:05:32,886 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:05:36,225 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=16.0851 real_seconds=1.00 rate_Mbps=134.8828 tx_cpu=97 rx_cpu=47 drop=2833 pkt=134602 data_loss=2.10457 2021-08-16 21:05:36,226 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=128 throughput=1<138119/5000000<10000000 Kbps loss-rate=2 2021-08-16 21:05:36,227 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R414357K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:05:39,560 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=20.3606 real_seconds=1.00 rate_Mbps=170.7627 tx_cpu=86 rx_cpu=56 drop=26967 pkt=193761 data_loss=13.91777 2021-08-16 21:05:39,560 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=128 throughput=1<174861/414357<414357 Kbps loss-rate=13 2021-08-16 21:05:39,561 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R294609.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:05:42,903 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=19.2688 real_seconds=1.00 rate_Mbps=161.3920 tx_cpu=88 rx_cpu=52 drop=13268 pkt=171118 data_loss=7.75359 2021-08-16 21:05:42,904 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=128 throughput=1<165265/294609<294609 Kbps loss-rate=7 2021-08-16 21:05:42,904 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R229937.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:05:46,253 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=16.5206 real_seconds=1.00 rate_Mbps=138.1641 tx_cpu=91 rx_cpu=54 drop=8244 pkt=143581 data_loss=5.74200 2021-08-16 21:05:46,253 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=128 throughput=1<141480/229937<229937 Kbps loss-rate=5 2021-08-16 21:05:46,253 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R185708.5K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:05:49,587 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=21.7246 real_seconds=1.00 rate_Mbps=181.8149 tx_cpu=68 rx_cpu=53 drop=262 pkt=178230 data_loss=0.14708 2021-08-16 21:05:49,587 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=128 throughput=1<186178/185708<185708 Kbps loss-rate=0 2021-08-16 21:05:49,588 DEBUG undershot, min=186178 kbps=185943 max=185708 2021-08-16 21:05:49,588 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Measuring UDP Throughput (packet size=1024)... 2021-08-16 21:05:49,588 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:05:52,925 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=132.3135 real_seconds=1.00 rate_Mbps=1108.8525 tx_cpu=75 rx_cpu=55 drop=1615 pkt=137104 data_loss=1.17790 2021-08-16 21:05:52,925 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=1024 throughput=1<1135464/5000000<10000000 Kbps loss-rate=1 2021-08-16 21:05:52,926 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3067732.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:05:56,258 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=142.5244 real_seconds=1.00 rate_Mbps=1193.9803 tx_cpu=75 rx_cpu=49 drop=1305 pkt=147250 data_loss=0.88624 2021-08-16 21:05:56,258 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=1024 throughput=1<1222635/3067732<3067732 Kbps loss-rate=0 2021-08-16 21:05:56,259 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2145183.5K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:05:59,606 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=146.3936 real_seconds=1.00 rate_Mbps=1226.2184 tx_cpu=77 rx_cpu=51 drop=1489 pkt=151396 data_loss=0.98351 2021-08-16 21:05:59,607 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=1024 throughput=1<1255647/2145183<2145183 Kbps loss-rate=0 2021-08-16 21:05:59,607 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1700415.25K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:06:02,943 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=161.1992 real_seconds=1.00 rate_Mbps=1351.1075 tx_cpu=76 rx_cpu=56 drop=4648 pkt=169716 data_loss=2.73872 2021-08-16 21:06:02,943 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=1024 throughput=1<1383534/1700415<1700415 Kbps loss-rate=2 2021-08-16 21:06:02,944 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Measuring UDP Throughput (packet size=8192)... 2021-08-16 21:06:02,944 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:06:06,280 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=397.3203 real_seconds=1.00 rate_Mbps=3324.7190 tx_cpu=44 rx_cpu=50 drop=13828 pkt=64685 data_loss=21.37745 2021-08-16 21:06:06,281 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=8192 throughput=1<3404512/5000000<10000000 Kbps loss-rate=21 2021-08-16 21:06:06,282 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4202256.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:06:09,617 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=355.9453 real_seconds=1.00 rate_Mbps=2979.5750 tx_cpu=73 rx_cpu=61 drop=18230 pkt=63791 data_loss=28.57770 2021-08-16 21:06:09,618 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=8192 throughput=1<3051084/4202256<4202256 Kbps loss-rate=28 2021-08-16 21:06:09,618 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3626670.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:06:12,948 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=404.7109 real_seconds=1.00 rate_Mbps=3383.4475 tx_cpu=88 rx_cpu=45 drop=3535 pkt=55338 data_loss=6.38802 2021-08-16 21:06:12,949 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=8192 throughput=1<3464650/3626670<3626670 Kbps loss-rate=6 2021-08-16 21:06:12,949 DEBUG overshot, min=1 kbps=3464650 max=3626670 2021-08-16 21:06:12,950 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3464650K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:06:16,283 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=389.3750 real_seconds=1.00 rate_Mbps=3264.6656 tx_cpu=81 rx_cpu=37 drop=3026 pkt=52866 data_loss=5.72390 2021-08-16 21:06:16,284 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=8192 throughput=1<3343017/3464650<3626670 Kbps loss-rate=5 2021-08-16 21:06:16,284 DEBUG overshot, min=1 kbps=3343017 max=3464650 2021-08-16 21:06:16,284 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3343017K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:06:19,621 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=367.8984 real_seconds=1.00 rate_Mbps=3085.2055 tx_cpu=93 rx_cpu=42 drop=3919 pkt=51010 data_loss=7.68281 2021-08-16 21:06:19,621 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=8192 throughput=1<3159250/3343017<3464650 Kbps loss-rate=7 2021-08-16 21:06:19,621 DEBUG overshot, min=1 kbps=3159250 max=3343017 2021-08-16 21:06:19,622 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3159250K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:06:22,953 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] megabytes=358.3125 real_seconds=1.00 rate_Mbps=3004.7636 tx_cpu=68 rx_cpu=38 drop=2342 pkt=48206 data_loss=4.85832 2021-08-16 21:06:22,953 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] pkt-size=8192 throughput=1<3076877/3159250<3343017 Kbps loss-rate=4 2021-08-16 21:06:22,960 INFO { 'az_from': 'nova:lf-virtual6', 'az_to': 'nova:lf-virtual6', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.1.118', 'ip_to': '192.168.1.47', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.76, 'throughput_kbps': 12262603, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.56, 'throughput_kbps': 11299866, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.54, 'throughput_kbps': 12222427, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.15, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 186178, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.74, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1383534, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.86, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3076877, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.661', 'rtt_max_ms': '1.957', 'rtt_min_ms': '0.363', 'rtt_stddev': '0.440', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.532', 'rtt_max_ms': '0.641', 'rtt_min_ms': '0.415', 'rtt_stddev': '0.076', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.638', 'rtt_max_ms': '1.319', 'rtt_min_ms': '0.456', 'rtt_stddev': '0.232', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-08-16 21:06:22,961 INFO Deleting floating ip 3c6b2809-c347-40a5-8daa-df92cb433ef5 2021-08-16 21:06:27,954 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Floating IP 172.24.4.59 deleted 2021-08-16 21:06:32,297 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d911] Instance deleted 2021-08-16 21:06:32,298 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Creating client VM... 2021-08-16 21:06:32,298 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Starting on zone nova:lf-virtual6 2021-08-16 21:06:33,570 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] VM status=BUILD, retrying 1 of 150... 2021-08-16 21:06:36,191 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] VM status=BUILD, retrying 2 of 150... 2021-08-16 21:06:38,391 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] VM status=BUILD, retrying 3 of 150... 2021-08-16 21:06:40,973 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] VM status=BUILD, retrying 4 of 150... 2021-08-16 21:06:43,798 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] VM status=BUILD, retrying 5 of 150... 2021-08-16 21:06:46,454 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] VM status=BUILD, retrying 6 of 150... 2021-08-16 21:06:48,839 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] VM status=BUILD, retrying 7 of 150... 2021-08-16 21:06:51,018 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] VM status=BUILD, retrying 8 of 150... 2021-08-16 21:06:53,349 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] VM status=BUILD, retrying 9 of 150... 2021-08-16 21:06:58,255 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Internal network IP: 192.168.2.199 2021-08-16 21:06:58,255 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] SSH IP: 172.24.4.169 2021-08-16 21:06:58,255 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Setup SSH for ubuntu@172.24.4.169 2021-08-16 21:07:15,551 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Installing nuttcp-8.1.4... 2021-08-16 21:07:15,610 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Copying nuttcp-8.1.4 to target... 2021-08-16 21:07:15,768 INFO ============================================================ 2021-08-16 21:07:15,769 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2021-08-16 21:07:24,821 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] PING 192.168.1.47 (192.168.1.47) 64(92) bytes of data. 72 bytes from 192.168.1.47: icmp_seq=1 ttl=63 time=48.9 ms 72 bytes from 192.168.1.47: icmp_seq=2 ttl=63 time=206 ms 72 bytes from 192.168.1.47: icmp_seq=3 ttl=63 time=0.608 ms 72 bytes from 192.168.1.47: icmp_seq=4 ttl=63 time=0.504 ms 72 bytes from 192.168.1.47: icmp_seq=5 ttl=63 time=0.709 ms 72 bytes from 192.168.1.47: icmp_seq=6 ttl=63 time=0.719 ms 72 bytes from 192.168.1.47: icmp_seq=7 ttl=63 time=0.572 ms 72 bytes from 192.168.1.47: icmp_seq=8 ttl=63 time=0.739 ms 72 bytes from 192.168.1.47: icmp_seq=9 ttl=63 time=0.665 ms 72 bytes from 192.168.1.47: icmp_seq=10 ttl=63 time=0.620 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.504/26.033/206.297/61.786 ms 2021-08-16 21:07:33,874 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] PING 192.168.1.47 (192.168.1.47) 391(419) bytes of data. 399 bytes from 192.168.1.47: icmp_seq=1 ttl=63 time=0.599 ms 399 bytes from 192.168.1.47: icmp_seq=2 ttl=63 time=0.532 ms 399 bytes from 192.168.1.47: icmp_seq=3 ttl=63 time=0.491 ms 399 bytes from 192.168.1.47: icmp_seq=4 ttl=63 time=0.526 ms 399 bytes from 192.168.1.47: icmp_seq=5 ttl=63 time=0.490 ms 399 bytes from 192.168.1.47: icmp_seq=6 ttl=63 time=0.465 ms 399 bytes from 192.168.1.47: icmp_seq=7 ttl=63 time=0.462 ms 399 bytes from 192.168.1.47: icmp_seq=8 ttl=63 time=0.505 ms 399 bytes from 192.168.1.47: icmp_seq=9 ttl=63 time=0.476 ms 399 bytes from 192.168.1.47: icmp_seq=10 ttl=63 time=0.363 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.363/0.490/0.599/0.064 ms 2021-08-16 21:07:42,926 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] PING 192.168.1.47 (192.168.1.47) 1500(1528) bytes of data. 1508 bytes from 192.168.1.47: icmp_seq=1 ttl=63 time=287 ms 1508 bytes from 192.168.1.47: icmp_seq=2 ttl=63 time=0.611 ms 1508 bytes from 192.168.1.47: icmp_seq=3 ttl=63 time=0.594 ms 1508 bytes from 192.168.1.47: icmp_seq=4 ttl=63 time=0.597 ms 1508 bytes from 192.168.1.47: icmp_seq=5 ttl=63 time=0.587 ms 1508 bytes from 192.168.1.47: icmp_seq=6 ttl=63 time=0.623 ms 1508 bytes from 192.168.1.47: icmp_seq=7 ttl=63 time=205 ms 1508 bytes from 192.168.1.47: icmp_seq=8 ttl=63 time=0.555 ms 1508 bytes from 192.168.1.47: icmp_seq=9 ttl=63 time=0.586 ms 1508 bytes from 192.168.1.47: icmp_seq=10 ttl=63 time=0.760 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.555/49.747/287.229/99.957 ms 2021-08-16 21:07:42,927 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Measuring TCP Throughput (packet size=65536)... 2021-08-16 21:07:42,927 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:07:53,039 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=13856.0625 real_seconds=10.01 rate_Mbps=11611.6681 tx_cpu=45 rx_cpu=60 retrans=0 cwnd=3136 rtt_ms=0.88 2021-08-16 21:07:53,040 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:03,160 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=12730.0903 real_seconds=10.01 rate_Mbps=10665.7764 tx_cpu=40 rx_cpu=56 retrans=0 cwnd=3136 rtt_ms=0.67 2021-08-16 21:08:03,160 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:13,287 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=12220.8575 real_seconds=10.01 rate_Mbps=10237.8192 tx_cpu=37 rx_cpu=54 retrans=0 cwnd=3136 rtt_ms=0.58 2021-08-16 21:08:13,288 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Measuring UDP Throughput (packet size=128)... 2021-08-16 21:08:13,288 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:16,621 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=17.4799 real_seconds=1.00 rate_Mbps=146.3105 tx_cpu=42 rx_cpu=48 drop=118 pkt=143313 data_loss=0.08231 2021-08-16 21:08:16,622 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=1<149821/5000000<10000000 Kbps loss-rate=0 2021-08-16 21:08:16,622 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R449463K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:19,963 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=15.9746 real_seconds=1.00 rate_Mbps=133.5653 tx_cpu=41 rx_cpu=49 drop=0 pkt=130864 data_loss=0.00000 2021-08-16 21:08:19,964 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=1<136770/449463<449463 Kbps loss-rate=0 2021-08-16 21:08:19,964 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R293116.5K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:23,298 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=15.6976 real_seconds=1.00 rate_Mbps=131.0852 tx_cpu=43 rx_cpu=39 drop=48 pkt=128642 data_loss=0.03693 2021-08-16 21:08:23,298 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=1<134231/293116<293116 Kbps loss-rate=0 2021-08-16 21:08:23,299 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R213673.75K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:26,636 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=15.8043 real_seconds=1.00 rate_Mbps=132.4221 tx_cpu=47 rx_cpu=49 drop=144 pkt=129613 data_loss=0.11124 2021-08-16 21:08:26,637 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=1<135600/213673<213673 Kbps loss-rate=0 2021-08-16 21:08:26,637 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R174636.875K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:29,972 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=14.8339 real_seconds=1.00 rate_Mbps=124.0117 tx_cpu=44 rx_cpu=41 drop=1202 pkt=122721 data_loss=0.97927 2021-08-16 21:08:29,973 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=1<126987/174636<174636 Kbps loss-rate=0 2021-08-16 21:08:29,974 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R150811.9375K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:33,316 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=17.4629 real_seconds=1.00 rate_Mbps=146.0279 tx_cpu=44 rx_cpu=43 drop=37 pkt=143093 data_loss=0.02576 2021-08-16 21:08:33,317 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=1<149532/150811<150811 Kbps loss-rate=0 2021-08-16 21:08:33,317 DEBUG undershot, min=149532 kbps=150171 max=150811 2021-08-16 21:08:33,318 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Measuring UDP Throughput (packet size=1024)... 2021-08-16 21:08:33,318 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:36,659 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=86.0449 real_seconds=1.00 rate_Mbps=719.7853 tx_cpu=40 rx_cpu=26 drop=0 pkt=88110 data_loss=0.00000 2021-08-16 21:08:36,659 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=1<737060/5000000<10000000 Kbps loss-rate=0 2021-08-16 21:08:36,660 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2211180K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:40,004 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=92.4326 real_seconds=1.00 rate_Mbps=773.7646 tx_cpu=47 rx_cpu=23 drop=0 pkt=94651 data_loss=0.00000 2021-08-16 21:08:40,004 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=1<792334/2211180<2211180 Kbps loss-rate=0 2021-08-16 21:08:40,005 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1501757.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:43,340 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=85.0342 real_seconds=1.00 rate_Mbps=710.0698 tx_cpu=47 rx_cpu=26 drop=0 pkt=87075 data_loss=0.00000 2021-08-16 21:08:43,341 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=1<727111/1501757<1501757 Kbps loss-rate=0 2021-08-16 21:08:43,341 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1114434.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:46,704 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=76.1934 real_seconds=1.00 rate_Mbps=637.0114 tx_cpu=40 rx_cpu=27 drop=933 pkt=78955 data_loss=1.18164 2021-08-16 21:08:46,704 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=1<652299/1114434<1114434 Kbps loss-rate=1 2021-08-16 21:08:46,705 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R883366.5K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:50,066 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=73.6543 real_seconds=1.00 rate_Mbps=616.0409 tx_cpu=41 rx_cpu=27 drop=942 pkt=76364 data_loss=1.23354 2021-08-16 21:08:50,066 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=1<630825/883366<883366 Kbps loss-rate=1 2021-08-16 21:08:50,067 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R757095.75K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:53,400 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=77.7461 real_seconds=1.00 rate_Mbps=651.2405 tx_cpu=45 rx_cpu=30 drop=670 pkt=80282 data_loss=0.83456 2021-08-16 21:08:53,400 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=1<666870/757095<757095 Kbps loss-rate=0 2021-08-16 21:08:53,400 DEBUG undershot, min=666870 kbps=711982 max=757095 2021-08-16 21:08:53,401 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R711982K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:08:56,738 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=63.5068 real_seconds=1.00 rate_Mbps=531.6059 tx_cpu=36 rx_cpu=28 drop=520 pkt=65551 data_loss=0.79326 2021-08-16 21:08:56,738 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=666870<544364/711982<757095 Kbps loss-rate=0 2021-08-16 21:08:56,738 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Measuring UDP Throughput (packet size=8192)... 2021-08-16 21:08:56,738 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:09:00,071 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=137.2656 real_seconds=1.01 rate_Mbps=1145.2431 tx_cpu=18 rx_cpu=14 drop=0 pkt=17570 data_loss=0.00000 2021-08-16 21:09:00,072 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1<1172728/5000000<10000000 Kbps loss-rate=0 2021-08-16 21:09:00,072 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3086364.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:09:03,415 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=105.5703 real_seconds=1.02 rate_Mbps=871.2678 tx_cpu=30 rx_cpu=10 drop=8383 pkt=21896 data_loss=38.28554 2021-08-16 21:09:03,415 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1<892178/3086364<3086364 Kbps loss-rate=38 2021-08-16 21:09:03,416 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1989271.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:09:06,763 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=119.3828 real_seconds=1.02 rate_Mbps=985.8642 tx_cpu=15 rx_cpu=13 drop=0 pkt=15281 data_loss=0.00000 2021-08-16 21:09:06,763 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1<1009524/1989271<1989271 Kbps loss-rate=0 2021-08-16 21:09:06,764 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1499397.5K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:09:10,106 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=126.5312 real_seconds=1.01 rate_Mbps=1051.3595 tx_cpu=18 rx_cpu=11 drop=1 pkt=16197 data_loss=0.00624 2021-08-16 21:09:10,106 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1<1076592/1499397<1499397 Kbps loss-rate=0 2021-08-16 21:09:10,107 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1287994.75K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:09:13,448 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=119.8281 real_seconds=1.01 rate_Mbps=996.8604 tx_cpu=20 rx_cpu=11 drop=0 pkt=15338 data_loss=0.00000 2021-08-16 21:09:13,448 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1<1020785/1287994<1287994 Kbps loss-rate=0 2021-08-16 21:09:13,448 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1154389.875K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:09:16,816 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=129.6953 real_seconds=1.01 rate_Mbps=1074.0870 tx_cpu=53 rx_cpu=11 drop=0 pkt=16601 data_loss=0.00000 2021-08-16 21:09:16,816 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1<1099865/1154389<1154389 Kbps loss-rate=0 2021-08-16 21:09:16,817 DEBUG undershot, min=1099865 kbps=1127127 max=1154389 2021-08-16 21:09:16,821 INFO { 'az_from': 'nova:lf-virtual6', 'az_to': 'nova:lf-virtual6', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.199', 'ip_to': '192.168.1.47', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.88, 'throughput_kbps': 11890348, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.67, 'throughput_kbps': 10921755, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.58, 'throughput_kbps': 10483526, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.03, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 149532, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.79, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 544364, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1099865, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '26.033', 'rtt_max_ms': '206.297', 'rtt_min_ms': '0.504', 'rtt_stddev': '61.786', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.490', 'rtt_max_ms': '0.599', 'rtt_min_ms': '0.363', 'rtt_stddev': '0.064', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '49.747', 'rtt_max_ms': '287.229', 'rtt_min_ms': '0.555', 'rtt_stddev': '99.957', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-08-16 21:09:16,822 INFO ============================================================ 2021-08-16 21:09:16,822 INFO Flow 3: VM to VM different network floating IP (intra-node) 2021-08-16 21:09:25,882 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] PING 172.24.4.64 (172.24.4.64) 64(92) bytes of data. 72 bytes from 172.24.4.64: icmp_seq=1 ttl=63 time=320 ms 72 bytes from 172.24.4.64: icmp_seq=2 ttl=63 time=0.663 ms 72 bytes from 172.24.4.64: icmp_seq=3 ttl=63 time=0.492 ms 72 bytes from 172.24.4.64: icmp_seq=4 ttl=63 time=0.552 ms 72 bytes from 172.24.4.64: icmp_seq=5 ttl=63 time=0.539 ms 72 bytes from 172.24.4.64: icmp_seq=6 ttl=63 time=0.555 ms 72 bytes from 172.24.4.64: icmp_seq=7 ttl=63 time=0.739 ms 72 bytes from 172.24.4.64: icmp_seq=8 ttl=63 time=0.809 ms 72 bytes from 172.24.4.64: icmp_seq=9 ttl=63 time=0.483 ms 72 bytes from 172.24.4.64: icmp_seq=10 ttl=63 time=0.614 ms --- 172.24.4.64 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.483/32.577/320.325/95.916 ms 2021-08-16 21:09:34,934 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] PING 172.24.4.64 (172.24.4.64) 391(419) bytes of data. 399 bytes from 172.24.4.64: icmp_seq=1 ttl=63 time=0.572 ms 399 bytes from 172.24.4.64: icmp_seq=2 ttl=63 time=0.587 ms 399 bytes from 172.24.4.64: icmp_seq=3 ttl=63 time=0.464 ms 399 bytes from 172.24.4.64: icmp_seq=4 ttl=63 time=0.615 ms 399 bytes from 172.24.4.64: icmp_seq=5 ttl=63 time=0.701 ms 399 bytes from 172.24.4.64: icmp_seq=6 ttl=63 time=0.785 ms 399 bytes from 172.24.4.64: icmp_seq=7 ttl=63 time=0.681 ms 399 bytes from 172.24.4.64: icmp_seq=8 ttl=63 time=0.604 ms 399 bytes from 172.24.4.64: icmp_seq=9 ttl=63 time=0.655 ms 399 bytes from 172.24.4.64: icmp_seq=10 ttl=63 time=0.632 ms --- 172.24.4.64 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.464/0.629/0.785/0.085 ms 2021-08-16 21:09:43,994 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] PING 172.24.4.64 (172.24.4.64) 1500(1528) bytes of data. 1508 bytes from 172.24.4.64: icmp_seq=1 ttl=63 time=2.13 ms 1508 bytes from 172.24.4.64: icmp_seq=2 ttl=63 time=0.784 ms 1508 bytes from 172.24.4.64: icmp_seq=3 ttl=63 time=0.797 ms 1508 bytes from 172.24.4.64: icmp_seq=4 ttl=63 time=0.814 ms 1508 bytes from 172.24.4.64: icmp_seq=5 ttl=63 time=0.645 ms 1508 bytes from 172.24.4.64: icmp_seq=6 ttl=63 time=0.674 ms 1508 bytes from 172.24.4.64: icmp_seq=7 ttl=63 time=0.759 ms 1508 bytes from 172.24.4.64: icmp_seq=8 ttl=63 time=0.595 ms 1508 bytes from 172.24.4.64: icmp_seq=9 ttl=63 time=0.738 ms 1508 bytes from 172.24.4.64: icmp_seq=10 ttl=63 time=0.780 ms --- 172.24.4.64 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.595/0.871/2.133/0.427 ms 2021-08-16 21:09:43,995 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Measuring TCP Throughput (packet size=65536)... 2021-08-16 21:09:43,995 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:09:54,201 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=6673.2631 real_seconds=10.01 rate_Mbps=5592.8303 tx_cpu=25 rx_cpu=36 retrans=0 cwnd=3136 rtt_ms=50.81 2021-08-16 21:09:54,202 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:04,316 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=6233.3864 real_seconds=10.01 rate_Mbps=5224.0277 tx_cpu=24 rx_cpu=34 retrans=0 cwnd=3136 rtt_ms=0.70 2021-08-16 21:10:04,317 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:14,435 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=6389.5625 real_seconds=10.01 rate_Mbps=5354.0892 tx_cpu=25 rx_cpu=40 retrans=0 cwnd=3136 rtt_ms=0.58 2021-08-16 21:10:14,436 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Measuring UDP Throughput (packet size=128)... 2021-08-16 21:10:14,436 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:17,789 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=9.8365 real_seconds=1.00 rate_Mbps=82.2061 tx_cpu=31 rx_cpu=25 drop=0 pkt=80581 data_loss=0.00000 2021-08-16 21:10:17,789 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=1<84179/5000000<10000000 Kbps loss-rate=0 2021-08-16 21:10:17,790 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R252537K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:21,149 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=9.4558 real_seconds=1.00 rate_Mbps=79.0355 tx_cpu=30 rx_cpu=25 drop=0 pkt=77462 data_loss=0.00000 2021-08-16 21:10:21,149 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=1<80932/252537<252537 Kbps loss-rate=0 2021-08-16 21:10:21,150 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R166734.5K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:24,491 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=10.3884 real_seconds=1.00 rate_Mbps=86.8069 tx_cpu=32 rx_cpu=26 drop=0 pkt=85102 data_loss=0.00000 2021-08-16 21:10:24,491 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=1<88890/166734<166734 Kbps loss-rate=0 2021-08-16 21:10:24,492 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R127812.25K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:27,833 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=9.0062 real_seconds=1.00 rate_Mbps=75.2152 tx_cpu=29 rx_cpu=25 drop=181 pkt=73960 data_loss=0.24479 2021-08-16 21:10:27,833 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=1<77020/127812<127812 Kbps loss-rate=0 2021-08-16 21:10:27,834 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R102416.125K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:31,172 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=9.7091 real_seconds=1.01 rate_Mbps=81.0222 tx_cpu=31 rx_cpu=23 drop=443 pkt=79980 data_loss=0.55412 2021-08-16 21:10:31,173 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=1<82966/102416<102416 Kbps loss-rate=0 2021-08-16 21:10:31,173 DEBUG undershot, min=82966 kbps=92691 max=102416 2021-08-16 21:10:31,173 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R92691K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:34,509 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=11.0496 real_seconds=1.00 rate_Mbps=92.6576 tx_cpu=49 rx_cpu=28 drop=0 pkt=90518 data_loss=0.00000 2021-08-16 21:10:34,510 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=82966<94881/92691<102416 Kbps loss-rate=0 2021-08-16 21:10:34,510 DEBUG undershot, min=94881 kbps=98648 max=102416 2021-08-16 21:10:34,510 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R98648K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:37,856 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=10.3501 real_seconds=1.00 rate_Mbps=86.4894 tx_cpu=32 rx_cpu=27 drop=0 pkt=84788 data_loss=0.00000 2021-08-16 21:10:37,857 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=128 throughput=94881<88565/98648<102416 Kbps loss-rate=0 2021-08-16 21:10:37,857 DEBUG undershot, min=98648 kbps=100532 max=102416 2021-08-16 21:10:37,857 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Measuring UDP Throughput (packet size=1024)... 2021-08-16 21:10:37,857 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:41,205 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=85.3906 real_seconds=1.00 rate_Mbps=714.6633 tx_cpu=46 rx_cpu=25 drop=0 pkt=87440 data_loss=0.00000 2021-08-16 21:10:41,205 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=1<731815/5000000<10000000 Kbps loss-rate=0 2021-08-16 21:10:41,206 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2195445K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:44,542 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=82.9268 real_seconds=1.00 rate_Mbps=694.5545 tx_cpu=48 rx_cpu=25 drop=0 pkt=84917 data_loss=0.00000 2021-08-16 21:10:44,543 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=1<711223/2195445<2195445 Kbps loss-rate=0 2021-08-16 21:10:44,543 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1453334.0K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:47,888 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=81.6504 real_seconds=1.00 rate_Mbps=682.7762 tx_cpu=45 rx_cpu=26 drop=0 pkt=83610 data_loss=0.00000 2021-08-16 21:10:47,888 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=1<699162/1453334<1453334 Kbps loss-rate=0 2021-08-16 21:10:47,889 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1076248.0K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:51,232 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=78.3320 real_seconds=1.00 rate_Mbps=655.4764 tx_cpu=43 rx_cpu=25 drop=0 pkt=80212 data_loss=0.00000 2021-08-16 21:10:51,233 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=1<671207/1076248<1076248 Kbps loss-rate=0 2021-08-16 21:10:51,233 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R873727.5K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:54,572 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=88.3125 real_seconds=1.00 rate_Mbps=738.8809 tx_cpu=42 rx_cpu=26 drop=27 pkt=90459 data_loss=0.02988 2021-08-16 21:10:54,572 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=1<756614/873727<873727 Kbps loss-rate=0 2021-08-16 21:10:54,573 DEBUG undershot, min=756614 kbps=815170 max=873727 2021-08-16 21:10:54,573 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R815170K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:10:57,920 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=75.7881 real_seconds=1.00 rate_Mbps=634.3363 tx_cpu=39 rx_cpu=29 drop=0 pkt=77607 data_loss=0.00000 2021-08-16 21:10:57,921 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=1024 throughput=756614<649560/815170<873727 Kbps loss-rate=0 2021-08-16 21:10:57,921 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Measuring UDP Throughput (packet size=8192)... 2021-08-16 21:10:57,922 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:11:01,265 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=165.8828 real_seconds=1.01 rate_Mbps=1376.0808 tx_cpu=22 rx_cpu=15 drop=0 pkt=21233 data_loss=0.00000 2021-08-16 21:11:01,265 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1<1409106/5000000<10000000 Kbps loss-rate=0 2021-08-16 21:11:01,266 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3204553.0K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:11:04,613 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=162.3984 real_seconds=1.01 rate_Mbps=1350.6783 tx_cpu=20 rx_cpu=14 drop=65 pkt=20852 data_loss=0.31171 2021-08-16 21:11:04,614 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1<1383094/3204553<3204553 Kbps loss-rate=0 2021-08-16 21:11:04,614 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2293823.5K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:11:07,953 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=156.9375 real_seconds=1.01 rate_Mbps=1305.4224 tx_cpu=21 rx_cpu=14 drop=0 pkt=20088 data_loss=0.00000 2021-08-16 21:11:07,953 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1<1336752/2293823<2293823 Kbps loss-rate=0 2021-08-16 21:11:07,954 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1815287.75K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:11:11,289 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=161.3438 real_seconds=1.01 rate_Mbps=1343.9825 tx_cpu=23 rx_cpu=15 drop=0 pkt=20652 data_loss=0.00000 2021-08-16 21:11:11,290 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1<1376238/1815287<1815287 Kbps loss-rate=0 2021-08-16 21:11:11,290 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1595762.875K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:11:14,653 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=154.2891 real_seconds=1.01 rate_Mbps=1284.2240 tx_cpu=22 rx_cpu=13 drop=0 pkt=19749 data_loss=0.00000 2021-08-16 21:11:14,653 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1<1315045/1595762<1595762 Kbps loss-rate=0 2021-08-16 21:11:14,654 DEBUG undershot, min=1315045 kbps=1455403 max=1595762 2021-08-16 21:11:14,654 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1455403K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:11:17,997 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=160.3828 real_seconds=1.01 rate_Mbps=1335.7020 tx_cpu=23 rx_cpu=12 drop=0 pkt=20529 data_loss=0.00000 2021-08-16 21:11:17,998 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1315045<1367758/1455403<1595762 Kbps loss-rate=0 2021-08-16 21:11:17,998 DEBUG undershot, min=1367758 kbps=1481760 max=1595762 2021-08-16 21:11:17,999 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1481760K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:11:21,334 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=176.6406 real_seconds=1.00 rate_Mbps=1479.1597 tx_cpu=56 rx_cpu=13 drop=0 pkt=22610 data_loss=0.00000 2021-08-16 21:11:21,335 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1367758<1514659/1481760<1595762 Kbps loss-rate=0 2021-08-16 21:11:21,335 DEBUG undershot, min=1514659 kbps=1555210 max=1595762 2021-08-16 21:11:21,335 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1555210K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:11:24,682 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] megabytes=154.3125 real_seconds=1.01 rate_Mbps=1277.8814 tx_cpu=22 rx_cpu=12 drop=0 pkt=19752 data_loss=0.00000 2021-08-16 21:11:24,682 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] pkt-size=8192 throughput=1514659<1308550/1555210<1595762 Kbps loss-rate=0 2021-08-16 21:11:24,682 DEBUG undershot, min=1555210 kbps=1575486 max=1595762 2021-08-16 21:11:24,687 INFO { 'az_from': 'nova:lf-virtual6', 'az_to': 'nova:lf-virtual6', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.199', 'ip_to': '172.24.4.64', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 50.81, 'throughput_kbps': 5727058, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.7, 'throughput_kbps': 5349404, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.58, 'throughput_kbps': 5482587, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 88565, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 649560, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1308550, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '32.577', 'rtt_max_ms': '320.325', 'rtt_min_ms': '0.483', 'rtt_stddev': '95.916', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.629', 'rtt_max_ms': '0.785', 'rtt_min_ms': '0.464', 'rtt_stddev': '0.085', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.871', 'rtt_max_ms': '2.133', 'rtt_min_ms': '0.595', 'rtt_stddev': '0.427', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-08-16 21:11:24,687 INFO Deleting floating ip c8255510-ea9e-482d-805e-c9f20c9b7fd7 2021-08-16 21:11:25,913 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Floating IP 172.24.4.169 deleted 2021-08-16 21:11:30,251 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d912] Instance deleted 2021-08-16 21:11:30,252 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Creating client VM... 2021-08-16 21:11:30,253 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Starting on zone nova:lf-virtual7 2021-08-16 21:11:31,677 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 1 of 150... 2021-08-16 21:11:33,876 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 2 of 150... 2021-08-16 21:11:36,057 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 3 of 150... 2021-08-16 21:11:38,462 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 4 of 150... 2021-08-16 21:11:40,966 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 5 of 150... 2021-08-16 21:11:43,245 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 6 of 150... 2021-08-16 21:11:45,469 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 7 of 150... 2021-08-16 21:11:47,766 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 8 of 150... 2021-08-16 21:11:50,014 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 9 of 150... 2021-08-16 21:11:52,336 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 10 of 150... 2021-08-16 21:11:54,863 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 11 of 150... 2021-08-16 21:11:57,059 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] VM status=BUILD, retrying 12 of 150... 2021-08-16 21:12:01,597 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Internal network IP: 192.168.1.227 2021-08-16 21:12:01,597 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] SSH IP: 172.24.4.251 2021-08-16 21:12:01,597 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Setup SSH for ubuntu@172.24.4.251 2021-08-16 21:12:22,435 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Installing nuttcp-8.1.4... 2021-08-16 21:12:22,492 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Copying nuttcp-8.1.4 to target... 2021-08-16 21:12:22,629 INFO ============================================================ 2021-08-16 21:12:22,630 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2021-08-16 21:12:31,683 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] PING 192.168.1.47 (192.168.1.47) 64(92) bytes of data. 72 bytes from 192.168.1.47: icmp_seq=1 ttl=64 time=3.93 ms 72 bytes from 192.168.1.47: icmp_seq=2 ttl=64 time=1.35 ms 72 bytes from 192.168.1.47: icmp_seq=3 ttl=64 time=0.818 ms 72 bytes from 192.168.1.47: icmp_seq=4 ttl=64 time=0.752 ms 72 bytes from 192.168.1.47: icmp_seq=5 ttl=64 time=0.866 ms 72 bytes from 192.168.1.47: icmp_seq=6 ttl=64 time=0.791 ms 72 bytes from 192.168.1.47: icmp_seq=7 ttl=64 time=0.713 ms 72 bytes from 192.168.1.47: icmp_seq=8 ttl=64 time=0.717 ms 72 bytes from 192.168.1.47: icmp_seq=9 ttl=64 time=0.684 ms 72 bytes from 192.168.1.47: icmp_seq=10 ttl=64 time=0.787 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9004ms rtt min/avg/max/mdev = 0.684/1.141/3.933/0.948 ms 2021-08-16 21:12:40,735 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] PING 192.168.1.47 (192.168.1.47) 391(419) bytes of data. 399 bytes from 192.168.1.47: icmp_seq=1 ttl=64 time=0.706 ms 399 bytes from 192.168.1.47: icmp_seq=2 ttl=64 time=0.708 ms 399 bytes from 192.168.1.47: icmp_seq=3 ttl=64 time=0.759 ms 399 bytes from 192.168.1.47: icmp_seq=4 ttl=64 time=0.752 ms 399 bytes from 192.168.1.47: icmp_seq=5 ttl=64 time=0.705 ms 399 bytes from 192.168.1.47: icmp_seq=6 ttl=64 time=0.743 ms 399 bytes from 192.168.1.47: icmp_seq=7 ttl=64 time=0.759 ms 399 bytes from 192.168.1.47: icmp_seq=8 ttl=64 time=0.805 ms 399 bytes from 192.168.1.47: icmp_seq=9 ttl=64 time=0.728 ms 399 bytes from 192.168.1.47: icmp_seq=10 ttl=64 time=0.761 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.705/0.742/0.805/0.042 ms 2021-08-16 21:12:49,804 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] PING 192.168.1.47 (192.168.1.47) 1500(1528) bytes of data. 1508 bytes from 192.168.1.47: icmp_seq=1 ttl=64 time=2.62 ms 1508 bytes from 192.168.1.47: icmp_seq=2 ttl=64 time=0.946 ms 1508 bytes from 192.168.1.47: icmp_seq=3 ttl=64 time=0.906 ms 1508 bytes from 192.168.1.47: icmp_seq=4 ttl=64 time=0.811 ms 1508 bytes from 192.168.1.47: icmp_seq=5 ttl=64 time=0.909 ms 1508 bytes from 192.168.1.47: icmp_seq=6 ttl=64 time=0.930 ms 1508 bytes from 192.168.1.47: icmp_seq=7 ttl=64 time=0.949 ms 1508 bytes from 192.168.1.47: icmp_seq=8 ttl=64 time=1.02 ms 1508 bytes from 192.168.1.47: icmp_seq=9 ttl=64 time=0.939 ms 1508 bytes from 192.168.1.47: icmp_seq=10 ttl=64 time=0.945 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9011ms rtt min/avg/max/mdev = 0.811/1.098/2.628/0.513 ms 2021-08-16 21:12:49,804 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Measuring TCP Throughput (packet size=65536)... 2021-08-16 21:12:49,805 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:12:59,918 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=9547.1857 real_seconds=10.00 rate_Mbps=8006.3675 tx_cpu=27 rx_cpu=46 retrans=1165 cwnd=651 rtt_ms=0.88 2021-08-16 21:12:59,918 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:10,026 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=9368.5388 real_seconds=10.00 rate_Mbps=7856.5485 tx_cpu=25 rx_cpu=39 retrans=623 cwnd=697 rtt_ms=1.15 2021-08-16 21:13:10,027 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:20,136 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=7949.1559 real_seconds=10.00 rate_Mbps=6665.3679 tx_cpu=24 rx_cpu=41 retrans=398 cwnd=709 rtt_ms=0.90 2021-08-16 21:13:20,136 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Measuring UDP Throughput (packet size=128)... 2021-08-16 21:13:20,137 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:23,472 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=20.6458 real_seconds=1.00 rate_Mbps=172.6914 tx_cpu=80 rx_cpu=47 drop=33060 pkt=202190 data_loss=16.35077 2021-08-16 21:13:23,472 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=128 throughput=1<176835/5000000<10000000 Kbps loss-rate=16 2021-08-16 21:13:23,473 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R530505K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:26,813 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=25.5720 real_seconds=1.00 rate_Mbps=214.0199 tx_cpu=84 rx_cpu=48 drop=25949 pkt=235435 data_loss=11.02173 2021-08-16 21:13:26,813 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=128 throughput=1<219156/530505<530505 Kbps loss-rate=11 2021-08-16 21:13:26,813 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R374830.5K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:30,145 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=25.2084 real_seconds=1.00 rate_Mbps=211.1842 tx_cpu=52 rx_cpu=51 drop=10580 pkt=217087 data_loss=4.87360 2021-08-16 21:13:30,145 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=128 throughput=1<216252/374830<374830 Kbps loss-rate=4 2021-08-16 21:13:30,146 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R295541.25K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:33,482 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=20.4066 real_seconds=1.00 rate_Mbps=170.9672 tx_cpu=67 rx_cpu=47 drop=14920 pkt=182091 data_loss=8.19376 2021-08-16 21:13:33,483 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=128 throughput=1<175070/295541<295541 Kbps loss-rate=8 2021-08-16 21:13:33,483 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R235305.625K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:36,828 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=17.1426 real_seconds=1.00 rate_Mbps=143.2168 tx_cpu=43 rx_cpu=44 drop=54898 pkt=195330 data_loss=28.10518 2021-08-16 21:13:36,828 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=128 throughput=1<146654/235305<235305 Kbps loss-rate=28 2021-08-16 21:13:36,829 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R190979.8125K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:40,162 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=17.2906 real_seconds=1.00 rate_Mbps=144.6130 tx_cpu=69 rx_cpu=39 drop=44858 pkt=186502 data_loss=24.05211 2021-08-16 21:13:40,163 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=128 throughput=1<148083/190979<190979 Kbps loss-rate=24 2021-08-16 21:13:40,164 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R169531.40625K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:43,499 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=14.7692 real_seconds=1.00 rate_Mbps=123.5496 tx_cpu=89 rx_cpu=40 drop=44568 pkt=165557 data_loss=26.91988 2021-08-16 21:13:43,500 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=128 throughput=1<126514/169531<169531 Kbps loss-rate=26 2021-08-16 21:13:43,501 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R148022.703125K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:46,836 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=16.9888 real_seconds=1.00 rate_Mbps=142.5683 tx_cpu=93 rx_cpu=44 drop=5380 pkt=144552 data_loss=3.72163 2021-08-16 21:13:46,836 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=128 throughput=1<145989/148022<148022 Kbps loss-rate=3 2021-08-16 21:13:46,836 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Measuring UDP Throughput (packet size=1024)... 2021-08-16 21:13:46,837 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:50,170 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=162.1406 real_seconds=1.00 rate_Mbps=1360.6308 tx_cpu=99 rx_cpu=46 drop=18259 pkt=184291 data_loss=9.90772 2021-08-16 21:13:50,171 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=1024 throughput=1<1393285/5000000<10000000 Kbps loss-rate=9 2021-08-16 21:13:50,171 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3196642.5K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:53,507 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=176.1445 real_seconds=1.00 rate_Mbps=1477.3105 tx_cpu=98 rx_cpu=46 drop=4060 pkt=184432 data_loss=2.20138 2021-08-16 21:13:53,507 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=1024 throughput=1<1512765/3196642<3196642 Kbps loss-rate=2 2021-08-16 21:13:53,508 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2354703.75K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:13:56,841 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=162.7344 real_seconds=1.00 rate_Mbps=1367.1985 tx_cpu=99 rx_cpu=40 drop=661 pkt=167301 data_loss=0.39509 2021-08-16 21:13:56,842 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=1024 throughput=1<1400011/2354703<2354703 Kbps loss-rate=0 2021-08-16 21:13:56,842 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1877357.375K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:00,174 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=190.3164 real_seconds=1.00 rate_Mbps=1595.8769 tx_cpu=63 rx_cpu=45 drop=2104 pkt=196988 data_loss=1.06809 2021-08-16 21:14:00,174 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=1024 throughput=1<1634177/1877357<1877357 Kbps loss-rate=1 2021-08-16 21:14:00,175 DEBUG undershot, min=1634177 kbps=1755767 max=1877357 2021-08-16 21:14:00,175 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1755767K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:03,513 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=176.1133 real_seconds=1.00 rate_Mbps=1473.2967 tx_cpu=97 rx_cpu=42 drop=6229 pkt=186569 data_loss=3.33871 2021-08-16 21:14:03,513 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=1024 throughput=1634177<1508655/1755767<1877357 Kbps loss-rate=3 2021-08-16 21:14:03,513 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Measuring UDP Throughput (packet size=8192)... 2021-08-16 21:14:03,514 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:06,848 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=31.8438 real_seconds=1.01 rate_Mbps=265.7093 tx_cpu=42 rx_cpu=3 drop=43426 pkt=47502 data_loss=91.41930 2021-08-16 21:14:06,848 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=8192 throughput=1<272086/5000000<10000000 Kbps loss-rate=91 2021-08-16 21:14:06,849 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R816258K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:10,184 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=12455 pkt=12455 data_loss=100.00000 2021-08-16 21:14:10,185 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=8192 throughput=1<0/816258<816258 Kbps loss-rate=100 2021-08-16 21:14:10,186 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R408129.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:13,559 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=6228 pkt=6228 data_loss=100.00000 2021-08-16 21:14:13,559 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=8192 throughput=1<0/408129<408129 Kbps loss-rate=100 2021-08-16 21:14:13,559 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R204064.5K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:16,895 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=3114 pkt=3114 data_loss=100.00000 2021-08-16 21:14:16,896 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=8192 throughput=1<0/204064<204064 Kbps loss-rate=100 2021-08-16 21:14:16,896 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R102032.25K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:20,230 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=1557 pkt=1557 data_loss=100.00000 2021-08-16 21:14:20,230 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=8192 throughput=1<0/102032<102032 Kbps loss-rate=100 2021-08-16 21:14:20,231 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R51016.125K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:23,562 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=779 pkt=779 data_loss=100.00000 2021-08-16 21:14:23,562 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=8192 throughput=1<0/51016<51016 Kbps loss-rate=100 2021-08-16 21:14:23,563 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R25508.0625K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:26,901 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=390 pkt=390 data_loss=100.00000 2021-08-16 21:14:26,901 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=8192 throughput=1<0/25508<25508 Kbps loss-rate=100 2021-08-16 21:14:26,902 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R12754.03125K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:30,236 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=195 pkt=195 data_loss=100.00000 2021-08-16 21:14:30,237 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=8192 throughput=1<0/12754<12754 Kbps loss-rate=100 2021-08-16 21:14:30,237 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R6377.015625K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:33,629 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=98 pkt=98 data_loss=100.00000 2021-08-16 21:14:33,629 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=8192 throughput=1<0/6377<6377 Kbps loss-rate=100 2021-08-16 21:14:33,629 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3188.5078125K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:36,975 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=0.2656 real_seconds=1.01 rate_Mbps=2.2121 tx_cpu=100 rx_cpu=0 drop=15 pkt=49 data_loss=30.61651 2021-08-16 21:14:36,976 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=8192 throughput=1<2265/3188<3188 Kbps loss-rate=30 2021-08-16 21:14:36,976 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2726.75390625K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:14:40,325 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] megabytes=0.3281 real_seconds=1.01 rate_Mbps=2.7257 tx_cpu=100 rx_cpu=0 drop=0 pkt=42 data_loss=0.00000 2021-08-16 21:14:40,326 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] pkt-size=8192 throughput=1<2791/2726<2726 Kbps loss-rate=0 2021-08-16 21:14:40,326 DEBUG undershot, min=2791 kbps=2758 max=2726 2021-08-16 21:14:40,330 INFO { 'az_from': 'nova:lf-virtual7', 'az_to': 'nova:lf-virtual6', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.1.227', 'ip_to': '192.168.1.47', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1165, 'rtt_ms': 0.88, 'throughput_kbps': 8198520, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 623, 'rtt_ms': 1.15, 'throughput_kbps': 8045105, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 398, 'rtt_ms': 0.9, 'throughput_kbps': 6825336, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.72, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 145989, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.34, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1508655, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2791, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '1.141', 'rtt_max_ms': '3.933', 'rtt_min_ms': '0.684', 'rtt_stddev': '0.948', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.742', 'rtt_max_ms': '0.805', 'rtt_min_ms': '0.705', 'rtt_stddev': '0.042', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.098', 'rtt_max_ms': '2.628', 'rtt_min_ms': '0.811', 'rtt_stddev': '0.513', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-08-16 21:14:40,331 INFO Deleting floating ip 8571d1a5-fd1e-4fae-908d-7e7d845db674 2021-08-16 21:14:43,435 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Floating IP 172.24.4.251 deleted 2021-08-16 21:14:47,767 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d913] Instance deleted 2021-08-16 21:14:47,767 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Creating client VM... 2021-08-16 21:14:47,768 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Starting on zone nova:lf-virtual7 2021-08-16 21:14:48,562 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] VM status=BUILD, retrying 1 of 150... 2021-08-16 21:14:50,755 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] VM status=BUILD, retrying 2 of 150... 2021-08-16 21:14:53,059 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] VM status=BUILD, retrying 3 of 150... 2021-08-16 21:14:55,255 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] VM status=BUILD, retrying 4 of 150... 2021-08-16 21:14:57,438 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] VM status=BUILD, retrying 5 of 150... 2021-08-16 21:15:04,272 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Internal network IP: 192.168.2.128 2021-08-16 21:15:04,272 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] SSH IP: 172.24.4.91 2021-08-16 21:15:04,272 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Setup SSH for ubuntu@172.24.4.91 2021-08-16 21:15:16,486 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Installing nuttcp-8.1.4... 2021-08-16 21:15:16,654 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Copying nuttcp-8.1.4 to target... 2021-08-16 21:15:16,773 INFO ============================================================ 2021-08-16 21:15:16,774 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2021-08-16 21:15:25,824 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] PING 192.168.1.47 (192.168.1.47) 64(92) bytes of data. 72 bytes from 192.168.1.47: icmp_seq=1 ttl=63 time=2.48 ms 72 bytes from 192.168.1.47: icmp_seq=2 ttl=63 time=1.05 ms 72 bytes from 192.168.1.47: icmp_seq=3 ttl=63 time=0.805 ms 72 bytes from 192.168.1.47: icmp_seq=4 ttl=63 time=0.883 ms 72 bytes from 192.168.1.47: icmp_seq=5 ttl=63 time=0.779 ms 72 bytes from 192.168.1.47: icmp_seq=6 ttl=63 time=0.828 ms 72 bytes from 192.168.1.47: icmp_seq=7 ttl=63 time=0.793 ms 72 bytes from 192.168.1.47: icmp_seq=8 ttl=63 time=0.703 ms 72 bytes from 192.168.1.47: icmp_seq=9 ttl=63 time=0.817 ms 72 bytes from 192.168.1.47: icmp_seq=10 ttl=63 time=0.794 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.703/0.994/2.485/0.505 ms 2021-08-16 21:15:34,884 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] PING 192.168.1.47 (192.168.1.47) 391(419) bytes of data. 399 bytes from 192.168.1.47: icmp_seq=1 ttl=63 time=0.714 ms 399 bytes from 192.168.1.47: icmp_seq=2 ttl=63 time=0.792 ms 399 bytes from 192.168.1.47: icmp_seq=3 ttl=63 time=0.809 ms 399 bytes from 192.168.1.47: icmp_seq=4 ttl=63 time=0.827 ms 399 bytes from 192.168.1.47: icmp_seq=5 ttl=63 time=0.755 ms 399 bytes from 192.168.1.47: icmp_seq=6 ttl=63 time=0.886 ms 399 bytes from 192.168.1.47: icmp_seq=7 ttl=63 time=0.934 ms 399 bytes from 192.168.1.47: icmp_seq=8 ttl=63 time=0.847 ms 399 bytes from 192.168.1.47: icmp_seq=9 ttl=63 time=0.907 ms 399 bytes from 192.168.1.47: icmp_seq=10 ttl=63 time=0.898 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9005ms rtt min/avg/max/mdev = 0.714/0.836/0.934/0.077 ms 2021-08-16 21:15:43,951 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] PING 192.168.1.47 (192.168.1.47) 1500(1528) bytes of data. 1508 bytes from 192.168.1.47: icmp_seq=1 ttl=63 time=3.26 ms 1508 bytes from 192.168.1.47: icmp_seq=2 ttl=63 time=1.21 ms 1508 bytes from 192.168.1.47: icmp_seq=3 ttl=63 time=1.04 ms 1508 bytes from 192.168.1.47: icmp_seq=4 ttl=63 time=1.02 ms 1508 bytes from 192.168.1.47: icmp_seq=5 ttl=63 time=1.05 ms 1508 bytes from 192.168.1.47: icmp_seq=6 ttl=63 time=1.10 ms 1508 bytes from 192.168.1.47: icmp_seq=7 ttl=63 time=1.14 ms 1508 bytes from 192.168.1.47: icmp_seq=8 ttl=63 time=1.00 ms 1508 bytes from 192.168.1.47: icmp_seq=9 ttl=63 time=0.972 ms 1508 bytes from 192.168.1.47: icmp_seq=10 ttl=63 time=0.939 ms --- 192.168.1.47 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9012ms rtt min/avg/max/mdev = 0.939/1.276/3.267/0.669 ms 2021-08-16 21:15:43,952 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Measuring TCP Throughput (packet size=65536)... 2021-08-16 21:15:43,952 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:15:54,063 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=8661.1404 real_seconds=10.00 rate_Mbps=7263.4065 tx_cpu=24 rx_cpu=35 retrans=516 cwnd=714 rtt_ms=0.98 2021-08-16 21:15:54,063 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:04,173 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=9092.5080 real_seconds=10.00 rate_Mbps=7625.0480 tx_cpu=26 rx_cpu=37 retrans=495 cwnd=743 rtt_ms=0.94 2021-08-16 21:16:04,173 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:14,301 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=9677.9971 real_seconds=10.00 rate_Mbps=8115.9554 tx_cpu=20 rx_cpu=34 retrans=623 cwnd=652 rtt_ms=0.79 2021-08-16 21:16:14,301 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Measuring UDP Throughput (packet size=128)... 2021-08-16 21:16:14,302 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:17,637 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=17.4310 real_seconds=1.00 rate_Mbps=145.7411 tx_cpu=98 rx_cpu=32 drop=35969 pkt=178764 data_loss=20.12116 2021-08-16 21:16:17,637 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<149238/5000000<10000000 Kbps loss-rate=20 2021-08-16 21:16:17,638 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R447714K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:20,987 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=17.7360 real_seconds=1.00 rate_Mbps=148.7660 tx_cpu=55 rx_cpu=32 drop=103824 pkt=249117 data_loss=41.67670 2021-08-16 21:16:20,987 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<152336/447714<447714 Kbps loss-rate=41 2021-08-16 21:16:20,987 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R300025.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:24,324 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=19.0354 real_seconds=1.00 rate_Mbps=159.0588 tx_cpu=60 rx_cpu=34 drop=109090 pkt=265028 data_loss=41.16178 2021-08-16 21:16:24,325 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<162876/300025<300025 Kbps loss-rate=41 2021-08-16 21:16:24,325 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R231450.5K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:27,659 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=18.1304 real_seconds=1.00 rate_Mbps=151.5951 tx_cpu=84 rx_cpu=35 drop=77497 pkt=226021 data_loss=34.28753 2021-08-16 21:16:27,659 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<155233/231450<231450 Kbps loss-rate=34 2021-08-16 21:16:27,660 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R193341.75K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:30,994 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=16.8917 real_seconds=1.00 rate_Mbps=141.6782 tx_cpu=81 rx_cpu=31 drop=50430 pkt=188807 data_loss=26.70982 2021-08-16 21:16:30,995 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<145078/193341<193341 Kbps loss-rate=26 2021-08-16 21:16:30,995 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R169209.875K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:34,347 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=16.4971 real_seconds=1.00 rate_Mbps=137.9719 tx_cpu=97 rx_cpu=35 drop=30095 pkt=165239 data_loss=18.21296 2021-08-16 21:16:34,348 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<141283/169209<169209 Kbps loss-rate=18 2021-08-16 21:16:34,348 DEBUG overshot, min=1 kbps=141283 max=169209 2021-08-16 21:16:34,348 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R141283K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:37,683 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=15.8419 real_seconds=1.00 rate_Mbps=132.9438 tx_cpu=97 rx_cpu=39 drop=8194 pkt=137971 data_loss=5.93925 2021-08-16 21:16:37,683 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<136134/141283<169209 Kbps loss-rate=5 2021-08-16 21:16:37,684 DEBUG overshot, min=1 kbps=136134 max=141283 2021-08-16 21:16:37,684 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R136134K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:41,033 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=15.6848 real_seconds=1.00 rate_Mbps=131.6314 tx_cpu=97 rx_cpu=29 drop=4452 pkt=132942 data_loss=3.34909 2021-08-16 21:16:41,033 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<134790/136134<141283 Kbps loss-rate=3 2021-08-16 21:16:41,034 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Measuring UDP Throughput (packet size=1024)... 2021-08-16 21:16:41,035 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:44,373 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=141.5400 real_seconds=1.00 rate_Mbps=1184.0736 tx_cpu=99 rx_cpu=37 drop=7670 pkt=152607 data_loss=5.02602 2021-08-16 21:16:44,374 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1212491/5000000<10000000 Kbps loss-rate=5 2021-08-16 21:16:44,374 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3106245.5K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:47,714 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=142.0146 real_seconds=1.00 rate_Mbps=1191.1980 tx_cpu=99 rx_cpu=44 drop=8783 pkt=154206 data_loss=5.69566 2021-08-16 21:16:47,714 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1219786/3106245<3106245 Kbps loss-rate=5 2021-08-16 21:16:47,715 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2163015.75K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:51,048 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=134.9629 real_seconds=1.00 rate_Mbps=1129.4976 tx_cpu=97 rx_cpu=36 drop=24327 pkt=162529 data_loss=14.96777 2021-08-16 21:16:51,048 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1156605/2163015<2163015 Kbps loss-rate=14 2021-08-16 21:16:51,049 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1659810.375K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:54,385 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=138.9482 real_seconds=1.00 rate_Mbps=1162.3232 tx_cpu=98 rx_cpu=45 drop=13648 pkt=155931 data_loss=8.75264 2021-08-16 21:16:54,385 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1190218/1659810<1659810 Kbps loss-rate=8 2021-08-16 21:16:54,385 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1425014.1875K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:16:57,721 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=150.6455 real_seconds=1.00 rate_Mbps=1260.7107 tx_cpu=99 rx_cpu=40 drop=1735 pkt=155996 data_loss=1.11218 2021-08-16 21:16:57,721 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1290967/1425014<1425014 Kbps loss-rate=1 2021-08-16 21:16:57,722 DEBUG undershot, min=1290967 kbps=1357990 max=1425014 2021-08-16 21:16:57,722 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1357990K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:01,058 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=143.6494 real_seconds=1.00 rate_Mbps=1205.6238 tx_cpu=99 rx_cpu=41 drop=7965 pkt=155062 data_loss=5.13664 2021-08-16 21:17:01,058 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1290967<1234558/1357990<1425014 Kbps loss-rate=5 2021-08-16 21:17:01,059 DEBUG overshot, min=1290967 kbps=1234558 max=1357990 2021-08-16 21:17:01,059 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Measuring UDP Throughput (packet size=8192)... 2021-08-16 21:17:01,060 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:04,393 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=32.4297 real_seconds=1.00 rate_Mbps=271.7307 tx_cpu=51 rx_cpu=3 drop=53069 pkt=57220 data_loss=92.74554 2021-08-16 21:17:04,394 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<278252/5000000<10000000 Kbps loss-rate=92 2021-08-16 21:17:04,394 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R834756K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:07,727 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=12738 pkt=12738 data_loss=100.00000 2021-08-16 21:17:07,727 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/834756<834756 Kbps loss-rate=100 2021-08-16 21:17:07,728 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R417378.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:11,061 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=6369 pkt=6369 data_loss=100.00000 2021-08-16 21:17:11,062 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/417378<417378 Kbps loss-rate=100 2021-08-16 21:17:11,062 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R208689.0K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:14,395 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=3185 pkt=3185 data_loss=100.00000 2021-08-16 21:17:14,396 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/208689<208689 Kbps loss-rate=100 2021-08-16 21:17:14,397 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R104344.5K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:17,741 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=1593 pkt=1593 data_loss=100.00000 2021-08-16 21:17:17,741 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/104344<104344 Kbps loss-rate=100 2021-08-16 21:17:17,742 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R52172.25K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:21,080 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=797 pkt=797 data_loss=100.00000 2021-08-16 21:17:21,081 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/52172<52172 Kbps loss-rate=100 2021-08-16 21:17:21,081 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R26086.125K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:24,429 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=399 pkt=399 data_loss=100.00000 2021-08-16 21:17:24,429 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/26086<26086 Kbps loss-rate=100 2021-08-16 21:17:24,429 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R13043.0625K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:27,769 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=200 pkt=200 data_loss=100.00000 2021-08-16 21:17:27,770 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/13043<13043 Kbps loss-rate=100 2021-08-16 21:17:27,770 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R6521.53125K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:31,168 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=100 pkt=100 data_loss=100.00000 2021-08-16 21:17:31,168 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/6521<6521 Kbps loss-rate=100 2021-08-16 21:17:31,169 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3260.765625K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:34,518 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0312 real_seconds=1.01 rate_Mbps=0.2608 tx_cpu=100 rx_cpu=0 drop=46 pkt=50 data_loss=92.01229 2021-08-16 21:17:34,518 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<267/3260<3260 Kbps loss-rate=92 2021-08-16 21:17:34,519 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R801K -p5001 -P5002 -fparse 192.168.1.47 2021-08-16 21:17:37,962 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.1016 real_seconds=1.06 rate_Mbps=0.8008 tx_cpu=100 rx_cpu=0 drop=0 pkt=13 data_loss=0.00000 2021-08-16 21:17:37,962 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<820/801<801 Kbps loss-rate=0 2021-08-16 21:17:37,963 DEBUG undershot, min=820 kbps=810 max=801 2021-08-16 21:17:37,966 INFO { 'az_from': 'nova:lf-virtual7', 'az_to': 'nova:lf-virtual6', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.128', 'ip_to': '192.168.1.47', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 516, 'rtt_ms': 0.98, 'throughput_kbps': 7437728, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 495, 'rtt_ms': 0.94, 'throughput_kbps': 7808049, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 623, 'rtt_ms': 0.79, 'throughput_kbps': 8310738, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.35, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 134790, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 5.14, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1234558, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 820, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.994', 'rtt_max_ms': '2.485', 'rtt_min_ms': '0.703', 'rtt_stddev': '0.505', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.836', 'rtt_max_ms': '0.934', 'rtt_min_ms': '0.714', 'rtt_stddev': '0.077', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.276', 'rtt_max_ms': '3.267', 'rtt_min_ms': '0.939', 'rtt_stddev': '0.669', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-08-16 21:17:37,966 INFO ============================================================ 2021-08-16 21:17:37,966 INFO Flow 6: VM to VM different network floating IP (inter-node) 2021-08-16 21:17:47,030 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] PING 172.24.4.64 (172.24.4.64) 64(92) bytes of data. 72 bytes from 172.24.4.64: icmp_seq=1 ttl=63 time=1.58 ms 72 bytes from 172.24.4.64: icmp_seq=2 ttl=63 time=0.938 ms 72 bytes from 172.24.4.64: icmp_seq=3 ttl=63 time=0.952 ms 72 bytes from 172.24.4.64: icmp_seq=4 ttl=63 time=1.01 ms 72 bytes from 172.24.4.64: icmp_seq=5 ttl=63 time=0.899 ms 72 bytes from 172.24.4.64: icmp_seq=6 ttl=63 time=0.992 ms 72 bytes from 172.24.4.64: icmp_seq=7 ttl=63 time=0.926 ms 72 bytes from 172.24.4.64: icmp_seq=8 ttl=63 time=0.908 ms 72 bytes from 172.24.4.64: icmp_seq=9 ttl=63 time=0.896 ms 72 bytes from 172.24.4.64: icmp_seq=10 ttl=63 time=0.934 ms --- 172.24.4.64 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9011ms rtt min/avg/max/mdev = 0.896/1.004/1.589/0.202 ms 2021-08-16 21:17:56,104 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] PING 172.24.4.64 (172.24.4.64) 391(419) bytes of data. 399 bytes from 172.24.4.64: icmp_seq=1 ttl=63 time=0.824 ms 399 bytes from 172.24.4.64: icmp_seq=2 ttl=63 time=0.976 ms 399 bytes from 172.24.4.64: icmp_seq=3 ttl=63 time=0.998 ms 399 bytes from 172.24.4.64: icmp_seq=4 ttl=63 time=1.03 ms 399 bytes from 172.24.4.64: icmp_seq=5 ttl=63 time=0.989 ms 399 bytes from 172.24.4.64: icmp_seq=6 ttl=63 time=1.02 ms 399 bytes from 172.24.4.64: icmp_seq=7 ttl=63 time=1.00 ms 399 bytes from 172.24.4.64: icmp_seq=8 ttl=63 time=0.929 ms 399 bytes from 172.24.4.64: icmp_seq=9 ttl=63 time=1.03 ms 399 bytes from 172.24.4.64: icmp_seq=10 ttl=63 time=0.994 ms --- 172.24.4.64 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9011ms rtt min/avg/max/mdev = 0.824/0.981/1.039/0.068 ms 2021-08-16 21:18:05,170 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] PING 172.24.4.64 (172.24.4.64) 1500(1528) bytes of data. 1508 bytes from 172.24.4.64: icmp_seq=1 ttl=63 time=2.84 ms 1508 bytes from 172.24.4.64: icmp_seq=2 ttl=63 time=1.13 ms 1508 bytes from 172.24.4.64: icmp_seq=3 ttl=63 time=1.16 ms 1508 bytes from 172.24.4.64: icmp_seq=4 ttl=63 time=0.930 ms 1508 bytes from 172.24.4.64: icmp_seq=5 ttl=63 time=1.07 ms 1508 bytes from 172.24.4.64: icmp_seq=6 ttl=63 time=1.03 ms 1508 bytes from 172.24.4.64: icmp_seq=7 ttl=63 time=1.05 ms 1508 bytes from 172.24.4.64: icmp_seq=8 ttl=63 time=1.09 ms 1508 bytes from 172.24.4.64: icmp_seq=9 ttl=63 time=1.06 ms 1508 bytes from 172.24.4.64: icmp_seq=10 ttl=63 time=1.08 ms --- 172.24.4.64 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9013ms rtt min/avg/max/mdev = 0.930/1.246/2.842/0.537 ms 2021-08-16 21:18:05,171 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Measuring TCP Throughput (packet size=65536)... 2021-08-16 21:18:05,171 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:18:15,284 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=9308.8349 real_seconds=10.00 rate_Mbps=7805.6141 tx_cpu=23 rx_cpu=37 retrans=786 cwnd=784 rtt_ms=1.15 2021-08-16 21:18:15,284 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:18:25,396 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=9174.3625 real_seconds=10.00 rate_Mbps=7692.3876 tx_cpu=24 rx_cpu=40 retrans=442 cwnd=681 rtt_ms=1.19 2021-08-16 21:18:25,396 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:18:35,521 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=9230.4187 real_seconds=10.01 rate_Mbps=7738.9603 tx_cpu=23 rx_cpu=39 retrans=929 cwnd=558 rtt_ms=1.23 2021-08-16 21:18:35,521 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Measuring UDP Throughput (packet size=128)... 2021-08-16 21:18:35,522 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:18:38,853 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=14.8528 real_seconds=1.00 rate_Mbps=124.0896 tx_cpu=90 rx_cpu=34 drop=60860 pkt=182534 data_loss=33.34171 2021-08-16 21:18:38,854 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<127067/5000000<10000000 Kbps loss-rate=33 2021-08-16 21:18:38,854 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R381201K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:18:42,193 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=15.2438 real_seconds=1.00 rate_Mbps=127.2819 tx_cpu=84 rx_cpu=36 drop=92259 pkt=217136 data_loss=42.48903 2021-08-16 21:18:42,193 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<130336/381201<381201 Kbps loss-rate=42 2021-08-16 21:18:42,193 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R255768.5K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:18:45,530 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=16.2734 real_seconds=1.00 rate_Mbps=136.0047 tx_cpu=88 rx_cpu=30 drop=26618 pkt=159930 data_loss=16.64370 2021-08-16 21:18:45,530 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<139268/255768<255768 Kbps loss-rate=16 2021-08-16 21:18:45,531 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R197518.25K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:18:48,868 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=14.9961 real_seconds=1.00 rate_Mbps=125.3948 tx_cpu=99 rx_cpu=36 drop=20125 pkt=142973 data_loss=14.07625 2021-08-16 21:18:48,869 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<128404/197518<197518 Kbps loss-rate=14 2021-08-16 21:18:48,869 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R162961.125K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:18:52,204 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=15.4521 real_seconds=1.00 rate_Mbps=129.2228 tx_cpu=92 rx_cpu=36 drop=20378 pkt=146962 data_loss=13.86645 2021-08-16 21:18:52,204 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<132324/162961<162961 Kbps loss-rate=13 2021-08-16 21:18:52,205 DEBUG overshot, min=1 kbps=132324 max=162961 2021-08-16 21:18:52,205 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R132324K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:18:55,549 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=15.0144 real_seconds=1.00 rate_Mbps=125.9705 tx_cpu=99 rx_cpu=32 drop=6224 pkt=129222 data_loss=4.81673 2021-08-16 21:18:55,549 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=128 throughput=1<128993/132324<162961 Kbps loss-rate=4 2021-08-16 21:18:55,550 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Measuring UDP Throughput (packet size=1024)... 2021-08-16 21:18:55,550 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:18:58,884 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=117.7646 real_seconds=1.00 rate_Mbps=984.1917 tx_cpu=97 rx_cpu=38 drop=42836 pkt=163427 data_loss=26.21113 2021-08-16 21:18:58,884 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1007812/5000000<10000000 Kbps loss-rate=26 2021-08-16 21:18:58,885 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3003906.0K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:02,265 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=123.1602 real_seconds=1.00 rate_Mbps=1029.8129 tx_cpu=99 rx_cpu=36 drop=25556 pkt=151672 data_loss=16.84949 2021-08-16 21:19:02,266 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1054528/3003906<3003906 Kbps loss-rate=16 2021-08-16 21:19:02,266 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2029217.0K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:05,602 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=132.3418 real_seconds=1.00 rate_Mbps=1109.5610 tx_cpu=99 rx_cpu=38 drop=20896 pkt=156414 data_loss=13.35939 2021-08-16 21:19:05,602 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1136190/2029217<2029217 Kbps loss-rate=13 2021-08-16 21:19:05,602 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1582703.5K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:08,940 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=121.7656 real_seconds=1.00 rate_Mbps=1016.7902 tx_cpu=96 rx_cpu=31 drop=30346 pkt=155034 data_loss=19.57379 2021-08-16 21:19:08,940 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1041193/1582703<1582703 Kbps loss-rate=19 2021-08-16 21:19:08,941 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1311948.25K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:12,278 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=120.6641 real_seconds=1.00 rate_Mbps=1008.5907 tx_cpu=99 rx_cpu=37 drop=34113 pkt=157673 data_loss=21.63524 2021-08-16 21:19:12,278 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1032796/1311948<1311948 Kbps loss-rate=21 2021-08-16 21:19:12,279 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1172372.125K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:15,621 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=131.9541 real_seconds=1.00 rate_Mbps=1103.9515 tx_cpu=98 rx_cpu=40 drop=7777 pkt=142898 data_loss=5.44233 2021-08-16 21:19:15,621 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1130446/1172372<1172372 Kbps loss-rate=5 2021-08-16 21:19:15,622 DEBUG overshot, min=1 kbps=1130446 max=1172372 2021-08-16 21:19:15,622 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1130446K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:19,001 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=125.9395 real_seconds=1.00 rate_Mbps=1056.7145 tx_cpu=98 rx_cpu=42 drop=8964 pkt=137926 data_loss=6.49913 2021-08-16 21:19:19,001 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1082075/1130446<1172372 Kbps loss-rate=6 2021-08-16 21:19:19,002 DEBUG overshot, min=1 kbps=1082075 max=1130446 2021-08-16 21:19:19,002 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1082075K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:22,335 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=118.4482 real_seconds=1.00 rate_Mbps=991.7365 tx_cpu=98 rx_cpu=37 drop=10797 pkt=132088 data_loss=8.17414 2021-08-16 21:19:22,336 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<1015538/1082075<1130446 Kbps loss-rate=8 2021-08-16 21:19:22,336 DEBUG overshot, min=1 kbps=1015538 max=1082075 2021-08-16 21:19:22,337 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1015538K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:25,726 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=115.9756 real_seconds=1.00 rate_Mbps=973.1676 tx_cpu=98 rx_cpu=30 drop=5207 pkt=123966 data_loss=4.20030 2021-08-16 21:19:25,727 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=1024 throughput=1<996523/1015538<1082075 Kbps loss-rate=4 2021-08-16 21:19:25,727 INFO [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Measuring UDP Throughput (packet size=8192)... 2021-08-16 21:19:25,727 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:29,121 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=31.8516 real_seconds=1.00 rate_Mbps=266.5617 tx_cpu=59 rx_cpu=3 drop=52355 pkt=56432 data_loss=92.77537 2021-08-16 21:19:29,121 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<272959/5000000<10000000 Kbps loss-rate=92 2021-08-16 21:19:29,122 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R818877K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:32,454 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=12495 pkt=12495 data_loss=100.00000 2021-08-16 21:19:32,455 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/818877<818877 Kbps loss-rate=100 2021-08-16 21:19:32,455 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R409438.5K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:35,796 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=6248 pkt=6248 data_loss=100.00000 2021-08-16 21:19:35,796 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/409438<409438 Kbps loss-rate=100 2021-08-16 21:19:35,797 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R204719.25K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:39,162 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=3124 pkt=3124 data_loss=100.00000 2021-08-16 21:19:39,162 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/204719<204719 Kbps loss-rate=100 2021-08-16 21:19:39,163 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R102359.625K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:42,501 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=1562 pkt=1562 data_loss=100.00000 2021-08-16 21:19:42,502 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/102359<102359 Kbps loss-rate=100 2021-08-16 21:19:42,502 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R51179.8125K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:45,840 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=781 pkt=781 data_loss=100.00000 2021-08-16 21:19:45,840 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/51179<51179 Kbps loss-rate=100 2021-08-16 21:19:45,841 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R25589.90625K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:49,178 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=391 pkt=391 data_loss=100.00000 2021-08-16 21:19:49,178 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/25589<25589 Kbps loss-rate=100 2021-08-16 21:19:49,178 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R12794.953125K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:52,519 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=196 pkt=196 data_loss=100.00000 2021-08-16 21:19:52,519 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/12794<12794 Kbps loss-rate=100 2021-08-16 21:19:52,520 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R6397.4765625K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:55,917 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=98 pkt=98 data_loss=100.00000 2021-08-16 21:19:55,917 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/6397<6397 Kbps loss-rate=100 2021-08-16 21:19:55,917 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3198.73828125K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:19:59,258 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=49 pkt=49 data_loss=100.00000 2021-08-16 21:19:59,259 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<0/3198<3198 Kbps loss-rate=100 2021-08-16 21:19:59,259 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1599.369140625K -p5001 -P5002 -fparse 172.24.4.64 2021-08-16 21:20:02,629 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] megabytes=0.1953 real_seconds=1.02 rate_Mbps=1.5988 tx_cpu=100 rx_cpu=0 drop=0 pkt=25 data_loss=0.00000 2021-08-16 21:20:02,629 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] pkt-size=8192 throughput=1<1637/1599<1599 Kbps loss-rate=0 2021-08-16 21:20:02,630 DEBUG undershot, min=1637 kbps=1618 max=1599 2021-08-16 21:20:02,634 INFO { 'az_from': 'nova:lf-virtual7', 'az_to': 'nova:lf-virtual6', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.128', 'ip_to': '172.24.4.64', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 786, 'rtt_ms': 1.15, 'throughput_kbps': 7992948, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 442, 'rtt_ms': 1.19, 'throughput_kbps': 7877004, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 929, 'rtt_ms': 1.23, 'throughput_kbps': 7924695, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.82, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 128993, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.2, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 996523, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1637, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '1.004', 'rtt_max_ms': '1.589', 'rtt_min_ms': '0.896', 'rtt_stddev': '0.202', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.981', 'rtt_max_ms': '1.039', 'rtt_min_ms': '0.824', 'rtt_stddev': '0.068', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.246', 'rtt_max_ms': '2.842', 'rtt_min_ms': '0.930', 'rtt_stddev': '0.537', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-08-16 21:20:02,635 INFO Deleting floating ip 24733250-31f5-4b62-962f-c2d8b8628dbe 2021-08-16 21:20:03,824 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Floating IP 172.24.4.91 deleted 2021-08-16 21:20:08,185 DEBUG [TestClient_9db556fd-9401-424c-8542-ba29200a2d914] Instance deleted 2021-08-16 21:20:08,185 INFO Cleaning up... 2021-08-16 21:20:08,185 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] Terminating nuttcp-8.1.4 2021-08-16 21:20:08,205 INFO Deleting floating ip 4dbe6eeb-c865-46e7-8b37-024c9b833868 2021-08-16 21:20:09,682 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] Floating IP 172.24.4.64 deleted 2021-08-16 21:20:14,019 DEBUG [TestServer_9db556fd-9401-424c-8542-ba29200a2d911] Instance deleted 2021-08-16 21:20:18,791 INFO Network pns-internal-net_9db556fd-9401-424c-8542-ba29200a2d91 deleted. 2021-08-16 21:20:19,626 INFO Network pns-internal-net2_9db556fd-9401-424c-8542-ba29200a2d91 deleted. 2021-08-16 21:20:19,704 INFO Removed public key pns_public_key 2021-08-16 21:20:19,704 INFO Deleting security group 2021-08-16 21:20:19,869 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': '11928298', 'rtt_ms': '0'} | | 1.25.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 186178, 'loss_rate': 0.15}, 1024: {'tp_kbps': 1383534, | | | | | 'loss_rate': 2.74}, 8192: {'tp_kbps': 3076877, 'loss_rate': 4.86}} | | 1.5.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.661/0.363/1.957/0.440', | | | | | '391-byte': '0.532/0.415/0.641/0.076', '1500-byte': '0.638/0.456/1.319/0.232'}} | | 1.75.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.0.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '7689653', 'rtt_ms': '0'} | | 2.25.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 145989, 'loss_rate': 3.72}, 1024: {'tp_kbps': 1508655, | | | | | 'loss_rate': 3.34}, 8192: {'tp_kbps': 2791, 'loss_rate': 0.0}} | | 2.5.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '1.141/0.684/3.933/0.948', | | | | | '391-byte': '0.742/0.705/0.805/0.042', '1500-byte': '1.098/0.811/2.628/0.513'}} | | 2.75.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.0.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '11098543', 'rtt_ms': '0'} | | 3.25.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 149532, 'loss_rate': 0.03}, 1024: {'tp_kbps': 544364, | | | | | 'loss_rate': 0.79}, 8192: {'tp_kbps': 1099865, 'loss_rate': 0.0}} | | 3.5.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '26.033/0.504/206.297/61.786', | | | | | '391-byte': '0.490/0.363/0.599/0.064', '1500-byte': | | | | | '49.747/0.555/287.229/99.957'}} | | 3.75.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.0.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '7852171', 'rtt_ms': '0'} | | 4.25.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 134790, 'loss_rate': 3.35}, 1024: {'tp_kbps': 1234558, | | | | | 'loss_rate': 5.14}, 8192: {'tp_kbps': 820, 'loss_rate': 0.0}} | | 4.5.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.994/0.703/2.485/0.505', | | | | | '391-byte': '0.836/0.714/0.934/0.077', '1500-byte': '1.276/0.939/3.267/0.669'}} | | 4.75.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.0.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '5519683', 'rtt_ms': '17'} | | 5.25.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 88565, 'loss_rate': 0.0}, 1024: {'tp_kbps': 649560, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 1308550, 'loss_rate': 0.0}} | | 5.5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '32.577/0.483/320.325/95.916', | | | | | '391-byte': '0.629/0.464/0.785/0.085', '1500-byte': '0.871/0.595/2.133/0.427'}} | | 5.75.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.0.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '7931549', 'rtt_ms': '1'} | | 6.25.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 128993, 'loss_rate': 4.82}, 1024: {'tp_kbps': 996523, | | | | | 'loss_rate': 4.2}, 8192: {'tp_kbps': 1637, 'loss_rate': 0.0}} | | 6.5.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '1.004/0.896/1.589/0.202', | | | | | '391-byte': '0.981/0.824/1.039/0.068', '1500-byte': '1.246/0.930/2.842/0.537'}} | | 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 | {} | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ 2021-08-16 21:20:19,871 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2021-08-16 21:20:20,612 - 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... 2021-08-16 21:20:20,615 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 17:16 | PASS | +-------------------+------------------+------------------+----------------+