DataSync from NFS to AWS performance

0

We got 60 MB/s from NFS to EFS. We are wondering what is the bottleneck.

I imagine the DataSync Agent do an easy analysis how fast it can read data from NFS. Or calculate how long the "reading from NFS" and the "sending to AWS" has to wait for the other.

What do you think?

已提問 3 個月前檢視次數 133 次
1 個回答
0

The EFS file system may be reaching its maximum throughput capacity if it is using the bursting throughput mode. You can check the BurstBalance CloudWatch metric to see if burst credits are being depleted.

The NFS volume could be limiting throughput due to its own specifications and usage. DataSync would not be able to transfer faster than the NFS volume can provide data.

Network bandwidth between the on-premises NFS server and AWS could be a bottleneck if below 60 MB/s. Factors like available network interfaces and internet connectivity would impact this.

The EFS client performance on the DataSync agent host could potentially bottleneck if not optimized. Ensuring the latest EFS client version is in use helps maximize throughput.

Running multiple concurrent DataSync tasks could overwhelm the available throughput capacity if not accounting for total data transfer needs across tasks.

profile picture
專家
已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南