fio_linux.cfg 839 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
- fio_linux:
    type = fio_linux
    only Linux
    no ide
    images += " stg0"
    image_name_stg0 = images/storage0
    image_size_stg0 = 10G
    blk_extra_params_stg0 = "serial=TARGET_DISK0"
    remove_image_stg0 = yes
    force_create_image_stg0 = yes
    start_vm = yes
    fio_default_options = '--direct=1 --bs=64K --size=2G --name=test --iodepth=4 --ioengine=libaio'
    fio_options = '${fio_default_options} --rw=read;'
    fio_options += '${fio_default_options} --rw=write;'
    fio_options += '${fio_default_options} --rw=randread;'
    fio_options += '${fio_default_options} --rw=randwrite;'
    fio_options += '${fio_default_options} --rw=randrw'
18 19
    s390x:
        fio_install_timeout = 600
20 21 22 23 24
    variants:
        - aio_native:
            image_aio_stg0 = native
        - aio_threads:
            image_aio_stg0 = threads