Lines Matching refs:testfile
11 ./iocost-coef-fio.testfile. The result can be written directly to
35 help='Raw block device to use for testing, ignores --testfile-size')
36 parser.add_argument('--testfile-size-gb', type=float, metavar='GIGABYTES', default=16,
79 info(f'Creating testfile {path}')
89 def run_fio(testfile, duration, iotype, iodepth, blocksize, jobs):
95 f'--filename={testfile} --runtime={round(duration)} '
130 testfile = f'/dev/{devname}'
134 testfile = 'iocost-coef-fio.testfile'
136 create_testfile(testfile, testfile_size)
137 info(f'Test target: {testfile} on {devname}({devno})')
155 rbps = run_fio(testfile, args.duration, 'read',
158 rseqiops = round(run_fio(testfile, args.duration, 'read',
161 rrandiops = round(run_fio(testfile, args.duration, 'randread',
164 wbps = run_fio(testfile, args.duration, 'write',
167 wseqiops = round(run_fio(testfile, args.duration, 'write',
170 wrandiops = round(run_fio(testfile, args.duration, 'randwrite',