public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
  • * Re: Performance Characteristics of All Linux RAIDs (mdadm/bonnie++)
           [not found] <alpine.DEB.1.10.0805280442330.4527@p34.internal.lan>
           [not found] ` <483D39D3.4020906@rabbit.us>
    @ 2008-05-28 15:40 ` Chris Snook
      2008-05-28 17:32   ` Justin Piszcz
           [not found] ` <95711f160805280934y77ed7d91tec5aeb531bf8013c@mail.gmail.com>
           [not found] ` <20080528190242.GA5171@rap.rap.dk>
      3 siblings, 1 reply; 12+ messages in thread
    From: Chris Snook @ 2008-05-28 15:40 UTC (permalink / raw)
      To: Justin Piszcz; +Cc: linux-kernel, linux-raid, xfs
    
    Justin Piszcz wrote:
    > Hardware:
    > 
    > 1. Utilized (6) 400 gigabyte sata hard drives.
    > 2. Everything is on PCI-e (965 chipset & a 2port sata card)
    > 
    > Used the following 'optimizations' for all tests.
    > 
    > # Set read-ahead.
    > echo "Setting read-ahead to 64 MiB for /dev/md3"
    > blockdev --setra 65536 /dev/md3
    > 
    > # Set stripe-cache_size for RAID5.
    > echo "Setting stripe_cache_size to 16 MiB for /dev/md3"
    > echo 16384 > /sys/block/md3/md/stripe_cache_size
    > 
    > # Disable NCQ on all disks.
    > echo "Disabling NCQ on all disks..."
    > for i in $DISKS
    > do
    >   echo "Disabling NCQ on $i"
    >   echo 1 > /sys/block/"$i"/device/queue_depth
    > done
    
    Given that one of the greatest benefits of NCQ/TCQ is with parity RAID, 
    I'd be fascinated to see how enabling NCQ changes your results.  Of 
    course, you'd want to use a single SATA controller with a known good NCQ 
    implementation, and hard drives known to not do stupid things like 
    disable readahead when NCQ is enabled.
    
    -- Chris
    
    ^ permalink raw reply	[flat|nested] 12+ messages in thread
  • [parent not found: <95711f160805280934y77ed7d91tec5aeb531bf8013c@mail.gmail.com>]
  • [parent not found: <20080528190242.GA5171@rap.rap.dk>]

  • end of thread, other threads:[~2008-05-30 12:09 UTC | newest]
    
    Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <alpine.DEB.1.10.0805280442330.4527@p34.internal.lan>
         [not found] ` <483D39D3.4020906@rabbit.us>
    2008-05-28 11:05   ` Performance Characteristics of All Linux RAIDs (mdadm/bonnie++) Justin Piszcz
    2008-05-28 15:40 ` Chris Snook
    2008-05-28 17:32   ` Justin Piszcz
    2008-05-28 19:22     ` Chris Snook
    2008-05-28 19:27       ` Justin Piszcz
    2008-05-29  9:57         ` Kasper Sandberg
    2008-05-29 21:08           ` Justin Piszcz
         [not found] ` <95711f160805280934y77ed7d91tec5aeb531bf8013c@mail.gmail.com>
    2008-05-28 16:40   ` Chris Snook
    2008-05-28 16:46   ` Bryan Mesich
         [not found]   ` <20080528195752.0cdcbc6d@core>
         [not found]     ` <483DE40D.8090608@tmr.com>
    2008-05-29 11:22       ` Alan Cox
    2008-05-30 12:22         ` Bill Davidsen
         [not found] ` <20080528190242.GA5171@rap.rap.dk>
    2008-05-28 19:05   ` Justin Piszcz
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox