1000 PPS packets were sent from a VM1 towards a VM2 on remote compute and measured the throughput of VIF of VM1. On the local compute, the following results are seen where PPS count of packets seems to be higher than what was sent:
root@xenial-1:~# ping 172.76.77.36 -i 0.001 -c 10000000000 PING 172.76.77.36 (172.76.77.36) 56(84) bytes of data. 64 bytes from 172.76.77.36: icmp_seq=1 ttl=64 time=0.807 ms 64 bytes from 172.76.77.36: icmp_seq=2 ttl=64 time=0.136 ms 64 bytes from 172.76.77.36: icmp_seq=3 ttl=64 time=0.116 ms 64 bytes from 172.76.77.36: icmp_seq=4 ttl=64 time=0.131 ms [root@overcloud-contraildpdk-0 heat-admin]# python dpdkstats.py -v 4 -t 1 ------------------------------------------------------------------------------------------------------------------------------------- |Core 1 | TX pps: 1018 | RX pps: 1018 | TX bps: 99764 | RX bps: 99764 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Core 2 | TX pps: 0 | RX pps: 0 | TX bps: 0 | RX bps: 0 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Total | TX pps: 1018 | RX pps: 1018 | TX bps: 798112 | RX bps: 798112 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- [root@overcloud-contraildpdk-0 heat-admin]# python dpdkstats.py -v 4 -t 1 ------------------------------------------------------------------------------------------------------------------------------------- |Core 1 | TX pps: 1016 | RX pps: 1016 | TX bps: 99568 | RX bps: 99568 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Core 2 | TX pps: 0 | RX pps: 0 | TX bps: 0 | RX bps: 0 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Total | TX pps: 1016 | RX pps: 1016 | TX bps: 796544 | RX bps: 796544 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- [root@overcloud-contraildpdk-0 heat-admin]# python dpdkstats.py -v 4 -t 1 ------------------------------------------------------------------------------------------------------------------------------------- |Core 1 | TX pps: 1020 | RX pps: 1020 | TX bps: 99960 | RX bps: 99960 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Core 2 | TX pps: 0 | RX pps: 0 | TX bps: 0 | RX bps: 0 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Total | TX pps: 1020 | RX pps: 1020 | TX bps: 799680 | RX bps: 799680 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- [root@overcloud-contraildpdk-0 heat-admin]#
100 PPS packets were sent from a VM1 towards a VM2 on remote compute and measuring throughput of VIF of VM1. On the local compute, the following results were seen where the PPS count of packets seems to be lower than what was sent:
root@xenial-1:~# ping 172.76.77.36 -i 0.01 -c 10000000000 PING 172.76.77.36 (172.76.77.36) 56(84) bytes of data. 64 bytes from 172.76.77.36: icmp_seq=1 ttl=64 time=0.861 ms [root@overcloud-contraildpdk-0 heat-admin]# python dpdkstats.py -v 4 -t 1 ------------------------------------------------------------------------------------------------------------------------------------- |Core 1 | TX pps: 85 | RX pps: 85 | TX bps: 8330 | RX bps: 8330 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Core 2 | TX pps: 0 | RX pps: 0 | TX bps: 0 | RX bps: 0 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Total | TX pps: 85 | RX pps: 85 | TX bps: 66640 | RX bps: 66640 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- [root@overcloud-contraildpdk-0 heat-admin]# python dpdkstats.py -v 4 -t 1 ------------------------------------------------------------------------------------------------------------------------------------- |Core 1 | TX pps: 85 | RX pps: 85 | TX bps: 8330 | RX bps: 8330 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Core 2 | TX pps: 0 | RX pps: 0 | TX bps: 0 | RX bps: 0 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Total | TX pps: 85 | RX pps: 85 | TX bps: 66640 | RX bps: 66640 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- [root@overcloud-contraildpdk-0 heat-admin]# python dpdkstats.py -v 4 -t 1 ------------------------------------------------------------------------------------------------------------------------------------- |Core 1 | TX pps: 84 | RX pps: 84 | TX bps: 8232 | RX bps: 8232 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Core 2 | TX pps: 0 | RX pps: 0 | TX bps: 0 | RX bps: 0 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- |Total | TX pps: 84 | RX pps: 84 | TX bps: 65856 | RX bps: 65856 | TX error: 0 | RX error 0 | ------------------------------------------------------------------------------------------------------------------------------------- [root@overcloud-contraildpdk-0 heat-admin]#