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 ; 1MB random with verify and mix read and mostly write.
      6 ;
      7 [1m_stress]
      8 filename=${FILENAME}
      9 size=${FILESIZE}
     10 
     11 readwrite=randrw
     12 rwmixread=15
     13 bs=1m
     14 
     15 ioengine=libaio
     16 iodepth=32
     17 direct=1
     18 
     19 bwavgtime=5000
     20 iopsavgtime=5000
     21 
     22 do_verify=1
     23 verify=meta
     24 verify_interval=64k
     25 verify_dump=1
     26 continue_on_error=verify
     27 
     28 ; write partition/file twice
     29 loops=2
     30