Single Client Performance - CIFS and NFS on Linux

A CentOS 6.2 virtual machine was used to evaluate NFS and CIFS performance of the NAS when accessed from a Linux client. In order to standardize the testing across multiple NAS units, the following parameters were used to mount the NFS and Samba shares:

mount -t nfs NAS_IP:/PATH_TO_NFS_SHARE /PATH_TO_LOCAL_MOUNT_FOLDER

mount -t cifs //NAS_IP/PATH_TO_SMB_SHARE /PATH_TO_LOCAL_MOUNT_FOLDER

Note that these areslightly different from what we used to run in our previous NAS reviews. We have also shifted from IOMeter to IOZone for evaluating performance under Linux. The following IOZone command was used to benchmark the shares:

iozone -aczR -g 2097152 -U /PATH_TO_LOCAL_CIFS_MOUNT -f /PATH_TO_LOCAL_CIFS_MOUNT/testfile -b <NAS_NAME>_CIFS_EXCEL_BIN.xls > <NAS_NAME>_CIFS_CSV.csv

IOZone provides benchmark numbers for a multitude of access scenarios with varying file sizes and record lengths. Some of these are very susceptible to caching effects on the client side. This is evident in some of the graphs in the gallery below.

Readers interested in the hard numbers can refer to the CSV program output here. These numbers will gain relevance as we benchmark more NAS units with similar configuration.

The NFS share was also benchmarked in a similar manner with the following command:

iozone -aczR -g 2097152 -U /nfs_test_mount/ -f /nfs_test_mount/testfile -b NTGR_RN312_NFS_EXCEL_BIN.xls > NTGR_RN312_NFS_CSV.csv

Some scenarios exhibit client caching effects, and these are evident in the gallery below.

The iozone CSV output can be found here for those interested in the exact numbers.

Single Client Performance - CIFS and iSCSI on Windows Multi-Client Performance - CIFS
Comments Locked

18 Comments

View All Comments

  • anactoraaron - Monday, November 11, 2013 - link

    The only thing that I would add is that Netgear is really taking their ReadyNAS product line seriously with their support. I reviewed on of these units as well (mine came with 2x 1TB Toshiba drives included) and I had some very strange issues with the software (6.0.8). Without going into the details (ejecting external usb drives was one), I notified Netgear about the issue they had a firmware fix the next Monday (firmware was originally 6.0.8 - and was updated to 6.1.1). To me, that was a huge plus. Knowing that your support ticket,etc would be investigated and getting such a fast patch issued shows their commitment to this product line.
  • jaydee - Monday, November 11, 2013 - link

    Ganesh,

    I'm wondering how likely is it, if you were to buy/use this in a home, to actually use the OS that comes with the system, rather than WHS 2011, or a Linux-based server OS (CentOS, etc)? Can you go a bit further with the software aspect of it?
  • anactoraaron - Monday, November 11, 2013 - link

    I would just use the OS that comes with it. There's other features of the OS (like Power Timer) that allow you to set a schedule for when the NAS is on - and it also has WOL functionality. Inside the OS is support for SMB, AFP, NFS, FTP, iTunes, ReadyDLNA, etc. Also in the OS is a free antivirus.

    There's also a one touch backup button that can be configured to whatever you want to backup (like just certain shared folders) or you can schedule automatic backups. There's nothing too special about the OS, but there's really nothing missing from it either.
  • ganeshts - Monday, November 11, 2013 - link

    I agree with anactoraaron. This is an off-the-shelf NAS. If the software features don't fit, you are better off with a WHS server or custom Linux DIY build. Also, as far as I can see, the only complaint that can be put forward 'core-feature-wise' is the lack of LVM support -- i.e, say, you get the 4-bay variant and want to store some data with single disk resiliency and some with dual disk resiliency -- it is not possible with ReadyNAS OS 6.x.
  • tuxRoller - Monday, November 11, 2013 - link

    BTRFS includes "lvm" just as zfs does. In fact, that's one of its criticisms.
    Since btrfs supports redundancy using the chunks model (default 256MB), rather than at the disk level, you can have multiple redundancy options within a single disk (not a great idea for multiple reasons, but should be doable). Of course, you can span this over multiple disks to get the desired effect.
    Something like:
    mkfs.btrfs -m raid 1 -d /dev/sda -d raid 1 /dev/sdb /dev/sdc
    I should think.
  • ganeshts - Monday, November 11, 2013 - link

    I did mention btrfs's LVM support in the article, but the problem is that Netgear's firmware doesn't implement it.
  • tuxRoller - Monday, November 11, 2013 - link

    In the article you said it was supposed to be using the code that was employed in Oracle's deployments?
  • ganeshts - Monday, November 11, 2013 - link

    Yes, but not all features are exposed to the end-users. I guess the really adventurous users could try out certain things over SSH, but without official support, it is going to be pretty dangerous.
  • jaydee - Monday, November 11, 2013 - link

    The feature I had in mind was proxy server for web caching, content filter, security (something like Squid). I realize this is kinda getting away from a "NAS", but with the specs listed, I don't see why it couldn't.
  • bsd228 - Monday, November 11, 2013 - link

    While Oracle may now include it, Redhat is still on the fence about it with the upcoming RHEL7, and still is working out stability before endorsing it for performance reasons. If you want a better filesystem, you can get an HP Microserver and pair it with zfs. I'll let others take this netgear experiment.

Log in

Don't have an account? Sign up now