Announcement

Collapse
No announcement yet.

10-Way Linux File-System Comparison On Linux 3.10

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • justinzane
    replied
    Suggest using Common/Optimal Mount Options

    I, and I presume most other Linux sys admins, have what I call call "common" mount options for various file systems that we use. As an example, I almost always mount rotational btrfs filesystems with `relatime,compress=lzo,space_cache` and add `,ssd,discard` for SSDs. I'm sure other more experienced users have "common" settings like this for every filesystem they regularly use. Additionally, since phoronix/openbenchmarking seems oriented towards FOSS users who are sophisticated and interested enough to read benchmarks; it follows that most of us use the results of you mount option comparisons as a guide when we setup systems.

    Therefore, I suggest determining, either through results of your filesystem specific tests or via poll of users, what mount options are preferred for general use for each filesystem. Note that I say general use since corner cases like the enterprise master LDAP server have different requirements than other specific systems like streaming CND hosts. That way, your inter-filesystem benchmarks will be more representative both of the best performance the FS can give and the common user experience.

    Hope that makes sense, and thanks!

    Leave a comment:


  • jwilliams
    replied
    Originally posted by justinzane View Post
    Other than avoiding flame wars over the "generally used" options, why not?
    The default options are generally default for a reason -- they are safe and give reasonably good performance under a wide variety of workloads and environments.

    You mention the discard option. That actually hurts performance with some SSDs, since some SSDs do not behave well when given a large list to TRIM. That is probably why it is not default.

    Using compression is a very bad choice with many of the benchmarks phoronix runs, since many of the benchmarks are writing streams of zeros, which compress exceedingly well, unlike more realistic data.

    Leave a comment:


  • justinzane
    replied
    Prefer "Optimal" or "Common" mount options rather than "Default"

    I know that it is hard to do a fair comparison of FSs since many of them are highly configurable to suit magnetic vs electronic media, streaming reads vs random writes, etc. However, as Michael's [recent](www.phoronix.com/vr.php?view=18940) article has shown, there are some options that are highly likely to be used by the vast majority of sysadmins/users. As an anecdotal example, I always use the `relatime,compress=lzo,space_cache` options when creating a btrfs filesystem. If the disk is an SSD, I always add `ssd,discard`. I'm sure that there are generally optimal options for all FSs for general use. I would love to see comparison benchmarks done with these optimal or generally recommended mount options instead of the default. Since I presume that anyone who cares enough to read benchmarks is going to use non-default mount options; this seems to make the benchmarks reflective of the real world ('nix-geek subset ).

    Other than avoiding flame wars over the "generally used" options, why not?

    Leave a comment:


  • djdoo
    replied
    Reiser 4 is really a mystery here! Its performance is way better than someone would expect for being an out of main Kernel tree filesystem with just one developer working on it at his spare time for fun?? ZFS on the other hand is what we would expect...

    Michael are there any "holes" at the tests? Meaning like the one showing EXT2 performance at about 530MB/sec where you point out that it is not writing all of the data because it is not in sync with the disc??

    Furthermore I see btrfs improving and catching up EXT4! F2FS looks promising but needs more work to become a stantard central filesystem for ssds, XFS is also as mature as EXT4 but slightly slower!

    EXT4 is still the bext for default in my opinion! But also I believe Reiser 4 deserves some more love from Kernel and FS devs!

    Leave a comment:


  • jwilliams
    replied
    suggestion for addition to phoronix filesystem benchmarks

    Joseph Bacik (a btrfs dev) looked into the fio benchmark poor performance of btrfs, and he concluded that it is because btrfs does poorly with non-4K aligned workloads. He found that adding

    ba=4k

    to the fio script brought btrfs performance up to be closer to ext4 and XFS.

    Therefore, I suggest an additional phoronix filesystem benchmark, which would be almost identical to the current fio benchmark, except with the addition of 'ba=4k' to the fio script.

    This would allow people whose workloads are primarily 4K-aligned to see a comparison of the filesystems with a workload more similar to their own. It also provides a nice contrast with the non-4K-aligned benchmark so that people can see what filesystems do much better with unaligned writes.

    Leave a comment:


  • deanjo
    replied
    Originally posted by BO$$
    So basically Ext2 is better than Ext4. Nice! You probably call this evolution. Keep going file system developers. Crush the performance of the file system. So it's either ReiserFS or Ext2 since the rest are shit. Too bad one is made by a jailed murderer! Hahaha! You never get tired with Linux! Your best coders have to be removed from society for the good of us all! Hahahahahahahahahaaaaaa
    Maybe you should actually think before you post. Ext 2 does not have journaling explaining why it is faster. There is always a trade off when it comes to speed vs data integrity.

    It's like comparing FAT32 vs NTFS. FAT32 is usually faster but is a lot riskier then NTFS in terms of integrity.

    Last edited by deanjo; 08 August 2013, 03:57 PM.

    Leave a comment:


  • vk512
    replied
    Thanks for the Summer Gift Michael!

    I was looking forward to using F2FS on a production machine once it is a bit more mature with kernel 3.11... now I think I'll stay with ext2 on my SSD (/home being on an ext4 partition).

    Could someone using F2fs for his system provide feedback please?
    Thx

    Leave a comment:


  • Michael
    replied
    Originally posted by aigarius View Post
    Could it be feasible to include Windows and OS X with their default filesystems into such tests as an additional reference point?
    No, for Windows too much time with too little ROI for all Windows tests when I'm doing everything myself and already running short... For OS X, not enough Apple hardware...

    Leave a comment:


  • uid313
    replied
    Tux3

    Nice test!

    Too bad Tux3 isn't included.

    Leave a comment:


  • aigarius
    replied
    Could it be feasible to include Windows and OS X with their default filesystems into such tests as an additional reference point?

    Leave a comment:

Working...
X