summaryrefslogtreecommitdiff
path: root/examples/disk-zone-profile.fio
diff options
context:
space:
mode:
Diffstat (limited to 'examples/disk-zone-profile.fio')
-rw-r--r--examples/disk-zone-profile.fio14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/disk-zone-profile.fio b/examples/disk-zone-profile.fio
deleted file mode 100644
index 96e56695..00000000
--- a/examples/disk-zone-profile.fio
+++ /dev/null
@@ -1,14 +0,0 @@
-; Read disk in zones of 128m/2g, generating a plot of that afterwards
-; should give a nice picture of the zoning of this drive
-
-[global]
-bs=64k
-direct=1
-rw=read
-ioengine=libaio
-iodepth=2
-zonesize=256m
-zoneskip=2g
-write_bw_log
-
-[/dev/sdb]