I provisioned two i2.8xlarge
VMs on AWS
, which should have 10G network as it said on the portal.
But when I run iperf3
test (with "-P 64", which means run with 64 TCP connections) on the VMs, it just gave me ~5Gbps throughput. At the same time when running iperf3, the icmp ping latency is relatively high (about 19ms).
//by the way, iperf3 with 1 TCP connection, gave me the best throughput number, which is about 7Gbps.
Do I miss any configuration/setting to my AWS deployment so that I am not able to get the high throughput and reasonable low latency?
Thanks!