From 4c198dad6005dbdc9c28c8df52234e10f489ab5f Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Thu, 6 Dec 2018 09:34:24 +0000 Subject: [PATCH] new command: fio --- sheets/fio | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sheets/fio diff --git a/sheets/fio b/sheets/fio new file mode 100644 index 0000000..5819988 --- /dev/null +++ b/sheets/fio @@ -0,0 +1,7 @@ +# fio +# flexible I/O tester + +# Spawn a number of threads or processes doing a particular type of I/O action +# iodepth = Number of I/O units to keep in flight against the file +# (can be used to initialize an AWS EBS volume) +fio --filename=/dev/xvdf --rw=read --bs=128k --iodepth=32 --ioengine=libaio --direct=1 --name=volume-initialize