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?

feita há 3 meses134 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas