Backup data rate on Raspberry Pi maxing out at 5 Mb/s. Why?

Posted by bastibe on Super User See other posts from Super User or by bastibe
Published on 2012-07-30T21:18:18Z Indexed on 2014/06/05 3:29 UTC
Read the original article Hit count: 378

I set up my Raspberry Pi as a Time Machine, as documented here.

At the moment, the Raspberry Pi is connected to my MacBook Pro using a direct Ethernet cable. Also, an external hard drive (laptop drive) is connected to the Raspberry Pi using the USB port. However, backups are pretty slow. Activity Monitor claims that the Network is transferring a very steady 5 Mb/s, where my Time Capsule is transferring up to 8 Mb/s with a lot of fluctuation.

The Raspberry Pi self-reports (top) that its CPU is only half-used, with about equal parts afpd, usb-storage and jbd2/sda1-8. Thus, I think that the processing power of the Raspberry Pi does not seem to be the problem here.

To me, this looks like there is some kind of bottleneck that maxes out at 5 Mb/s thus potentially having my backups run at less than their potential speed. To the best of my knowledge, this might be the afp-daemon, the usb-bus or the external hard drive.

So, my question is, how could I identify the true culprit and what can I do about it?

© Super User or respective owner

Related posts about debian

Related posts about usb-storage