Slow Transfer Speeds from KVM host to client
- by indian maiden
I am trying to isolate the root cause of slow transfer speeds from my host OS to a KVM client. Both are Linux.
Rsync on the host 192.168.1.72
rsync -auv --progress rut3.img /tmp/ [54.09MB/s]
Rsync to the client:
rsync -auv --progress rut3.img 192.168.1.80:/tmp/ [25.52MB/s]
I realize that there will be some TCP overhead on the transfer but over 50%? Can someone enlighten me on what could be slowing down the transfers so much?