Home | History | Annotate | Download | only in hardware_StorageFio
      1 ; Copyright (c) 2013 The Chromium Authors. All rights reserved.
      2 ; Use of this source code is governed by a BSD-style license that can be
      3 ; found in the LICENSE file.
      4 ;
      5 ; 64k random with verify and mix read write.
      6 ;
      7 [64k_stress]
      8 readwrite=randrw
      9 bs=64K
     10 ioengine=libaio
     11 iodepth=32
     12 time_based
     13 runtime=30m
     14 norandommap
     15 bwavgtime=5000
     16 iopsavgtime=5000
     17 direct=1
     18 thread=1
     19 numjobs=8
     20 rwmixread=15
     21 do_verify=0
     22 verify=meta
     23 verify_interval=4k
     24 
     25 filename=${FILENAME}
     26 size=${FILESIZE}
     27 
     28