2021-06-08 09:56:37,886 - 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 | 0RSAQBWDPB5X | | NODE_NAME | lf-pod4 | | 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/0RSAQBWDPB5X/fun | | | ctest-pi-ollivier-functest-benchmarking-jerma- | | | vmtp-run-19 | | HTTP_DST_URL | http://artifacts.opnfv.org/functest/0RSAQBWDPB5X/f | | | unctest-pi-ollivier-functest-benchmarking-jerma- | | | vmtp-run-19 | +-------------------------+------------------------------------------------------------+ 2021-06-08 09:56:37,904 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2021-06-08 09:56:39,703 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2021-06-08 09:56:47,200 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_c1e64319-d53d-4fc1-bb12-62c4c5d7efff' 2021-06-08 09:56:48,935 - 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-06-08 10:16:53,589 - 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-06-08 09:56:50,169 INFO Using http://172.30.12.83/identity/v3 2021-06-08 09:56:50,170 INFO VM public key: /tmp/tmpq0lnr2y9 2021-06-08 09:56:50,170 INFO VM private key: /tmp/tmpb1aivg0e 2021-06-08 09:56:50,730 INFO Found image vmtp-img_c1e64319-d53d-4fc1-bb12-62c4c5d7efff to launch VM, will continue 2021-06-08 09:56:51,206 INFO Using external router: vmtp-router_c1e64319-d53d-4fc1-bb12-62c4c5d7efff 2021-06-08 09:56:51,207 INFO Using external network: public. 2021-06-08 09:56:51,857 INFO Created internal network: pns-internal-net_c1e64319-d53d-4fc1-bb12-62c4c5d7efff. 2021-06-08 09:56:52,441 INFO Created internal network: pns-internal-net2_c1e64319-d53d-4fc1-bb12-62c4c5d7efff. 2021-06-08 09:56:54,901 DEBUG Ext router associated to pns-internal-net_c1e64319-d53d-4fc1-bb12-62c4c5d7efff 2021-06-08 09:56:56,608 DEBUG Ext router associated to pns-internal-net2_c1e64319-d53d-4fc1-bb12-62c4c5d7efff 2021-06-08 09:56:56,714 INFO OpenStack agent: Open vSwitch agent 2021-06-08 09:56:56,714 INFO OpenStack network type: vxlan 2021-06-08 09:56:57,684 INFO [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Creating server VM... 2021-06-08 09:56:57,684 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Starting on zone nova:pod4-jumphost 2021-06-08 09:56:58,941 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 1 of 150... 2021-06-08 09:57:01,218 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 2 of 150... 2021-06-08 09:57:03,517 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 3 of 150... 2021-06-08 09:57:05,873 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 4 of 150... 2021-06-08 09:57:08,089 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 5 of 150... 2021-06-08 09:57:10,315 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 6 of 150... 2021-06-08 09:57:12,846 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 7 of 150... 2021-06-08 09:57:16,240 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 8 of 150... 2021-06-08 09:57:18,612 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 9 of 150... 2021-06-08 09:57:25,259 INFO [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Internal network IP: 192.168.1.183 2021-06-08 09:57:25,260 INFO [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] SSH IP: 172.24.4.228 2021-06-08 09:57:25,260 INFO [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Setup SSH for ubuntu@172.24.4.228 2021-06-08 09:57:44,187 INFO [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Installing nuttcp-8.1.4... 2021-06-08 09:57:44,248 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Copying nuttcp-8.1.4 to target... 2021-06-08 09:57:44,467 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Starting nuttcp-8.1.4 server... 2021-06-08 09:57:44,512 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] 2021-06-08 09:57:44,564 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Creating client VM... 2021-06-08 09:57:44,564 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Starting on zone nova:pod4-jumphost 2021-06-08 09:57:45,528 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 1 of 150... 2021-06-08 09:57:48,058 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 2 of 150... 2021-06-08 09:57:50,273 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 3 of 150... 2021-06-08 09:57:52,807 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] VM status=BUILD, retrying 4 of 150... 2021-06-08 09:57:58,219 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Internal network IP: 192.168.1.16 2021-06-08 09:57:58,219 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] SSH IP: 172.24.4.254 2021-06-08 09:57:58,220 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Setup SSH for ubuntu@172.24.4.254 2021-06-08 09:58:12,437 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Installing nuttcp-8.1.4... 2021-06-08 09:58:12,497 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Copying nuttcp-8.1.4 to target... 2021-06-08 09:58:12,649 INFO ============================================================ 2021-06-08 09:58:12,649 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2021-06-08 09:58:21,712 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] PING 192.168.1.183 (192.168.1.183) 64(92) bytes of data. 72 bytes from 192.168.1.183: icmp_seq=1 ttl=64 time=2.13 ms 72 bytes from 192.168.1.183: icmp_seq=2 ttl=64 time=1.12 ms 72 bytes from 192.168.1.183: icmp_seq=3 ttl=64 time=0.600 ms 72 bytes from 192.168.1.183: icmp_seq=4 ttl=64 time=0.422 ms 72 bytes from 192.168.1.183: icmp_seq=5 ttl=64 time=0.441 ms 72 bytes from 192.168.1.183: icmp_seq=6 ttl=64 time=0.491 ms 72 bytes from 192.168.1.183: icmp_seq=7 ttl=64 time=0.458 ms 72 bytes from 192.168.1.183: icmp_seq=8 ttl=64 time=0.699 ms 72 bytes from 192.168.1.183: icmp_seq=9 ttl=64 time=0.557 ms 72 bytes from 192.168.1.183: icmp_seq=10 ttl=64 time=0.437 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.422/0.737/2.138/0.508 ms 2021-06-08 09:58:30,794 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] PING 192.168.1.183 (192.168.1.183) 391(419) bytes of data. 399 bytes from 192.168.1.183: icmp_seq=1 ttl=64 time=0.409 ms 399 bytes from 192.168.1.183: icmp_seq=2 ttl=64 time=0.695 ms 399 bytes from 192.168.1.183: icmp_seq=3 ttl=64 time=0.499 ms 399 bytes from 192.168.1.183: icmp_seq=4 ttl=64 time=0.570 ms 399 bytes from 192.168.1.183: icmp_seq=5 ttl=64 time=0.462 ms 399 bytes from 192.168.1.183: icmp_seq=6 ttl=64 time=0.711 ms 399 bytes from 192.168.1.183: icmp_seq=7 ttl=64 time=0.526 ms 399 bytes from 192.168.1.183: icmp_seq=8 ttl=64 time=0.421 ms 399 bytes from 192.168.1.183: icmp_seq=9 ttl=64 time=0.491 ms 399 bytes from 192.168.1.183: icmp_seq=10 ttl=64 time=0.573 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.409/0.535/0.711/0.102 ms 2021-06-08 09:58:39,851 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] PING 192.168.1.183 (192.168.1.183) 1500(1528) bytes of data. 1508 bytes from 192.168.1.183: icmp_seq=1 ttl=64 time=1.09 ms 1508 bytes from 192.168.1.183: icmp_seq=2 ttl=64 time=0.602 ms 1508 bytes from 192.168.1.183: icmp_seq=3 ttl=64 time=0.623 ms 1508 bytes from 192.168.1.183: icmp_seq=4 ttl=64 time=0.714 ms 1508 bytes from 192.168.1.183: icmp_seq=5 ttl=64 time=0.534 ms 1508 bytes from 192.168.1.183: icmp_seq=6 ttl=64 time=0.622 ms 1508 bytes from 192.168.1.183: icmp_seq=7 ttl=64 time=0.577 ms 1508 bytes from 192.168.1.183: icmp_seq=8 ttl=64 time=0.535 ms 1508 bytes from 192.168.1.183: icmp_seq=9 ttl=64 time=0.575 ms 1508 bytes from 192.168.1.183: icmp_seq=10 ttl=64 time=0.571 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.534/0.644/1.091/0.158 ms 2021-06-08 09:58:39,852 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Measuring TCP Throughput (packet size=65536)... 2021-06-08 09:58:39,852 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:58:49,963 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=26643.6250 real_seconds=10.01 rate_Mbps=22337.5669 tx_cpu=77 rx_cpu=95 retrans=0 cwnd=3136 rtt_ms=0.92 2021-06-08 09:58:49,965 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:00,073 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=19931.8275 real_seconds=10.01 rate_Mbps=16708.2377 tx_cpu=58 rx_cpu=78 retrans=0 cwnd=3136 rtt_ms=0.53 2021-06-08 09:59:00,073 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:10,245 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=23733.9375 real_seconds=10.01 rate_Mbps=19896.5868 tx_cpu=71 rx_cpu=89 retrans=0 cwnd=3136 rtt_ms=0.46 2021-06-08 09:59:10,248 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Measuring UDP Throughput (packet size=128)... 2021-06-08 09:59:10,249 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:13,587 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=22.8291 real_seconds=1.00 rate_Mbps=191.4615 tx_cpu=92 rx_cpu=60 drop=14688 pkt=201704 data_loss=7.28208 2021-06-08 09:59:13,590 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=128 throughput=1<196056/5000000<10000000 Kbps loss-rate=7 2021-06-08 09:59:13,591 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R588168K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:16,943 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=16.9032 real_seconds=1.00 rate_Mbps=141.7827 tx_cpu=84 rx_cpu=58 drop=52209 pkt=190680 data_loss=27.38052 2021-06-08 09:59:16,943 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=128 throughput=1<145185/588168<588168 Kbps loss-rate=27 2021-06-08 09:59:16,943 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R366676.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:20,283 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=18.9008 real_seconds=1.00 rate_Mbps=158.3027 tx_cpu=93 rx_cpu=60 drop=53729 pkt=208564 data_loss=25.76131 2021-06-08 09:59:20,283 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=128 throughput=1<162101/366676<366676 Kbps loss-rate=25 2021-06-08 09:59:20,284 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R264388.75K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:23,622 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=15.8110 real_seconds=1.00 rate_Mbps=132.4875 tx_cpu=75 rx_cpu=62 drop=71129 pkt=200652 data_loss=35.44871 2021-06-08 09:59:23,623 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=128 throughput=1<135667/264388<264388 Kbps loss-rate=35 2021-06-08 09:59:23,624 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R200027.875K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:26,971 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=17.5679 real_seconds=1.00 rate_Mbps=147.3485 tx_cpu=91 rx_cpu=56 drop=51422 pkt=195338 data_loss=26.32460 2021-06-08 09:59:26,971 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=128 throughput=1<150884/200027<200027 Kbps loss-rate=26 2021-06-08 09:59:26,972 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R175455.9375K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:30,333 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=18.0536 real_seconds=1.00 rate_Mbps=151.4333 tx_cpu=89 rx_cpu=55 drop=23447 pkt=171342 data_loss=13.68439 2021-06-08 09:59:30,333 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=128 throughput=1<155067/175455<175455 Kbps loss-rate=13 2021-06-08 09:59:30,334 DEBUG overshot, min=1 kbps=155067 max=175455 2021-06-08 09:59:30,334 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R155067K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:33,686 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=18.0903 real_seconds=1.00 rate_Mbps=151.7591 tx_cpu=98 rx_cpu=48 drop=3237 pkt=151432 data_loss=2.13736 2021-06-08 09:59:33,687 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=128 throughput=1<155401/155067<175455 Kbps loss-rate=2 2021-06-08 09:59:33,687 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Measuring UDP Throughput (packet size=1024)... 2021-06-08 09:59:33,687 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:37,033 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=151.5225 real_seconds=1.00 rate_Mbps=1269.6367 tx_cpu=96 rx_cpu=65 drop=72065 pkt=227224 data_loss=31.71537 2021-06-08 09:59:37,033 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=1024 throughput=1<1300107/5000000<10000000 Kbps loss-rate=31 2021-06-08 09:59:37,034 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3150053.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:40,377 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=150.1797 real_seconds=1.00 rate_Mbps=1259.4421 tx_cpu=96 rx_cpu=60 drop=54294 pkt=208078 data_loss=26.09310 2021-06-08 09:59:40,378 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=1024 throughput=1<1289668/3150053<3150053 Kbps loss-rate=26 2021-06-08 09:59:40,379 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2219860.75K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:43,794 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=140.6641 real_seconds=1.00 rate_Mbps=1178.2648 tx_cpu=96 rx_cpu=61 drop=57885 pkt=201925 data_loss=28.66657 2021-06-08 09:59:43,795 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=1024 throughput=1<1206543/2219860<2219860 Kbps loss-rate=28 2021-06-08 09:59:43,795 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1713201.875K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:47,182 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=139.8262 real_seconds=1.00 rate_Mbps=1172.4744 tx_cpu=96 rx_cpu=63 drop=59716 pkt=202898 data_loss=29.43153 2021-06-08 09:59:47,183 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=1024 throughput=1<1200613/1713201<1713201 Kbps loss-rate=29 2021-06-08 09:59:47,183 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1456907.4375K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:50,528 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=166.2344 real_seconds=1.00 rate_Mbps=1394.3230 tx_cpu=99 rx_cpu=54 drop=7619 pkt=177843 data_loss=4.28410 2021-06-08 09:59:50,529 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=1024 throughput=1<1427786/1456907<1456907 Kbps loss-rate=4 2021-06-08 09:59:50,529 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Measuring UDP Throughput (packet size=8192)... 2021-06-08 09:59:50,529 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:53,873 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=257.2578 real_seconds=1.00 rate_Mbps=2152.0050 tx_cpu=71 rx_cpu=62 drop=40002 pkt=72931 data_loss=54.84910 2021-06-08 09:59:53,873 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=8192 throughput=1<2203653/5000000<10000000 Kbps loss-rate=54 2021-06-08 09:59:53,873 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3601826.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 09:59:57,205 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=389.2422 real_seconds=1.00 rate_Mbps=3263.9011 tx_cpu=99 rx_cpu=50 drop=5137 pkt=54960 data_loss=9.34679 2021-06-08 09:59:57,206 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=8192 throughput=1<3342234/3601826<3601826 Kbps loss-rate=9 2021-06-08 09:59:57,206 DEBUG overshot, min=1 kbps=3342234 max=3601826 2021-06-08 09:59:57,206 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3342234K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:00:00,549 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=373.0234 real_seconds=1.00 rate_Mbps=3128.3966 tx_cpu=99 rx_cpu=47 drop=3251 pkt=50998 data_loss=6.37478 2021-06-08 10:00:00,549 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=8192 throughput=1<3203478/3342234<3601826 Kbps loss-rate=6 2021-06-08 10:00:00,550 DEBUG overshot, min=1 kbps=3203478 max=3342234 2021-06-08 10:00:00,550 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3203478K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:00:03,926 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=353.8438 real_seconds=1.00 rate_Mbps=2967.2536 tx_cpu=75 rx_cpu=49 drop=3589 pkt=48881 data_loss=7.34231 2021-06-08 10:00:03,927 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=8192 throughput=1<3038467/3203478<3342234 Kbps loss-rate=7 2021-06-08 10:00:03,927 DEBUG overshot, min=1 kbps=3038467 max=3203478 2021-06-08 10:00:03,927 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3038467K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:00:07,262 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] megabytes=347.7500 real_seconds=1.00 rate_Mbps=2912.8245 tx_cpu=99 rx_cpu=44 drop=1852 pkt=46364 data_loss=3.99449 2021-06-08 10:00:07,262 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] pkt-size=8192 throughput=1<2982732/3038467<3203478 Kbps loss-rate=3 2021-06-08 10:00:07,266 INFO { 'az_from': 'nova:pod4-jumphost', 'az_to': 'nova:pod4-jumphost', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.1.16', 'ip_to': '192.168.1.183', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.92, 'throughput_kbps': 22873668, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.53, 'throughput_kbps': 17109235, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.46, 'throughput_kbps': 20374104, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.14, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 155401, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.28, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1427786, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.99, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2982732, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.737', 'rtt_max_ms': '2.138', 'rtt_min_ms': '0.422', 'rtt_stddev': '0.508', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.535', 'rtt_max_ms': '0.711', 'rtt_min_ms': '0.409', 'rtt_stddev': '0.102', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.644', 'rtt_max_ms': '1.091', 'rtt_min_ms': '0.534', 'rtt_stddev': '0.158', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-06-08 10:00:07,267 INFO Deleting floating ip abd6541a-d467-4725-bd87-e1182f0424eb 2021-06-08 10:00:11,665 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Floating IP 172.24.4.254 deleted 2021-06-08 10:00:18,390 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Instance deleted 2021-06-08 10:00:18,392 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Creating client VM... 2021-06-08 10:00:18,392 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Starting on zone nova:pod4-jumphost 2021-06-08 10:00:22,341 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 1 of 150... 2021-06-08 10:00:24,562 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 2 of 150... 2021-06-08 10:00:27,287 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 3 of 150... 2021-06-08 10:00:30,021 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 4 of 150... 2021-06-08 10:00:33,025 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 5 of 150... 2021-06-08 10:00:35,697 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 6 of 150... 2021-06-08 10:00:38,031 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 7 of 150... 2021-06-08 10:00:41,194 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 8 of 150... 2021-06-08 10:00:43,410 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 9 of 150... 2021-06-08 10:00:45,644 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 10 of 150... 2021-06-08 10:00:47,846 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 11 of 150... 2021-06-08 10:00:50,108 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 12 of 150... 2021-06-08 10:00:52,388 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 13 of 150... 2021-06-08 10:00:55,161 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 14 of 150... 2021-06-08 10:00:57,379 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 15 of 150... 2021-06-08 10:00:59,931 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 16 of 150... 2021-06-08 10:01:02,213 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 17 of 150... 2021-06-08 10:01:04,524 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 18 of 150... 2021-06-08 10:01:06,804 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 19 of 150... 2021-06-08 10:01:10,590 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 20 of 150... 2021-06-08 10:01:13,394 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 21 of 150... 2021-06-08 10:01:16,910 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 22 of 150... 2021-06-08 10:01:19,413 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 23 of 150... 2021-06-08 10:01:22,103 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 24 of 150... 2021-06-08 10:01:24,552 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 25 of 150... 2021-06-08 10:01:27,118 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 26 of 150... 2021-06-08 10:01:29,780 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 27 of 150... 2021-06-08 10:01:33,591 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 28 of 150... 2021-06-08 10:01:36,910 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 29 of 150... 2021-06-08 10:01:39,843 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 30 of 150... 2021-06-08 10:01:44,181 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 31 of 150... 2021-06-08 10:01:48,397 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 32 of 150... 2021-06-08 10:01:50,898 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 33 of 150... 2021-06-08 10:01:53,101 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 34 of 150... 2021-06-08 10:01:55,309 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 35 of 150... 2021-06-08 10:01:57,536 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 36 of 150... 2021-06-08 10:01:59,832 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 37 of 150... 2021-06-08 10:02:02,299 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 38 of 150... 2021-06-08 10:02:05,133 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 39 of 150... 2021-06-08 10:02:09,157 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 40 of 150... 2021-06-08 10:02:13,758 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 41 of 150... 2021-06-08 10:02:17,420 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 42 of 150... 2021-06-08 10:02:21,609 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 43 of 150... 2021-06-08 10:02:25,793 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 44 of 150... 2021-06-08 10:02:29,781 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 45 of 150... 2021-06-08 10:02:32,019 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 46 of 150... 2021-06-08 10:02:34,223 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] VM status=BUILD, retrying 47 of 150... 2021-06-08 10:02:39,593 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Internal network IP: 192.168.2.198 2021-06-08 10:02:39,593 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] SSH IP: 172.24.4.39 2021-06-08 10:02:39,593 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Setup SSH for ubuntu@172.24.4.39 2021-06-08 10:02:59,728 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Installing nuttcp-8.1.4... 2021-06-08 10:02:59,788 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Copying nuttcp-8.1.4 to target... 2021-06-08 10:03:00,015 INFO ============================================================ 2021-06-08 10:03:00,015 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2021-06-08 10:03:09,068 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] PING 192.168.1.183 (192.168.1.183) 64(92) bytes of data. 72 bytes from 192.168.1.183: icmp_seq=1 ttl=63 time=1.74 ms 72 bytes from 192.168.1.183: icmp_seq=2 ttl=63 time=0.927 ms 72 bytes from 192.168.1.183: icmp_seq=3 ttl=63 time=1.04 ms 72 bytes from 192.168.1.183: icmp_seq=4 ttl=63 time=0.522 ms 72 bytes from 192.168.1.183: icmp_seq=5 ttl=63 time=0.548 ms 72 bytes from 192.168.1.183: icmp_seq=6 ttl=63 time=0.579 ms 72 bytes from 192.168.1.183: icmp_seq=7 ttl=63 time=0.606 ms 72 bytes from 192.168.1.183: icmp_seq=8 ttl=63 time=0.508 ms 72 bytes from 192.168.1.183: icmp_seq=9 ttl=63 time=0.424 ms 72 bytes from 192.168.1.183: icmp_seq=10 ttl=63 time=0.498 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9005ms rtt min/avg/max/mdev = 0.424/0.741/1.749/0.385 ms 2021-06-08 10:03:18,117 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] PING 192.168.1.183 (192.168.1.183) 391(419) bytes of data. 399 bytes from 192.168.1.183: icmp_seq=1 ttl=63 time=0.440 ms 399 bytes from 192.168.1.183: icmp_seq=2 ttl=63 time=0.491 ms 399 bytes from 192.168.1.183: icmp_seq=3 ttl=63 time=0.496 ms 399 bytes from 192.168.1.183: icmp_seq=4 ttl=63 time=0.477 ms 399 bytes from 192.168.1.183: icmp_seq=5 ttl=63 time=0.535 ms 399 bytes from 192.168.1.183: icmp_seq=6 ttl=63 time=0.562 ms 399 bytes from 192.168.1.183: icmp_seq=7 ttl=63 time=0.438 ms 399 bytes from 192.168.1.183: icmp_seq=8 ttl=63 time=0.587 ms 399 bytes from 192.168.1.183: icmp_seq=9 ttl=63 time=0.454 ms 399 bytes from 192.168.1.183: icmp_seq=10 ttl=63 time=0.573 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.438/0.505/0.587/0.055 ms 2021-06-08 10:03:27,163 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] PING 192.168.1.183 (192.168.1.183) 1500(1528) bytes of data. 1508 bytes from 192.168.1.183: icmp_seq=1 ttl=63 time=1.94 ms 1508 bytes from 192.168.1.183: icmp_seq=2 ttl=63 time=0.680 ms 1508 bytes from 192.168.1.183: icmp_seq=3 ttl=63 time=0.761 ms 1508 bytes from 192.168.1.183: icmp_seq=4 ttl=63 time=0.810 ms 1508 bytes from 192.168.1.183: icmp_seq=5 ttl=63 time=0.738 ms 1508 bytes from 192.168.1.183: icmp_seq=6 ttl=63 time=0.653 ms 1508 bytes from 192.168.1.183: icmp_seq=7 ttl=63 time=0.740 ms 1508 bytes from 192.168.1.183: icmp_seq=8 ttl=63 time=0.696 ms 1508 bytes from 192.168.1.183: icmp_seq=9 ttl=63 time=0.664 ms 1508 bytes from 192.168.1.183: icmp_seq=10 ttl=63 time=0.721 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.653/0.840/1.945/0.372 ms 2021-06-08 10:03:27,164 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Measuring TCP Throughput (packet size=65536)... 2021-06-08 10:03:27,164 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:03:37,280 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=14410.0625 real_seconds=10.00 rate_Mbps=12091.7560 tx_cpu=47 rx_cpu=60 retrans=0 cwnd=3136 rtt_ms=0.92 2021-06-08 10:03:37,280 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:03:47,381 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=18129.6250 real_seconds=10.00 rate_Mbps=15212.5734 tx_cpu=61 rx_cpu=67 retrans=180 cwnd=3136 rtt_ms=0.76 2021-06-08 10:03:47,381 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:03:57,485 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=18074.1875 real_seconds=10.00 rate_Mbps=15167.7171 tx_cpu=58 rx_cpu=65 retrans=0 cwnd=3136 rtt_ms=0.68 2021-06-08 10:03:57,485 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Measuring UDP Throughput (packet size=128)... 2021-06-08 10:03:57,485 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:00,819 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=12.8356 real_seconds=1.00 rate_Mbps=107.3491 tx_cpu=38 rx_cpu=38 drop=875 pkt=106024 data_loss=0.82519 2021-06-08 10:04:00,819 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<109925/5000000<10000000 Kbps loss-rate=0 2021-06-08 10:04:00,820 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R329775K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:04,160 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=10.8907 real_seconds=1.00 rate_Mbps=91.0747 tx_cpu=35 rx_cpu=37 drop=396 pkt=89612 data_loss=0.44154 2021-06-08 10:04:04,161 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<93260/329775<329775 Kbps loss-rate=0 2021-06-08 10:04:04,161 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R211517.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:07,507 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=11.4324 real_seconds=1.00 rate_Mbps=95.5577 tx_cpu=35 rx_cpu=36 drop=1708 pkt=95362 data_loss=1.79110 2021-06-08 10:04:07,507 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<97851/211517<211517 Kbps loss-rate=1 2021-06-08 10:04:07,508 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R154684.25K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:10,842 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=11.2858 real_seconds=1.00 rate_Mbps=94.3871 tx_cpu=37 rx_cpu=38 drop=1264 pkt=93717 data_loss=1.34876 2021-06-08 10:04:10,842 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<96652/154684<154684 Kbps loss-rate=1 2021-06-08 10:04:10,842 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R125668.125K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:14,186 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=11.2405 real_seconds=1.00 rate_Mbps=93.9598 tx_cpu=37 rx_cpu=37 drop=435 pkt=92517 data_loss=0.47018 2021-06-08 10:04:14,187 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<96214/125668<125668 Kbps loss-rate=0 2021-06-08 10:04:14,188 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R110941.0625K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:17,525 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=11.5232 real_seconds=1.00 rate_Mbps=96.3432 tx_cpu=35 rx_cpu=40 drop=1181 pkt=95579 data_loss=1.23592 2021-06-08 10:04:17,526 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<98655/110941<110941 Kbps loss-rate=1 2021-06-08 10:04:17,526 DEBUG undershot, min=98655 kbps=104798 max=110941 2021-06-08 10:04:17,527 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R104798K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:20,859 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=10.5847 real_seconds=1.00 rate_Mbps=88.5278 tx_cpu=38 rx_cpu=37 drop=75 pkt=86785 data_loss=0.08684 2021-06-08 10:04:20,859 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=98655<90652/104798<110941 Kbps loss-rate=0 2021-06-08 10:04:20,860 DEBUG undershot, min=104798 kbps=107869 max=110941 2021-06-08 10:04:20,860 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R107869K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:24,238 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=10.9756 real_seconds=1.00 rate_Mbps=91.7917 tx_cpu=35 rx_cpu=39 drop=351 pkt=90263 data_loss=0.38844 2021-06-08 10:04:24,239 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=104798<93994/107869<110941 Kbps loss-rate=0 2021-06-08 10:04:24,239 DEBUG undershot, min=107869 kbps=109405 max=110941 2021-06-08 10:04:24,239 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Measuring UDP Throughput (packet size=1024)... 2021-06-08 10:04:24,239 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:27,581 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=76.8594 real_seconds=1.00 rate_Mbps=643.2085 tx_cpu=42 rx_cpu=38 drop=938 pkt=79642 data_loss=1.17775 2021-06-08 10:04:27,582 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=1<658645/5000000<10000000 Kbps loss-rate=1 2021-06-08 10:04:27,582 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1975935K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:30,942 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=78.3545 real_seconds=1.00 rate_Mbps=655.6924 tx_cpu=41 rx_cpu=36 drop=931 pkt=81166 data_loss=1.14706 2021-06-08 10:04:30,943 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=1<671429/1975935<1975935 Kbps loss-rate=1 2021-06-08 10:04:30,943 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1323682.0K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:34,324 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=76.0488 real_seconds=1.00 rate_Mbps=636.7391 tx_cpu=43 rx_cpu=34 drop=1134 pkt=79008 data_loss=1.43527 2021-06-08 10:04:34,325 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=1<652020/1323682<1323682 Kbps loss-rate=1 2021-06-08 10:04:34,325 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R987851.0K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:37,663 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=74.5674 real_seconds=1.00 rate_Mbps=624.0587 tx_cpu=40 rx_cpu=36 drop=1 pkt=76358 data_loss=0.00134 2021-06-08 10:04:37,664 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=1<639036/987851<987851 Kbps loss-rate=0 2021-06-08 10:04:37,664 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R813443.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:41,002 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=76.9756 real_seconds=1.00 rate_Mbps=643.8797 tx_cpu=41 rx_cpu=39 drop=378 pkt=79201 data_loss=0.47721 2021-06-08 10:04:41,003 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=1<659332/813443<813443 Kbps loss-rate=0 2021-06-08 10:04:41,003 DEBUG undershot, min=659332 kbps=736387 max=813443 2021-06-08 10:04:41,003 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R736387K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:44,363 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=84.2383 real_seconds=1.00 rate_Mbps=706.1857 tx_cpu=45 rx_cpu=39 drop=258 pkt=86518 data_loss=0.29814 2021-06-08 10:04:44,363 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=659332<723134/736387<813443 Kbps loss-rate=0 2021-06-08 10:04:44,363 DEBUG undershot, min=723134 kbps=768288 max=813443 2021-06-08 10:04:44,364 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R768288K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:47,694 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=90.8184 real_seconds=1.00 rate_Mbps=762.3473 tx_cpu=98 rx_cpu=44 drop=792 pkt=93790 data_loss=0.84440 2021-06-08 10:04:47,695 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=723134<780643/768288<813443 Kbps loss-rate=0 2021-06-08 10:04:47,695 DEBUG undershot, min=780643 kbps=797043 max=813443 2021-06-08 10:04:47,696 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Measuring UDP Throughput (packet size=8192)... 2021-06-08 10:04:47,696 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:51,030 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=266.0469 real_seconds=1.00 rate_Mbps=2227.3261 tx_cpu=30 rx_cpu=27 drop=42 pkt=34096 data_loss=0.12317 2021-06-08 10:04:51,031 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1<2280781/5000000<10000000 Kbps loss-rate=0 2021-06-08 10:04:51,032 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3640390.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:54,374 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=242.8438 real_seconds=1.01 rate_Mbps=2024.6210 tx_cpu=29 rx_cpu=24 drop=495 pkt=31579 data_loss=1.56746 2021-06-08 10:04:54,375 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1<2073211/3640390<3640390 Kbps loss-rate=1 2021-06-08 10:04:54,375 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2856800.75K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:04:57,711 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=247.3750 real_seconds=1.01 rate_Mbps=2062.2080 tx_cpu=29 rx_cpu=29 drop=307 pkt=31971 data_loss=0.96023 2021-06-08 10:04:57,712 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1<2111700/2856800<2856800 Kbps loss-rate=0 2021-06-08 10:04:57,712 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2484250.375K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:05:01,045 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=208.2500 real_seconds=1.00 rate_Mbps=1743.1189 tx_cpu=26 rx_cpu=24 drop=589 pkt=27245 data_loss=2.16188 2021-06-08 10:05:01,045 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1<1784953/2484250<2484250 Kbps loss-rate=2 2021-06-08 10:05:01,045 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2134601.6875K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:05:04,391 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=207.9531 real_seconds=1.01 rate_Mbps=1733.4472 tx_cpu=26 rx_cpu=18 drop=242 pkt=26860 data_loss=0.90100 2021-06-08 10:05:04,391 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1<1775049/2134601<2134601 Kbps loss-rate=0 2021-06-08 10:05:04,392 DEBUG undershot, min=1775049 kbps=1954825 max=2134601 2021-06-08 10:05:04,392 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1954825K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:05:07,729 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=233.0312 real_seconds=1.00 rate_Mbps=1956.1360 tx_cpu=99 rx_cpu=18 drop=0 pkt=29828 data_loss=0.00000 2021-06-08 10:05:07,729 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1775049<2003083/1954825<2134601 Kbps loss-rate=0 2021-06-08 10:05:07,730 DEBUG undershot, min=2003083 kbps=2068842 max=2134601 2021-06-08 10:05:07,730 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2068842K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:05:11,075 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=243.1797 real_seconds=1.01 rate_Mbps=2027.4923 tx_cpu=81 rx_cpu=22 drop=14 pkt=31141 data_loss=0.04497 2021-06-08 10:05:11,076 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=2003083<2076152/2068842<2134601 Kbps loss-rate=0 2021-06-08 10:05:11,076 DEBUG undershot, min=2076152 kbps=2105376 max=2134601 2021-06-08 10:05:11,079 INFO { 'az_from': 'nova:pod4-jumphost', 'az_to': 'nova:pod4-jumphost', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.198', 'ip_to': '192.168.1.183', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.92, 'throughput_kbps': 12381958, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 180, 'rtt_ms': 0.76, 'throughput_kbps': 15577675, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.68, 'throughput_kbps': 15531742, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.39, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 93994, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.84, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 780643, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.04, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2076152, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.741', 'rtt_max_ms': '1.749', 'rtt_min_ms': '0.424', 'rtt_stddev': '0.385', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.505', 'rtt_max_ms': '0.587', 'rtt_min_ms': '0.438', 'rtt_stddev': '0.055', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.840', 'rtt_max_ms': '1.945', 'rtt_min_ms': '0.653', 'rtt_stddev': '0.372', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-06-08 10:05:11,079 INFO ============================================================ 2021-06-08 10:05:11,079 INFO Flow 3: VM to VM different network floating IP (intra-node) 2021-06-08 10:05:20,141 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] PING 172.24.4.228 (172.24.4.228) 64(92) bytes of data. 72 bytes from 172.24.4.228: icmp_seq=1 ttl=63 time=0.887 ms 72 bytes from 172.24.4.228: icmp_seq=2 ttl=63 time=0.890 ms 72 bytes from 172.24.4.228: icmp_seq=3 ttl=63 time=0.731 ms 72 bytes from 172.24.4.228: icmp_seq=4 ttl=63 time=0.672 ms 72 bytes from 172.24.4.228: icmp_seq=5 ttl=63 time=0.519 ms 72 bytes from 172.24.4.228: icmp_seq=6 ttl=63 time=0.585 ms 72 bytes from 172.24.4.228: icmp_seq=7 ttl=63 time=0.775 ms 72 bytes from 172.24.4.228: icmp_seq=8 ttl=63 time=0.696 ms 72 bytes from 172.24.4.228: icmp_seq=9 ttl=63 time=0.598 ms 72 bytes from 172.24.4.228: icmp_seq=10 ttl=63 time=0.618 ms --- 172.24.4.228 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9003ms rtt min/avg/max/mdev = 0.519/0.697/0.890/0.119 ms 2021-06-08 10:05:29,192 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] PING 172.24.4.228 (172.24.4.228) 391(419) bytes of data. 399 bytes from 172.24.4.228: icmp_seq=1 ttl=63 time=0.627 ms 399 bytes from 172.24.4.228: icmp_seq=2 ttl=63 time=0.595 ms 399 bytes from 172.24.4.228: icmp_seq=3 ttl=63 time=0.543 ms 399 bytes from 172.24.4.228: icmp_seq=4 ttl=63 time=0.633 ms 399 bytes from 172.24.4.228: icmp_seq=5 ttl=63 time=0.500 ms 399 bytes from 172.24.4.228: icmp_seq=6 ttl=63 time=0.587 ms 399 bytes from 172.24.4.228: icmp_seq=7 ttl=63 time=0.492 ms 399 bytes from 172.24.4.228: icmp_seq=8 ttl=63 time=0.628 ms 399 bytes from 172.24.4.228: icmp_seq=9 ttl=63 time=0.535 ms 399 bytes from 172.24.4.228: icmp_seq=10 ttl=63 time=0.611 ms --- 172.24.4.228 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.492/0.575/0.633/0.051 ms 2021-06-08 10:05:38,243 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] PING 172.24.4.228 (172.24.4.228) 1500(1528) bytes of data. 1508 bytes from 172.24.4.228: icmp_seq=1 ttl=63 time=1.66 ms 1508 bytes from 172.24.4.228: icmp_seq=2 ttl=63 time=0.681 ms 1508 bytes from 172.24.4.228: icmp_seq=3 ttl=63 time=0.685 ms 1508 bytes from 172.24.4.228: icmp_seq=4 ttl=63 time=0.801 ms 1508 bytes from 172.24.4.228: icmp_seq=5 ttl=63 time=0.596 ms 1508 bytes from 172.24.4.228: icmp_seq=6 ttl=63 time=0.805 ms 1508 bytes from 172.24.4.228: icmp_seq=7 ttl=63 time=0.781 ms 1508 bytes from 172.24.4.228: icmp_seq=8 ttl=63 time=0.718 ms 1508 bytes from 172.24.4.228: icmp_seq=9 ttl=63 time=0.701 ms 1508 bytes from 172.24.4.228: icmp_seq=10 ttl=63 time=0.661 ms --- 172.24.4.228 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9005ms rtt min/avg/max/mdev = 0.596/0.809/1.665/0.293 ms 2021-06-08 10:05:38,244 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Measuring TCP Throughput (packet size=65536)... 2021-06-08 10:05:38,245 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:05:48,349 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=11100.0000 real_seconds=10.00 rate_Mbps=9313.3284 tx_cpu=39 rx_cpu=58 retrans=370 cwnd=3136 rtt_ms=0.68 2021-06-08 10:05:48,350 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:05:58,454 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=10966.0214 real_seconds=10.00 rate_Mbps=9200.7523 tx_cpu=38 rx_cpu=61 retrans=0 cwnd=3136 rtt_ms=0.94 2021-06-08 10:05:58,454 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:08,558 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=10939.0039 real_seconds=10.00 rate_Mbps=9179.0158 tx_cpu=39 rx_cpu=61 retrans=0 cwnd=3136 rtt_ms=0.77 2021-06-08 10:06:08,559 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Measuring UDP Throughput (packet size=128)... 2021-06-08 10:06:08,559 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:11,929 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=11.5610 real_seconds=1.00 rate_Mbps=96.7644 tx_cpu=34 rx_cpu=39 drop=392 pkt=95100 data_loss=0.41261 2021-06-08 10:06:11,929 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<99086/5000000<10000000 Kbps loss-rate=0 2021-06-08 10:06:11,930 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R297258K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:15,273 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=11.2620 real_seconds=1.00 rate_Mbps=94.1544 tx_cpu=34 rx_cpu=38 drop=0 pkt=92258 data_loss=0.00000 2021-06-08 10:06:15,274 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<96414/297258<297258 Kbps loss-rate=0 2021-06-08 10:06:15,274 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R196836.0K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:18,609 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=10.5396 real_seconds=1.00 rate_Mbps=88.1461 tx_cpu=33 rx_cpu=39 drop=781 pkt=87121 data_loss=0.89611 2021-06-08 10:06:18,609 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<90261/196836<196836 Kbps loss-rate=0 2021-06-08 10:06:18,610 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R143548.5K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:21,943 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=11.5409 real_seconds=1.00 rate_Mbps=96.5519 tx_cpu=34 rx_cpu=41 drop=7 pkt=94550 data_loss=0.00693 2021-06-08 10:06:21,943 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<98869/143548<143548 Kbps loss-rate=0 2021-06-08 10:06:21,944 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R121208.75K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:25,278 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=11.1611 real_seconds=1.00 rate_Mbps=93.2976 tx_cpu=35 rx_cpu=40 drop=446 pkt=91877 data_loss=0.48504 2021-06-08 10:06:25,279 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<95536/121208<121208 Kbps loss-rate=0 2021-06-08 10:06:25,279 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R108372.375K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:28,611 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=10.0193 real_seconds=1.00 rate_Mbps=83.8119 tx_cpu=32 rx_cpu=38 drop=244 pkt=82322 data_loss=0.29654 2021-06-08 10:06:28,611 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<85823/108372<108372 Kbps loss-rate=0 2021-06-08 10:06:28,612 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R97097.6875K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:31,960 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=9.1095 real_seconds=1.00 rate_Mbps=76.2156 tx_cpu=30 rx_cpu=32 drop=0 pkt=74625 data_loss=0.00000 2021-06-08 10:06:31,960 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=1<78044/97097<97097 Kbps loss-rate=0 2021-06-08 10:06:31,960 DEBUG undershot, min=78044 kbps=87570 max=97097 2021-06-08 10:06:31,961 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R87570K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:35,295 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=9.2540 real_seconds=1.00 rate_Mbps=77.3078 tx_cpu=32 rx_cpu=33 drop=460 pkt=76268 data_loss=0.60257 2021-06-08 10:06:35,295 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=78044<79163/87570<97097 Kbps loss-rate=0 2021-06-08 10:06:35,295 DEBUG undershot, min=79163 kbps=88130 max=97097 2021-06-08 10:06:35,296 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R88130K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:38,655 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=10.2936 real_seconds=1.00 rate_Mbps=86.0807 tx_cpu=33 rx_cpu=39 drop=72 pkt=84397 data_loss=0.08542 2021-06-08 10:06:38,655 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=79163<88146/88130<97097 Kbps loss-rate=0 2021-06-08 10:06:38,655 DEBUG undershot, min=88146 kbps=92621 max=97097 2021-06-08 10:06:38,656 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R92621K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:41,992 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=10.6368 real_seconds=1.00 rate_Mbps=88.9103 tx_cpu=34 rx_cpu=38 drop=0 pkt=87137 data_loss=0.00000 2021-06-08 10:06:41,992 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=88146<91044/92621<97097 Kbps loss-rate=0 2021-06-08 10:06:41,993 DEBUG undershot, min=91044 kbps=94070 max=97097 2021-06-08 10:06:41,993 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R94070K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:45,330 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=10.9299 real_seconds=1.00 rate_Mbps=91.3896 tx_cpu=34 rx_cpu=37 drop=229 pkt=89766 data_loss=0.25461 2021-06-08 10:06:45,331 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=128 throughput=91044<93582/94070<97097 Kbps loss-rate=0 2021-06-08 10:06:45,331 DEBUG undershot, min=93582 kbps=95339 max=97097 2021-06-08 10:06:45,332 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Measuring UDP Throughput (packet size=1024)... 2021-06-08 10:06:45,332 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:48,665 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=87.2295 real_seconds=1.00 rate_Mbps=730.6483 tx_cpu=43 rx_cpu=44 drop=665 pkt=89988 data_loss=0.73897 2021-06-08 10:06:48,665 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=1<748183/5000000<10000000 Kbps loss-rate=0 2021-06-08 10:06:48,666 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2244549K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:51,998 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=85.9922 real_seconds=1.00 rate_Mbps=720.2355 tx_cpu=45 rx_cpu=38 drop=77 pkt=88133 data_loss=0.08737 2021-06-08 10:06:51,999 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=1<737521/2244549<2244549 Kbps loss-rate=0 2021-06-08 10:06:51,999 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1491035.0K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:55,350 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=88.5469 real_seconds=1.00 rate_Mbps=741.5681 tx_cpu=50 rx_cpu=38 drop=2222 pkt=92894 data_loss=2.39195 2021-06-08 10:06:55,351 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=1<759365/1491035<1491035 Kbps loss-rate=2 2021-06-08 10:06:55,351 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1125200.0K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:06:58,686 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=82.4443 real_seconds=1.00 rate_Mbps=690.1611 tx_cpu=42 rx_cpu=38 drop=118 pkt=84541 data_loss=0.13966 2021-06-08 10:06:58,687 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=1<706724/1125200<1125200 Kbps loss-rate=0 2021-06-08 10:06:58,687 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R915962.0K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:07:02,024 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=79.8350 real_seconds=1.00 rate_Mbps=668.4395 tx_cpu=41 rx_cpu=37 drop=40 pkt=81791 data_loss=0.04883 2021-06-08 10:07:02,024 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=1<684482/915962<915962 Kbps loss-rate=0 2021-06-08 10:07:02,025 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R800222.0K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:07:05,369 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=84.2451 real_seconds=1.00 rate_Mbps=705.9778 tx_cpu=43 rx_cpu=40 drop=1312 pkt=87579 data_loss=1.49813 2021-06-08 10:07:05,369 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=1<722921/800222<800222 Kbps loss-rate=1 2021-06-08 10:07:05,370 DEBUG undershot, min=722921 kbps=761571 max=800222 2021-06-08 10:07:05,370 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R761571K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:07:08,718 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=90.2461 real_seconds=1.00 rate_Mbps=756.2080 tx_cpu=47 rx_cpu=42 drop=504 pkt=92916 data_loss=0.54244 2021-06-08 10:07:08,719 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=1024 throughput=722921<774356/761571<800222 Kbps loss-rate=0 2021-06-08 10:07:08,719 DEBUG undershot, min=774356 kbps=787289 max=800222 2021-06-08 10:07:08,719 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Measuring UDP Throughput (packet size=8192)... 2021-06-08 10:07:08,719 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:07:12,061 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=226.6875 real_seconds=1.00 rate_Mbps=1898.3256 tx_cpu=27 rx_cpu=20 drop=18 pkt=29034 data_loss=0.06199 2021-06-08 10:07:12,061 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1<1943885/5000000<10000000 Kbps loss-rate=0 2021-06-08 10:07:12,061 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3471942.5K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:07:15,420 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=221.8359 real_seconds=1.01 rate_Mbps=1839.1559 tx_cpu=25 rx_cpu=22 drop=7 pkt=28402 data_loss=0.02465 2021-06-08 10:07:15,420 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1<1883295/3471942<3471942 Kbps loss-rate=0 2021-06-08 10:07:15,421 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2677618.75K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:07:18,802 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=177.6484 real_seconds=1.01 rate_Mbps=1480.9259 tx_cpu=22 rx_cpu=16 drop=7 pkt=22746 data_loss=0.03078 2021-06-08 10:07:18,803 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1<1516468/2677618<2677618 Kbps loss-rate=0 2021-06-08 10:07:18,803 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2097043.375K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:07:22,149 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=180.4141 real_seconds=1.01 rate_Mbps=1505.4739 tx_cpu=22 rx_cpu=18 drop=110 pkt=23203 data_loss=0.47404 2021-06-08 10:07:22,149 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1<1541605/2097043<2097043 Kbps loss-rate=0 2021-06-08 10:07:22,150 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1819324.1875K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:07:25,487 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=162.0625 real_seconds=1.00 rate_Mbps=1352.7650 tx_cpu=24 rx_cpu=16 drop=100 pkt=20844 data_loss=0.47978 2021-06-08 10:07:25,488 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1<1385231/1819324<1819324 Kbps loss-rate=0 2021-06-08 10:07:25,489 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1602277.59375K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:07:28,830 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] megabytes=179.0312 real_seconds=1.01 rate_Mbps=1489.9510 tx_cpu=25 rx_cpu=17 drop=0 pkt=22916 data_loss=0.00000 2021-06-08 10:07:28,831 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] pkt-size=8192 throughput=1<1525709/1602277<1602277 Kbps loss-rate=0 2021-06-08 10:07:28,831 DEBUG undershot, min=1525709 kbps=1563993 max=1602277 2021-06-08 10:07:28,835 INFO { 'az_from': 'nova:pod4-jumphost', 'az_to': 'nova:pod4-jumphost', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.198', 'ip_to': '172.24.4.228', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 370, 'rtt_ms': 0.68, 'throughput_kbps': 9536848, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.94, 'throughput_kbps': 9421570, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.77, 'throughput_kbps': 9399312, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.26, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 93582, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.54, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 774356, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1525709, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.697', 'rtt_max_ms': '0.890', 'rtt_min_ms': '0.519', 'rtt_stddev': '0.119', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.575', 'rtt_max_ms': '0.633', 'rtt_min_ms': '0.492', 'rtt_stddev': '0.051', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.809', 'rtt_max_ms': '1.665', 'rtt_min_ms': '0.596', 'rtt_stddev': '0.293', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-06-08 10:07:28,836 INFO Deleting floating ip e3881193-f7ff-433f-bcf8-be13d476a764 2021-06-08 10:07:31,689 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Floating IP 172.24.4.39 deleted 2021-06-08 10:07:36,089 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff2] Instance deleted 2021-06-08 10:07:36,090 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Creating client VM... 2021-06-08 10:07:36,090 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Starting on zone nova:pod4-node1 2021-06-08 10:07:39,718 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] VM status=BUILD, retrying 1 of 150... 2021-06-08 10:07:41,922 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] VM status=BUILD, retrying 2 of 150... 2021-06-08 10:07:44,218 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] VM status=BUILD, retrying 3 of 150... 2021-06-08 10:07:47,719 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] VM status=BUILD, retrying 4 of 150... 2021-06-08 10:07:50,864 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] VM status=BUILD, retrying 5 of 150... 2021-06-08 10:07:53,644 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] VM status=BUILD, retrying 6 of 150... 2021-06-08 10:08:01,905 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Internal network IP: 192.168.1.154 2021-06-08 10:08:01,905 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] SSH IP: 172.24.4.247 2021-06-08 10:08:01,905 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Setup SSH for ubuntu@172.24.4.247 2021-06-08 10:08:10,496 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Installing nuttcp-8.1.4... 2021-06-08 10:08:10,556 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Copying nuttcp-8.1.4 to target... 2021-06-08 10:08:10,690 INFO ============================================================ 2021-06-08 10:08:10,690 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2021-06-08 10:08:19,742 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] PING 192.168.1.183 (192.168.1.183) 64(92) bytes of data. 72 bytes from 192.168.1.183: icmp_seq=1 ttl=64 time=3.54 ms 72 bytes from 192.168.1.183: icmp_seq=2 ttl=64 time=1.33 ms 72 bytes from 192.168.1.183: icmp_seq=3 ttl=64 time=0.792 ms 72 bytes from 192.168.1.183: icmp_seq=4 ttl=64 time=0.679 ms 72 bytes from 192.168.1.183: icmp_seq=5 ttl=64 time=0.711 ms 72 bytes from 192.168.1.183: icmp_seq=6 ttl=64 time=0.625 ms 72 bytes from 192.168.1.183: icmp_seq=7 ttl=64 time=0.640 ms 72 bytes from 192.168.1.183: icmp_seq=8 ttl=64 time=0.608 ms 72 bytes from 192.168.1.183: icmp_seq=9 ttl=64 time=0.733 ms 72 bytes from 192.168.1.183: icmp_seq=10 ttl=64 time=0.858 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.608/1.052/3.547/0.856 ms 2021-06-08 10:08:28,790 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] PING 192.168.1.183 (192.168.1.183) 391(419) bytes of data. 399 bytes from 192.168.1.183: icmp_seq=1 ttl=64 time=0.738 ms 399 bytes from 192.168.1.183: icmp_seq=2 ttl=64 time=0.705 ms 399 bytes from 192.168.1.183: icmp_seq=3 ttl=64 time=0.656 ms 399 bytes from 192.168.1.183: icmp_seq=4 ttl=64 time=0.605 ms 399 bytes from 192.168.1.183: icmp_seq=5 ttl=64 time=0.625 ms 399 bytes from 192.168.1.183: icmp_seq=6 ttl=64 time=0.593 ms 399 bytes from 192.168.1.183: icmp_seq=7 ttl=64 time=0.597 ms 399 bytes from 192.168.1.183: icmp_seq=8 ttl=64 time=0.658 ms 399 bytes from 192.168.1.183: icmp_seq=9 ttl=64 time=0.687 ms 399 bytes from 192.168.1.183: icmp_seq=10 ttl=64 time=0.566 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.566/0.643/0.738/0.052 ms 2021-06-08 10:08:37,847 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] PING 192.168.1.183 (192.168.1.183) 1500(1528) bytes of data. 1508 bytes from 192.168.1.183: icmp_seq=1 ttl=64 time=2.53 ms 1508 bytes from 192.168.1.183: icmp_seq=2 ttl=64 time=1.30 ms 1508 bytes from 192.168.1.183: icmp_seq=3 ttl=64 time=0.683 ms 1508 bytes from 192.168.1.183: icmp_seq=4 ttl=64 time=0.871 ms 1508 bytes from 192.168.1.183: icmp_seq=5 ttl=64 time=0.731 ms 1508 bytes from 192.168.1.183: icmp_seq=6 ttl=64 time=0.816 ms 1508 bytes from 192.168.1.183: icmp_seq=7 ttl=64 time=0.935 ms 1508 bytes from 192.168.1.183: icmp_seq=8 ttl=64 time=0.776 ms 1508 bytes from 192.168.1.183: icmp_seq=9 ttl=64 time=0.662 ms 1508 bytes from 192.168.1.183: icmp_seq=10 ttl=64 time=0.723 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9004ms rtt min/avg/max/mdev = 0.662/1.003/2.534/0.540 ms 2021-06-08 10:08:37,847 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Measuring TCP Throughput (packet size=65536)... 2021-06-08 10:08:37,848 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:08:47,969 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=4619.7216 real_seconds=10.00 rate_Mbps=3875.1014 tx_cpu=17 rx_cpu=24 retrans=18 cwnd=677 rtt_ms=0.95 2021-06-08 10:08:47,970 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:08:58,078 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=4713.3805 real_seconds=10.00 rate_Mbps=3953.6258 tx_cpu=16 rx_cpu=24 retrans=15 cwnd=626 rtt_ms=0.93 2021-06-08 10:08:58,079 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:08,199 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=4715.3641 real_seconds=10.00 rate_Mbps=3955.3174 tx_cpu=16 rx_cpu=24 retrans=56 cwnd=651 rtt_ms=0.78 2021-06-08 10:09:08,199 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Measuring UDP Throughput (packet size=128)... 2021-06-08 10:09:08,199 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:11,531 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=21.0137 real_seconds=1.00 rate_Mbps=176.1661 tx_cpu=71 rx_cpu=53 drop=20191 pkt=192335 data_loss=10.49773 2021-06-08 10:09:11,532 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=128 throughput=1<180394/5000000<10000000 Kbps loss-rate=10 2021-06-08 10:09:11,532 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R541182K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:14,877 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=22.0946 real_seconds=1.00 rate_Mbps=185.1476 tx_cpu=53 rx_cpu=56 drop=9844 pkt=190843 data_loss=5.15833 2021-06-08 10:09:14,878 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=128 throughput=1<189591/541182<541182 Kbps loss-rate=5 2021-06-08 10:09:14,878 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R365386.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:18,209 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=20.8116 real_seconds=1.00 rate_Mbps=174.3792 tx_cpu=48 rx_cpu=44 drop=12462 pkt=182950 data_loss=6.81151 2021-06-08 10:09:18,210 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=128 throughput=1<178564/365386<365386 Kbps loss-rate=6 2021-06-08 10:09:18,210 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R271975.25K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:21,544 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=20.1013 real_seconds=1.00 rate_Mbps=168.0011 tx_cpu=52 rx_cpu=54 drop=24493 pkt=189163 data_loss=12.94822 2021-06-08 10:09:21,544 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=128 throughput=1<172033/271975<271975 Kbps loss-rate=12 2021-06-08 10:09:21,545 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R222004.125K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:24,876 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=21.5978 real_seconds=1.00 rate_Mbps=180.9748 tx_cpu=49 rx_cpu=50 drop=8653 pkt=185582 data_loss=4.66273 2021-06-08 10:09:24,877 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=128 throughput=1<185318/222004<222004 Kbps loss-rate=4 2021-06-08 10:09:24,877 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Measuring UDP Throughput (packet size=1024)... 2021-06-08 10:09:24,877 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:28,214 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=154.4053 real_seconds=1.00 rate_Mbps=1292.2151 tx_cpu=74 rx_cpu=52 drop=15014 pkt=173125 data_loss=8.67234 2021-06-08 10:09:28,215 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=1024 throughput=1<1323228/5000000<10000000 Kbps loss-rate=8 2021-06-08 10:09:28,215 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3161614.0K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:31,547 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=156.1582 real_seconds=1.00 rate_Mbps=1304.5829 tx_cpu=70 rx_cpu=50 drop=14911 pkt=174817 data_loss=8.52948 2021-06-08 10:09:31,548 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=1024 throughput=1<1335892/3161614<3161614 Kbps loss-rate=8 2021-06-08 10:09:31,548 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2248753.0K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:34,881 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=151.1533 real_seconds=1.00 rate_Mbps=1267.5451 tx_cpu=71 rx_cpu=52 drop=24705 pkt=179486 data_loss=13.76432 2021-06-08 10:09:34,881 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=1024 throughput=1<1297966/2248753<2248753 Kbps loss-rate=13 2021-06-08 10:09:34,881 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1773359.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:38,215 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=156.5801 real_seconds=1.00 rate_Mbps=1308.1738 tx_cpu=73 rx_cpu=48 drop=11925 pkt=172263 data_loss=6.92255 2021-06-08 10:09:38,216 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=1024 throughput=1<1339569/1773359<1773359 Kbps loss-rate=6 2021-06-08 10:09:38,216 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1556464.25K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:41,557 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=150.4229 real_seconds=1.00 rate_Mbps=1262.7829 tx_cpu=71 rx_cpu=55 drop=35964 pkt=189997 data_loss=18.92867 2021-06-08 10:09:41,557 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=1024 throughput=1<1293089/1556464<1556464 Kbps loss-rate=18 2021-06-08 10:09:41,557 DEBUG overshot, min=1 kbps=1293089 max=1556464 2021-06-08 10:09:41,557 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1293089K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:44,890 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=146.4053 real_seconds=1.00 rate_Mbps=1229.0189 tx_cpu=91 rx_cpu=49 drop=7928 pkt=157847 data_loss=5.02259 2021-06-08 10:09:44,891 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=1024 throughput=1<1258515/1293089<1556464 Kbps loss-rate=5 2021-06-08 10:09:44,891 DEBUG overshot, min=1 kbps=1258515 max=1293089 2021-06-08 10:09:44,891 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1258515K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:48,242 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=142.7041 real_seconds=1.00 rate_Mbps=1197.8542 tx_cpu=96 rx_cpu=46 drop=7498 pkt=153627 data_loss=4.88067 2021-06-08 10:09:48,243 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=1024 throughput=1<1226602/1258515<1293089 Kbps loss-rate=4 2021-06-08 10:09:48,243 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Measuring UDP Throughput (packet size=8192)... 2021-06-08 10:09:48,243 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:51,593 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=7.6094 real_seconds=1.00 rate_Mbps=63.6026 tx_cpu=40 rx_cpu=0 drop=40463 pkt=41437 data_loss=97.64944 2021-06-08 10:09:51,593 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=8192 throughput=1<65129/5000000<10000000 Kbps loss-rate=97 2021-06-08 10:09:51,594 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R195387K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:54,927 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=2982 pkt=2982 data_loss=100.00000 2021-06-08 10:09:54,928 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=8192 throughput=1<0/195387<195387 Kbps loss-rate=100 2021-06-08 10:09:54,928 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R97693.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:09:58,274 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=1491 pkt=1491 data_loss=100.00000 2021-06-08 10:09:58,275 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=8192 throughput=1<0/97693<97693 Kbps loss-rate=100 2021-06-08 10:09:58,276 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R48846.75K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:10:01,616 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=746 pkt=746 data_loss=100.00000 2021-06-08 10:10:01,617 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=8192 throughput=1<0/48846<48846 Kbps loss-rate=100 2021-06-08 10:10:01,618 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R24423.375K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:10:04,982 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=373 pkt=373 data_loss=100.00000 2021-06-08 10:10:04,982 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=8192 throughput=1<0/24423<24423 Kbps loss-rate=100 2021-06-08 10:10:04,983 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R12211.6875K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:10:08,319 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=187 pkt=187 data_loss=100.00000 2021-06-08 10:10:08,319 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=8192 throughput=1<0/12211<12211 Kbps loss-rate=100 2021-06-08 10:10:08,320 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R6105.84375K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:10:11,673 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=94 pkt=94 data_loss=100.00000 2021-06-08 10:10:11,674 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=8192 throughput=1<0/6105<6105 Kbps loss-rate=100 2021-06-08 10:10:11,674 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3052.921875K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:10:15,052 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=47 pkt=47 data_loss=100.00000 2021-06-08 10:10:15,053 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=8192 throughput=1<0/3052<3052 Kbps loss-rate=100 2021-06-08 10:10:15,053 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1526.4609375K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:10:18,423 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=0.0000 real_seconds=1.03 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=24 pkt=24 data_loss=100.00000 2021-06-08 10:10:18,424 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=8192 throughput=1<0/1526<1526 Kbps loss-rate=100 2021-06-08 10:10:18,424 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R763.23046875K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:10:21,792 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=0.0000 real_seconds=1.03 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=12 pkt=12 data_loss=100.00000 2021-06-08 10:10:21,792 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=8192 throughput=1<0/763<763 Kbps loss-rate=100 2021-06-08 10:10:21,793 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R381.615234375K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:10:25,165 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] megabytes=0.0469 real_seconds=1.03 rate_Mbps=0.3811 tx_cpu=100 rx_cpu=0 drop=0 pkt=6 data_loss=0.00000 2021-06-08 10:10:25,165 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] pkt-size=8192 throughput=1<390/381<381 Kbps loss-rate=0 2021-06-08 10:10:25,165 DEBUG undershot, min=390 kbps=385 max=381 2021-06-08 10:10:25,170 INFO { 'az_from': 'nova:pod4-node1', 'az_to': 'nova:pod4-jumphost', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.1.154', 'ip_to': '192.168.1.183', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 18, 'rtt_ms': 0.95, 'throughput_kbps': 3968103, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 15, 'rtt_ms': 0.93, 'throughput_kbps': 4048512, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 56, 'rtt_ms': 0.78, 'throughput_kbps': 4050245, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.66, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 185318, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.88, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1226602, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 390, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '1.052', 'rtt_max_ms': '3.547', 'rtt_min_ms': '0.608', 'rtt_stddev': '0.856', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.643', 'rtt_max_ms': '0.738', 'rtt_min_ms': '0.566', 'rtt_stddev': '0.052', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.003', 'rtt_max_ms': '2.534', 'rtt_min_ms': '0.662', 'rtt_stddev': '0.540', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-06-08 10:10:25,171 INFO Deleting floating ip 212d40df-a05e-41ca-a4cd-6b6b4e81349e 2021-06-08 10:10:27,462 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Floating IP 172.24.4.247 deleted 2021-06-08 10:10:31,924 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff3] Instance deleted 2021-06-08 10:10:31,925 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Creating client VM... 2021-06-08 10:10:31,925 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Starting on zone nova:pod4-node1 2021-06-08 10:10:33,164 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] VM status=BUILD, retrying 1 of 150... 2021-06-08 10:10:36,326 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] VM status=BUILD, retrying 2 of 150... 2021-06-08 10:10:38,766 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] VM status=BUILD, retrying 3 of 150... 2021-06-08 10:10:41,124 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] VM status=BUILD, retrying 4 of 150... 2021-06-08 10:10:43,384 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] VM status=BUILD, retrying 5 of 150... 2021-06-08 10:10:51,217 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Internal network IP: 192.168.2.60 2021-06-08 10:10:51,217 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] SSH IP: 172.24.4.146 2021-06-08 10:10:51,218 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Setup SSH for ubuntu@172.24.4.146 2021-06-08 10:11:30,008 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Installing nuttcp-8.1.4... 2021-06-08 10:11:30,061 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Copying nuttcp-8.1.4 to target... 2021-06-08 10:11:30,177 INFO ============================================================ 2021-06-08 10:11:30,177 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2021-06-08 10:11:39,243 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] PING 192.168.1.183 (192.168.1.183) 64(92) bytes of data. 72 bytes from 192.168.1.183: icmp_seq=1 ttl=63 time=2.17 ms 72 bytes from 192.168.1.183: icmp_seq=2 ttl=63 time=1.23 ms 72 bytes from 192.168.1.183: icmp_seq=3 ttl=63 time=0.786 ms 72 bytes from 192.168.1.183: icmp_seq=4 ttl=63 time=0.781 ms 72 bytes from 192.168.1.183: icmp_seq=5 ttl=63 time=0.760 ms 72 bytes from 192.168.1.183: icmp_seq=6 ttl=63 time=1.13 ms 72 bytes from 192.168.1.183: icmp_seq=7 ttl=63 time=0.828 ms 72 bytes from 192.168.1.183: icmp_seq=8 ttl=63 time=0.726 ms 72 bytes from 192.168.1.183: icmp_seq=9 ttl=63 time=0.674 ms 72 bytes from 192.168.1.183: icmp_seq=10 ttl=63 time=0.751 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9003ms rtt min/avg/max/mdev = 0.674/0.984/2.177/0.435 ms 2021-06-08 10:11:48,295 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] PING 192.168.1.183 (192.168.1.183) 391(419) bytes of data. 399 bytes from 192.168.1.183: icmp_seq=1 ttl=63 time=0.752 ms 399 bytes from 192.168.1.183: icmp_seq=2 ttl=63 time=0.782 ms 399 bytes from 192.168.1.183: icmp_seq=3 ttl=63 time=0.775 ms 399 bytes from 192.168.1.183: icmp_seq=4 ttl=63 time=0.759 ms 399 bytes from 192.168.1.183: icmp_seq=5 ttl=63 time=0.636 ms 399 bytes from 192.168.1.183: icmp_seq=6 ttl=63 time=0.801 ms 399 bytes from 192.168.1.183: icmp_seq=7 ttl=63 time=0.651 ms 399 bytes from 192.168.1.183: icmp_seq=8 ttl=63 time=0.719 ms 399 bytes from 192.168.1.183: icmp_seq=9 ttl=63 time=0.739 ms 399 bytes from 192.168.1.183: icmp_seq=10 ttl=63 time=0.733 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.636/0.734/0.801/0.060 ms 2021-06-08 10:11:57,359 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] PING 192.168.1.183 (192.168.1.183) 1500(1528) bytes of data. 1508 bytes from 192.168.1.183: icmp_seq=1 ttl=63 time=2.32 ms 1508 bytes from 192.168.1.183: icmp_seq=2 ttl=63 time=0.970 ms 1508 bytes from 192.168.1.183: icmp_seq=3 ttl=63 time=0.852 ms 1508 bytes from 192.168.1.183: icmp_seq=4 ttl=63 time=0.851 ms 1508 bytes from 192.168.1.183: icmp_seq=5 ttl=63 time=0.679 ms 1508 bytes from 192.168.1.183: icmp_seq=6 ttl=63 time=0.869 ms 1508 bytes from 192.168.1.183: icmp_seq=7 ttl=63 time=0.804 ms 1508 bytes from 192.168.1.183: icmp_seq=8 ttl=63 time=0.824 ms 1508 bytes from 192.168.1.183: icmp_seq=9 ttl=63 time=1.08 ms 1508 bytes from 192.168.1.183: icmp_seq=10 ttl=63 time=0.935 ms --- 192.168.1.183 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9006ms rtt min/avg/max/mdev = 0.679/1.018/2.322/0.448 ms 2021-06-08 10:11:57,360 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Measuring TCP Throughput (packet size=65536)... 2021-06-08 10:11:57,360 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:07,493 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=4385.4450 real_seconds=10.00 rate_Mbps=3677.3441 tx_cpu=12 rx_cpu=22 retrans=28 cwnd=595 rtt_ms=0.95 2021-06-08 10:12:07,494 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:17,613 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=4414.7543 real_seconds=10.00 rate_Mbps=3701.8077 tx_cpu=13 rx_cpu=22 retrans=10 cwnd=608 rtt_ms=0.61 2021-06-08 10:12:17,614 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:27,739 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=4487.7120 real_seconds=10.01 rate_Mbps=3761.7545 tx_cpu=13 rx_cpu=21 retrans=23 cwnd=697 rtt_ms=0.90 2021-06-08 10:12:27,739 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Measuring UDP Throughput (packet size=128)... 2021-06-08 10:12:27,739 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:31,082 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=16.7794 real_seconds=1.00 rate_Mbps=140.7396 tx_cpu=61 rx_cpu=43 drop=81662 pkt=219119 data_loss=37.26835 2021-06-08 10:12:31,083 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<144117/5000000<10000000 Kbps loss-rate=37 2021-06-08 10:12:31,083 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R432351K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:34,424 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=15.9885 real_seconds=1.00 rate_Mbps=133.5452 tx_cpu=58 rx_cpu=40 drop=78457 pkt=209435 data_loss=37.46137 2021-06-08 10:12:34,425 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<136750/432351<432351 Kbps loss-rate=37 2021-06-08 10:12:34,425 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R284550.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:37,791 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=14.9783 real_seconds=1.00 rate_Mbps=125.0240 tx_cpu=55 rx_cpu=43 drop=86389 pkt=209091 data_loss=41.31634 2021-06-08 10:12:37,791 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<128024/284550<284550 Kbps loss-rate=41 2021-06-08 10:12:37,792 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R206287.25K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:41,125 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=14.4315 real_seconds=1.00 rate_Mbps=121.0559 tx_cpu=81 rx_cpu=42 drop=83229 pkt=201452 data_loss=41.31461 2021-06-08 10:12:41,126 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<123961/206287<206287 Kbps loss-rate=41 2021-06-08 10:12:41,126 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R165124.125K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:44,466 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=14.7728 real_seconds=1.00 rate_Mbps=123.4942 tx_cpu=91 rx_cpu=40 drop=40234 pkt=161253 data_loss=24.95098 2021-06-08 10:12:44,467 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<126458/165124<165124 Kbps loss-rate=24 2021-06-08 10:12:44,467 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R145791.0625K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:47,800 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=15.9036 real_seconds=1.00 rate_Mbps=133.0807 tx_cpu=98 rx_cpu=46 drop=12091 pkt=142373 data_loss=8.49219 2021-06-08 10:12:47,800 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<136274/145791<145791 Kbps loss-rate=8 2021-06-08 10:12:47,801 DEBUG overshot, min=1 kbps=136274 max=145791 2021-06-08 10:12:47,801 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R136274K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:51,138 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=14.6079 real_seconds=1.00 rate_Mbps=122.3889 tx_cpu=98 rx_cpu=46 drop=13412 pkt=133080 data_loss=10.07812 2021-06-08 10:12:51,138 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<125326/136274<145791 Kbps loss-rate=10 2021-06-08 10:12:51,138 DEBUG overshot, min=1 kbps=125326 max=136274 2021-06-08 10:12:51,139 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R125326K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:54,474 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=14.1361 real_seconds=1.00 rate_Mbps=118.6441 tx_cpu=99 rx_cpu=38 drop=6585 pkt=122388 data_loss=5.38022 2021-06-08 10:12:54,475 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<121491/125326<136274 Kbps loss-rate=5 2021-06-08 10:12:54,475 DEBUG overshot, min=1 kbps=121491 max=125326 2021-06-08 10:12:54,476 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R121491K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:12:57,812 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=13.8901 real_seconds=1.00 rate_Mbps=116.0396 tx_cpu=99 rx_cpu=42 drop=4855 pkt=118643 data_loss=4.09244 2021-06-08 10:12:57,813 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<118824/121491<125326 Kbps loss-rate=4 2021-06-08 10:12:57,813 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Measuring UDP Throughput (packet size=1024)... 2021-06-08 10:12:57,813 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:01,166 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=118.6816 real_seconds=1.00 rate_Mbps=991.6152 tx_cpu=84 rx_cpu=43 drop=86342 pkt=207872 data_loss=41.53616 2021-06-08 10:13:01,167 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<1015413/5000000<10000000 Kbps loss-rate=41 2021-06-08 10:13:01,167 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3007706.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:04,518 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=118.5908 real_seconds=1.00 rate_Mbps=990.7183 tx_cpu=71 rx_cpu=42 drop=65648 pkt=187085 data_loss=35.08995 2021-06-08 10:13:04,519 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<1014495/3007706<3007706 Kbps loss-rate=35 2021-06-08 10:13:04,519 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2011100.75K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:07,862 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=78.0908 real_seconds=1.01 rate_Mbps=650.5358 tx_cpu=64 rx_cpu=41 drop=93103 pkt=173068 data_loss=53.79562 2021-06-08 10:13:07,863 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<666148/2011100<2011100 Kbps loss-rate=53 2021-06-08 10:13:07,863 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1338624.375K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:11,196 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=79.0010 real_seconds=1.00 rate_Mbps=660.1620 tx_cpu=62 rx_cpu=40 drop=64184 pkt=145081 data_loss=44.24011 2021-06-08 10:13:11,196 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<676005/1338624<1338624 Kbps loss-rate=44 2021-06-08 10:13:11,197 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1007314.6875K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:14,534 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=72.2832 real_seconds=1.01 rate_Mbps=602.5396 tx_cpu=91 rx_cpu=36 drop=48945 pkt=122963 data_loss=39.80468 2021-06-08 10:13:14,534 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<617000/1007314<1007314 Kbps loss-rate=39 2021-06-08 10:13:14,535 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R812157.34375K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:17,874 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=72.5410 real_seconds=1.01 rate_Mbps=604.8107 tx_cpu=98 rx_cpu=36 drop=24858 pkt=99140 data_loss=25.07364 2021-06-08 10:13:17,875 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<619326/812157<812157 Kbps loss-rate=25 2021-06-08 10:13:17,876 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R715741.671875K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:21,209 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=75.9404 real_seconds=1.01 rate_Mbps=633.0067 tx_cpu=99 rx_cpu=32 drop=9608 pkt=87371 data_loss=10.99677 2021-06-08 10:13:21,209 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<648198/715741<715741 Kbps loss-rate=11 2021-06-08 10:13:21,210 DEBUG overshot, min=1 kbps=648198 max=715741 2021-06-08 10:13:21,210 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R648198K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:24,550 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=77.2598 real_seconds=1.00 rate_Mbps=648.3509 tx_cpu=99 rx_cpu=24 drop=12 pkt=79126 data_loss=0.01514 2021-06-08 10:13:24,551 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<663911/648198<715741 Kbps loss-rate=0 2021-06-08 10:13:24,551 DEBUG undershot, min=663911 kbps=689826 max=715741 2021-06-08 10:13:24,551 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R689826K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:27,894 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=80.7061 real_seconds=1.00 rate_Mbps=677.1367 tx_cpu=99 rx_cpu=24 drop=1564 pkt=84207 data_loss=1.85727 2021-06-08 10:13:27,894 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=663911<693387/689826<715741 Kbps loss-rate=1 2021-06-08 10:13:27,895 DEBUG undershot, min=693387 kbps=704564 max=715741 2021-06-08 10:13:27,895 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Measuring UDP Throughput (packet size=8192)... 2021-06-08 10:13:27,895 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:31,239 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=3.2891 real_seconds=1.00 rate_Mbps=27.5277 tx_cpu=36 rx_cpu=0 drop=45055 pkt=45476 data_loss=99.07423 2021-06-08 10:13:31,240 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<28188/5000000<10000000 Kbps loss-rate=99 2021-06-08 10:13:31,240 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R84564K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:34,572 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=1291 pkt=1291 data_loss=100.00000 2021-06-08 10:13:34,572 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/84564<84564 Kbps loss-rate=100 2021-06-08 10:13:34,573 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R42282.0K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:37,907 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=646 pkt=646 data_loss=100.00000 2021-06-08 10:13:37,908 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/42282<42282 Kbps loss-rate=100 2021-06-08 10:13:37,908 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R21141.0K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:41,241 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=323 pkt=323 data_loss=100.00000 2021-06-08 10:13:41,242 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/21141<21141 Kbps loss-rate=100 2021-06-08 10:13:41,242 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R10570.5K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:44,578 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=162 pkt=162 data_loss=100.00000 2021-06-08 10:13:44,578 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/10570<10570 Kbps loss-rate=100 2021-06-08 10:13:44,579 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5285.25K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:47,919 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=81 pkt=81 data_loss=100.00000 2021-06-08 10:13:47,920 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/5285<5285 Kbps loss-rate=100 2021-06-08 10:13:47,920 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2642.625K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:51,282 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.02 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=41 pkt=41 data_loss=100.00000 2021-06-08 10:13:51,282 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/2642<2642 Kbps loss-rate=100 2021-06-08 10:13:51,283 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1321.3125K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:54,682 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.04 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=21 pkt=21 data_loss=100.00000 2021-06-08 10:13:54,683 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/1321<1321 Kbps loss-rate=100 2021-06-08 10:13:54,683 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R660.65625K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:13:58,114 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.09 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=11 pkt=11 data_loss=100.00000 2021-06-08 10:13:58,115 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/660<660 Kbps loss-rate=100 2021-06-08 10:13:58,115 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R330.328125K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:14:01,651 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0234 real_seconds=1.19 rate_Mbps=0.1650 tx_cpu=100 rx_cpu=0 drop=3 pkt=6 data_loss=50.10661 2021-06-08 10:14:01,651 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<168/330<330 Kbps loss-rate=50 2021-06-08 10:14:01,652 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R249.1640625K -p5001 -P5002 -fparse 192.168.1.183 2021-06-08 10:14:05,053 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0312 real_seconds=1.05 rate_Mbps=0.2489 tx_cpu=100 rx_cpu=0 drop=0 pkt=4 data_loss=0.00000 2021-06-08 10:14:05,053 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<254/249<249 Kbps loss-rate=0 2021-06-08 10:14:05,053 DEBUG undershot, min=254 kbps=251 max=249 2021-06-08 10:14:05,056 INFO { 'az_from': 'nova:pod4-node1', 'az_to': 'nova:pod4-jumphost', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.60', 'ip_to': '192.168.1.183', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 28, 'rtt_ms': 0.95, 'throughput_kbps': 3765600, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 10, 'rtt_ms': 0.61, 'throughput_kbps': 3790651, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 23, 'rtt_ms': 0.9, 'throughput_kbps': 3852036, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.09, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 118824, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.86, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 693387, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 254, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.984', 'rtt_max_ms': '2.177', 'rtt_min_ms': '0.674', 'rtt_stddev': '0.435', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.734', 'rtt_max_ms': '0.801', 'rtt_min_ms': '0.636', 'rtt_stddev': '0.060', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.018', 'rtt_max_ms': '2.322', 'rtt_min_ms': '0.679', 'rtt_stddev': '0.448', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-06-08 10:14:05,056 INFO ============================================================ 2021-06-08 10:14:05,057 INFO Flow 6: VM to VM different network floating IP (inter-node) 2021-06-08 10:14:14,110 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] PING 172.24.4.228 (172.24.4.228) 64(92) bytes of data. 72 bytes from 172.24.4.228: icmp_seq=1 ttl=63 time=1.29 ms 72 bytes from 172.24.4.228: icmp_seq=2 ttl=63 time=0.832 ms 72 bytes from 172.24.4.228: icmp_seq=3 ttl=63 time=0.678 ms 72 bytes from 172.24.4.228: icmp_seq=4 ttl=63 time=0.684 ms 72 bytes from 172.24.4.228: icmp_seq=5 ttl=63 time=0.694 ms 72 bytes from 172.24.4.228: icmp_seq=6 ttl=63 time=0.646 ms 72 bytes from 172.24.4.228: icmp_seq=7 ttl=63 time=0.705 ms 72 bytes from 172.24.4.228: icmp_seq=8 ttl=63 time=0.514 ms 72 bytes from 172.24.4.228: icmp_seq=9 ttl=63 time=0.789 ms 72 bytes from 172.24.4.228: icmp_seq=10 ttl=63 time=0.620 ms --- 172.24.4.228 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.514/0.745/1.293/0.202 ms 2021-06-08 10:14:23,163 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] PING 172.24.4.228 (172.24.4.228) 391(419) bytes of data. 399 bytes from 172.24.4.228: icmp_seq=1 ttl=63 time=0.607 ms 399 bytes from 172.24.4.228: icmp_seq=2 ttl=63 time=0.723 ms 399 bytes from 172.24.4.228: icmp_seq=3 ttl=63 time=0.590 ms 399 bytes from 172.24.4.228: icmp_seq=4 ttl=63 time=0.741 ms 399 bytes from 172.24.4.228: icmp_seq=5 ttl=63 time=0.697 ms 399 bytes from 172.24.4.228: icmp_seq=6 ttl=63 time=0.727 ms 399 bytes from 172.24.4.228: icmp_seq=7 ttl=63 time=0.609 ms 399 bytes from 172.24.4.228: icmp_seq=8 ttl=63 time=0.756 ms 399 bytes from 172.24.4.228: icmp_seq=9 ttl=63 time=0.565 ms 399 bytes from 172.24.4.228: icmp_seq=10 ttl=63 time=0.716 ms --- 172.24.4.228 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.565/0.673/0.756/0.069 ms 2021-06-08 10:14:32,223 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] PING 172.24.4.228 (172.24.4.228) 1500(1528) bytes of data. 1508 bytes from 172.24.4.228: icmp_seq=1 ttl=63 time=2.82 ms 1508 bytes from 172.24.4.228: icmp_seq=2 ttl=63 time=0.707 ms 1508 bytes from 172.24.4.228: icmp_seq=3 ttl=63 time=0.751 ms 1508 bytes from 172.24.4.228: icmp_seq=4 ttl=63 time=0.798 ms 1508 bytes from 172.24.4.228: icmp_seq=5 ttl=63 time=0.631 ms 1508 bytes from 172.24.4.228: icmp_seq=6 ttl=63 time=0.732 ms 1508 bytes from 172.24.4.228: icmp_seq=7 ttl=63 time=0.870 ms 1508 bytes from 172.24.4.228: icmp_seq=8 ttl=63 time=0.777 ms 1508 bytes from 172.24.4.228: icmp_seq=9 ttl=63 time=0.824 ms 1508 bytes from 172.24.4.228: icmp_seq=10 ttl=63 time=0.744 ms --- 172.24.4.228 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.631/0.966/2.827/0.623 ms 2021-06-08 10:14:32,224 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Measuring TCP Throughput (packet size=65536)... 2021-06-08 10:14:32,225 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:14:42,331 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=4547.6875 real_seconds=10.00 rate_Mbps=3813.3427 tx_cpu=13 rx_cpu=22 retrans=66 cwnd=729 rtt_ms=0.77 2021-06-08 10:14:42,332 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:14:52,439 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=4465.4375 real_seconds=10.01 rate_Mbps=3743.9089 tx_cpu=13 rx_cpu=22 retrans=5 cwnd=718 rtt_ms=0.53 2021-06-08 10:14:52,440 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:02,555 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=4562.2920 real_seconds=10.01 rate_Mbps=3824.6817 tx_cpu=12 rx_cpu=22 retrans=44 cwnd=709 rtt_ms=0.55 2021-06-08 10:15:02,558 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Measuring UDP Throughput (packet size=128)... 2021-06-08 10:15:02,558 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:05,887 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=14.4457 real_seconds=1.00 rate_Mbps=121.1833 tx_cpu=60 rx_cpu=48 drop=115421 pkt=233760 data_loss=49.37586 2021-06-08 10:15:05,887 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<124091/5000000<10000000 Kbps loss-rate=49 2021-06-08 10:15:05,888 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R372273K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:09,229 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=14.2151 real_seconds=1.01 rate_Mbps=118.6475 tx_cpu=54 rx_cpu=45 drop=98363 pkt=214813 data_loss=45.79003 2021-06-08 10:15:09,230 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<121495/372273<372273 Kbps loss-rate=45 2021-06-08 10:15:09,230 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R246884.0K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:12,595 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=14.7880 real_seconds=1.00 rate_Mbps=123.5213 tx_cpu=53 rx_cpu=42 drop=84285 pkt=205428 data_loss=41.02892 2021-06-08 10:15:12,595 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<126485/246884<246884 Kbps loss-rate=41 2021-06-08 10:15:12,595 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R186684.5K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:15,937 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=13.9647 real_seconds=1.00 rate_Mbps=117.1200 tx_cpu=89 rx_cpu=42 drop=67909 pkt=182308 data_loss=37.24971 2021-06-08 10:15:15,937 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<119930/186684<186684 Kbps loss-rate=37 2021-06-08 10:15:15,937 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R153307.25K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:19,298 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=13.5669 real_seconds=1.00 rate_Mbps=113.3363 tx_cpu=98 rx_cpu=40 drop=38573 pkt=149713 data_loss=25.76455 2021-06-08 10:15:19,299 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<116056/153307<153307 Kbps loss-rate=25 2021-06-08 10:15:19,299 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R134681.625K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:22,646 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=14.4714 real_seconds=1.00 rate_Mbps=121.0209 tx_cpu=98 rx_cpu=42 drop=12974 pkt=131524 data_loss=9.86472 2021-06-08 10:15:22,647 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<123925/134681<134681 Kbps loss-rate=9 2021-06-08 10:15:22,647 DEBUG overshot, min=1 kbps=123925 max=134681 2021-06-08 10:15:22,647 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R123925K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:25,988 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=13.9320 real_seconds=1.00 rate_Mbps=116.9656 tx_cpu=99 rx_cpu=43 drop=6889 pkt=121020 data_loss=5.69218 2021-06-08 10:15:25,989 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<119772/123925<134681 Kbps loss-rate=5 2021-06-08 10:15:25,989 DEBUG overshot, min=1 kbps=119772 max=123925 2021-06-08 10:15:25,989 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R119772K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:29,381 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=13.2360 real_seconds=1.00 rate_Mbps=111.0709 tx_cpu=99 rx_cpu=36 drop=8534 pkt=116964 data_loss=7.29664 2021-06-08 10:15:29,382 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<113736/119772<123925 Kbps loss-rate=7 2021-06-08 10:15:29,382 DEBUG overshot, min=1 kbps=113736 max=119772 2021-06-08 10:15:29,382 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R113736K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:32,729 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=13.0854 real_seconds=1.00 rate_Mbps=109.8302 tx_cpu=99 rx_cpu=38 drop=3874 pkt=111070 data_loss=3.48790 2021-06-08 10:15:32,730 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=128 throughput=1<112466/113736<119772 Kbps loss-rate=3 2021-06-08 10:15:32,731 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Measuring UDP Throughput (packet size=1024)... 2021-06-08 10:15:32,731 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:36,066 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=108.3955 real_seconds=1.00 rate_Mbps=905.0022 tx_cpu=78 rx_cpu=43 drop=88602 pkt=199599 data_loss=44.39001 2021-06-08 10:15:36,067 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<926722/5000000<10000000 Kbps loss-rate=44 2021-06-08 10:15:36,068 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2780166K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:39,404 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=98.6221 real_seconds=1.00 rate_Mbps=827.0769 tx_cpu=74 rx_cpu=46 drop=86477 pkt=187466 data_loss=46.12943 2021-06-08 10:15:39,405 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<846926/2780166<2780166 Kbps loss-rate=46 2021-06-08 10:15:39,406 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1813546.0K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:42,745 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=104.1533 real_seconds=1.00 rate_Mbps=869.6064 tx_cpu=84 rx_cpu=44 drop=68537 pkt=175190 data_loss=39.12154 2021-06-08 10:15:42,746 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<890476/1813546<1813546 Kbps loss-rate=39 2021-06-08 10:15:42,746 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1352011.0K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:46,111 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=117.7188 real_seconds=1.00 rate_Mbps=987.4451 tx_cpu=90 rx_cpu=44 drop=44495 pkt=165039 data_loss=26.96026 2021-06-08 10:15:46,111 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<1011143/1352011<1352011 Kbps loss-rate=26 2021-06-08 10:15:46,111 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1181577.0K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:49,444 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=111.4092 real_seconds=1.00 rate_Mbps=934.5605 tx_cpu=97 rx_cpu=48 drop=30152 pkt=144235 data_loss=20.90476 2021-06-08 10:15:49,445 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<956989/1181577<1181577 Kbps loss-rate=20 2021-06-08 10:15:49,445 DEBUG overshot, min=1 kbps=956989 max=1181577 2021-06-08 10:15:49,446 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R956989K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:52,809 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=106.4131 real_seconds=1.00 rate_Mbps=892.9854 tx_cpu=98 rx_cpu=32 drop=7853 pkt=116820 data_loss=6.72227 2021-06-08 10:15:52,810 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<914417/956989<1181577 Kbps loss-rate=6 2021-06-08 10:15:52,810 DEBUG overshot, min=1 kbps=914417 max=956989 2021-06-08 10:15:52,810 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R914417K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:56,229 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=104.5254 real_seconds=1.00 rate_Mbps=874.9562 tx_cpu=98 rx_cpu=39 drop=4588 pkt=111622 data_loss=4.11033 2021-06-08 10:15:56,231 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=1024 throughput=1<895955/914417<956989 Kbps loss-rate=4 2021-06-08 10:15:56,231 INFO [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Measuring UDP Throughput (packet size=8192)... 2021-06-08 10:15:56,231 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:15:59,574 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=3.2734 real_seconds=1.00 rate_Mbps=27.3703 tx_cpu=38 rx_cpu=0 drop=43190 pkt=43609 data_loss=99.03920 2021-06-08 10:15:59,574 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<28027/5000000<10000000 Kbps loss-rate=99 2021-06-08 10:15:59,575 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R84081K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:16:02,909 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=1283 pkt=1283 data_loss=100.00000 2021-06-08 10:16:02,910 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/84081<84081 Kbps loss-rate=100 2021-06-08 10:16:02,910 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R42040.5K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:16:06,289 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=642 pkt=642 data_loss=100.00000 2021-06-08 10:16:06,290 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/42040<42040 Kbps loss-rate=100 2021-06-08 10:16:06,291 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R21020.25K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:16:09,630 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=321 pkt=321 data_loss=100.00000 2021-06-08 10:16:09,632 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/21020<21020 Kbps loss-rate=100 2021-06-08 10:16:09,633 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R10510.125K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:16:12,968 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=161 pkt=161 data_loss=100.00000 2021-06-08 10:16:12,968 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/10510<10510 Kbps loss-rate=100 2021-06-08 10:16:12,969 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5255.0625K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:16:16,314 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=81 pkt=81 data_loss=100.00000 2021-06-08 10:16:16,315 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/5255<5255 Kbps loss-rate=100 2021-06-08 10:16:16,316 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2627.53125K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:16:19,687 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.02 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=41 pkt=41 data_loss=100.00000 2021-06-08 10:16:19,688 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/2627<2627 Kbps loss-rate=100 2021-06-08 10:16:19,688 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1313.765625K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:16:23,070 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.05 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=21 pkt=21 data_loss=100.00000 2021-06-08 10:16:23,071 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/1313<1313 Kbps loss-rate=100 2021-06-08 10:16:23,072 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R656.8828125K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:16:26,517 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.10 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=11 pkt=11 data_loss=100.00000 2021-06-08 10:16:26,518 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/656<656 Kbps loss-rate=100 2021-06-08 10:16:26,518 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R328.44140625K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:16:30,052 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0000 real_seconds=1.20 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=6 pkt=6 data_loss=100.00000 2021-06-08 10:16:30,052 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<0/328<328 Kbps loss-rate=100 2021-06-08 10:16:30,053 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R164.220703125K -p5001 -P5002 -fparse 172.24.4.228 2021-06-08 10:16:33,598 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] megabytes=0.0234 real_seconds=1.20 rate_Mbps=0.1640 tx_cpu=100 rx_cpu=0 drop=0 pkt=3 data_loss=0.00000 2021-06-08 10:16:33,598 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] pkt-size=8192 throughput=1<167/164<164 Kbps loss-rate=0 2021-06-08 10:16:33,599 DEBUG undershot, min=167 kbps=165 max=164 2021-06-08 10:16:33,605 INFO { 'az_from': 'nova:pod4-node1', 'az_to': 'nova:pod4-jumphost', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': '192.168.2.60', 'ip_to': '172.24.4.228', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 66, 'rtt_ms': 0.77, 'throughput_kbps': 3904862, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 5, 'rtt_ms': 0.53, 'throughput_kbps': 3833762, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 44, 'rtt_ms': 0.55, 'throughput_kbps': 3916474, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.49, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 112466, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.11, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 895955, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 167, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.745', 'rtt_max_ms': '1.293', 'rtt_min_ms': '0.514', 'rtt_stddev': '0.202', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.673', 'rtt_max_ms': '0.756', 'rtt_min_ms': '0.565', 'rtt_stddev': '0.069', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.966', 'rtt_max_ms': '2.827', 'rtt_min_ms': '0.631', 'rtt_stddev': '0.623', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2021-06-08 10:16:33,605 INFO Deleting floating ip 6c7735a4-a546-43c0-8fc4-9e5f068e8eb0 2021-06-08 10:16:35,945 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Floating IP 172.24.4.146 deleted 2021-06-08 10:16:40,345 DEBUG [TestClient_c1e64319-d53d-4fc1-bb12-62c4c5d7efff4] Instance deleted 2021-06-08 10:16:40,345 INFO Cleaning up... 2021-06-08 10:16:40,345 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Terminating nuttcp-8.1.4 2021-06-08 10:16:40,382 INFO Deleting floating ip 64d0c6ed-5e18-490a-bd25-619dc2795a3e 2021-06-08 10:16:41,360 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Floating IP 172.24.4.228 deleted 2021-06-08 10:16:45,806 DEBUG [TestServer_c1e64319-d53d-4fc1-bb12-62c4c5d7efff1] Instance deleted 2021-06-08 10:16:52,037 INFO Network pns-internal-net_c1e64319-d53d-4fc1-bb12-62c4c5d7efff deleted. 2021-06-08 10:16:53,252 INFO Network pns-internal-net2_c1e64319-d53d-4fc1-bb12-62c4c5d7efff deleted. 2021-06-08 10:16:53,309 INFO Removed public key pns_public_key 2021-06-08 10:16:53,309 INFO Deleting security group 2021-06-08 10:16:53,462 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': '2.0119e+07', 'rtt_ms': '0.636667'} | | 1.25.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 155401, 'loss_rate': 2.14}, 1024: {'tp_kbps': 1427786, | | | | | 'loss_rate': 4.28}, 8192: {'tp_kbps': 2982732, 'loss_rate': 3.99}} | | 1.5.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.737/0.422/2.138/0.508', | | | | | '391-byte': '0.535/0.409/0.711/0.102', '1500-byte': '0.644/0.534/1.091/0.158'}} | | 1.75.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.0.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '4.02229e+06', 'rtt_ms': '0.886667'} | | 2.25.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 185318, 'loss_rate': 4.66}, 1024: {'tp_kbps': 1226602, | | | | | 'loss_rate': 4.88}, 8192: {'tp_kbps': 390, 'loss_rate': 0.0}} | | 2.5.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '1.052/0.608/3.547/0.856', | | | | | '391-byte': '0.643/0.566/0.738/0.052', '1500-byte': '1.003/0.662/2.534/0.540'}} | | 2.75.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.0.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '1.44971e+07', 'rtt_ms': '0.786667'} | | 3.25.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 93994, 'loss_rate': 0.39}, 1024: {'tp_kbps': 780643, | | | | | 'loss_rate': 0.84}, 8192: {'tp_kbps': 2076152, 'loss_rate': 0.04}} | | 3.5.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.741/0.424/1.749/0.385', | | | | | '391-byte': '0.505/0.438/0.587/0.055', '1500-byte': '0.840/0.653/1.945/0.372'}} | | 3.75.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.0.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '3.80276e+06', 'rtt_ms': '0.82'} | | 4.25.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 118824, 'loss_rate': 4.09}, 1024: {'tp_kbps': 693387, | | | | | 'loss_rate': 1.86}, 8192: {'tp_kbps': 254, 'loss_rate': 0.0}} | | 4.5.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.984/0.674/2.177/0.435', | | | | | '391-byte': '0.734/0.636/0.801/0.060', '1500-byte': '1.018/0.679/2.322/0.448'}} | | 4.75.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.0.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '9.45258e+06', 'rtt_ms': '0.796667'} | | 5.25.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 93582, 'loss_rate': 0.26}, 1024: {'tp_kbps': 774356, | | | | | 'loss_rate': 0.54}, 8192: {'tp_kbps': 1525709, 'loss_rate': 0.0}} | | 5.5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.697/0.519/0.890/0.119', | | | | | '391-byte': '0.575/0.492/0.633/0.051', '1500-byte': '0.809/0.596/1.665/0.293'}} | | 5.75.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.0.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '3.88503e+06', 'rtt_ms': '0.616667'} | | 6.25.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 112466, 'loss_rate': 3.49}, 1024: {'tp_kbps': 895955, | | | | | 'loss_rate': 4.11}, 8192: {'tp_kbps': 167, 'loss_rate': 0.0}} | | 6.5.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'64-byte': '0.745/0.514/1.293/0.202', | | | | | '391-byte': '0.673/0.565/0.756/0.069', '1500-byte': '0.966/0.631/2.827/0.623'}} | | 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-06-08 10:16:53,464 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2021-06-08 10:16:53,945 - 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-06-08 10:16:53,947 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 20:14 | PASS | +-------------------+------------------+------------------+----------------+