I just found out, how to measure disk I/O. But there's no indication of a bottleneck, here:
All i see is low I/O, low CPU usage and a low rate of backup progress. Further suggestions?
Rob Browning <r...@defaultvalue.org> writes:
> So if/when you have time, it would be interesting to see how 0.25
> behaves. Some of the improvements we've made may (or may not) help you.
Just wanted to check and see if any of you have had a chance to test a
more recent bup to see if we still have a problem with large files.
sr.steph...@gmail.com writes:
> <https://lh5.googleusercontent.com/-zfFQi5I7p5Y/UtAFuGvMMzI/AAAAAAAAAEg/qR8tIZ8D_xE/s1600/atop.png>
> So i run atop, screenshot attached. no red values here.
Right, though the blue ones indicate sdc and sdh are fairly busy.
> avg-cpu: %user %nice %system %iowait %steal %idle
> 4,13 0,04 2,48 91,38 0,00 1,97
The consistently over 90% iowait values also suggest that bup is just IO
bound, presumably seek-bound.
And assuming I read it correctly, I just noticed (via atop) that your
system has about 500M. If that's right, then I suspect additional RAM
might make a substantial difference, but I'm not postive offhand.
Hope this helps.
--
Am Freitag, 10. Januar 2014 18:11:59 UTC+1 schrieb Rob Browning:sr.steph...@gmail.com writes:
> <https://lh5.googleusercontent.com/-zfFQi5I7p5Y/UtAFuGvMMzI/AAAAAAAAAEg/qR8tIZ8D_xE/s1600/atop.png>
> So i run atop, screenshot attached. no red values here.
Right, though the blue ones indicate sdc and sdh are fairly busy.
> avg-cpu: %user %nice %system %iowait %steal %idle
> 4,13 0,04 2,48 91,38 0,00 1,97
The consistently over 90% iowait values also suggest that bup is just IO
bound, presumably seek-bound.
And assuming I read it correctly, I just noticed (via atop) that your
system has about 500M. If that's right, then I suspect additional RAM
might make a substantial difference, but I'm not postive offhand.
Hope this helps.
--right. Just yesterday i upgraded the hardware of my server. now i have a dual-threaded pentium 4 processor running at 3GHz and 2GB of RAM.
Bup now shows an (average?) throughput of 7800k/s which on the one hand is about 10 times as fast as it was before. On the other hand, i still would expect a faster backup, as about 99% percent of the 1TB have been backed up in preceding runs.
On Wednesday, October 29, 2014 9:21:42 AM UTC-4, sr.steph...@gmail.com wrote:Am Freitag, 10. Januar 2014 18:11:59 UTC+1 schrieb Rob Browning:sr.steph...@gmail.com writes:
> <https://lh5.googleusercontent.com/-zfFQi5I7p5Y/UtAFuGvMMzI/AAAAAAAAAEg/qR8tIZ8D_xE/s1600/atop.png>
> So i run atop, screenshot attached. no red values here.
Right, though the blue ones indicate sdc and sdh are fairly busy.
> avg-cpu: %user %nice %system %iowait %steal %idle
> 4,13 0,04 2,48 91,38 0,00 1,97
The consistently over 90% iowait values also suggest that bup is just IO
bound, presumably seek-bound.
And assuming I read it correctly, I just noticed (via atop) that your
system has about 500M. If that's right, then I suspect additional RAM
might make a substantial difference, but I'm not postive offhand.
Hope this helps.
--right. Just yesterday i upgraded the hardware of my server. now i have a dual-threaded pentium 4 processor running at 3GHz and 2GB of RAM.
Bup now shows an (average?) throughput of 7800k/s which on the one hand is about 10 times as fast as it was before. On the other hand, i still would expect a faster backup, as about 99% percent of the 1TB have been backed up in preceding runs.About the speed, I get around 15000k/s with a Quad-i7. Did you try to backup something from your RAID? It may be your 1TB who is slow (or maybe heavily fragmented?).About the amount of data, does the / (root dir) was upgraded too? (ie does it have the same device id as before.) I believe bup is using the device id to recognize the file systems, so your 1TB is not recognized and it have to be fully backuped.
How can i tell, whether my source drive is fragmented?
sudo fsck.ext2 -fn /dev/sdXY
regards,
Stephan