2020-11-16 02:21:22,986 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+------------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+------------------------------------------------------------+ | TEST_DB_EXT_URL | http://testresults.opnfv.org/test/api/v1/results | | S3_DST_URL | s3://artifacts.opnfv.org/functest/08H8C4ACY3G5 | | | /functest-opnfv-functest-benchmarking-hunter-vmtp- | | | run-559 | | S3_ENDPOINT_URL | https://storage.googleapis.com | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | BUILD_TAG | 08H8C4ACY3G5 | | DEBUG | true | | INSTALLER_TYPE | unknown | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | HTTP_DST_URL | http://artifacts.opnfv.org/functest/08H8C4ACY3G5 | | | /functest-opnfv-functest-benchmarking-hunter-vmtp- | | | run-559 | | NODE_NAME | lf-virtual6 | +-------------------------+------------------------------------------------------------+ 2020-11-16 02:21:23,015 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2020-11-16 02:21:25,581 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2020-11-16 02:21:34,931 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_3c024d1a-4e40-49e7-bc48-59c3f3b21ae5' 2020-11-16 02:21:36,772 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -sc # # VMTP default configuration file # # This configuration file is ALWAYS loaded by VMTP and should never be modified by users. # To specify your own property values, always define them in a separate config file # and pass that file to the script using -c or --config # Property values in that config file will override the default values in the current file # --- # Name of the image to use for launching the test VMs. This name must be # the exact same name used in OpenStack (as shown from 'nova image-list') # Any image running Linux should work (Fedora, Ubuntu, CentOS...) image_name: 'Ubuntu Server 14.04' #image_name: 'Fedora 21' # User name to use to ssh to the test VMs # This is specific to the image being used ssh_vm_username: 'ubuntu' #ssh_vm_username: fedora # Flavor name to use for all VMs created by VMTP. # If this flavor is unspecified, flavor name will be set to default name "vmtp". # If this flavor exists it will be re-used as-is by VMTP. # Otherwise, a flavor with attributes specified in flavor property will be created. flavor_type: 'vmtp' # Custom flavor attributes # This flavor attributes is used to create a new flavor # if flavor_type is unspecified or doesn't exist in openstack. # Any created flavor will be deleted after vmtp ends. flavor: # Number of vCPUs for the flavor vcpus: 1 # Memory for the flavor in MB ram: 2048 # Size of local disk in GB disk: 0 # metadata are supported and can be added if needed, optional # extra_specs: # "hw:cpu_policy": dedicated # "hw:mem_page_size": 2048 # Name of the availability zone to use for the test VMs # Must be one of the zones listed by 'nova availability-zone-list' # If the zone selected contains more than 1 compute node, the script # will determine inter-node and intra-node throughput. If it contains only # 1 compute node, only intra-node troughput will be measured. # If empty (default), VMTP will automatically pick the first 2 hosts # that are compute nodes regardless of the availability zone #availability_zone: 'nova' availability_zone: # DNS server IP addresses to use for the VM (list of 1 or more DNS servers) # This default DNS server is available on the Internet, # Change this to use a different DNS server if necessary, dns_nameservers: [ '8.8.8.8' ] # VMTP can automatically download a VM image if the image named by # image_name is missing, for that you need to specify a URL where # the image can be retrieved # # A link to a Ubuntu Server 14.04 qcow2 image can be used here: # https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img # # To upload the image as a file, prepend it with file:// like below # file:// vm_image_url: '' # ----------------------------------------------------------------------------- # These variables are not likely to be changed # Set this variable to a network name if you want the script to reuse # a specific existing external network. If empty, the script will reuse the # first external network it can find (the cloud must have at least 1 # external network defined and available for use) # # NOTE: When set, router and floating ip creation will be ignored, and the # existing management network will be used for tests. This is used for runnig # VMTP on a provider network. reuse_network_name: # Use of the script for special deployments floating_ip: True # Set this to an existing VM name if the script should not create new VM # and reuse existing VM reuse_existing_vm: # Set config drive to true to bypass metadata service and use config drive # An option of config_drive to True is provided to nova boot to enable this config_drive: # The location of the user_data file, which will be passed to every instance # when booting. user_data_file: # ipv6 mode. Set this to one of the following 3 modes # slaac : VM obtains IPV6 address from Openstack radvd using SLAAC # dhcpv6-stateful : VM obtains ipv6 address from dnsmasq using DHCPv6 stateful # dhcpv6-stateless : VM obtains ipv6 address from Openstack radvd using SLAAC and options from dnsmasq # If left blank use ipv4 ipv6_mode: # Default name for the router to use to connect the internal mgmt network # with the external network. If a router exists with this name it will be # reused, otherwise a new router will be created router_name: 'pns-router' # Defaul names for the internal networks used by the # script. If an existing network with this name exists it will be reused. # Otherwise a new internal network will be created with that name. # 2 networks are needed to test the case of network to network communication internal_network_name: ['pns-internal-net', 'pns-internal-net2'] # Name of the subnets associated to the internal mgmt network internal_subnet_name: ['pns-internal-subnet', 'pns-internal-subnet2'] # Name of the subnets for ipv6 internal_subnet_name_v6: ['pns-internal-v6-subnet','pns-internal-v6-subnet2'] # Default CIDRs to use for the internal mgmt subnet internal_cidr: ['192.168.1.0/24' , '192.168.2.0/24'] # Default CIDRs to use for data network for ipv6 internal_cidr_v6: ['2001:45::/64','2001:46::/64'] # The public and private keys to use to ssh to all targets (VMs, containers, hosts) # By default the SSH library will try several methods to authenticate: # - password if provided on the command line # - user's own key pair (under the home directory $HOME) if already setup # - the below key pair if not empty # If you want to use a specific key pair, specify the key pair files here. # This can be a pathname that is absolute or relative to the current directory public_key_file: private_key_file: # Name of the P&S public key in OpenStack to create for all test VMs public_key_name: 'pns_public_key' # name of the server VM vm_name_server: 'TestServer' # name of the client VM vm_name_client: 'TestClient' # name of the security group to create and use security_group_name: 'pns-security' # ping variables ping_count: 2 ping_pass_threshold: 80 # Max retry count for ssh to a VM (5 seconds between retries) ssh_retry_count: 50 # General retry count generic_retry_count: 50 # Times to run when measuring TCP Throughput tcp_tp_loop_count: 3 # TCP throughput list of packet sizes to measure # Can be overridden at the command line using --tcpbuf tcp_pkt_sizes: [65536] # UDP throughput list of packet sizes to measure # By default we measure for small, medium and large packets # Can be overridden at the command line using --udpbuf udp_pkt_sizes: [128, 1024, 8192] # List of packet sizes to measure with ping # By default we measure for 64 (small), 391 (IMIX average) and 1500 (large) icmp_pkt_sizes: [64, 391, 1500] # UDP packet loss rate threshold in percentage beyond which bandwidth # iterations stop and below which iteration with a higher # bandwidth continues # The first number is the minimal loss rate (inclusive) # The second number is the maximum loss rate (inclusive) # Iteration to find the "optimal" bandwidth will stop as soon as the loss rate # falls within that range: min <= loss_rate <= max # The final throughput measurement may return a loss rate out of this range # as that measurement is taken on a longer time than when iterating to find # the optimal throughput udp_loss_rate_range: [2, 5] # The default bandwidth limit (in Kbps) for TCP/UDP flow measurement # 0 means unlimited, which can be overridden at the command line using --bandwidth vm_bandwidth: 0 # Internal network name for OpenStack to hold data plane traffic os_dataplane_network: 'physnet1' ####################################### # VMTP MongoDB Connection information ####################################### ######################################## # Default MongoDB port is 27017, to override #vmtp_mongod_port: ######################################## # MongoDB pns database. # use "official_db" for official runs only. ######################################## vmtp_db: "client_db" ######################################## # MongoDB collection name. ######################################## vmtp_collection: "pns_web_entry" # When enabled, all logs will be sent to a fluentd server at the requested IP and port # The fluentd "tag" and "label" fields for every message will be set to "nfvbench" fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the # log records logging_tag: # IP address of the server, defaults to loopback ip: 127.0.0.1 # port # to use, by default, use the default fluentd forward port port: 24224 2020-11-16 02:42:09,064 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2020-11-16 02:21:37,930 INFO Using http://172.30.13.91/identity/v3 2020-11-16 02:21:37,930 INFO VM public key: /tmp/tmptShr80 2020-11-16 02:21:37,930 INFO VM private key: /tmp/tmp1tszJD 2020-11-16 02:21:39,371 INFO Found image vmtp-img_3c024d1a-4e40-49e7-bc48-59c3f3b21ae5 to launch VM, will continue 2020-11-16 02:21:39,964 INFO Using external router: vmtp-router_3c024d1a-4e40-49e7-bc48-59c3f3b21ae5 2020-11-16 02:21:39,965 INFO Using external network: public. 2020-11-16 02:21:41,263 INFO Created internal network: pns-internal-net_3c024d1a-4e40-49e7-bc48-59c3f3b21ae5. 2020-11-16 02:21:44,722 INFO Created internal network: pns-internal-net2_3c024d1a-4e40-49e7-bc48-59c3f3b21ae5. 2020-11-16 02:21:47,596 DEBUG Ext router associated to pns-internal-net_3c024d1a-4e40-49e7-bc48-59c3f3b21ae5 2020-11-16 02:21:49,918 DEBUG Ext router associated to pns-internal-net2_3c024d1a-4e40-49e7-bc48-59c3f3b21ae5 2020-11-16 02:21:49,987 INFO OpenStack agent: Open vSwitch agent 2020-11-16 02:21:49,987 INFO OpenStack network type: vxlan 2020-11-16 02:21:51,117 INFO [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Creating server VM... 2020-11-16 02:21:51,117 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Starting on zone nova:lf-virtual6 2020-11-16 02:21:52,159 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 1 of 150... 2020-11-16 02:21:54,355 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 2 of 150... 2020-11-16 02:21:56,576 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 3 of 150... 2020-11-16 02:21:59,059 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 4 of 150... 2020-11-16 02:22:01,383 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 5 of 150... 2020-11-16 02:22:03,666 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 6 of 150... 2020-11-16 02:22:06,588 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 7 of 150... 2020-11-16 02:22:08,907 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 8 of 150... 2020-11-16 02:22:11,116 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 9 of 150... 2020-11-16 02:22:19,512 INFO [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Internal network IP: 192.168.1.132 2020-11-16 02:22:19,512 INFO [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] SSH IP: 172.24.4.16 2020-11-16 02:22:19,512 INFO [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Setup SSH for ubuntu@172.24.4.16 2020-11-16 02:22:51,157 INFO [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Installing nuttcp-8.1.4... 2020-11-16 02:22:51,211 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Copying nuttcp-8.1.4 to target... 2020-11-16 02:22:51,395 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Starting nuttcp-8.1.4 server... 2020-11-16 02:22:51,447 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] 2020-11-16 02:22:51,506 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Creating client VM... 2020-11-16 02:22:51,506 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Starting on zone nova:lf-virtual6 2020-11-16 02:22:52,792 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 1 of 150... 2020-11-16 02:22:56,849 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 2 of 150... 2020-11-16 02:22:59,043 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 3 of 150... 2020-11-16 02:23:01,236 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 4 of 150... 2020-11-16 02:23:03,485 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 5 of 150... 2020-11-16 02:23:05,817 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] VM status=BUILD, retrying 6 of 150... 2020-11-16 02:23:18,003 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Internal network IP: 192.168.1.144 2020-11-16 02:23:18,003 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] SSH IP: 172.24.4.252 2020-11-16 02:23:18,003 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Setup SSH for ubuntu@172.24.4.252 2020-11-16 02:24:24,019 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Installing nuttcp-8.1.4... 2020-11-16 02:24:24,074 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Copying nuttcp-8.1.4 to target... 2020-11-16 02:24:24,262 INFO ============================================================ 2020-11-16 02:24:24,263 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2020-11-16 02:24:33,315 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] PING 192.168.1.132 (192.168.1.132) 64(92) bytes of data. 72 bytes from 192.168.1.132: icmp_seq=1 ttl=64 time=1.22 ms 72 bytes from 192.168.1.132: icmp_seq=2 ttl=64 time=0.457 ms 72 bytes from 192.168.1.132: icmp_seq=3 ttl=64 time=0.342 ms 72 bytes from 192.168.1.132: icmp_seq=4 ttl=64 time=0.452 ms 72 bytes from 192.168.1.132: icmp_seq=5 ttl=64 time=0.468 ms 72 bytes from 192.168.1.132: icmp_seq=6 ttl=64 time=0.353 ms 72 bytes from 192.168.1.132: icmp_seq=7 ttl=64 time=0.330 ms 72 bytes from 192.168.1.132: icmp_seq=8 ttl=64 time=0.396 ms 72 bytes from 192.168.1.132: icmp_seq=9 ttl=64 time=0.492 ms 72 bytes from 192.168.1.132: icmp_seq=10 ttl=64 time=0.553 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.330/0.507/1.228/0.249 ms 2020-11-16 02:24:42,391 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] PING 192.168.1.132 (192.168.1.132) 391(419) bytes of data. 399 bytes from 192.168.1.132: icmp_seq=1 ttl=64 time=0.345 ms 399 bytes from 192.168.1.132: icmp_seq=2 ttl=64 time=0.504 ms 399 bytes from 192.168.1.132: icmp_seq=3 ttl=64 time=0.567 ms 399 bytes from 192.168.1.132: icmp_seq=4 ttl=64 time=0.320 ms 399 bytes from 192.168.1.132: icmp_seq=5 ttl=64 time=0.419 ms 399 bytes from 192.168.1.132: icmp_seq=6 ttl=64 time=0.323 ms 399 bytes from 192.168.1.132: icmp_seq=7 ttl=64 time=0.560 ms 399 bytes from 192.168.1.132: icmp_seq=8 ttl=64 time=0.537 ms 399 bytes from 192.168.1.132: icmp_seq=9 ttl=64 time=0.434 ms 399 bytes from 192.168.1.132: icmp_seq=10 ttl=64 time=0.358 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.320/0.436/0.567/0.097 ms 2020-11-16 02:24:51,451 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] PING 192.168.1.132 (192.168.1.132) 1500(1528) bytes of data. 1508 bytes from 192.168.1.132: icmp_seq=1 ttl=64 time=1.13 ms 1508 bytes from 192.168.1.132: icmp_seq=2 ttl=64 time=0.579 ms 1508 bytes from 192.168.1.132: icmp_seq=3 ttl=64 time=0.417 ms 1508 bytes from 192.168.1.132: icmp_seq=4 ttl=64 time=0.440 ms 1508 bytes from 192.168.1.132: icmp_seq=5 ttl=64 time=0.439 ms 1508 bytes from 192.168.1.132: icmp_seq=6 ttl=64 time=0.511 ms 1508 bytes from 192.168.1.132: icmp_seq=7 ttl=64 time=0.324 ms 1508 bytes from 192.168.1.132: icmp_seq=8 ttl=64 time=0.616 ms 1508 bytes from 192.168.1.132: icmp_seq=9 ttl=64 time=0.547 ms 1508 bytes from 192.168.1.132: icmp_seq=10 ttl=64 time=0.596 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.324/0.560/1.135/0.211 ms 2020-11-16 02:24:51,452 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Measuring TCP Throughput (packet size=65536)... 2020-11-16 02:24:51,452 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:01,558 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=20274.4375 real_seconds=10.00 rate_Mbps=17005.8102 tx_cpu=72 rx_cpu=86 retrans=0 cwnd=3136 rtt_ms=0.59 2020-11-16 02:25:01,559 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:11,692 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=20981.1250 real_seconds=10.00 rate_Mbps=17596.6184 tx_cpu=76 rx_cpu=86 retrans=0 cwnd=3136 rtt_ms=0.54 2020-11-16 02:25:11,692 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:21,795 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=22867.8750 real_seconds=10.00 rate_Mbps=19181.7900 tx_cpu=76 rx_cpu=90 retrans=0 cwnd=3136 rtt_ms=0.39 2020-11-16 02:25:21,795 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Measuring UDP Throughput (packet size=128)... 2020-11-16 02:25:21,796 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:25,130 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=23.7679 real_seconds=1.00 rate_Mbps=198.9086 tx_cpu=97 rx_cpu=58 drop=6928 pkt=201635 data_loss=3.43591 2020-11-16 02:25:25,131 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=128 throughput=1<203682/5000000<10000000 Kbps loss-rate=3 2020-11-16 02:25:25,131 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R611046K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:28,487 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=18.0256 real_seconds=1.00 rate_Mbps=151.2487 tx_cpu=91 rx_cpu=62 drop=26592 pkt=174258 data_loss=15.26018 2020-11-16 02:25:28,487 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=128 throughput=1<154878/611046<611046 Kbps loss-rate=15 2020-11-16 02:25:28,487 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R382962K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:31,820 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=17.5494 real_seconds=1.00 rate_Mbps=147.2411 tx_cpu=99 rx_cpu=64 drop=47541 pkt=191306 data_loss=24.85098 2020-11-16 02:25:31,820 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=128 throughput=1<150774/382962<382962 Kbps loss-rate=24 2020-11-16 02:25:31,820 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R266868K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:35,151 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=21.7607 real_seconds=1.00 rate_Mbps=182.5916 tx_cpu=90 rx_cpu=60 drop=6964 pkt=185228 data_loss=3.75971 2020-11-16 02:25:35,151 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=128 throughput=1<186973/266868<266868 Kbps loss-rate=3 2020-11-16 02:25:35,151 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R226920K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:38,484 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=14.7373 real_seconds=1.00 rate_Mbps=123.4530 tx_cpu=80 rx_cpu=59 drop=47762 pkt=168490 data_loss=28.34701 2020-11-16 02:25:38,484 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=128 throughput=1<126415/226920<226920 Kbps loss-rate=28 2020-11-16 02:25:38,485 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R176667K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:41,841 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=12.0500 real_seconds=1.00 rate_Mbps=101.0839 tx_cpu=76 rx_cpu=61 drop=69323 pkt=168037 data_loss=41.25476 2020-11-16 02:25:41,842 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=128 throughput=1<103509/176667<176667 Kbps loss-rate=41 2020-11-16 02:25:41,842 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R140088K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:45,173 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=15.5076 real_seconds=1.00 rate_Mbps=130.0658 tx_cpu=96 rx_cpu=54 drop=9766 pkt=136804 data_loss=7.13845 2020-11-16 02:25:45,174 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=128 throughput=1<133187/140088<140088 Kbps loss-rate=7 2020-11-16 02:25:45,174 DEBUG overshot, min=1 kbps=133187 max=140088 2020-11-16 02:25:45,174 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R133187K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:48,508 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=14.4948 real_seconds=1.00 rate_Mbps=121.6408 tx_cpu=92 rx_cpu=57 drop=11324 pkt=130065 data_loss=8.70625 2020-11-16 02:25:48,508 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=128 throughput=1<124560/133187<140088 Kbps loss-rate=8 2020-11-16 02:25:48,509 DEBUG overshot, min=1 kbps=124560 max=133187 2020-11-16 02:25:48,509 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R124560K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:51,867 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=14.1521 real_seconds=1.00 rate_Mbps=118.7509 tx_cpu=99 rx_cpu=50 drop=5706 pkt=121640 data_loss=4.69068 2020-11-16 02:25:51,867 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=128 throughput=1<121600/124560<133187 Kbps loss-rate=4 2020-11-16 02:25:51,867 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Measuring UDP Throughput (packet size=1024)... 2020-11-16 02:25:51,868 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:55,200 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=128.8604 real_seconds=1.00 rate_Mbps=1080.6726 tx_cpu=98 rx_cpu=64 drop=58786 pkt=190739 data_loss=30.82012 2020-11-16 02:25:55,200 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=1024 throughput=1<1106608/5000000<10000000 Kbps loss-rate=30 2020-11-16 02:25:55,200 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3053304K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:25:58,555 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=116.2100 real_seconds=1.00 rate_Mbps=973.8971 tx_cpu=87 rx_cpu=57 drop=28053 pkt=147052 data_loss=19.07692 2020-11-16 02:25:58,556 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=1024 throughput=1<997270/3053304<3053304 Kbps loss-rate=19 2020-11-16 02:25:58,556 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2025287K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:26:01,913 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=111.1748 real_seconds=1.00 rate_Mbps=931.4478 tx_cpu=78 rx_cpu=45 drop=794 pkt=114637 data_loss=0.69263 2020-11-16 02:26:01,913 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=1024 throughput=1<953802/2025287<2025287 Kbps loss-rate=0 2020-11-16 02:26:01,914 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1489544K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:26:05,270 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=112.9297 real_seconds=1.00 rate_Mbps=946.5146 tx_cpu=67 rx_cpu=45 drop=3 pkt=115643 data_loss=0.00257 2020-11-16 02:26:05,271 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=1024 throughput=1<969230/1489544<1489544 Kbps loss-rate=0 2020-11-16 02:26:05,271 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1229387K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:26:08,629 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=102.2070 real_seconds=1.00 rate_Mbps=856.3095 tx_cpu=65 rx_cpu=51 drop=7123 pkt=111783 data_loss=6.37221 2020-11-16 02:26:08,630 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=1024 throughput=1<876860/1229387<1229387 Kbps loss-rate=6 2020-11-16 02:26:08,630 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1053123K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:26:11,987 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=120.1689 real_seconds=1.00 rate_Mbps=1006.7173 tx_cpu=63 rx_cpu=56 drop=5502 pkt=128555 data_loss=4.27992 2020-11-16 02:26:11,988 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=1024 throughput=1<1030878/1053123<1053123 Kbps loss-rate=4 2020-11-16 02:26:11,988 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Measuring UDP Throughput (packet size=8192)... 2020-11-16 02:26:11,989 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:26:15,343 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=589.7422 real_seconds=1.00 rate_Mbps=4935.6801 tx_cpu=95 rx_cpu=42 drop=807 pkt=76294 data_loss=1.05775 2020-11-16 02:26:15,343 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=8192 throughput=1<5054136/5000000<10000000 Kbps loss-rate=1 2020-11-16 02:26:15,344 DEBUG undershot, min=5054136 kbps=7527068 max=10000000 2020-11-16 02:26:15,344 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7527068K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:26:18,703 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] megabytes=800.8672 real_seconds=1.00 rate_Mbps=6714.7162 tx_cpu=69 rx_cpu=55 drop=2623 pkt=105134 data_loss=2.49491 2020-11-16 02:26:18,703 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] pkt-size=8192 throughput=5054136<6875869/7527068<10000000 Kbps loss-rate=2 2020-11-16 02:26:18,718 INFO { 'az_from': u'nova:lf-virtual6', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.144', 'ip_to': u'192.168.1.132', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.59, 'throughput_kbps': 17413949, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.54, 'throughput_kbps': 18018937, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.39, 'throughput_kbps': 19642152, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.69, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 121600, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.28, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1030878, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.49, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 6875869, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.507', 'rtt_max_ms': '1.228', 'rtt_min_ms': '0.330', 'rtt_stddev': '0.249', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.436', 'rtt_max_ms': '0.567', 'rtt_min_ms': '0.320', 'rtt_stddev': '0.097', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.560', 'rtt_max_ms': '1.135', 'rtt_min_ms': '0.324', 'rtt_stddev': '0.211', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2020-11-16 02:26:18,719 INFO Deleting floating ip 92fb0ebd-0a9e-425b-8d6c-8eb0bd5ebbf1 2020-11-16 02:26:22,654 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Floating IP 172.24.4.252 deleted 2020-11-16 02:26:22,835 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Instance deleted 2020-11-16 02:26:22,844 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Creating client VM... 2020-11-16 02:26:22,844 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Starting on zone nova:lf-virtual6 2020-11-16 02:26:23,797 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] VM status=BUILD, retrying 1 of 150... 2020-11-16 02:26:25,946 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] VM status=BUILD, retrying 2 of 150... 2020-11-16 02:26:29,694 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] VM status=BUILD, retrying 3 of 150... 2020-11-16 02:26:31,930 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] VM status=BUILD, retrying 4 of 150... 2020-11-16 02:26:34,143 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] VM status=BUILD, retrying 5 of 150... 2020-11-16 02:26:36,404 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] VM status=BUILD, retrying 6 of 150... 2020-11-16 02:26:38,769 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] VM status=BUILD, retrying 7 of 150... 2020-11-16 02:26:47,125 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Internal network IP: 192.168.2.230 2020-11-16 02:26:47,126 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] SSH IP: 172.24.4.154 2020-11-16 02:26:47,126 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Setup SSH for ubuntu@172.24.4.154 2020-11-16 02:28:52,237 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Installing nuttcp-8.1.4... 2020-11-16 02:28:52,293 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Copying nuttcp-8.1.4 to target... 2020-11-16 02:28:52,499 INFO ============================================================ 2020-11-16 02:28:52,500 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2020-11-16 02:29:01,548 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] PING 192.168.1.132 (192.168.1.132) 64(92) bytes of data. 72 bytes from 192.168.1.132: icmp_seq=1 ttl=63 time=1.60 ms 72 bytes from 192.168.1.132: icmp_seq=2 ttl=63 time=0.821 ms 72 bytes from 192.168.1.132: icmp_seq=3 ttl=63 time=0.798 ms 72 bytes from 192.168.1.132: icmp_seq=4 ttl=63 time=0.499 ms 72 bytes from 192.168.1.132: icmp_seq=5 ttl=63 time=0.574 ms 72 bytes from 192.168.1.132: icmp_seq=6 ttl=63 time=0.496 ms 72 bytes from 192.168.1.132: icmp_seq=7 ttl=63 time=0.448 ms 72 bytes from 192.168.1.132: icmp_seq=8 ttl=63 time=0.453 ms 72 bytes from 192.168.1.132: icmp_seq=9 ttl=63 time=0.459 ms 72 bytes from 192.168.1.132: icmp_seq=10 ttl=63 time=0.428 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.428/0.658/1.604/0.343 ms 2020-11-16 02:29:10,621 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] PING 192.168.1.132 (192.168.1.132) 391(419) bytes of data. 399 bytes from 192.168.1.132: icmp_seq=1 ttl=63 time=0.395 ms 399 bytes from 192.168.1.132: icmp_seq=2 ttl=63 time=0.335 ms 399 bytes from 192.168.1.132: icmp_seq=3 ttl=63 time=0.370 ms 399 bytes from 192.168.1.132: icmp_seq=4 ttl=63 time=0.699 ms 399 bytes from 192.168.1.132: icmp_seq=5 ttl=63 time=0.445 ms 399 bytes from 192.168.1.132: icmp_seq=6 ttl=63 time=0.365 ms 399 bytes from 192.168.1.132: icmp_seq=7 ttl=63 time=0.525 ms 399 bytes from 192.168.1.132: icmp_seq=8 ttl=63 time=0.420 ms 399 bytes from 192.168.1.132: icmp_seq=9 ttl=63 time=0.600 ms 399 bytes from 192.168.1.132: icmp_seq=10 ttl=63 time=0.371 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.335/0.452/0.699/0.114 ms 2020-11-16 02:29:19,698 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] PING 192.168.1.132 (192.168.1.132) 1500(1528) bytes of data. 1508 bytes from 192.168.1.132: icmp_seq=1 ttl=63 time=1.64 ms 1508 bytes from 192.168.1.132: icmp_seq=2 ttl=63 time=0.630 ms 1508 bytes from 192.168.1.132: icmp_seq=3 ttl=63 time=0.453 ms 1508 bytes from 192.168.1.132: icmp_seq=4 ttl=63 time=0.646 ms 1508 bytes from 192.168.1.132: icmp_seq=5 ttl=63 time=0.561 ms 1508 bytes from 192.168.1.132: icmp_seq=6 ttl=63 time=0.533 ms 1508 bytes from 192.168.1.132: icmp_seq=7 ttl=63 time=0.582 ms 1508 bytes from 192.168.1.132: icmp_seq=8 ttl=63 time=0.593 ms 1508 bytes from 192.168.1.132: icmp_seq=9 ttl=63 time=0.531 ms 1508 bytes from 192.168.1.132: icmp_seq=10 ttl=63 time=0.525 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.453/0.669/1.643/0.330 ms 2020-11-16 02:29:19,699 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Measuring TCP Throughput (packet size=65536)... 2020-11-16 02:29:19,699 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:29:29,806 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=5874.6000 real_seconds=10.01 rate_Mbps=4925.3248 tx_cpu=23 rx_cpu=30 retrans=0 cwnd=3136 rtt_ms=0.67 2020-11-16 02:29:29,806 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:29:39,910 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=5631.3125 real_seconds=10.01 rate_Mbps=4721.0759 tx_cpu=23 rx_cpu=30 retrans=0 cwnd=3136 rtt_ms=0.27 2020-11-16 02:29:39,911 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:29:50,019 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=5779.5483 real_seconds=10.01 rate_Mbps=4845.3758 tx_cpu=24 rx_cpu=30 retrans=0 cwnd=2923 rtt_ms=0.62 2020-11-16 02:29:50,019 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Measuring UDP Throughput (packet size=128)... 2020-11-16 02:29:50,020 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:29:53,355 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=8.0922 real_seconds=1.00 rate_Mbps=67.5745 tx_cpu=28 rx_cpu=32 drop=628 pkt=66919 data_loss=0.93771 2020-11-16 02:29:53,356 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<69196/5000000<10000000 Kbps loss-rate=0 2020-11-16 02:29:53,356 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R207588K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:29:56,687 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.3207 real_seconds=1.00 rate_Mbps=52.7963 tx_cpu=27 rx_cpu=30 drop=0 pkt=51779 data_loss=0.00000 2020-11-16 02:29:56,688 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<54063/207588<207588 Kbps loss-rate=0 2020-11-16 02:29:56,688 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R130825K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:00,043 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=7.7987 real_seconds=1.00 rate_Mbps=65.1275 tx_cpu=22 rx_cpu=29 drop=0 pkt=63887 data_loss=0.00000 2020-11-16 02:30:00,044 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<66690/130825<130825 Kbps loss-rate=0 2020-11-16 02:30:00,044 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R98757K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:03,401 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.8662 real_seconds=1.00 rate_Mbps=57.3364 tx_cpu=28 rx_cpu=27 drop=0 pkt=56248 data_loss=0.00000 2020-11-16 02:30:03,401 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<58712/98757<98757 Kbps loss-rate=0 2020-11-16 02:30:03,401 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R78734K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:06,758 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.4314 real_seconds=1.00 rate_Mbps=53.7105 tx_cpu=23 rx_cpu=28 drop=0 pkt=52686 data_loss=0.00000 2020-11-16 02:30:06,759 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<54999/78734<78734 Kbps loss-rate=0 2020-11-16 02:30:06,759 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R66866K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:10,095 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.7297 real_seconds=1.01 rate_Mbps=55.9486 tx_cpu=25 rx_cpu=24 drop=0 pkt=55130 data_loss=0.00000 2020-11-16 02:30:10,095 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<57291/66866<66866 Kbps loss-rate=0 2020-11-16 02:30:10,095 DEBUG undershot, min=57291 kbps=62078 max=66866 2020-11-16 02:30:10,096 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R62078K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:13,453 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.7325 real_seconds=1.01 rate_Mbps=56.1536 tx_cpu=30 rx_cpu=31 drop=0 pkt=55153 data_loss=0.00000 2020-11-16 02:30:13,454 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=57291<57501/62078<66866 Kbps loss-rate=0 2020-11-16 02:30:13,454 DEBUG undershot, min=57501 kbps=62183 max=66866 2020-11-16 02:30:13,455 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R62183K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:16,788 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=7.0894 real_seconds=1.00 rate_Mbps=59.1775 tx_cpu=27 rx_cpu=32 drop=0 pkt=58076 data_loss=0.00000 2020-11-16 02:30:16,788 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=57501<60597/62183<66866 Kbps loss-rate=0 2020-11-16 02:30:16,788 DEBUG undershot, min=60597 kbps=63731 max=66866 2020-11-16 02:30:16,788 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R63731K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:20,144 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.6022 real_seconds=1.01 rate_Mbps=54.7889 tx_cpu=23 rx_cpu=25 drop=0 pkt=54085 data_loss=0.00000 2020-11-16 02:30:20,145 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=60597<56103/63731<66866 Kbps loss-rate=0 2020-11-16 02:30:20,145 DEBUG undershot, min=63731 kbps=65298 max=66866 2020-11-16 02:30:20,145 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Measuring UDP Throughput (packet size=1024)... 2020-11-16 02:30:20,146 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:23,502 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=62.4131 real_seconds=1.00 rate_Mbps=522.0622 tx_cpu=33 rx_cpu=31 drop=60 pkt=63971 data_loss=0.09380 2020-11-16 02:30:23,503 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<534591/5000000<10000000 Kbps loss-rate=0 2020-11-16 02:30:23,503 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1603773K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:26,833 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=56.4443 real_seconds=1.00 rate_Mbps=472.5019 tx_cpu=36 rx_cpu=26 drop=0 pkt=57799 data_loss=0.00000 2020-11-16 02:30:26,834 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<483841/1603773<1603773 Kbps loss-rate=0 2020-11-16 02:30:26,834 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1043807K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:30,168 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=55.5098 real_seconds=1.00 rate_Mbps=464.2953 tx_cpu=33 rx_cpu=27 drop=0 pkt=56842 data_loss=0.00000 2020-11-16 02:30:30,168 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<475438/1043807<1043807 Kbps loss-rate=0 2020-11-16 02:30:30,168 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R759622K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:33,500 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=50.4756 real_seconds=1.00 rate_Mbps=422.1412 tx_cpu=34 rx_cpu=31 drop=39 pkt=51726 data_loss=0.07543 2020-11-16 02:30:33,501 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<432272/759622<759622 Kbps loss-rate=0 2020-11-16 02:30:33,502 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R595947K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:36,863 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=50.9541 real_seconds=1.00 rate_Mbps=426.5476 tx_cpu=33 rx_cpu=29 drop=0 pkt=52177 data_loss=0.00000 2020-11-16 02:30:36,863 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<436784/595947<595947 Kbps loss-rate=0 2020-11-16 02:30:36,864 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R516365K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:40,199 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=56.4395 real_seconds=1.00 rate_Mbps=471.4997 tx_cpu=33 rx_cpu=31 drop=0 pkt=57794 data_loss=0.00000 2020-11-16 02:30:40,199 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<482815/516365<516365 Kbps loss-rate=0 2020-11-16 02:30:40,199 DEBUG undershot, min=482815 kbps=499590 max=516365 2020-11-16 02:30:40,200 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R499590K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:43,553 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=53.6084 real_seconds=1.00 rate_Mbps=448.5609 tx_cpu=38 rx_cpu=26 drop=370 pkt=55265 data_loss=0.66945 2020-11-16 02:30:43,554 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=482815<459326/499590<516365 Kbps loss-rate=0 2020-11-16 02:30:43,554 DEBUG undershot, min=499590 kbps=507977 max=516365 2020-11-16 02:30:43,554 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Measuring UDP Throughput (packet size=8192)... 2020-11-16 02:30:43,555 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:46,916 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=218.7188 real_seconds=1.01 rate_Mbps=1825.5833 tx_cpu=28 rx_cpu=21 drop=0 pkt=27996 data_loss=0.00000 2020-11-16 02:30:46,917 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=8192 throughput=1<1869397/5000000<10000000 Kbps loss-rate=0 2020-11-16 02:30:46,917 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3434698K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:50,276 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=223.6953 real_seconds=1.00 rate_Mbps=1870.8144 tx_cpu=26 rx_cpu=21 drop=7 pkt=28640 data_loss=0.02445 2020-11-16 02:30:50,277 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=8192 throughput=1<1915713/3434698<3434698 Kbps loss-rate=0 2020-11-16 02:30:50,277 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2675205K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:53,611 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=219.0312 real_seconds=1.00 rate_Mbps=1832.2882 tx_cpu=26 rx_cpu=19 drop=5 pkt=28041 data_loss=0.01785 2020-11-16 02:30:53,612 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=8192 throughput=1<1876263/2675205<2675205 Kbps loss-rate=0 2020-11-16 02:30:53,612 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2275734K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:30:56,947 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=216.7266 real_seconds=1.01 rate_Mbps=1805.2494 tx_cpu=27 rx_cpu=18 drop=0 pkt=27741 data_loss=0.00000 2020-11-16 02:30:56,947 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=8192 throughput=1<1848575/2275734<2275734 Kbps loss-rate=0 2020-11-16 02:30:56,948 DEBUG undershot, min=1848575 kbps=2062154 max=2275734 2020-11-16 02:30:56,948 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2062154K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:31:00,307 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=214.7656 real_seconds=1.00 rate_Mbps=1796.6188 tx_cpu=26 rx_cpu=19 drop=1 pkt=27491 data_loss=0.00363 2020-11-16 02:31:00,308 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=8192 throughput=1848575<1839737/2062154<2275734 Kbps loss-rate=0 2020-11-16 02:31:00,308 DEBUG undershot, min=2062154 kbps=2168944 max=2275734 2020-11-16 02:31:00,308 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2168944K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:31:03,669 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=207.8516 real_seconds=1.01 rate_Mbps=1734.8935 tx_cpu=24 rx_cpu=20 drop=0 pkt=26605 data_loss=0.00000 2020-11-16 02:31:03,669 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=8192 throughput=2062154<1776530/2168944<2275734 Kbps loss-rate=0 2020-11-16 02:31:03,670 DEBUG undershot, min=2168944 kbps=2222339 max=2275734 2020-11-16 02:31:03,684 INFO { 'az_from': u'nova:lf-virtual6', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.230', 'ip_to': u'192.168.1.132', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.67, 'throughput_kbps': 5043532, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.27, 'throughput_kbps': 4834381, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.62, 'throughput_kbps': 4961664, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 56103, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.67, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 459326, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1776530, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.658', 'rtt_max_ms': '1.604', 'rtt_min_ms': '0.428', 'rtt_stddev': '0.343', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.452', 'rtt_max_ms': '0.699', 'rtt_min_ms': '0.335', 'rtt_stddev': '0.114', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.669', 'rtt_max_ms': '1.643', 'rtt_min_ms': '0.453', 'rtt_stddev': '0.330', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-11-16 02:31:03,685 INFO ============================================================ 2020-11-16 02:31:03,686 INFO Flow 3: VM to VM different network floating IP (intra-node) 2020-11-16 02:31:12,761 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] PING 172.24.4.16 (172.24.4.16) 64(92) bytes of data. 72 bytes from 172.24.4.16: icmp_seq=1 ttl=63 time=1.22 ms 72 bytes from 172.24.4.16: icmp_seq=2 ttl=63 time=0.712 ms 72 bytes from 172.24.4.16: icmp_seq=3 ttl=63 time=0.576 ms 72 bytes from 172.24.4.16: icmp_seq=4 ttl=63 time=0.564 ms 72 bytes from 172.24.4.16: icmp_seq=5 ttl=63 time=0.533 ms 72 bytes from 172.24.4.16: icmp_seq=6 ttl=63 time=0.539 ms 72 bytes from 172.24.4.16: icmp_seq=7 ttl=63 time=0.521 ms 72 bytes from 172.24.4.16: icmp_seq=8 ttl=63 time=0.593 ms 72 bytes from 172.24.4.16: icmp_seq=9 ttl=63 time=0.499 ms 72 bytes from 172.24.4.16: icmp_seq=10 ttl=63 time=0.587 ms --- 172.24.4.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.499/0.635/1.227/0.205 ms 2020-11-16 02:31:21,812 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] PING 172.24.4.16 (172.24.4.16) 391(419) bytes of data. 399 bytes from 172.24.4.16: icmp_seq=1 ttl=63 time=0.517 ms 399 bytes from 172.24.4.16: icmp_seq=2 ttl=63 time=0.615 ms 399 bytes from 172.24.4.16: icmp_seq=3 ttl=63 time=0.386 ms 399 bytes from 172.24.4.16: icmp_seq=4 ttl=63 time=0.448 ms 399 bytes from 172.24.4.16: icmp_seq=5 ttl=63 time=0.418 ms 399 bytes from 172.24.4.16: icmp_seq=6 ttl=63 time=0.445 ms 399 bytes from 172.24.4.16: icmp_seq=7 ttl=63 time=0.427 ms 399 bytes from 172.24.4.16: icmp_seq=8 ttl=63 time=0.557 ms 399 bytes from 172.24.4.16: icmp_seq=9 ttl=63 time=0.547 ms 399 bytes from 172.24.4.16: icmp_seq=10 ttl=63 time=0.465 ms --- 172.24.4.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.386/0.482/0.615/0.072 ms 2020-11-16 02:31:30,856 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] PING 172.24.4.16 (172.24.4.16) 1500(1528) bytes of data. 1508 bytes from 172.24.4.16: icmp_seq=1 ttl=63 time=1.55 ms 1508 bytes from 172.24.4.16: icmp_seq=2 ttl=63 time=0.466 ms 1508 bytes from 172.24.4.16: icmp_seq=3 ttl=63 time=0.468 ms 1508 bytes from 172.24.4.16: icmp_seq=4 ttl=63 time=0.683 ms 1508 bytes from 172.24.4.16: icmp_seq=5 ttl=63 time=0.515 ms 1508 bytes from 172.24.4.16: icmp_seq=6 ttl=63 time=0.461 ms 1508 bytes from 172.24.4.16: icmp_seq=7 ttl=63 time=0.583 ms 1508 bytes from 172.24.4.16: icmp_seq=8 ttl=63 time=0.503 ms 1508 bytes from 172.24.4.16: icmp_seq=9 ttl=63 time=0.607 ms 1508 bytes from 172.24.4.16: icmp_seq=10 ttl=63 time=0.520 ms --- 172.24.4.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.461/0.635/1.551/0.313 ms 2020-11-16 02:31:30,857 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Measuring TCP Throughput (packet size=65536)... 2020-11-16 02:31:30,857 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:31:40,967 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=5613.5012 real_seconds=10.00 rate_Mbps=4706.9297 tx_cpu=22 rx_cpu=29 retrans=0 cwnd=3136 rtt_ms=0.76 2020-11-16 02:31:40,967 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:31:51,076 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=5477.4272 real_seconds=10.01 rate_Mbps=4592.2365 tx_cpu=22 rx_cpu=28 retrans=0 cwnd=3136 rtt_ms=0.68 2020-11-16 02:31:51,076 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:01,183 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=5823.9891 real_seconds=10.01 rate_Mbps=4882.6769 tx_cpu=24 rx_cpu=30 retrans=0 cwnd=3136 rtt_ms=0.85 2020-11-16 02:32:01,183 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Measuring UDP Throughput (packet size=128)... 2020-11-16 02:32:01,184 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:04,539 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=7.7479 real_seconds=1.01 rate_Mbps=64.6662 tx_cpu=27 rx_cpu=30 drop=0 pkt=63471 data_loss=0.00000 2020-11-16 02:32:04,539 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<66218/5000000<10000000 Kbps loss-rate=0 2020-11-16 02:32:04,539 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R198654K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:07,870 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=7.2894 real_seconds=1.01 rate_Mbps=60.8116 tx_cpu=28 rx_cpu=28 drop=0 pkt=59715 data_loss=0.00000 2020-11-16 02:32:07,870 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<62271/198654<198654 Kbps loss-rate=0 2020-11-16 02:32:07,871 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R130462K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:11,205 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.7068 real_seconds=1.01 rate_Mbps=55.8185 tx_cpu=26 rx_cpu=30 drop=111 pkt=55053 data_loss=0.20088 2020-11-16 02:32:11,205 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<57158/130462<130462 Kbps loss-rate=0 2020-11-16 02:32:11,206 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R93810K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:14,539 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.4011 real_seconds=1.01 rate_Mbps=53.4160 tx_cpu=26 rx_cpu=27 drop=0 pkt=52438 data_loss=0.00000 2020-11-16 02:32:14,539 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<54697/93810<93810 Kbps loss-rate=0 2020-11-16 02:32:14,540 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R74253K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:17,897 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.7776 real_seconds=1.01 rate_Mbps=56.5196 tx_cpu=27 rx_cpu=30 drop=0 pkt=55522 data_loss=0.00000 2020-11-16 02:32:17,897 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<57876/74253<74253 Kbps loss-rate=0 2020-11-16 02:32:17,898 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R66064K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:21,230 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.6282 real_seconds=1.01 rate_Mbps=55.1874 tx_cpu=28 rx_cpu=27 drop=0 pkt=54298 data_loss=0.00000 2020-11-16 02:32:21,231 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=1<56511/66064<66064 Kbps loss-rate=0 2020-11-16 02:32:21,231 DEBUG undershot, min=56511 kbps=61287 max=66064 2020-11-16 02:32:21,231 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R61287K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:24,590 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.4309 real_seconds=1.01 rate_Mbps=53.5972 tx_cpu=26 rx_cpu=28 drop=0 pkt=52682 data_loss=0.00000 2020-11-16 02:32:24,590 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=56511<54883/61287<66064 Kbps loss-rate=0 2020-11-16 02:32:24,591 DEBUG undershot, min=61287 kbps=63675 max=66064 2020-11-16 02:32:24,591 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R63675K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:27,951 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=6.4286 real_seconds=1.01 rate_Mbps=53.6160 tx_cpu=29 rx_cpu=28 drop=172 pkt=52835 data_loss=0.32560 2020-11-16 02:32:27,951 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=128 throughput=61287<54902/63675<66064 Kbps loss-rate=0 2020-11-16 02:32:27,951 DEBUG undershot, min=63675 kbps=64869 max=66064 2020-11-16 02:32:27,951 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Measuring UDP Throughput (packet size=1024)... 2020-11-16 02:32:27,952 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:31,311 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=53.8467 real_seconds=1.00 rate_Mbps=449.6899 tx_cpu=37 rx_cpu=26 drop=0 pkt=55139 data_loss=0.00000 2020-11-16 02:32:31,312 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<460482/5000000<10000000 Kbps loss-rate=0 2020-11-16 02:32:31,312 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1381446K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:34,666 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=57.3115 real_seconds=1.00 rate_Mbps=479.8359 tx_cpu=37 rx_cpu=28 drop=0 pkt=58687 data_loss=0.00000 2020-11-16 02:32:34,667 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<491351/1381446<1381446 Kbps loss-rate=0 2020-11-16 02:32:34,667 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R936398K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:38,022 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=55.7393 real_seconds=1.00 rate_Mbps=466.1749 tx_cpu=35 rx_cpu=30 drop=0 pkt=57077 data_loss=0.00000 2020-11-16 02:32:38,022 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<477363/936398<936398 Kbps loss-rate=0 2020-11-16 02:32:38,023 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R706880K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:41,355 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=52.4053 real_seconds=1.00 rate_Mbps=438.4703 tx_cpu=34 rx_cpu=29 drop=136 pkt=53799 data_loss=0.25277 2020-11-16 02:32:41,355 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<448993/706880<706880 Kbps loss-rate=0 2020-11-16 02:32:41,356 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R577936K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:44,685 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=53.8115 real_seconds=1.00 rate_Mbps=450.0061 tx_cpu=35 rx_cpu=31 drop=0 pkt=55103 data_loss=0.00000 2020-11-16 02:32:44,685 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<460806/577936<577936 Kbps loss-rate=0 2020-11-16 02:32:44,686 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R519371K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:48,019 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=50.1230 real_seconds=1.00 rate_Mbps=419.6049 tx_cpu=34 rx_cpu=31 drop=250 pkt=51576 data_loss=0.48484 2020-11-16 02:32:48,019 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=1<429675/519371<519371 Kbps loss-rate=0 2020-11-16 02:32:48,019 DEBUG undershot, min=429675 kbps=474523 max=519371 2020-11-16 02:32:48,020 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R474523K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:51,350 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=48.6953 real_seconds=1.00 rate_Mbps=407.5095 tx_cpu=35 rx_cpu=27 drop=0 pkt=49864 data_loss=0.00000 2020-11-16 02:32:51,350 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=429675<417289/474523<519371 Kbps loss-rate=0 2020-11-16 02:32:51,351 DEBUG undershot, min=474523 kbps=496947 max=519371 2020-11-16 02:32:51,351 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R496947K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:54,705 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=53.2969 real_seconds=1.00 rate_Mbps=446.1279 tx_cpu=33 rx_cpu=26 drop=0 pkt=54576 data_loss=0.00000 2020-11-16 02:32:54,706 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=1024 throughput=474523<456834/496947<519371 Kbps loss-rate=0 2020-11-16 02:32:54,706 DEBUG undershot, min=496947 kbps=508159 max=519371 2020-11-16 02:32:54,706 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Measuring UDP Throughput (packet size=8192)... 2020-11-16 02:32:54,707 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:32:58,065 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=33.9297 real_seconds=1.01 rate_Mbps=283.1220 tx_cpu=88 rx_cpu=3 drop=65584 pkt=69927 data_loss=93.78924 2020-11-16 02:32:58,065 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=8192 throughput=1<289916/5000000<10000000 Kbps loss-rate=93 2020-11-16 02:32:58,066 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R869748K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:33:01,426 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] megabytes=103.6875 real_seconds=1.00 rate_Mbps=869.9147 tx_cpu=99 rx_cpu=9 drop=0 pkt=13272 data_loss=0.00000 2020-11-16 02:33:01,426 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] pkt-size=8192 throughput=1<890792/869748<869748 Kbps loss-rate=0 2020-11-16 02:33:01,427 DEBUG undershot, min=890792 kbps=880270 max=869748 2020-11-16 02:33:01,438 INFO { 'az_from': u'nova:lf-virtual6', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.230', 'ip_to': u'172.24.4.16', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.76, 'throughput_kbps': 4819896, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.68, 'throughput_kbps': 4702450, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.85, 'throughput_kbps': 4999861, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.33, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 54902, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 456834, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 890792, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.635', 'rtt_max_ms': '1.227', 'rtt_min_ms': '0.499', 'rtt_stddev': '0.205', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.482', 'rtt_max_ms': '0.615', 'rtt_min_ms': '0.386', 'rtt_stddev': '0.072', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.635', 'rtt_max_ms': '1.551', 'rtt_min_ms': '0.461', 'rtt_stddev': '0.313', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-11-16 02:33:01,440 INFO Deleting floating ip 8debc951-11bd-43d0-9a65-bb28ebf3024e 2020-11-16 02:33:03,627 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Floating IP 172.24.4.154 deleted 2020-11-16 02:33:03,795 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae52] Instance deleted 2020-11-16 02:33:03,859 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Creating client VM... 2020-11-16 02:33:03,860 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Starting on zone nova:lf-virtual7 2020-11-16 02:33:07,427 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] VM status=BUILD, retrying 1 of 150... 2020-11-16 02:33:09,819 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] VM status=BUILD, retrying 2 of 150... 2020-11-16 02:33:12,085 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] VM status=BUILD, retrying 3 of 150... 2020-11-16 02:33:14,374 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] VM status=BUILD, retrying 4 of 150... 2020-11-16 02:33:18,320 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] VM status=BUILD, retrying 5 of 150... 2020-11-16 02:33:20,613 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] VM status=BUILD, retrying 6 of 150... 2020-11-16 02:33:25,217 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] VM status=BUILD, retrying 7 of 150... 2020-11-16 02:33:46,552 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Internal network IP: 192.168.1.116 2020-11-16 02:33:46,553 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] SSH IP: 172.24.4.169 2020-11-16 02:33:46,553 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Setup SSH for ubuntu@172.24.4.169 2020-11-16 02:33:51,273 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Installing nuttcp-8.1.4... 2020-11-16 02:33:51,325 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Copying nuttcp-8.1.4 to target... 2020-11-16 02:33:51,472 INFO ============================================================ 2020-11-16 02:33:51,473 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2020-11-16 02:34:00,520 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] PING 192.168.1.132 (192.168.1.132) 64(92) bytes of data. 72 bytes from 192.168.1.132: icmp_seq=1 ttl=64 time=3.15 ms 72 bytes from 192.168.1.132: icmp_seq=2 ttl=64 time=1.07 ms 72 bytes from 192.168.1.132: icmp_seq=3 ttl=64 time=0.540 ms 72 bytes from 192.168.1.132: icmp_seq=4 ttl=64 time=0.581 ms 72 bytes from 192.168.1.132: icmp_seq=5 ttl=64 time=0.734 ms 72 bytes from 192.168.1.132: icmp_seq=6 ttl=64 time=0.719 ms 72 bytes from 192.168.1.132: icmp_seq=7 ttl=64 time=0.626 ms 72 bytes from 192.168.1.132: icmp_seq=8 ttl=64 time=0.677 ms 72 bytes from 192.168.1.132: icmp_seq=9 ttl=64 time=0.584 ms 72 bytes from 192.168.1.132: icmp_seq=10 ttl=64 time=0.585 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9002ms rtt min/avg/max/mdev = 0.540/0.927/3.154/0.757 ms 2020-11-16 02:34:09,592 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] PING 192.168.1.132 (192.168.1.132) 391(419) bytes of data. 399 bytes from 192.168.1.132: icmp_seq=1 ttl=64 time=0.635 ms 399 bytes from 192.168.1.132: icmp_seq=2 ttl=64 time=0.807 ms 399 bytes from 192.168.1.132: icmp_seq=3 ttl=64 time=0.711 ms 399 bytes from 192.168.1.132: icmp_seq=4 ttl=64 time=0.827 ms 399 bytes from 192.168.1.132: icmp_seq=5 ttl=64 time=0.654 ms 399 bytes from 192.168.1.132: icmp_seq=6 ttl=64 time=0.622 ms 399 bytes from 192.168.1.132: icmp_seq=7 ttl=64 time=0.756 ms 399 bytes from 192.168.1.132: icmp_seq=8 ttl=64 time=0.747 ms 399 bytes from 192.168.1.132: icmp_seq=9 ttl=64 time=0.748 ms 399 bytes from 192.168.1.132: icmp_seq=10 ttl=64 time=0.743 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.622/0.725/0.827/0.065 ms 2020-11-16 02:34:18,650 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] PING 192.168.1.132 (192.168.1.132) 1500(1528) bytes of data. 1508 bytes from 192.168.1.132: icmp_seq=1 ttl=64 time=2.65 ms 1508 bytes from 192.168.1.132: icmp_seq=2 ttl=64 time=0.976 ms 1508 bytes from 192.168.1.132: icmp_seq=3 ttl=64 time=0.716 ms 1508 bytes from 192.168.1.132: icmp_seq=4 ttl=64 time=0.797 ms 1508 bytes from 192.168.1.132: icmp_seq=5 ttl=64 time=1.39 ms 1508 bytes from 192.168.1.132: icmp_seq=6 ttl=64 time=1.02 ms 1508 bytes from 192.168.1.132: icmp_seq=7 ttl=64 time=0.769 ms 1508 bytes from 192.168.1.132: icmp_seq=8 ttl=64 time=0.845 ms 1508 bytes from 192.168.1.132: icmp_seq=9 ttl=64 time=0.883 ms 1508 bytes from 192.168.1.132: icmp_seq=10 ttl=64 time=0.932 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9010ms rtt min/avg/max/mdev = 0.716/1.098/2.650/0.549 ms 2020-11-16 02:34:18,651 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Measuring TCP Throughput (packet size=65536)... 2020-11-16 02:34:18,651 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:34:28,758 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=4777.2159 real_seconds=10.00 rate_Mbps=4007.3663 tx_cpu=12 rx_cpu=26 retrans=14 cwnd=691 rtt_ms=0.83 2020-11-16 02:34:28,759 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:34:38,883 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=4900.4015 real_seconds=10.00 rate_Mbps=4111.0038 tx_cpu=12 rx_cpu=27 retrans=20 cwnd=668 rtt_ms=0.80 2020-11-16 02:34:38,883 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:34:49,007 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=4980.9247 real_seconds=10.00 rate_Mbps=4178.7542 tx_cpu=13 rx_cpu=28 retrans=26 cwnd=676 rtt_ms=0.95 2020-11-16 02:34:49,007 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Measuring UDP Throughput (packet size=128)... 2020-11-16 02:34:49,008 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:34:52,363 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=16.3718 real_seconds=1.00 rate_Mbps=137.1113 tx_cpu=58 rx_cpu=49 drop=9311 pkt=143429 data_loss=6.49174 2020-11-16 02:34:52,363 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=128 throughput=1<140401/5000000<10000000 Kbps loss-rate=6 2020-11-16 02:34:52,363 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R421203K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:34:55,694 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=16.4578 real_seconds=1.00 rate_Mbps=137.9143 tx_cpu=57 rx_cpu=48 drop=3301 pkt=138124 data_loss=2.39016 2020-11-16 02:34:55,694 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=128 throughput=1<141224/421203<421203 Kbps loss-rate=2 2020-11-16 02:34:55,695 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R281213K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:34:59,025 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=16.5239 real_seconds=1.00 rate_Mbps=138.3979 tx_cpu=63 rx_cpu=50 drop=6579 pkt=141943 data_loss=4.63496 2020-11-16 02:34:59,025 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=128 throughput=1<141719/281213<281213 Kbps loss-rate=4 2020-11-16 02:34:59,026 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R211466K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:02,353 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=15.6249 real_seconds=1.00 rate_Mbps=131.0657 tx_cpu=65 rx_cpu=54 drop=14334 pkt=142333 data_loss=10.07045 2020-11-16 02:35:02,354 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=128 throughput=1<134211/211466<211466 Kbps loss-rate=10 2020-11-16 02:35:02,354 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R172838K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:05,711 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=17.2512 real_seconds=1.00 rate_Mbps=144.3841 tx_cpu=62 rx_cpu=53 drop=7564 pkt=148886 data_loss=5.08072 2020-11-16 02:35:05,712 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=128 throughput=1<147849/172838<172838 Kbps loss-rate=5 2020-11-16 02:35:05,712 DEBUG overshot, min=1 kbps=147849 max=172838 2020-11-16 02:35:05,712 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R147849K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:09,045 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=16.1326 real_seconds=1.00 rate_Mbps=135.1051 tx_cpu=62 rx_cpu=44 drop=2272 pkt=134430 data_loss=1.68983 2020-11-16 02:35:09,046 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=128 throughput=1<138347/147849<172838 Kbps loss-rate=1 2020-11-16 02:35:09,046 DEBUG undershot, min=138347 kbps=155592 max=172838 2020-11-16 02:35:09,046 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R155592K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:12,404 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=15.8104 real_seconds=1.00 rate_Mbps=132.6983 tx_cpu=72 rx_cpu=52 drop=4483 pkt=134002 data_loss=3.34582 2020-11-16 02:35:12,405 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=128 throughput=138347<135883/155592<172838 Kbps loss-rate=3 2020-11-16 02:35:12,405 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Measuring UDP Throughput (packet size=1024)... 2020-11-16 02:35:12,406 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:15,765 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=118.2695 real_seconds=1.00 rate_Mbps=991.3574 tx_cpu=82 rx_cpu=51 drop=4391 pkt=125499 data_loss=3.49884 2020-11-16 02:35:15,765 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=1024 throughput=1<1015149/5000000<10000000 Kbps loss-rate=3 2020-11-16 02:35:15,766 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3007574K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:19,102 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=115.3789 real_seconds=1.00 rate_Mbps=967.5327 tx_cpu=81 rx_cpu=51 drop=8084 pkt=126232 data_loss=6.40406 2020-11-16 02:35:19,102 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=1024 throughput=1<990753/3007574<3007574 Kbps loss-rate=6 2020-11-16 02:35:19,102 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1999163K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:22,433 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=111.6006 real_seconds=1.00 rate_Mbps=936.0818 tx_cpu=78 rx_cpu=48 drop=7712 pkt=121991 data_loss=6.32174 2020-11-16 02:35:22,433 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=1024 throughput=1<958547/1999163<1999163 Kbps loss-rate=6 2020-11-16 02:35:22,434 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1478855K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:25,767 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=118.7158 real_seconds=1.00 rate_Mbps=996.5680 tx_cpu=88 rx_cpu=51 drop=6012 pkt=127577 data_loss=4.71245 2020-11-16 02:35:25,767 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=1024 throughput=1<1020485/1478855<1478855 Kbps loss-rate=4 2020-11-16 02:35:25,768 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1249670K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:29,101 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=134.0225 real_seconds=1.00 rate_Mbps=1124.9436 tx_cpu=83 rx_cpu=48 drop=6714 pkt=143953 data_loss=4.66399 2020-11-16 02:35:29,102 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=1024 throughput=1<1151942/1249670<1249670 Kbps loss-rate=4 2020-11-16 02:35:29,102 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Measuring UDP Throughput (packet size=8192)... 2020-11-16 02:35:29,102 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:32,435 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=2.6328 real_seconds=1.00 rate_Mbps=22.0219 tx_cpu=63 rx_cpu=0 drop=60335 pkt=60672 data_loss=99.44456 2020-11-16 02:35:32,436 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=8192 throughput=1<22550/5000000<10000000 Kbps loss-rate=99 2020-11-16 02:35:32,436 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R67650K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:35,768 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=1033 pkt=1033 data_loss=100.00000 2020-11-16 02:35:35,768 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=8192 throughput=1<0/67650<67650 Kbps loss-rate=100 2020-11-16 02:35:35,769 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R33825K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:39,127 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=517 pkt=517 data_loss=100.00000 2020-11-16 02:35:39,128 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=8192 throughput=1<0/33825<33825 Kbps loss-rate=100 2020-11-16 02:35:39,128 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R16912K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:45,490 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=259 pkt=259 data_loss=100.00000 2020-11-16 02:35:45,490 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=8192 throughput=1<0/16912<16912 Kbps loss-rate=100 2020-11-16 02:35:45,491 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8456K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:48,830 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=130 pkt=130 data_loss=100.00000 2020-11-16 02:35:48,831 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=8192 throughput=1<0/8456<8456 Kbps loss-rate=100 2020-11-16 02:35:48,831 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4228K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:52,170 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=65 pkt=65 data_loss=100.00000 2020-11-16 02:35:52,171 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=8192 throughput=1<0/4228<4228 Kbps loss-rate=100 2020-11-16 02:35:52,171 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2114K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:55,550 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=0.0000 real_seconds=1.02 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=33 pkt=33 data_loss=100.00000 2020-11-16 02:35:55,550 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=8192 throughput=1<0/2114<2114 Kbps loss-rate=100 2020-11-16 02:35:55,551 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1057K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:35:58,938 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=0.0000 real_seconds=1.05 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=17 pkt=17 data_loss=100.00000 2020-11-16 02:35:58,939 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=8192 throughput=1<0/1057<1057 Kbps loss-rate=100 2020-11-16 02:35:58,939 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R528K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:36:02,393 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=0.0625 real_seconds=1.12 rate_Mbps=0.4695 tx_cpu=100 rx_cpu=0 drop=1 pkt=9 data_loss=11.09531 2020-11-16 02:36:02,394 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=8192 throughput=1<480/528<528 Kbps loss-rate=11 2020-11-16 02:36:02,395 DEBUG overshot, min=1 kbps=480 max=528 2020-11-16 02:36:02,395 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R480K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:36:05,844 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=0.0625 real_seconds=1.09 rate_Mbps=0.4801 tx_cpu=100 rx_cpu=0 drop=0 pkt=8 data_loss=0.00000 2020-11-16 02:36:05,844 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=8192 throughput=1<491/480<528 Kbps loss-rate=0 2020-11-16 02:36:05,845 DEBUG undershot, min=491 kbps=509 max=528 2020-11-16 02:36:05,845 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R509K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:36:09,211 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] megabytes=0.0625 real_seconds=1.03 rate_Mbps=0.5092 tx_cpu=100 rx_cpu=0 drop=0 pkt=8 data_loss=0.00000 2020-11-16 02:36:09,212 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] pkt-size=8192 throughput=491<521/509<528 Kbps loss-rate=0 2020-11-16 02:36:09,212 DEBUG undershot, min=521 kbps=524 max=528 2020-11-16 02:36:09,225 INFO { 'az_from': u'nova:lf-virtual7', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.116', 'ip_to': u'192.168.1.132', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 14, 'rtt_ms': 0.83, 'throughput_kbps': 4103543, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 20, 'rtt_ms': 0.8, 'throughput_kbps': 4209667, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 26, 'rtt_ms': 0.95, 'throughput_kbps': 4279044, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.35, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 135883, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.66, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1151942, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 521, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.927', 'rtt_max_ms': '3.154', 'rtt_min_ms': '0.540', 'rtt_stddev': '0.757', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.725', 'rtt_max_ms': '0.827', 'rtt_min_ms': '0.622', 'rtt_stddev': '0.065', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.098', 'rtt_max_ms': '2.650', 'rtt_min_ms': '0.716', 'rtt_stddev': '0.549', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-11-16 02:36:09,226 INFO Deleting floating ip ce2be3db-d1eb-4faf-941e-b71f8c05b1b5 2020-11-16 02:36:10,878 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Floating IP 172.24.4.169 deleted 2020-11-16 02:36:11,061 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae53] Instance deleted 2020-11-16 02:36:11,177 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Creating client VM... 2020-11-16 02:36:11,178 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Starting on zone nova:lf-virtual7 2020-11-16 02:36:18,522 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] VM status=BUILD, retrying 1 of 150... 2020-11-16 02:36:23,281 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] VM status=BUILD, retrying 2 of 150... 2020-11-16 02:36:28,466 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] VM status=BUILD, retrying 3 of 150... 2020-11-16 02:36:30,772 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] VM status=BUILD, retrying 4 of 150... 2020-11-16 02:36:38,696 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Internal network IP: 192.168.2.114 2020-11-16 02:36:38,696 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] SSH IP: 172.24.4.88 2020-11-16 02:36:38,696 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Setup SSH for ubuntu@172.24.4.88 2020-11-16 02:37:03,568 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Installing nuttcp-8.1.4... 2020-11-16 02:37:03,647 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Copying nuttcp-8.1.4 to target... 2020-11-16 02:37:03,838 INFO ============================================================ 2020-11-16 02:37:03,839 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2020-11-16 02:37:12,896 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] PING 192.168.1.132 (192.168.1.132) 64(92) bytes of data. 72 bytes from 192.168.1.132: icmp_seq=1 ttl=63 time=1.99 ms 72 bytes from 192.168.1.132: icmp_seq=2 ttl=63 time=0.977 ms 72 bytes from 192.168.1.132: icmp_seq=3 ttl=63 time=0.735 ms 72 bytes from 192.168.1.132: icmp_seq=4 ttl=63 time=0.690 ms 72 bytes from 192.168.1.132: icmp_seq=5 ttl=63 time=0.697 ms 72 bytes from 192.168.1.132: icmp_seq=6 ttl=63 time=0.630 ms 72 bytes from 192.168.1.132: icmp_seq=7 ttl=63 time=0.671 ms 72 bytes from 192.168.1.132: icmp_seq=8 ttl=63 time=0.654 ms 72 bytes from 192.168.1.132: icmp_seq=9 ttl=63 time=0.675 ms 72 bytes from 192.168.1.132: icmp_seq=10 ttl=63 time=0.713 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.630/0.843/1.994/0.395 ms 2020-11-16 02:37:21,977 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] PING 192.168.1.132 (192.168.1.132) 391(419) bytes of data. 399 bytes from 192.168.1.132: icmp_seq=1 ttl=63 time=0.807 ms 399 bytes from 192.168.1.132: icmp_seq=2 ttl=63 time=0.722 ms 399 bytes from 192.168.1.132: icmp_seq=3 ttl=63 time=0.734 ms 399 bytes from 192.168.1.132: icmp_seq=4 ttl=63 time=0.655 ms 399 bytes from 192.168.1.132: icmp_seq=5 ttl=63 time=0.742 ms 399 bytes from 192.168.1.132: icmp_seq=6 ttl=63 time=0.691 ms 399 bytes from 192.168.1.132: icmp_seq=7 ttl=63 time=0.816 ms 399 bytes from 192.168.1.132: icmp_seq=8 ttl=63 time=0.668 ms 399 bytes from 192.168.1.132: icmp_seq=9 ttl=63 time=0.716 ms 399 bytes from 192.168.1.132: icmp_seq=10 ttl=63 time=0.555 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.555/0.710/0.816/0.077 ms 2020-11-16 02:37:31,042 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] PING 192.168.1.132 (192.168.1.132) 1500(1528) bytes of data. 1508 bytes from 192.168.1.132: icmp_seq=1 ttl=63 time=2.21 ms 1508 bytes from 192.168.1.132: icmp_seq=2 ttl=63 time=0.968 ms 1508 bytes from 192.168.1.132: icmp_seq=3 ttl=63 time=0.712 ms 1508 bytes from 192.168.1.132: icmp_seq=4 ttl=63 time=0.890 ms 1508 bytes from 192.168.1.132: icmp_seq=5 ttl=63 time=0.901 ms 1508 bytes from 192.168.1.132: icmp_seq=6 ttl=63 time=0.929 ms 1508 bytes from 192.168.1.132: icmp_seq=7 ttl=63 time=0.916 ms 1508 bytes from 192.168.1.132: icmp_seq=8 ttl=63 time=0.952 ms 1508 bytes from 192.168.1.132: icmp_seq=9 ttl=63 time=0.823 ms 1508 bytes from 192.168.1.132: icmp_seq=10 ttl=63 time=0.851 ms --- 192.168.1.132 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9008ms rtt min/avg/max/mdev = 0.712/1.015/2.216/0.408 ms 2020-11-16 02:37:31,043 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Measuring TCP Throughput (packet size=65536)... 2020-11-16 02:37:31,043 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:37:41,159 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=4458.1031 real_seconds=10.01 rate_Mbps=3735.9121 tx_cpu=11 rx_cpu=24 retrans=147 cwnd=722 rtt_ms=0.89 2020-11-16 02:37:41,159 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:37:51,270 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=4594.6533 real_seconds=10.01 rate_Mbps=3850.3841 tx_cpu=12 rx_cpu=23 retrans=14 cwnd=722 rtt_ms=1.09 2020-11-16 02:37:51,271 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:01,380 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=4675.2459 real_seconds=10.01 rate_Mbps=3917.6244 tx_cpu=12 rx_cpu=24 retrans=48 cwnd=570 rtt_ms=0.98 2020-11-16 02:38:01,381 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Measuring UDP Throughput (packet size=128)... 2020-11-16 02:38:01,381 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:04,737 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=11.8212 real_seconds=1.00 rate_Mbps=99.0783 tx_cpu=56 rx_cpu=44 drop=55387 pkt=152226 data_loss=36.38462 2020-11-16 02:38:04,738 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<101456/5000000<10000000 Kbps loss-rate=36 2020-11-16 02:38:04,738 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R304368K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:08,073 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=11.9015 real_seconds=1.01 rate_Mbps=99.0484 tx_cpu=61 rx_cpu=43 drop=46466 pkt=143963 data_loss=32.27626 2020-11-16 02:38:08,074 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<101425/304368<304368 Kbps loss-rate=32 2020-11-16 02:38:08,074 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R202896K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:11,407 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=10.3203 real_seconds=1.00 rate_Mbps=86.5081 tx_cpu=69 rx_cpu=36 drop=88307 pkt=172851 data_loss=51.08863 2020-11-16 02:38:11,408 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<88584/202896<202896 Kbps loss-rate=51 2020-11-16 02:38:11,408 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R145740K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:14,741 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=10.7083 real_seconds=1.01 rate_Mbps=89.2829 tx_cpu=65 rx_cpu=44 drop=54600 pkt=142323 data_loss=38.36382 2020-11-16 02:38:14,741 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<91425/145740<145740 Kbps loss-rate=38 2020-11-16 02:38:14,741 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R118582K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:18,076 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=11.7333 real_seconds=1.01 rate_Mbps=97.8966 tx_cpu=93 rx_cpu=42 drop=19683 pkt=115802 data_loss=16.99703 2020-11-16 02:38:18,076 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<100246/118582<118582 Kbps loss-rate=17 2020-11-16 02:38:18,077 DEBUG overshot, min=1 kbps=100246 max=118582 2020-11-16 02:38:18,077 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R100246K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:21,412 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=11.6412 real_seconds=1.01 rate_Mbps=96.8415 tx_cpu=90 rx_cpu=39 drop=2531 pkt=97896 data_loss=2.58573 2020-11-16 02:38:21,413 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<99165/100246<118582 Kbps loss-rate=2 2020-11-16 02:38:21,413 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Measuring UDP Throughput (packet size=1024)... 2020-11-16 02:38:21,414 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:24,747 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=94.0049 real_seconds=1.00 rate_Mbps=787.8366 tx_cpu=78 rx_cpu=42 drop=58398 pkt=154659 data_loss=37.75920 2020-11-16 02:38:24,748 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<806744/5000000<10000000 Kbps loss-rate=37 2020-11-16 02:38:24,748 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2420232K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:28,108 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=96.0010 real_seconds=1.01 rate_Mbps=800.7367 tx_cpu=81 rx_cpu=46 drop=59788 pkt=158093 data_loss=37.81823 2020-11-16 02:38:28,108 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<819954/2420232<2420232 Kbps loss-rate=37 2020-11-16 02:38:28,109 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1620093K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:31,441 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=97.5352 real_seconds=1.00 rate_Mbps=817.4011 tx_cpu=70 rx_cpu=42 drop=18119 pkt=117995 data_loss=15.35570 2020-11-16 02:38:31,442 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<837018/1620093<1620093 Kbps loss-rate=15 2020-11-16 02:38:31,442 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1228555K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:34,783 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=86.0625 real_seconds=1.01 rate_Mbps=717.1383 tx_cpu=68 rx_cpu=40 drop=36884 pkt=125012 data_loss=29.50435 2020-11-16 02:38:34,784 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<734349/1228555<1228555 Kbps loss-rate=29 2020-11-16 02:38:34,784 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R981452K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:38,147 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=87.9629 real_seconds=1.00 rate_Mbps=737.3457 tx_cpu=40 rx_cpu=41 drop=22347 pkt=112421 data_loss=19.87793 2020-11-16 02:38:38,148 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<755041/981452<981452 Kbps loss-rate=19 2020-11-16 02:38:38,148 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R868246K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:41,508 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=88.2305 real_seconds=1.00 rate_Mbps=738.3926 tx_cpu=82 rx_cpu=43 drop=14892 pkt=105240 data_loss=14.15045 2020-11-16 02:38:41,508 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<756114/868246<868246 Kbps loss-rate=14 2020-11-16 02:38:41,508 DEBUG overshot, min=1 kbps=756114 max=868246 2020-11-16 02:38:41,509 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R756114K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:44,844 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=80.5791 real_seconds=1.01 rate_Mbps=671.7621 tx_cpu=89 rx_cpu=37 drop=9786 pkt=92299 data_loss=10.60246 2020-11-16 02:38:44,844 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<687884/756114<868246 Kbps loss-rate=10 2020-11-16 02:38:44,844 DEBUG overshot, min=1 kbps=687884 max=756114 2020-11-16 02:38:44,845 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R687884K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:48,179 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=69.3711 real_seconds=1.01 rate_Mbps=578.0775 tx_cpu=97 rx_cpu=42 drop=12934 pkt=83970 data_loss=15.40316 2020-11-16 02:38:48,179 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<591951/687884<756114 Kbps loss-rate=15 2020-11-16 02:38:48,180 DEBUG overshot, min=1 kbps=591951 max=687884 2020-11-16 02:38:48,180 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R591951K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:51,538 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=67.9092 real_seconds=1.00 rate_Mbps=569.6510 tx_cpu=99 rx_cpu=40 drop=2721 pkt=72260 data_loss=3.76553 2020-11-16 02:38:51,538 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<583322/591951<687884 Kbps loss-rate=3 2020-11-16 02:38:51,538 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Measuring UDP Throughput (packet size=8192)... 2020-11-16 02:38:51,539 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:54,874 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=2.4766 real_seconds=1.01 rate_Mbps=20.6451 tx_cpu=36 rx_cpu=0 drop=54902 pkt=55219 data_loss=99.42591 2020-11-16 02:38:54,874 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<21140/5000000<10000000 Kbps loss-rate=99 2020-11-16 02:38:54,875 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R63420K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:38:58,234 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=968 pkt=968 data_loss=100.00000 2020-11-16 02:38:58,235 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/63420<63420 Kbps loss-rate=100 2020-11-16 02:38:58,235 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R31710K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:39:01,566 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=484 pkt=484 data_loss=100.00000 2020-11-16 02:39:01,566 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/31710<31710 Kbps loss-rate=100 2020-11-16 02:39:01,567 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R15855K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:39:04,929 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=242 pkt=242 data_loss=100.00000 2020-11-16 02:39:04,929 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/15855<15855 Kbps loss-rate=100 2020-11-16 02:39:04,930 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7927K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:39:08,292 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=121 pkt=121 data_loss=100.00000 2020-11-16 02:39:08,293 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/7927<7927 Kbps loss-rate=100 2020-11-16 02:39:08,293 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3963K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:39:11,661 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=61 pkt=61 data_loss=100.00000 2020-11-16 02:39:11,662 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/3963<3963 Kbps loss-rate=100 2020-11-16 02:39:11,662 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1981K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:39:15,021 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.03 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=31 pkt=31 data_loss=100.00000 2020-11-16 02:39:15,022 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/1981<1981 Kbps loss-rate=100 2020-11-16 02:39:15,022 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R990K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:39:18,443 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.06 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=16 pkt=16 data_loss=100.00000 2020-11-16 02:39:18,444 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/990<990 Kbps loss-rate=100 2020-11-16 02:39:18,444 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R495K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:39:21,838 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.06 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=8 pkt=8 data_loss=100.00000 2020-11-16 02:39:21,839 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/495<495 Kbps loss-rate=100 2020-11-16 02:39:21,839 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R247K -p5001 -P5002 -fparse 192.168.1.132 2020-11-16 02:39:25,234 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0312 real_seconds=1.06 rate_Mbps=0.2468 tx_cpu=99 rx_cpu=0 drop=0 pkt=4 data_loss=0.00000 2020-11-16 02:39:25,235 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<252/247<247 Kbps loss-rate=0 2020-11-16 02:39:25,235 DEBUG undershot, min=252 kbps=249 max=247 2020-11-16 02:39:25,248 INFO { 'az_from': u'nova:lf-virtual7', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.114', 'ip_to': u'192.168.1.132', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 147, 'rtt_ms': 0.89, 'throughput_kbps': 3825573, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 14, 'rtt_ms': 1.09, 'throughput_kbps': 3942793, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 48, 'rtt_ms': 0.98, 'throughput_kbps': 4011647, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.59, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 99165, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.77, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 583322, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 252, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.843', 'rtt_max_ms': '1.994', 'rtt_min_ms': '0.630', 'rtt_stddev': '0.395', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.710', 'rtt_max_ms': '0.816', 'rtt_min_ms': '0.555', 'rtt_stddev': '0.077', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.015', 'rtt_max_ms': '2.216', 'rtt_min_ms': '0.712', 'rtt_stddev': '0.408', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-11-16 02:39:25,249 INFO ============================================================ 2020-11-16 02:39:25,249 INFO Flow 6: VM to VM different network floating IP (inter-node) 2020-11-16 02:39:34,336 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] PING 172.24.4.16 (172.24.4.16) 64(92) bytes of data. 72 bytes from 172.24.4.16: icmp_seq=1 ttl=63 time=1.36 ms 72 bytes from 172.24.4.16: icmp_seq=2 ttl=63 time=1.17 ms 72 bytes from 172.24.4.16: icmp_seq=3 ttl=63 time=0.827 ms 72 bytes from 172.24.4.16: icmp_seq=4 ttl=63 time=0.749 ms 72 bytes from 172.24.4.16: icmp_seq=5 ttl=63 time=0.756 ms 72 bytes from 172.24.4.16: icmp_seq=6 ttl=63 time=0.800 ms 72 bytes from 172.24.4.16: icmp_seq=7 ttl=63 time=0.546 ms 72 bytes from 172.24.4.16: icmp_seq=8 ttl=63 time=0.684 ms 72 bytes from 172.24.4.16: icmp_seq=9 ttl=63 time=0.684 ms 72 bytes from 172.24.4.16: icmp_seq=10 ttl=63 time=0.802 ms --- 172.24.4.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9003ms rtt min/avg/max/mdev = 0.546/0.838/1.361/0.233 ms 2020-11-16 02:39:43,388 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] PING 172.24.4.16 (172.24.4.16) 391(419) bytes of data. 399 bytes from 172.24.4.16: icmp_seq=1 ttl=63 time=0.541 ms 399 bytes from 172.24.4.16: icmp_seq=2 ttl=63 time=0.708 ms 399 bytes from 172.24.4.16: icmp_seq=3 ttl=63 time=0.768 ms 399 bytes from 172.24.4.16: icmp_seq=4 ttl=63 time=0.834 ms 399 bytes from 172.24.4.16: icmp_seq=5 ttl=63 time=0.790 ms 399 bytes from 172.24.4.16: icmp_seq=6 ttl=63 time=0.696 ms 399 bytes from 172.24.4.16: icmp_seq=7 ttl=63 time=0.646 ms 399 bytes from 172.24.4.16: icmp_seq=8 ttl=63 time=0.731 ms 399 bytes from 172.24.4.16: icmp_seq=9 ttl=63 time=0.616 ms 399 bytes from 172.24.4.16: icmp_seq=10 ttl=63 time=0.727 ms --- 172.24.4.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.541/0.705/0.834/0.087 ms 2020-11-16 02:39:52,454 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] PING 172.24.4.16 (172.24.4.16) 1500(1528) bytes of data. 1508 bytes from 172.24.4.16: icmp_seq=1 ttl=63 time=3.52 ms 1508 bytes from 172.24.4.16: icmp_seq=2 ttl=63 time=1.17 ms 1508 bytes from 172.24.4.16: icmp_seq=3 ttl=63 time=0.893 ms 1508 bytes from 172.24.4.16: icmp_seq=4 ttl=63 time=0.898 ms 1508 bytes from 172.24.4.16: icmp_seq=5 ttl=63 time=0.909 ms 1508 bytes from 172.24.4.16: icmp_seq=6 ttl=63 time=0.952 ms 1508 bytes from 172.24.4.16: icmp_seq=7 ttl=63 time=0.892 ms 1508 bytes from 172.24.4.16: icmp_seq=8 ttl=63 time=0.884 ms 1508 bytes from 172.24.4.16: icmp_seq=9 ttl=63 time=0.963 ms 1508 bytes from 172.24.4.16: icmp_seq=10 ttl=63 time=0.810 ms --- 172.24.4.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9011ms rtt min/avg/max/mdev = 0.810/1.189/3.522/0.783 ms 2020-11-16 02:39:52,455 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Measuring TCP Throughput (packet size=65536)... 2020-11-16 02:39:52,456 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:02,594 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=4528.0000 real_seconds=10.01 rate_Mbps=3794.8420 tx_cpu=12 rx_cpu=24 retrans=44 cwnd=560 rtt_ms=0.94 2020-11-16 02:40:02,595 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:12,709 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=4532.1098 real_seconds=10.01 rate_Mbps=3796.9731 tx_cpu=12 rx_cpu=24 retrans=28 cwnd=677 rtt_ms=0.78 2020-11-16 02:40:12,709 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:22,848 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=4508.9622 real_seconds=10.01 rate_Mbps=3778.6096 tx_cpu=13 rx_cpu=25 retrans=16 cwnd=625 rtt_ms=0.86 2020-11-16 02:40:22,849 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Measuring UDP Throughput (packet size=128)... 2020-11-16 02:40:22,849 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:26,180 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=13.0967 real_seconds=1.00 rate_Mbps=109.7662 tx_cpu=67 rx_cpu=43 drop=59554 pkt=166842 data_loss=35.69489 2020-11-16 02:40:26,180 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<112400/5000000<10000000 Kbps loss-rate=35 2020-11-16 02:40:26,180 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R337200K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:29,517 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=11.4590 real_seconds=1.01 rate_Mbps=95.6332 tx_cpu=71 rx_cpu=42 drop=65974 pkt=159846 data_loss=41.27354 2020-11-16 02:40:29,517 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<97928/337200<337200 Kbps loss-rate=41 2020-11-16 02:40:29,518 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R217564K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:32,852 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=8.7714 real_seconds=1.00 rate_Mbps=73.5185 tx_cpu=57 rx_cpu=33 drop=74200 pkt=146055 data_loss=50.80262 2020-11-16 02:40:32,853 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<75282/217564<217564 Kbps loss-rate=50 2020-11-16 02:40:32,853 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R146423K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:36,187 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=9.6481 real_seconds=1.01 rate_Mbps=80.2591 tx_cpu=56 rx_cpu=41 drop=52776 pkt=131813 data_loss=40.03853 2020-11-16 02:40:36,187 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<82185/146423<146423 Kbps loss-rate=40 2020-11-16 02:40:36,188 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R114304K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:39,522 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=11.6849 real_seconds=1.00 rate_Mbps=97.9049 tx_cpu=60 rx_cpu=48 drop=13615 pkt=109338 data_loss=12.45233 2020-11-16 02:40:39,523 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<100254/114304<114304 Kbps loss-rate=12 2020-11-16 02:40:39,523 DEBUG overshot, min=1 kbps=100254 max=114304 2020-11-16 02:40:39,524 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R100254K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:42,884 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=10.5404 real_seconds=1.00 rate_Mbps=88.4061 tx_cpu=92 rx_cpu=40 drop=11557 pkt=97904 data_loss=11.80467 2020-11-16 02:40:42,884 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<90527/100254<114304 Kbps loss-rate=11 2020-11-16 02:40:42,885 DEBUG overshot, min=1 kbps=90527 max=100254 2020-11-16 02:40:42,885 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R90527K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:46,221 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=9.7443 real_seconds=1.00 rate_Mbps=81.7389 tx_cpu=94 rx_cpu=35 drop=8579 pkt=88405 data_loss=9.70477 2020-11-16 02:40:46,222 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<83700/90527<100254 Kbps loss-rate=9 2020-11-16 02:40:46,222 DEBUG overshot, min=1 kbps=83700 max=90527 2020-11-16 02:40:46,223 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R83700K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:49,584 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=9.8308 real_seconds=1.00 rate_Mbps=82.4648 tx_cpu=99 rx_cpu=38 drop=1204 pkt=81738 data_loss=1.47327 2020-11-16 02:40:49,585 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=1<84443/83700<90527 Kbps loss-rate=1 2020-11-16 02:40:49,585 DEBUG undershot, min=84443 kbps=87485 max=90527 2020-11-16 02:40:49,585 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R87485K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:52,920 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=10.1633 real_seconds=1.00 rate_Mbps=85.2504 tx_cpu=99 rx_cpu=41 drop=2177 pkt=85434 data_loss=2.54770 2020-11-16 02:40:52,920 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=128 throughput=84443<87296/87485<90527 Kbps loss-rate=2 2020-11-16 02:40:52,921 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Measuring UDP Throughput (packet size=1024)... 2020-11-16 02:40:52,921 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:56,258 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=80.2881 real_seconds=1.01 rate_Mbps=669.4877 tx_cpu=79 rx_cpu=41 drop=36902 pkt=119117 data_loss=30.97962 2020-11-16 02:40:56,259 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<685555/5000000<10000000 Kbps loss-rate=30 2020-11-16 02:40:56,259 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2056665K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:40:59,620 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=82.8486 real_seconds=1.01 rate_Mbps=691.0561 tx_cpu=92 rx_cpu=42 drop=40112 pkt=124949 data_loss=32.10272 2020-11-16 02:40:59,621 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<707641/2056665<2056665 Kbps loss-rate=32 2020-11-16 02:40:59,621 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1382153K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:02,957 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=81.0684 real_seconds=1.00 rate_Mbps=679.5533 tx_cpu=81 rx_cpu=48 drop=66889 pkt=149903 data_loss=44.62148 2020-11-16 02:41:02,957 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<695862/1382153<1382153 Kbps loss-rate=44 2020-11-16 02:41:02,958 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1039007K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:06,289 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=72.6670 real_seconds=1.01 rate_Mbps=605.8845 tx_cpu=90 rx_cpu=42 drop=52420 pkt=126831 data_loss=41.33058 2020-11-16 02:41:06,290 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<620425/1039007<1039007 Kbps loss-rate=41 2020-11-16 02:41:06,290 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R829716K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:09,624 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=85.5176 real_seconds=1.00 rate_Mbps=717.3053 tx_cpu=97 rx_cpu=46 drop=13713 pkt=101283 data_loss=13.53929 2020-11-16 02:41:09,624 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<734520/829716<829716 Kbps loss-rate=13 2020-11-16 02:41:09,624 DEBUG overshot, min=1 kbps=734520 max=829716 2020-11-16 02:41:09,625 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R734520K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:12,985 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=86.7236 real_seconds=1.00 rate_Mbps=727.3698 tx_cpu=99 rx_cpu=44 drop=858 pkt=89663 data_loss=0.95693 2020-11-16 02:41:12,985 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=1<744826/734520<829716 Kbps loss-rate=0 2020-11-16 02:41:12,985 DEBUG undershot, min=744826 kbps=787271 max=829716 2020-11-16 02:41:12,986 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R787271K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:16,343 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=82.3252 real_seconds=1.00 rate_Mbps=690.4453 tx_cpu=97 rx_cpu=45 drop=11801 pkt=96102 data_loss=12.27965 2020-11-16 02:41:16,343 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=744826<707015/787271<829716 Kbps loss-rate=12 2020-11-16 02:41:16,344 DEBUG overshot, min=744826 kbps=707015 max=787271 2020-11-16 02:41:16,344 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R707015K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:19,704 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=80.6963 real_seconds=1.00 rate_Mbps=676.8280 tx_cpu=98 rx_cpu=40 drop=3672 pkt=86305 data_loss=4.25464 2020-11-16 02:41:19,705 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=1024 throughput=744826<693071/707015<787271 Kbps loss-rate=4 2020-11-16 02:41:19,705 INFO [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Measuring UDP Throughput (packet size=8192)... 2020-11-16 02:41:19,706 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:23,065 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=2.5781 real_seconds=1.00 rate_Mbps=21.5492 tx_cpu=41 rx_cpu=0 drop=52712 pkt=53042 data_loss=99.37786 2020-11-16 02:41:23,066 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<22066/5000000<10000000 Kbps loss-rate=99 2020-11-16 02:41:23,066 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R66198K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:26,425 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=1011 pkt=1011 data_loss=100.00000 2020-11-16 02:41:26,425 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/66198<66198 Kbps loss-rate=100 2020-11-16 02:41:26,426 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R33099K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:29,764 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=99 rx_cpu=0 drop=506 pkt=506 data_loss=100.00000 2020-11-16 02:41:29,765 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/33099<33099 Kbps loss-rate=100 2020-11-16 02:41:29,766 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R16549K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:33,128 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.00 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=253 pkt=253 data_loss=100.00000 2020-11-16 02:41:33,128 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/16549<16549 Kbps loss-rate=100 2020-11-16 02:41:33,129 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8274K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:36,470 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=127 pkt=127 data_loss=100.00000 2020-11-16 02:41:36,471 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/8274<8274 Kbps loss-rate=100 2020-11-16 02:41:36,471 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4137K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:39,846 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=64 pkt=64 data_loss=100.00000 2020-11-16 02:41:39,846 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/4137<4137 Kbps loss-rate=100 2020-11-16 02:41:39,847 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2068K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:43,194 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=32 pkt=32 data_loss=100.00000 2020-11-16 02:41:43,195 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/2068<2068 Kbps loss-rate=100 2020-11-16 02:41:43,195 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1034K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:46,544 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=16 pkt=16 data_loss=100.00000 2020-11-16 02:41:46,544 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/1034<1034 Kbps loss-rate=100 2020-11-16 02:41:46,545 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R517K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:49,895 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0000 real_seconds=1.01 rate_Mbps=0.0000 tx_cpu=100 rx_cpu=0 drop=8 pkt=8 data_loss=100.00000 2020-11-16 02:41:49,895 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<0/517<517 Kbps loss-rate=100 2020-11-16 02:41:49,895 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R258K -p5001 -P5002 -fparse 172.24.4.16 2020-11-16 02:41:53,245 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] megabytes=0.0312 real_seconds=1.02 rate_Mbps=0.2578 tx_cpu=100 rx_cpu=0 drop=0 pkt=4 data_loss=0.00000 2020-11-16 02:41:53,246 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] pkt-size=8192 throughput=1<263/258<258 Kbps loss-rate=0 2020-11-16 02:41:53,246 DEBUG undershot, min=263 kbps=260 max=258 2020-11-16 02:41:53,262 INFO { 'az_from': u'nova:lf-virtual7', 'az_to': u'nova:lf-virtual6', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.114', 'ip_to': u'172.24.4.16', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 44, 'rtt_ms': 0.94, 'throughput_kbps': 3885918, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 28, 'rtt_ms': 0.78, 'throughput_kbps': 3888100, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 16, 'rtt_ms': 0.86, 'throughput_kbps': 3869296, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.55, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 87296, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.25, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 693071, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 263, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.838', 'rtt_max_ms': '1.361', 'rtt_min_ms': '0.546', 'rtt_stddev': '0.233', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.705', 'rtt_max_ms': '0.834', 'rtt_min_ms': '0.541', 'rtt_stddev': '0.087', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '1.189', 'rtt_max_ms': '3.522', 'rtt_min_ms': '0.810', 'rtt_stddev': '0.783', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2020-11-16 02:41:53,263 INFO Deleting floating ip afc87125-8596-4209-859a-6a2dfc0bbdd5 2020-11-16 02:41:54,997 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Floating IP 172.24.4.88 deleted 2020-11-16 02:41:55,208 DEBUG [TestClient_3c024d1a-4e40-49e7-bc48-59c3f3b21ae54] Instance deleted 2020-11-16 02:41:55,322 INFO Cleaning up... 2020-11-16 02:41:55,323 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Terminating nuttcp-8.1.4 2020-11-16 02:41:55,343 INFO Deleting floating ip 38a2cb95-53a1-4e4e-997b-2f9582cac821 2020-11-16 02:41:56,826 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Floating IP 172.24.4.16 deleted 2020-11-16 02:41:57,016 DEBUG [TestServer_3c024d1a-4e40-49e7-bc48-59c3f3b21ae51] Instance deleted 2020-11-16 02:42:06,730 INFO Network pns-internal-net_3c024d1a-4e40-49e7-bc48-59c3f3b21ae5 deleted. 2020-11-16 02:42:08,175 INFO Network pns-internal-net2_3c024d1a-4e40-49e7-bc48-59c3f3b21ae5 deleted. 2020-11-16 02:42:08,765 INFO Removed public key pns_public_key 2020-11-16 02:42:08,765 INFO Deleting security group 2020-11-16 02:42:08,979 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 17 [100.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 12 +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '18358346', 'rtt_ms': '0.506667'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 121600, 'loss_rate': 4.69}, 1024: {'tp_kbps': 1030878, | | | | | 'loss_rate': 4.28}, 8192: {'tp_kbps': 6875869, 'loss_rate': 2.49}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.436/0.320/0.567/0.097', | | | | | '64-byte': '0.507/0.330/1.228/0.249', '1500-byte': '0.560/0.324/1.135/0.211'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '4197418', 'rtt_ms': '0.86'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 135883, 'loss_rate': 3.35}, 1024: {'tp_kbps': 1151942, | | | | | 'loss_rate': 4.66}, 8192: {'tp_kbps': 521, 'loss_rate': 0.0}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.725/0.622/0.827/0.065', | | | | | '64-byte': '0.927/0.540/3.154/0.757', '1500-byte': '1.098/0.716/2.650/0.549'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '4946525', 'rtt_ms': '0.52'} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 56103, 'loss_rate': 0.0}, 1024: {'tp_kbps': 459326, | | | | | 'loss_rate': 0.67}, 8192: {'tp_kbps': 1776530, 'loss_rate': 0.0}} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.452/0.335/0.699/0.114', | | | | | '64-byte': '0.658/0.428/1.604/0.343', '1500-byte': '0.669/0.453/1.643/0.330'}} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '3926671', 'rtt_ms': '0.986667'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 99165, 'loss_rate': 2.59}, 1024: {'tp_kbps': 583322, | | | | | 'loss_rate': 3.77}, 8192: {'tp_kbps': 252, 'loss_rate': 0.0}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.710/0.555/0.816/0.077', | | | | | '64-byte': '0.843/0.630/1.994/0.395', '1500-byte': '1.015/0.712/2.216/0.408'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '4840735', 'rtt_ms': '0.763333'} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 54902, 'loss_rate': 0.33}, 1024: {'tp_kbps': 456834, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 890792, 'loss_rate': 0.0}} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.482/0.386/0.615/0.072', | | | | | '64-byte': '0.635/0.499/1.227/0.205', '1500-byte': '0.635/0.461/1.551/0.313'}} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '3881104', 'rtt_ms': '0.86'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 87296, 'loss_rate': 2.55}, 1024: {'tp_kbps': 693071, | | | | | 'loss_rate': 4.25}, 8192: {'tp_kbps': 263, 'loss_rate': 0.0}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.705/0.541/0.834/0.087', | | | | | '64-byte': '0.838/0.546/1.361/0.233', '1500-byte': '1.189/0.810/3.522/0.783'}} | | 6.4 | Different Network, Floating IP, Inter-node, Multicast | SKIPPED | {} | | 7.1 | Native Throughput, TCP | SKIPPED | {} | | 7.2 | Native Throughput, UDP | SKIPPED | {} | | 7.3 | Native Throughput, ICMP | SKIPPED | {} | | 7.4 | Native Throughput, Multicast | SKIPPED | {} | | 8.1 | VM to Host Uploading | SKIPPED | {} | | 8.2 | VM to Host Downloading | SKIPPED | {} | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ 2020-11-16 02:42:08,987 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2020-11-16 02:42:09,613 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp_genchart -c /home/opnfv/functest/results/vmtp/vmtp.html /home/opnfv/functest/results/vmtp/vmtp.json Generating chart drawing code to /home/opnfv/functest/results/vmtp/vmtp.html... 2020-11-16 02:42:09,616 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 20:44 | PASS | +-------------------+------------------+------------------+----------------+