Hi, Billy I’d like to share the commands and OVS bridge configuration for micro-bursts. If you have any questions, please send email. ;-)
Moreover, I’d like to talk to a way how to access VSPERF project. Can I send e-mail to Maryam Tahhan ([email protected]<mailto:[email protected]>) for the comments or the presentation? Regards, Chunghan Lee ---------------------------------------------------------------------- /* iperf commands */ iperf version : 2.0.8 *foreground tx (2Gbps): iperf -c 50.1.20.68 -u -l 1400 -i 1 -b 1G -t 5 -p 5001 -y C *background tx (8Gbps): iperf -c 60.2.30.68 -u -l 1400 -i 1 -b 1G -t 3600 -p 6001 -P 10 -y C iperf -c 70.3.40.68 -u -l 1400 -i 1 -b 1G -t 3600 -p 7001 -P 10 -y C iperf -c 80.4.50.68 -u -l 1400 -i 1 -b 1G -t 3600 -p 8001 -P 10 -y C iperf -c 90.5.60.68 -u -l 1400 -i 1 -b 1G -t 3600 -p 9001 -P 10 -y C iperf -c 100.6.70.68 -u -l 1400 -i 1 -b 1G -t 3600 -p 10001 -P 10 -y C iperf -c 110.7.80.68 -u -l 1400 -i 1 -b 1G -t 3600 -p 11001 -P 10 -y C iperf -c 120.8.90.68 -u -l 1400 -i 1 -b 1G -t 3600 -p 12001 -P 10 -y C iperf -c 130.9.100.68 -u -l 1400 -i 1 -b 1G -t 3600 -p 13001 -P 10 -y C *foreground rx (2Gbps): iperf -s -u -l 1500 -i 1 -p 5001 *background rx (8Gbps): iperf -s -u -l 1500 -i 1 -p 6001 iperf -s -u -l 1500 -i 1 -p 7001 iperf -s -u -l 1500 -i 1 -p 8001 iperf -s -u -l 1500 -i 1 -p 9001 iperf -s -u -l 1500 -i 1 -p 10001 iperf -s -u -l 1500 -i 1 -p 11001 iperf -s -u -l 1500 -i 1 -p 12001 iperf -s -u -l 1500 -i 1 -p 13001 /* tcpdump commands */ tcpdump -s 94 -i ‘OVS vport name’ udp -w /dev/shm/ tcpdump -s 94 -i ’nic name’ udp -w /dev/shm/ # The capture size can cover UDP and TCP headers. /* OVS bridge */ Bridge "s1" Port "s1-ef0" Interface "s1-ef0" type: internal Port "s1-ef5" Interface "s1-ef5" type: internal Port "s1-ef8" Interface "s1-ef8" type: internal Port "s1-ef4" Interface "s1-ef4" type: internal Port "s1-ef3" Interface "s1-ef3" type: internal Port "s1-ef6" Interface "s1-ef6" type: internal Port "s1-ef2" Interface "s1-ef2" type: internal Port "enp1s0f2" Interface "enp1s0f2" Port "s1-ef7" Interface "s1-ef7" type: internal Port "s1" Interface "s1" type: internal Port "s1-ef1" Interface "s1-ef1" type: internal NIC : enp1s0f2 Others : OVS vport At both sender and receiver, the bridges have the same configurations. ---------------------------------------------------------------------- ---------------------------------------------------------- Chunghan Lee Cloud Network Project. Fujitsu Laboratories Ltd. 4-1-1 Kamikodanaka, Nakahara-ku, Kawasaki-shi, Kanagawa 211-8588, Japan E-mail: [email protected]<mailto:[email protected]> ----------------------------------------------------------
_______________________________________________ opnfv-tech-discuss mailing list [email protected] https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss
