David Howells <dhowells@redhat.com> wrote:And here are XFS results. Tuning XFS makes a *really* big difference for the lots of small/medium files being tarred case. However, in general BTRFS is much better. David --- ========================= FEW BIG FILES TEST ON XFS ========================= Completely cold caches: [root@andromeda ~]# time cat /warthog/bigfile >/dev/null real 0m2.286s user 0m0.000s sys 0m1.828s [root@andromeda ~]# time cat /warthog/biggerfile >/dev/null real 0m4.228s user 0m0.000s sys 0m1.360s Warm NFS pagecache: [root@andromeda ~]# time cat /warthog/bigfile >/dev/null real 0m0.058s user 0m0.000s sys 0m0.060s [root@andromeda ~]# time cat /warthog/biggerfile >/dev/null real 0m0.122s user 0m0.000s sys 0m0.120s Warm XFS pagecache, cold NFS pagecache: [root@andromeda ~]# time cat /warthog/bigfile >/dev/null real 0m0.181s user 0m0.000s sys 0m0.180s [root@andromeda ~]# time cat /warthog/biggerfile >/dev/null real 0m1.034s user 0m0.000s sys 0m0.404s Warm on-disk cache, cold pagecaches: [root@andromeda ~]# time cat /warthog/bigfile >/dev/null real 0m1.540s user 0m0.000s sys 0m0.256s [root@andromeda ~]# time cat /warthog/biggerfile >/dev/null real 0m3.003s user 0m0.000s sys 0m0.532s ========================================== MANY SMALL/MEDIUM FILE READING TEST ON XFS ========================================== Completely cold caches: [root@andromeda ~]# time tar cf - /warthog/aaa >/dev/zero real 4m56.827s user 0m0.180s sys 0m6.668s Warm NFS pagecache: [root@andromeda ~]# time tar cf - /warthog/aaa >/dev/zero real 0m15.084s user 0m0.212s sys 0m5.008s Warm XFS pagecache, cold NFS pagecache: [root@andromeda ~]# time tar cf - /warthog/aaa >/dev/zero real 0m13.547s user 0m0.220s sys 0m5.652s Warm on-disk cache, cold pagecaches: [root@andromeda ~]# time tar cf - /warthog/aaa >/dev/zero real 4m36.316s user 0m0.148s sys 0m4.440s ======================================================= MANY SMALL/MEDIUM FILE READING TEST ON AN OPTIMISED XFS ======================================================= mkfs.xfs -d agcount=4 -l size=128m,version=2 /dev/sda6 Completely cold caches: [root@andromeda ~]# time tar cf - /warthog/aaa >/dev/zero real 3m44.033s user 0m0.248s sys 0m6.632s Warm on-disk cache, cold pagecaches: [root@andromeda ~]# time tar cf - /warthog/aaa >/dev/zero real 3m8.582s user 0m0.108s sys 0m3.420s - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg KH | Linux 2.6.25.10 |
| Jeremy Fitzhardinge | [PATCH 09 of 36] x86_64: Use __pgd() on mk_kernel_pgd() |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
| Chuck Ebbert | 2.6.22: pcspkr driver no longer loads automatically |
git: | |
| Linus Torvalds | People unaware of the importance of "git gc"? |
| Dan Farina | backup or mirror a repository |
| Wink Saville | Resolving conflicts |
| Oliver Kullmann | "bash: git-upload-pack: command not found" ?? |
| Dustin Lundquist | Re: Asus Striker Extreme does not support 4GB memory |
| Marcus Andree | Re: lost root account |
| Todd Pytel | IDE or SCSI virtual disks for VMWare image? |
| Alexey Suslikov | OT: OpenBSD on Asus eeePC |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Simon Crosby | Where's the FAQ ? |
| Kristian Ejvind | Re: X windows video card support? |
| Jon Anhold | rawrite |
