0
rawディスク(FSなし)のLinuxマシンでFIOテストを実行しようとしています。ここに私の設定ファイルは次のとおりです。FIOテストでのファイル記述子エラーが正しくありません
[global]
direct=1
invalidate=1
ramp_time=30
group_reporting
size=1g
percentile_list=99.999000:99.999990:90.000000:50.000000:99.999900:99.999999:99.000000:99.990000
ioengine=libaio
time_based
runtime=30
rwmixread=72
rw=randrw
filename=/dev/xvdb:/dev/xvdc:/dev/xvdd:/dev/xvde
[readwrite-128k-iodepth-1]
bs=128k
iodepth=1
write_bw_log=128k-iodepth-1.results
write_iops_log=128k-iodepth-1.results
[readwrite-128k-iodepth-2]
bs=128k
iodepth=2
write_bw_log=128k-iodepth-2.results
write_iops_log=128k-iodepth-2.results
[readwrite-128k-iodepth-4]
bs=128k
iodepth=4
write_bw_log=128k-iodepth-4.results
write_iops_log=128k-iodepth-4.results
[readwrite-128k-iodepth-8]
bs=128k
iodepth=8
write_bw_log=128k-iodepth-8.results
write_iops_log=128k-iodepth-8.results
[readwrite-256k-iodepth-1]
bs=256k
iodepth=1
write_bw_log=256-iodepth-8.results
write_iops_log=256-iodepth-8.results
[readwrite-256k-iodepth-2]
bs=256k
iodepth=2
write_bw_log=256-iodepth-8.results
write_iops_log=256-iodepth-8.results
[readwrite-256k-iodepth-4]
bs=256k
iodepth=4
write_bw_log=256-iodepth-8.results
write_iops_log=256-iodepth-8.results
[readwrite-256k-iodepth-8]
bs=256k
iodepth=8
write_bw_log=256-iodepth-8.results
write_iops_log=256-iodepth-8.results
私のようなこの設定を実行すると:
fio ./fio.cfg --output=fio.out
私が受け取る:
file:filesetup.c:288, func=blockdev_size, error=Bad file descriptor
だから私はそれが私がスキップ小さなディテールだと思うが、それは初めてです私はFIOテストを実行して、それが何であるかを確かめません。だから、どんなコメントも高く評価されるだろう。
好奇心。整数サフィックスは、HOWTOによれば大文字と小文字を区別しないはずです... – Anon