OpenELEC Testbuilds for RaspberryPi Part 2
(2013-12-19, 21:14)popcornmix Wrote:
(2013-12-19, 20:03)xbs08 Wrote: OpenELEC:~ # time sh -c "cp -r /storage/.xbmc/userdata/Thumbnails/* /storage/downloads/Thumbnails && sync"
real 0m 38.67s
user 0m 0.20s
sys 0m 4.03s

I get similar (high) results:

I guess I must have a really slow usb stick. However, I cannot repeat the 9 minutes odd with ext4 storage - the only thing I can think of for the discrepancy is that I've been working with image files for each of the ext4 and f2fs storage (which also explains the difference in thumbnail files sizes since there were 2 days between me making the images) and it might have got corrupted when I re-imaged the usb stick or there might have been something running in the background (not sure what though).

Anyway re-did the tests (deleting the /downloads/thumbnails folder between each test):

3 tests with ext4 (4GB Sandisk Cruzer):
Code:
openelec:~ # du -csh /storage/.xbmc/userdata/Thumbnails
247.5M  /storage/.xbmc/userdata/Thumbnails
247.5M  total
openelec:~ # time sh -c "cp -r /storage/.xbmc/userdata/Thumbnails/* /storage/downloads/Thumbnails && sync"
real    3m 40.32s best 3m 47.21s worst (1.12MB/s, 1.09MB/s)
user    0m 0.81s
sys     0m 14.17s

3 tests with f2fs (4GB Sandisk Cruzer):
Code:
openelec:~ # du -csh /storage/.xbmc/userdata/Thumbnails
301.0M  /storage/.xbmc/userdata/Thumbnails
301.0M  total
openelec:~ # time sh -c "cp -r /storage/.xbmc/userdata/Thumbnails/* /storage/downloads/Thumbnails && sync"
real    2m 15.49s best 2m 28.96 worst (2.22MB/s, 2.02MB/s)
user    0m 0.76s
sys     0m 10.40s

This still represents approx. 90% increase in performance so I guess I'm going to stick with f2fs.
Quote:What might be interesting is installing a new add-on or skin. I think the write speed would be significant in that.
I seem to remember Aeon Nox took a couple of minutes to install. Installing from a zip file would avoid internet download speed being the bottleneck.

Installing Aeon Nox 4.0.9 from a zip file took 1m 43s for ext4 and 1m 6s for f2fs - I couldn't get texturecache to work (something about JSON-RPC server not running), so I gave up.


Messages In This Thread
AW: RE: - by DieterLumpen - 2013-07-29, 20:50
include guires switch? - by hpbaxxter - 2013-08-01, 21:46
RE: dual audio?? - by pootler - 2013-08-03, 17:13
Help, watch 3D Film on Non 3D TV - by unix72 - 2013-08-09, 12:39
Remote Controllers - by tfft - 2013-08-14, 09:11
rbej repeatable crash - by RichG - 2013-08-19, 12:43
New Tester - by theneverstill - 2013-10-03, 17:16
RE: OpenELEC Testbuilds for RaspberryPi Part 2 - by Reddog999 - 2013-12-20, 01:06
[split] missing subtitle stream - by Jönke - 2014-01-08, 21:03
3D Support - by michbeck100 - 2014-01-11, 01:01
No sound on Gotham builds - by URBANsUNITED - 2014-01-13, 15:19
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 223