Rsync over NFS with QoS: How to view real transfer speed?
Posted
by
Ian Mackinnon
on Server Fault
See other posts from Server Fault
or by Ian Mackinnon
Published on 2011-03-28T12:07:16Z
Indexed on
2011/06/29
0:24 UTC
Read the original article
Hit count: 257
We have a bandwidth limit between a Linux server and a NAS, created using 'tc' with an IP filter.
When writing to an NFS mount of the NAS, rsync claims a very high transfer speed for each file and then waits a long time before acknowledging that everything has finished.
The total time taken is consistent with the QoS limit and the time taken by the same transfer over FTP.
Why does the write to the NFS mount report higher transfer speeds than are actually happening over the network?
How can I monitor the actual bandwidth of the transfer?
© Server Fault or respective owner