github.com/rohankumardubey/proxyfs@v0.0.0-20210108201508-653efa9ab00e/pfs-stress/pfs-stress.conf (about)

     1  [StressParameters]
     2  FilePathPrefix:             _pfs_stress_file_ # unless starting with '/', relative to $CWD
     3  NumFiles:                                  10
     4  FileSize:                            10000000
     5  MinExtentSize:                              1
     6  MaxExtentSize:                          10000
     7  NumExtentsToWritePerFile:                1000
     8  NumExtentWritesPerFlush:                   50 # 0 means only perform Flush    function at the end
     9  NumExtentWritesPerValidate:               100 # 0 means only perform Validate function at the end
    10  DisplayUpdateInterval:                  100ms