git: bioq - Add a sysctl kern.bioq_barrier to control bioqdisksort()'s sorting.

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Aug 8 19:39:16 PDT 2009


commit ef5488790dfc78207b3ed0e9ef063443736624d0
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Aug 8 19:35:19 2009 -0700

    bioq - Add a sysctl kern.bioq_barrier to control bioqdisksort()'s sorting.
    
    Control how well sorted we want bioqdisksort() to be.  The value specified
    in kern.bioq_barrier is the number of bio's that will be sorted until a
    barrier is inserted, starting a new set.  The default value is 16.
    
    This allows testing filesystem throughput under varying conditions.
    
    Suggested-by: Jeffrey Hsu <hsu at dragonflybsd.org>

Summary of changes:
 sys/kern/subr_disk.c |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ef5488790dfc78207b3ed0e9ef063443736624d0


-- 
DragonFly BSD source repository





More information about the Commits mailing list