Problem: high IO-wait while copying from RPi
|
10th Jul, 2014, 05:02 AM
Post: #1
|
|||
|
|||
high IO-wait while copying from RPi
Hi guys,
Need some help troubleshooting a problem I've been having: I have a USB drive connected to my RPi and share it over the network with samba. I noticed that copying files from the disk connected to to Pi to my laptop or other device, over the network could take hours, specially if it was a HD movie, for example, so I installed a network speed monitor (Readerror's NetMeter, to be precise) on my laptop and stared to copy a large file from the Pi to the laptop. Noticed that it started copying at a rate around 5MB/s for a few seconds and then dropped to 0 for a few second as well, and then back to 5MB/s and so on... So basically it takes so long to copy a file because most of the time, it's actually not copying anything. Ran the top command on the pi, and compared what was happening on both ends. When it was copying at 5MB/s, the smbd process in the pi was consuming around 70% of the CPU. When the transfer rate dropped to 0, the IO-wait percentage of the CPU in the Pi was over 90%. So, i think it's safe to assume I have a bottleneck accessing the USB drive. Why can that be? How can I overcome this? Would appreciate if someone can point me in the right direction. Thanks! Oh... Just remembered that the USB drive is connected to the Pi through a Powered USB Hub. And apparently the HUB is the problem on my setup. Tried connecting the hard drive directly to the Pi and copy the file again and everything seemed to work just fine. So, the question that remains is: is this bound to happen with any USB hub or do I have a faulty one? If the problem is with mine, would you recommend any in particular? Is the PIHUB any good? Thanks! |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
high IO-wait while copying from RPi - Deep6 - 10th Jul, 2014 05:02 AM
RE: high IO-wait while copying from RPi - Deep6 - 10th Jul, 2014, 08:16 AM
RE: high IO-wait while copying from RPi - mk01 - 6th Aug, 2014, 10:11 PM
|