github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/pfs-crash/fio.sh (about) 1 #!/bin/bash 2 3 # Copyright (c) 2015-2021, NVIDIA CORPORATION. 4 # SPDX-License-Identifier: Apache-2.0 5 6 while true 7 do 8 fio --name=writetest --size=100MiB --bs=4k --rw=randwrite --direct=1 --buffered=0 --iodepth=32 --filename=$1/fio_scratch_file 9 done