From: Jens Axboe Date: Mon, 12 Dec 2005 19:24:30 +0000 (+0100) Subject: [PATCH] examples/disk-zone-profile added X-Git-Tag: fio-1.2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9e4feae28a881e5235130f001b956a709996d7ad;p=fio.git [PATCH] examples/disk-zone-profile added --- diff --git a/examples/disk-zone-profile b/examples/disk-zone-profile new file mode 100644 index 00000000..50bd6772 --- /dev/null +++ b/examples/disk-zone-profile @@ -0,0 +1,13 @@ +; 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=128m +zoneskip=2g + +[/dev/sdb]