Hello Everyone.
I need some help with troubleshooting an issue I am facing in my home network. I have a western digital NAS “WD My Cloud”. It’s based on Debian 8 and has very limited resources ARM CPU dual core and 256 MB RAM. I managed to stop most of the useless services like “twonky” and the performance got somehow better.
The problem I am having is that when I’m copying files from that device the process is extremely slow. The write process from my laptop to the NAS goes with average of 10MB/s:
marin@Hatchery:[/Users/marin/bin] $ rsync -e "ssh -p17170" -aHz --progress /Users/Marin/VirtualBox\ VMs/Ubuntu-15-10-desktop/ root@192.168.0.105:/nfs/VM/
building file list ...
9 files to consider
./
Ubuntu-15-10-desktop.vbox
8196 100% 0.00kB/s 0:00:00 (xfer#1, to-check=7/9)
Ubuntu-15-10-desktop.vbox-prev
8195 100% 7.82MB/s 0:00:00 (xfer#2, to-check=6/9)
Ubuntu-15-10-desktop.vdi
**145915904 2% 11.67MB/s 0:07:17**
But copying files from the NAS to my laptop is getting extremely slow:
marin@Hatchery:[/Users/marin/bin] $ rsync -e "ssh -p17170" -aHz --progress root@192.168.0.105:/nfs/VM/Fedora-23 /Users/Marin/VirtualBox\ VMs/
receiving file list ...
4 files to consider
Fedora-23/
Fedora-23/Fedora.vbox
7932 100% 7.56MB/s 0:00:00 (xfer#1, to-check=2/4)
Fedora-23/Fedora.vbox-prev
7874 100% 20.84kB/s 0:00:00 (xfer#2, to-check=1/4)
Fedora-23/Fedora.vdi
**88604171 1% 829.73kB/s 1:32:48**
Does anyone have an idea what could be causing the slowness or tips how to better troubleshoot this?