From 9e4feae28a881e5235130f001b956a709996d7ad Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 12 Dec 2005 20:24:30 +0100 Subject: [PATCH 1/1] [PATCH] examples/disk-zone-profile added --- examples/disk-zone-profile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/disk-zone-profile 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] -- 2.25.1