Home | History | Annotate | Download | only in hardware_StorageFio
      1 ; Copyright (c) 2009 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 ; A simulation of disk traffic from a heavy web surfing load.  This test
      6 ; should be measures in terms of iop/s, a minimum of 6 iop/s combined read
      7 ; and write is required for good performance.
      8 ;
      9 
     10 [surfing]
     11 filename=${FILENAME}
     12 size=${FILESIZE}
     13 
     14 time_based
     15 runtime=10m
     16 
     17 ioengine=libaio
     18 iodepth=4
     19 direct=1
     20 
     21 readwrite=randrw
     22 rwmixwrite=80
     23 
     24 bssplit=4k/78:8k/5:16k/5:128k/12,4k/57:8k/13:16k/6:64k/20:512k/4
     25 norandommap
     26 
     27